@charset "utf-8";
/* title */
.titlebar_black {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	background-color: #3d3c42;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 10px;
}
.titlebar_gray {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #E3E3E3;
	padding: 5px 0 0 10px
}

@media (max-width: 480px) {
.titlebar_black {
	font-size: 18px;
	text-align: center;
	background-color: #3d3c42;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	/*height: auto;*/
	padding-top: 7px;
	padding-bottom: 7px;
}
.titlebar_gray {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #E3E3E3;
	padding: 5px 0 0 10px
}
}
.title_underline {
	border-bottom: 2px solid #000000;
	border-left: 5px solid #000000;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	text-align: left;
	padding: 5px 0 0 10px
}
.title_underline1 {
	margin-top: 15px;
	border-bottom: 2px solid #000000;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
/* note */

.note {
	margin: 10px 20px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #f8f8f8;
}
.note_y {
	margin: 20px 5px;
	padding: 5px;
	background-color: #FCFCE2;
}
/* page top */
.pagetop {
	margin: 5px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	clear: both;
}
.con_left {
	float: left;
	width: 45%;
	margin-bottom: 20px
}
.con_right {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_right_l {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_left_btn {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 40px;
}
.con_right_btn {
	float: right;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 40px;
}

@media (max-width: 480px) {
.note {
	margin: 5px 5px;
	padding: 5px;
	border: 2px solid #CCCCCC;
	background-color: #f8f8f8;
}
ol {
	margin: 0 0 0 2em;
	padding: 0px;
}
.con_left {
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
.con_right {
	width: 100%;
	float: none;
}
}
/* table */
.scroll {
	overflow: auto;
　　　
}
.scroll::-webkit-scrollbar {
 height: 10px;
}
.scroll::-webkit-scrollbar-track {
 background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
 background: #cdcdcd;
}
.step {
	width: 100%;
}
.step tr {
	height: 40px;
}
.step tr>th:first-child {
	background-color: #cdcdcd;
	width: 15%;
}
.step tr>th {
	background-color: #cdcdcd;
	width: 30%;
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.step tr>td:first-child {
	background-color: #e3e3e3;
	text-align: left;
	width: 15%;
}
.step tr>td {
	background-color: #fafafa;
	width: 30%;
	border: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.step img {
	width: 100%
}

@media(max-width : 767px ) {
.step img {
	width: 100%
}
}
/* table_lens */
.scroll {
	overflow: auto;
　　　
}
.scroll::-webkit-scrollbar {
 height: 10px;
}
.scroll::-webkit-scrollbar-track {
 background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
 background: #cdcdcd;
}
.step_lens {
	width: 100%;
}
.step_lens tr {
	height: 40px;
}
.step_lens tr>th:first-child {
	background-color: #cdcdcd;
}
.step_lens .th-f1 {
	width: 17%;
}
.step_lens .th-f3 {
	width: 27%;
}
.step_lens .th-f4 {
	width: 35%;
}
.step_lens .th-l1 {
	width: 25%;
}
.step_lens tr>th {
	background-color: #cdcdcd;
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.step_lens tr>td:first-child {
	background-color: #e3e3e3;
	text-align: left;
}
.step_lens tr>td {
	background-color: #fafafa;
	border: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.step_lens .center {
	text-align: center
}
dl.list {
	margin: 0 0 0 20px;
}
dl.list dt {
	float: left;
	clear: both;
}
dl.list dd {
	margin: 5px 0 5px -10px;
	padding: 0 0 0 10%;
}

@media(max-width : 767px ) {
dl.list dd {
	margin: 5px 0 5px 5px;
	padding: 0 0 0 10%;
}
}
.caption_i {
	display: inline-block
}
.caption_p {
	display: inline-block
}
/* checkbox */ 
label {
	margin: 0;
	cursor: pointer;
}
label:hover {
	text-decoration: underline;
}
input[type="checkbox"].indicate {
	display: none;
}
.ap_products div.nostyle_ml5 {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ap_products div.nostyle_ml5 li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 12px;
	background: url(../images/common/icn_disc.gif) no-repeat 0px 6px;
}
input[type="checkbox"].indicate + div {
	height: 0;
	overflow: hidden;
}
input[type="checkbox"].indicate:checked + div {
	height: auto;
}
/* checkbox */ 
/* dl list */
dl.List02 {
	font-size: 14px;
}
dl.List02 dt {
	float: left;
	clear: both;
}
dl.List02 dd {
	margin-bottom: 5px;
	margin-left: 2em;
}
/* dl list */
