@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;
	/* [disabled]float: left; */
}
/*--------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------*/
#main-contents #title-box {
	/* [disabled]overflow: hidden; */
	/* [disabled]position: relative; */
}

#main-contents h1{
	font-size: 161.6%;
	font-weight: bold;
	color: #666;
	float: left;
	padding: 0;
}
#main-contents div.update{
	padding: 0 0 1em 0;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
	color: #666;
	font-size: 93%;
}
#main-contents p{
	line-height: 1.7;
	padding: 1em 0 0;
	clear: both;
}

#main-contents p strong{
	font-weight:bold;
}
#main-contents p a:link{color:#0a50a1;text-decoration:underline;}
#main-contents p a:visited{color:#0a50a1;text-decoration:underline;}
#main-contents p a:hover{color:#FF8000;text-decoration:underline;}

#main-contents p.info{
	font-size: 77%;
	color: #666;
	margin: 0 1em 0.25em;
	padding: 0.75em 0 0 0;
}
ul#notes {
	margin: 1em 0;
	clear: both;
}
ul#notes li {
	padding: 0.25em 0;
	line-height: 1.6;
	font-size: 85%;
}
ul#notes li:before {
}

ul#page-navi{
	width: 100%;
	;
	float: left;
	clear: both;
	padding: 1% 0 1% 1%;
	;
	margin: 0.5em 0 2em 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #F5F5F5;
	box-sizing: border-box;
	letter-spacing: -0.4em;
	text-align: center;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 49%;
	box-sizing:border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 1% 0 0;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	background-color: #FFF;
	display:inline-block;
	letter-spacing:normal;
}
ul#page-navi li:last-chird{
	margin: 0 0 0 0;
}
	
ul#page-navi li a{
	display:block;
	padding: 1em 0.5em;
	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:visited{color: #405392;text-decoration: none;}
#contents-area ul#page-navi li a:hover{color: #FF8000;text-decoration: underline;}
#contents-area ul#page-navi li.cr a:link{color: #fff;text-decoration:underline;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:hover{color: #FF8000;text-decoration: none;background-color: #5783B1;}
#contents-area ul#page-navi li.cr a:visited{color: #fff;text-decoration: none;background-color: #5783B1;}
/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/

table.input-btn-list td a{
	font-weight:bold;
}
table.input-btn-list td em{
	color:##CD1D21;
	font-size:85%;
}

table.input-btn-list td ul li a:link{
	color:#cd416f;
	text-decoration:underline;
}
table.input-btn-list td ul li a:hover{
	color: #FF6699;
	text-decoration: underline;
}
table.input-btn-list td ul li a:visited{
	color:#cd416f;
	text-decoration:none;
}
#aps th{
	/* [disabled]background-color: #215c9a; */
	/* [disabled]color: #FFF; */
	/* [disabled]font-weight: bold; */
}
#gps th{
	/* [disabled]background-color: #224EA8; */
	/* [disabled]color: #FFF; */
	/* [disabled]font-weight: bold; */
}
#aus th{
	/* [disabled]background-color: #224EA8; */
	/* [disabled]color: #FFF; */
	/* [disabled]font-weight: bold; */
}
.list-table{
	margin: 0 0 3.5em 0;
}
.list-table h2{
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 0.5em 0;
}
/********************************
テーブルセクション
********************************/
table.input-btn-list{
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	color: #333;
	/* [disabled]float: left; */
}
table.input-btn-list tr{

}
table.input-btn-list th{
	width: 33%;
	padding: 1.25em 1.25em;
	margin: 0;
	font-size: 100%;
	color: #333;
	border: 1px solid #b7b7b7;
	text-align: left;
	vertical-align: top;
	background-color: #EFEFEF;
	line-height: 1.7;
	font-weight: bold;
}
table.input-btn-list th.availa{
	width:10%;
}
table.input-btn-list td {
	/* [disabled]width: 75%; */
	font-size: 100%;
	padding: 1.25em 1.25em;
	margin: 0;
	color: #333;
	border: 1px solid #b7b7b7;
	vertical-align: top;
	background-color: #fff;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	line-height: 1.7;
}
/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/
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;
}
#main-contents table.input-btn-list td a:link{
		color:#0a50a1;
		text-decoration:underline;
	}

#main-contents table.input-btn-list td a:visited{
		color:#0a50a1;
		text-decoration:underline;
	}

#main-contents table.input-btn-list td a:hover{
		color:#FF8000;
		text-decoration:underline;
	}
/*--------------------------------------------------------------
サブコンテンツ
--------------------------------------------------------------*/
#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;
}
/* 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;
}
#main-contents div.update{
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 85%;
	text-align: right;
}





/*--------------------------------------------------------------
ページトップ
--------------------------------------------------------------*/

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;
}
ul#page-navi{
	width: 100%;;
	float: left;
	clear: both;
	padding: 1.5% 0 1.5% 1.5%;;
	margin: 2em 0 3em 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #F5F5F5;
	box-sizing:border-box;
	letter-spacing:-0.40em;
	text-align:center;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 48%;
	box-sizing:border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 1% 0 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFF;
	display:inline-block;
	letter-spacing:normal;
}
table.input-btn-list th{

	padding: 0.5em 0.5em;
}
table.input-btn-list th.availa{
	width:10%;
}
/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
#main-contents{
	width: 96%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
 製品の仕様
--------------------------------------------------------------*/
.list-table{
	width: 100%;
	/* [disabled]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: center;
	vertical-align: middle;
}
.list-table table.detail-list th a {
	color: #fff;
}
.list-table table.detail-list th.app_corporarion{
	width: 30%;
}
.list-table table.detail-list th.app_title{
	width: 50%;
}
.list-table table.detail-list th.app_ok{
	width: 20%;
}
.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.app_ok{
	text-align: center;
	vertical-align: middle;
}
.list-table table.detail-list td.ele{
	font-weight: bold;
}
.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;}
