@charset'UTF-8'
/* Top Level Box Model */
/* Common Style */
clearfix:after {
	display: block;
	content: '';
	clear: both;
}
clearfix {
	zoom: 1;
}
/* ## PC Style  ###################################################################################################### */

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
#main-contents{
	width: 700px;
	padding: 0 0 0 10px;
	float: left;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 174%;
	font-weight: bold;
	color: #333;
	width: 700px;
	float: left;
	padding: 0 0 0 3px;
	line-height: 1.1;
}
/*******************************
対象製品
********************************/
#main-contents dl.items{
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
	float: left;
	width: 698px;
	color: #666666;
	line-height:1.4;
}
#main-contents dl.items dt{
	display:block;
	padding:0 0 5px;
	margin:0 10px;
}
#main-contents dl.items dd{
	border: solid #ccc 1px;
	border-radius: 2px;
	padding: 0.75em 1em 0.75em;
	line-height: 1.3;
	font-size: 100%;
	/* [disabled]background-color:#F5F5F5; */
}
#main-contents dl.items dd ul{
}
#main-contents dl.items dd ul li{
	padding:0.25em 0;
}
#main-contents dl.items dd a{
	font-weight:bold;
	padding:0 0.5em 0 0;
	margin:0 0 0 0;
	font-size:93%;
}
#main-contents dl.items dd span{
	clear: both;
	font-size:85%;
	display:block;
	margin:0 0 0 0;
	line-height:1.3;
}

/*注釈追記 170417 */
#main-contents dl.items dd span.caution {
	padding: 0 0 0 0.5em;
	display:inline;
	color: #F00;
}
/*注釈追記 170417 */


/*******************************
大見出し
********************************/
#main-contents h2{
	width: 685px;
	clear: both;
	color: #FFF;
	font-size: 116%;
	line-height: 1.1;
	font-weight: bold;
	text-align: left;
	padding: 12px 0 9px 15px;
	margin: 0 0 0.75em 0;
	background-color: #5b5b5b;
	border-radius: 2px;
	-moz-border-radius: 2px;   /* Firefox用 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-ms-border-radius: 2px;
	position: relative;
	z-index: 0;
}
#main-contents h2 span{
	display:inline;
	font-size:93%;
}
#main-contents p.option{
	font-size:85%;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	width: 700px;
	color: #B9151A;
	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;
	display: none;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 345px;
	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: 5px 0 0 0;
}
.list-table h3{
	font-size: 116%;
	font-weight: bold;
	padding: 10px 0 5px 3px;
	color: #444;
	clear: both;
}
.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;
	float: left;
	padding: 0;
}
.list-table table.detail-list tr{
	width: 658px;
}
.list-table table.detail-list th {
	padding: 10px 5px 8px 10px;
	margin: 0;
	font-size: 100%;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	background-color: #666;
	color: #FFF;
	font-weight:bold;
}
.list-table table.detail-list th.kataban{
	width: 15%;
}
.list-table table.detail-list th.cover{
	width: 20%;
}
.list-table table.detail-list th.option{
	width: 30%;
}
.list-table table.detail-list th.kanri{
	width: 20%;
}
.list-table table.detail-list th.biko{
	width: 15%;
}
.list-table table.detail-list td {
	font-size: 93%;
	padding: 8px 5px 8px 10px;
	margin: 10px 0 0 0;
	color: #333;
	border: 1px solid #BCBCBC;
	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.option{
	font-size:11px;
}

/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/
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;
}

/*--------------------------------------------------------------
サブコンテンツ
--------------------------------------------------------------*/
#sub-contents{
	float: right;
	width: 220px;
	padding: 0 10px 0 0;
}
/*サポート情報用CSS*/
#sub-contents .sub-support-list{
	width: 184px;
	padding:18px 17px;
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	margin:0 0 10px 0;
}
#sub-contents .bnr-list{
	padding:0 0 10px 0;
}
#sub-contents .sub-support-list dl{
	width: 184px;
}
#sub-contents .sub-support-list dl.line{
	padding: 14px 0 0 0;
	border-top: 1px solid #cccccc;
	margin: 14px 0 0 0;
}
#sub-contents .sub-support-list dl dt{
	padding:0 0 3px;
	width: 184px;
	clear:both;
	font-weight:bold;
}
#sub-contents .sub-support-list dl dd{
	padding: 4px 0 0;
	margin:0;
	width: 184px;
	color: #666;
	text-align: left;
	font-size:85%;
}
#sub-contents .sub-support-list dl dd a{
	display: block;
	line-height: 1.5;
}

#main-contents div.update{
	width: 190px;
	padding: 0 10px 0 0;
	font-size: 93%;
	float: right;
	height: 22px;
	line-height: 22px;
	text-align: right;
	color: #666;
}
#main-contents p.lead{
	margin: 0 0 0 10px;
	float: left;
	width: 484px;
	color: #666666;
	line-height:1.4;
}

/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
/*******************************
メインコンテンツ
********************************/
#main-contents{
	width: 98%;
	padding:1.5% 0 0 0;
	margin:0 1%;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 167%;
	font-weight: bold;
	color: #333;
	width: 80%;
	padding:0 0 0 0;
	line-height: 1.1;
	float:left;
}
#main-contents div.update{
	width: 34%;
	padding:2% 1% 0 0;
	font-size: 93%;
	float: right;
	text-align: right;
}
#main-contents p.lead{
	padding: 2% 0 1% 1%;
	margin: 0 0 0 0;
	/* [disabled]clear: both; */
	width: 64%;
	font-size: 93%;
	color: #666666;
	margin: 0 auto;
}

/*******************************
対象製品
********************************/
#main-contents dl.items{
	padding:0.5em 0 0 0;
	margin: 0 0 0.75em 0;
	float: left;
	width: 100%;
	color: #666666;
	line-height:1.4;
}
#main-contents dl.items dt{
	display:block;
	font-weight:bold;
	padding:0 0 1%;
	margin:0 1%;
	width:98%;
}
#main-contents dl.items dd{
	border:solid #ccc 1px;
	border-radius:2px;
	padding:0.75em 0.75em;
	line-height:1.3;
	font-size:93%;
	width:100%;
	box-sizing:border-box;
}
#main-contents dl.items dd a{
	display:inline;
}
#main-contents p.option{
	padding: 0.5% 0 3.5% 2%;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	width: 697px;
	color: #B9151A;;
}
/*******************************
大見出し
********************************/
#main-contents h2{
	width: 100%;
	clear: both;
	color: #FFF;
	font-size: 116%;
	line-height: 0.8;
	font-weight: bold;
	text-align: left;
	padding: 1.8% 0 1.8% 2%;
	margin: 0;
	background-color: #5b5b5b;
	border-radius: 2px;
	-moz-border-radius: 2px;   /* Firefox用 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-ms-border-radius: 2px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
#main-contents h2 span{
	font-size:93%;
	display:inline;
}
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;
	display: none;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 345px;
	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;}

/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 100%;
	padding: 2% 0 0 0;
}
.list-table h3{
	font-size: 116%;
	font-weight: bold;
	padding: 0 0 10px 3px;
	color: #333;
	clear: both;
}
.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: 3%;
}
.list-table table.detail-list tr{
	width: 658px;
}
.list-table table.detail-list th {
	padding: 10px 5px 8px 10px;
	margin: 0;
	font-size: 100%;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	background-color: #666;
	color: #FFF;
	font-weight:bold;
}
.list-table table.detail-list th.kataban{
	width: 20%;
}
.list-table table.detail-list th.cover{
	width: 20%;
}
.list-table table.detail-list th.option{
	width: 15%;
}
.list-table table.detail-list th.kanri{
	width: 25%;
}
.list-table table.detail-list th.biko{
	width: 20%;
}
.list-table table.detail-list td {
	font-size: 100%;
	padding: 8px 5px 8px 10px;
	margin: 10px 0 0 0;
	color: #333;
	border: 1px solid #BCBCBC;
	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.option{
	font-size:11px;
}
/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/

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;
}

}
/* SmartPhone Style  ###################################################################################################### */
@media screen and (max-width:499px){
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
/*******************************
メインコンテンツ
********************************/
#main-contents{
	width: 96%;
	padding:1.5% 0 0 0;
	margin:0 2%;
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents h1{
	font-size: 167%;
	font-weight: bold;
	color: #333;
	width: 100%;
	padding: 0 0 0 0;
	line-height: 1.1;
	float: left;
}
#main-contents div.update{
	width: 100%;
	padding: 0 0 0 0;
	font-size: 85%;
	float: right;
	text-align: left;
}
#main-contents p.lead{
	padding: 1% 0 3% 0;
	margin: 0 0 0 0;
	clear: both;
	width: 100%;
	color: #666666;
	width: 100%;
	margin: 0 auto;
	font-size: 93%;
}
#main-contents p.option{
	padding: 0.5% 0 3.5% 4%;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	color: #B9151A;
	width: 100%;
	box-sizing:border-box;
}
/*******************************
大見出し
********************************/
#main-contents h2{
	width: 100%;
	clear: both;
	color: #FFF;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	padding: 0.75em 0 0.75em 3%;
	margin: 0;
	background-color: #5b5b5b;
	border-radius: 2px;
	-moz-border-radius: 2px;   /* Firefox用 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-ms-border-radius: 2px;
	box-sizing:border-box;
	position: relative;
	z-index: 0;
}
#main-contents h2 span{
	display:none;
}
#main-contents h2 span br{ display:block}
#main-contents h2 span a{
	font-size: 77%;
}
#main-contents div.update{
	width: 96%;
	padding: 0.25em 2% 0;
	margin:0;
	font-size: 77%;
	float: right;
	text-align: left;
}
#main-contents p.lead{
	width: 96%;
	padding: 0 2% 0.25em;
	margin: 0 0 0 0;
	clear: both;
	color: #666666;
	font-size: 77%;
}
/*******************************
対象製品
********************************/
#main-contents dl.items{
	padding:0.5em 0 0 0;
	margin: 0 0 0.75em 0;
	float: left;
	width: 100%;
	color: #666666;
	line-height:1.4;
}
#main-contents dl.items dt{
	display:block;
	font-weight:bold;
	padding:0 0 1%;
	margin:0 0.75em;
	width:98%;
	font-size:93%;
}
#main-contents dl.items dd{
	border:solid #ccc 1px;
	border-radius:2px;
	padding:0.75em 0.75em;
	line-height:1.6;
	font-size:85%;
	width:100%;
	box-sizing:border-box;
}
#main-contents dl.items dd a{
	display:inline;
}
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;
	display: none;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 345px;
	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;}

/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 100%;
	padding: 2% 0 0 0;
}
.list-table h3{
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 2% 3px;
	color: #333;
	clear: both;
}
.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: 3%;
}
.list-table table.detail-list tr{
	width: 658px;
}
.list-table table.detail-list th {
	padding: 3% 2%;
	margin: 0;
	font-size: 85%;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
.list-table table.detail-list th.kataban{
	width: 18%;
}
.list-table table.detail-list th.cover{
	width: 20%;
}
.list-table table.detail-list th.option{
	width: 15%;
}
.list-table table.detail-list th.kanri{
	width: 25%;
}
.list-table table.detail-list th.biko{
	width: 10%;
}
.list-table table.detail-list td {
	font-size: 85%;
	padding: 2%;
	color: #333;
	border: 1px solid #BCBCBC;
	vertical-align: top;
	background-color: #fff;
	word-break: break-all;
}
.list-table table.detail-list td span.new{
	color:#E30005;
	font-size:11px;
}
.list-table table.detail-list td span.option{
	font-size:11px;
}
/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/

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;
}
}





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;}


#main-contents p a:link{color:#5075b1;text-decoration:underline;}
#main-contents p a:hover{color:#3399cc;text-decoration:none;}
#main-contents p a:visited{color:#5075b1;text-decoration:underline;}

#main-contents dl.items a:link{color:#5075b1;text-decoration:underline;}
#main-contents dl.items a:hover{color:#3399cc;text-decoration:none;}
#main-contents dl.items a:visited{color:#5075b1;text-decoration:underline;}

#main-contents p.option a:link{color:#B9151A;text-decoration:underline;}
#main-contents p.option a:hover{color:#E93A3F;text-decoration:none;}
#main-contents p.option a:visited{color:#B9151A;text-decoration:underline;}


#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;}

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;}
