<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		aibo support manual css index.css
	================================================================================================
*/

/*
	============================================================================
		box
	============================================================================
*/

div#contents div.download_notes {
	border: 1px solid #C9C9C9;
	padding: 20px 20px 0 15px;
}
div#contents div.pdf_reader {
	border: 1px solid #C9C9C9;
	padding: 20px 20px 5px 15px;
}

div#contents div.pdf_reader div.img {
	width: 120px;
	float: left;
	margin-right: 15px;
}
div#contents div.pdf_reader div.text {
	width: 585px;
	float: left;
}

div#contents div.manual_download table {
	width: 760px;
	margin: 0;
	font-size: 13px;
}
div#contents div.manual_download table th {
	background: #fff;
	color: #333;
	font-weight: bold;
	text-align: left;
	border: none;
}
div#contents div.manual_download table td {
	background: #F5F5F5;
	border: none;
	border-top: 1px dotted #ccc;
}
div#contents div.manual_download table td ul,
div#contents div.manual_download table td ul li{
	margin-bottom: 0;
	margin-left: 0;
}
.get_adobe {
	border: 1px solid #ccc;
	padding: 10px;
}
.get_adobe dt {
	float: left;
	margin: 0px 20px 0px 0px ;
	padding: 0px;
}
.get_adobe dd {
	float: left;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-top: 5px;
}
div#contents .border_box ul {
	margin-right: 10px;
}
/*
=======================================
	button
=======================================
*/
ul.btn_area_text {
	margin-left: 0 !important;
}
ul.btn_area_text li {
	float: left;
	padding: 5px;
	width: 178px;
}
ul.btn_area_text .mod-linkButton {
	background: url("/support/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
}
ul.btn_area_text .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll;
	background-position: 2px center !important;
	line-height: 16px !important;
	padding: 0 0 0 12px;
	width: auto;
	font-weight: normal;
}
ul.btn_area_text .mod-linkButton .figure {
	display: block;
}
ul.btn_area_text .mod-linkButton a {
	overflow: hidden;
}
ul.btn_area_text .mod-linkButton a .figure {
	float: none;
	width: auto;
	height: auto;
}
ul.btn_area_text .mod-linkButton a .figure img  {
	width: 70px;
}
#contents .mq_show {
	display: none;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div.pdf_reader div.img,
div#contents div.pdf_reader div.text {
	width: auto;
	float: none;
}
div#contents div.manual_download table {
	width: 100%;
	font-size: 80%;
}
div#contents div.manual_download table th.category,
div#contents div.manual_download table td.category {
	display: none;
}
}</pre></body></html>