@charset'UTF-8'
/* Top Level Box Model */
/* Common Style */
clearfix:after {
	display: block;
	content: '';
	clear: both;
}
clearfix {
	zoom: 1;
}

/* SmartPhone Style  ###################################################################################################### */
@media screen and (max-width:499px){
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
#main-contents{
	width: 94%;
	margin: 0 auto;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 161.6%;
	font-weight: bold;
	color: #666;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
	display: inline-block;
	/* [disabled]float: left; */
	clear: both;
}
#main-contents div.update{
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 85%;
	text-align: left;
	display: inline-block;
	float: left;
}
ul#page-navi{
	clear:both;
	box-sizing: border-box;
	width: 98%;
	padding:2% 0 1% 1.5%;
	margin: 35px auto 25px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #F5F5F5;
	display:block;
}
ul#page-navi li{
	box-sizing: border-box;
	width: 48.5%;
	margin: 0 0 1% 0;
	padding:0;
	border: 1px solid #BABABA;
	display:inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 77%;
	font-weight: bold;
	background-color: #FFF;
	vertical-align: top;
}
ul#page-navi li a{
	display:block;
	text-align:center;
	padding:12px 0;
	margin:0;
}
ul#page-navi li a img{
	vertical-align: middle;
	margin: 0 2px 0 0;
	width: 10px;
	height: 10px;
}
ul#page-navi li a span{
	vertical-align:middle;
}
ul#page-navi li a span.others{
	letter-spacing:-1px;
}
ul#page-navi li.cr{
	background-color: #5783B1;
}
#contents-area ul#page-navi li a:link{color: #405392;text-decoration: none}
#contents-area ul#page-navi li a:hover{color: #405392;text-decoration: none;background-color:#f5ff75;}
#contents-area ul#page-navi li a:visited{color: #405392;text-decoration: none;}
#contents-area ul#page-navi li.cr a:link{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:hover{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:visited{color: #fff;text-decoration: none;background-color: #5783B1;}

/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 0 0;
}
.list-table h2{
	font-size: 131%;
	font-weight: bold;
	padding: 0 0 10px 3px;
	color: #666;
}
.list-table h2 span{
	padding:0 0 0 15px;
	font-size:93%;
}
.list-table table.detail-list{
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	color: #333;
	margin-bottom: 15px;
}
.list-table table.detail-list tr{
	width: 100%;
}
.list-table table.detail-list th {
	padding: 10px 5px 8px 10px;
	margin: 0;
	font-size: 93%;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.list-table table.detail-list th.model{
	width: 20%;
}
.list-table table.detail-list th.product{
	width: 30%;
}
.list-table table.detail-list th.results{
	width: 15%;
}
.list-table table.detail-list th.notes{
	width: 35%;
}


.list-table table.detail-list td {
	font-size: 93%;
	padding: 7px 5px 7px 10px;
	margin: 0;
	color: #333;
	border: 1px solid #999999;
	vertical-align: top;
	background-color: #fff;
}
.list-table table.detail-list td span.new{
	color:#E30005;
	font-size:11px;
}
.list-table table.detail-list td span.result{
	font-size:11px;
}

#sharp th{
	background-color: #224EA8;
	color: #FFF;
	font-weight:bold;
}

/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/

div.list-page-top{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 10px auto 30px;
	padding: 0;
	clear: both;
	text-align: center;
	font-size: 93%;
	border: 1px solid #999;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border: 3px;/* Safari,Google Chrome用 */
	-moz-border-top: 3px;/* Firefox用 */
	background-image: url(../image/icnlink.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.list-page-top a{
	display: block;
		padding: 10px 2% 9px;
}

div.list-page-top a:link{color:#333333;text-decoration:none;}
div.list-page-top a:hover{color:#333333;text-decoration:underline;}
div.list-page-top a:visited{color:#333333;text-decoration:none;}

/*--------------------------------------------------------------
サブコンテンツ
--------------------------------------------------------------*/
#sub-contents{
	display:none;
}
}
/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
#main-contents{
	width: 96%;
	margin: 0 auto;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 161.6%;
	font-weight: bold;
	color: #666;
	width: 70%;
	padding: 15px 0 0 0;
	margin: 0;
	display: inline-block;
	float: left;
	clear:both;
}
#main-contents div.update{
	width: 20%;
	padding: 15px 0 0 0;
	font-size: 85%;
	text-align: right;
	display: inline-block;
	float: right;
}
ul#page-navi{
	width: 98%;
	padding: 2% 0 1% 2%;
	margin: 15px 0 25px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #F5F5F5;
	display: block;
	clear: both;
	float: left;
}
ul#page-navi li{
	width: 48.5%;
	margin: 0 0.5% 0.5% 0;
	border: 1px solid #BABABA;
	display:inline-table;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFF;
}
ul#page-navi li a{
	display:block;
	height: 36px;
	line-height: 36px;
	text-align:center;
}
ul#page-navi li a img{
	vertical-align:middle;
	margin:0 6px 0 0;
	width:13px;
	height:13px;
}
ul#page-navi li a span{
	vertical-align:middle;
}
ul#page-navi li.cr{
	background-color: #5783B1;
}
#contents-area ul#page-navi li a:link{color: #405392;text-decoration: none}
#contents-area ul#page-navi li a:hover{color: #405392;text-decoration: none;background-color:#f5ff75;}
#contents-area ul#page-navi li a:visited{color: #405392;text-decoration: none;}
#contents-area ul#page-navi li.cr a:link{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:hover{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:visited{color: #fff;text-decoration: none;background-color: #5783B1;}

/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 0 0;
}
.list-table h2{
	font-size: 131%;
	font-weight: bold;
	padding: 0 0 10px 3px;
	color: #666;
}
.list-table h2 span{
	padding:0 0 0 15px;
	font-size:93%;
}
.list-table table.detail-list{
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	color: #333;
	margin-bottom: 15px;
}
.list-table table.detail-list tr{
	width: 100%;
}
.list-table table.detail-list th {
	padding: 10px 5px 8px 10px;
	margin: 0;
	font-size: 93%;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.list-table table.detail-list th.model{
	width: 20%;
}
.list-table table.detail-list th.product{
	width: 30%;
}
.list-table table.detail-list th.results{
	width: 15%;
}
.list-table table.detail-list th.notes{
	width: 35%;
}


.list-table table.detail-list td {
	font-size: 93%;
	padding: 7px 5px 7px 10px;
	margin: 0;
	color: #333;
	border: 1px solid #999999;
	vertical-align: top;
	background-color: #fff;
}
.list-table table.detail-list td span.new{
	color:#E30005;
	font-size:11px;
}
.list-table table.detail-list td span.result{
	font-size:11px;
}
#sharp th{
	background-color: #224EA8;
	color: #FFF;
	font-weight:bold;
}

/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/

div.list-page-top{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 10px auto 30px;
	padding: 0;
	clear: both;
	text-align: center;
	font-size: 93%;
	border: 1px solid #999;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border: 3px;/* Safari,Google Chrome用 */
	-moz-border-top: 3px;/* Firefox用 */
	background-image: url(../image/icnlink.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.list-page-top a{
	display: block;
		padding: 10px 2% 9px;
}

div.list-page-top a:link{color:#333333;text-decoration:none;}
div.list-page-top a:hover{color:#333333;text-decoration:underline;}
div.list-page-top a:visited{color:#333333;text-decoration:none;}

/*--------------------------------------------------------------
サブコンテンツ
--------------------------------------------------------------*/
#sub-contents{
	display:none;
}

}
/* ## PC Style  ###################################################################################################### */
@media print, screen and  (min-width:800px){
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
#main-contents{
	width: 700px;
	padding: 0 0 0 10px;
	float: left;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 161.6%;
	font-weight: bold;
	color: #666;
	width: 497px;
	float: left;
	padding: 5px 0 0 3px;
}
#main-contents div.update{
	width: 190px;
	padding: 5px 10px 0 0;
	font-size: 85%;
	float: right;
	height: 23px;
	line-height: 23px;
	text-align: right;
}
ul#page-navi{
	width: 692px;
	float: left;
	clear: both;
	padding: 6px 0 6px 6px;
	margin: 12px 0 25px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #F5F5F5;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 166px;
	float: left;
	height: 32px;
	line-height: 32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 93%;
	font-weight: bold;
	background-color: #FFF;
}
ul#page-navi li a{
	display:block;
	height: 32px;
	line-height: 32px;
	text-align:center;
}
ul#page-navi li a img{
	vertical-align:middle;
	margin:0 6px 0 0;
}
ul#page-navi li a span{
	vertical-align:middle;
}
ul#page-navi li.cr{
	background-color: #5783B1;
}
#contents-area ul#page-navi li a:link{color: #405392;text-decoration: none}
#contents-area ul#page-navi li a:hover{
	color: #405392;
	text-decoration: none;
	background-color:#f5ff75;
}
#contents-area ul#page-navi li a:visited{color: #405392;text-decoration: none;}
#contents-area ul#page-navi li.cr a:link{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:hover{color: #fff;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:visited{color: #fff;text-decoration: none;background-color: #5783B1;}
/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 700px;
	float: left;
	clear: both;
	padding: 0 0 0 0;
}
.list-table h2{
	font-size: 131%;
	font-weight: bold;
	padding: 0 0 10px 3px;
	color: #666;
}
.list-table h2 span{
	padding:0 0 0 15px;
	font-size:93%;
}
.list-table table.detail-list{
	margin: 0;
	border-collapse: collapse;
	width: 700px;
	clear: both;
	color: #333;
	margin-bottom: 15px;
}
.list-table table.detail-list tr{
	width: 658px;
}
.list-table table.detail-list th {
	padding: 10px 5px 8px 10px;
	margin: 0;
	font-size: 93%;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.list-table table.detail-list th.model{
	width: 20%;
}
.list-table table.detail-list th.product{
	width: 30%;
}
.list-table table.detail-list th.results{
	width: 15%;
}
.list-table table.detail-list th.notes{
	width: 35%;
}

.list-table table.detail-list td {
	font-size: 93%;
	padding: 7px 5px 7px 10px;
	margin: 0;
	color: #333;
	border: 1px solid #999999;
	vertical-align: top;
	background-color: #fff;
}
.list-table table.detail-list td span.new{
	color:#E30005;
	font-size:11px;
}
.list-table table.detail-list td span.result{
	font-size:11px;
}

#sharp th{
	background-color: #224EA8;
	color: #FFF;
	font-weight:bold;
}

/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/
div.list-page-top{
	width: 110px;
	font-size: 85%;
	display: block;
	padding: 5px 15px 5px 10px;
	margin: 0;
	float: right;
	border: 1px solid #999;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border: 3px;/* Safari,Google Chrome用 */
	-moz-border-top: 3px;/* Firefox用 */
	background-image: url(../image/icnlink.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.list-page-top a{
	display:block;
}
div.list-page-top a:link{color:#333333;text-decoration:none;}
div.list-page-top a:hover{color:#333333;text-decoration:underline;}
div.list-page-top a:visited{color:#333333;text-decoration:none;}
/*--------------------------------------------------------------
サブコンテンツ
--------------------------------------------------------------*/
#sub-contents{
	float: right;
	width: 220px;
	padding: 0 10px 0 0;
}
/*サポート情報用CSS*/
#sub-support-list{
	width: 184px;
	padding:18px 17px;
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	margin:0 0 10px 0;
}
#sub-support-list dl{
	width: 184px;
}
#sub-support-list dl.line{
	padding: 14px 0 0 0;
	border-top: 1px solid #cccccc;
	margin: 14px 0 0 0;
}
#sub-support-list dl dt{
	padding:0 0 3px;
	width: 184px;
	clear:both;
}
#sub-support-list dl dd{
	padding: 4px 0 0;
	margin:0;
	width: 184px;
	color: #666;
	text-align: left;
	font-size:85%;
}
#sub-support-list dl dd a{
	display: block;
	line-height: 1.5;
}
}



table.detail-list a:link{color:#5075b1;text-decoration:underline;}
table.detail-list a:hover{color:#5075b1;text-decoration:none;}
table.detail-list a:visited{color:#5075b1;text-decoration:underline;}

#sub-support-list a:link{color:#5075b1;text-decoration:underline;}
#sub-support-list a:hover{color:#5075b1;text-decoration:none;}
#sub-support-list a:visited{color:#5075b1;text-decoration:underline;}

#sub-support-list a:link{color:#5075b1;text-decoration:underline;}
#sub-support-list a:hover{color:#5075b1;text-decoration:none;}
#sub-support-list a:visited{color:#5075b1;text-decoration:underline;}
