﻿@charset "UTF-8";
/* ----------------------------------------------------
	共通
---------------------------------------------------- */

#main-contents {
	margin-margin-top:20px;
}
#menu_list {
	margin-top:20px;
}
#spec {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.mtSection {
	margin-top:20px;
}
.w_5p {
	width:5%;
}
.w_6p {
	width:6%;
}
.w_8p {
	width:8%;
}
.w_12p {
	width:12%;
}
.w_20p {
	width:20%;
}
.w_35p {
	width:35%;
}
.w_45p {
	width:45%;
}
.txtIndent {
	padding-left:1em;
	text-indent:-1em;
}
/* ----------------------------------------------------
	title
---------------------------------------------------- */

.b_Title {
	margin-top:20px;
	padding:5px 10px 5px 20px;
	background:#39F;
	color:#fff;
	font-size:120%;
}
/* ----------------------------------------------------
	menu pageLink
---------------------------------------------------- */
.pageLink {
	margin:20px 0;
	text-align:center;
}
.pageLink li {
	display: inline;
}
.pageLink li a {
	padding:10px;
	margin-right:20px;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	color: #000099;
}
.pageLink li a:hover {
	color:#ff4500;
	text-decoration: underline;
}
.pageLink li a:active {
	color: #4b0082;
}
/* ----------------------------------------------------
	table　仕様比較トップ
---------------------------------------------------- */

.tableType01 caption {
	padding:5px;
	background:#7f7f7f;
	font-weight:bold;
	color:#fff;
	caption-side:top;
}
.tableType01 {
	margin:30px auto 10px;
	line-height:1.5;
}
.tableType01 th {
	border:1px solid #7f7f7f;
	padding:5px;
	background:#f2f2f2;
	font-weight:normal;
	text-align:center;
}
.tableType01 td {
	padding:5px;
	border:1px solid #7f7f7f;
	text-align:center;
}
.tableType01 .doubleBrd th, .tableType01 .doubleBrd td {
	border-top:3px double #999;
}
.tableType01 td a {
	color: #000099;
}
.tableType01 td a:hover {
	color:#ff4500;
	text-decoration: underline;
}
.tableType01 td a:active {
	color: #4b0082;
}
.bgGray {
	background:#f2f2f2;
}
/* ----------------------------------------------------
	table　spec
---------------------------------------------------- */
#spec .tableSpec01 {
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
#spec .tableSpec01 th {
	padding:5px;
	font-weight:normal;
	border-top:1px solid #999;
	border-right:1px solid #999;
	background:#eee;
}
#spec .tableSpec01 th.bdt_dot {
	border-top-style:dotted;
}
#spec .tableSpec01 th.bdt_no {
	border-top:none;
}
#spec .tableSpec01 td {
	padding:3px 0;
	text-align:center;
	border-top:1px solid #999;
	border-right:1px solid #999;
	min-width:40px;
}
#spec .tableSpec01 td.bdt_dot {
	border-top-style:dotted;
}
#spec .tableSpec01 td.bdt_no {
	border-top:none;
}
#spec .tableSpec01 td.bg_l_yellow {
	background-color:#ffffe0;
}
#spec .tableSpec01 td.w200p {
	width:200px;
}
/* ----------------------------------------------------
	注意文言　01…※のみ、02…※1～9、03…※01～99
---------------------------------------------------- */

#spec .annotation ul.disc01 {
	list-style:disc;
	padding-left: 1.5em;
	margin-top:15px;
}
#spec .annotation .annotList01, #spec .annotation .annotList02, #spec .annotation .annotList03, #spec .annotation .annotList04 {
	margin:15px 15px 0 15px;
}
#spec .annotation .annotList01 li {
	display:block;
	text-indent:-1.3em;
	padding-left:1.3em;
	padding-bottom:5px;
}
#spec .annotation .annotList02 li {
	display:block;
	text-indent:-1.8em;
	padding-left:1.8em;
	padding-bottom:5px;
}
#spec .annotation .annotList03 li {
	display:block;
	text-indent:-2.68em;
	padding-left:2.68em;
	padding-bottom:5px;
}
#spec .annotation .annotList04 li {
	display:block;
	text-indent:-3.5em;
	padding-left:3.5em;
	padding-bottom:5px;
}
#spec .annotation .supplementary01, #spec .annotation .supplementary02 {
	text-indent:0;
}
#spec .annotation .supplementary01 dd {
	margin-left:1em;
	padding-left:20px;
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 4px;
}
#spec .annotation .supplementary01 .supIndent {
	padding-left:6em;
	text-indent:-6em;
}
#spec .annotation .supplementary02 dd {
	margin-left:1em;
}
#spec .annot {
	color:#333;
	padding-left:5px;
}
#spec .noData {
	background:#eee;
}
 @media only screen and (max-width: 767px) {
.pageLink {
	text-align:left;
}
.tableType01 {
	font-size:90%
}
#spec {
	margin-left:0px;
	margin-right:0px;
}
#spec .tableSpec01 {
	width:100%;
	font-size:85%;
}
#spec .tableSpec01 th {
	min-width:100px;
}
#spec .tableSpec01 td .w200p {
	width:auto;
}
#spec .annotation {
	font-size:85%;
}
.scrollArea {
	overflow-x: scroll;
	margin-bottom: 20px;
}
.scrollArea table {
	margin-bottom: 20px;
	width: 767px;
}
}
