@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_underline {
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 2px;
	border-bottom-color: #8c8b8b;
	border-bottom-style: solid;
}
.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 {
	padding: 10px;
	background-color: #FCFCE2;
}
/* page top */
.pagetop {
	margin: 5px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	clear: both;
}
.ofh {
	overflow: hidden;
}
.con_left_65 {
	float: left;
	width: 65%;
	margin-bottom: 20px
}
.con_left_65 img {
	width: 100%;
	height: auto;
}
.con_right_30 {
	float: right;
	width: 30%;
	margin-bottom: 20px
}
.con_right_30 img {
	height: 130px;
	width: auto;
	padding-top: 15px;
	display: block;
}
.con_left_45 {
	float: left;
	width: 45%;
	margin-bottom: 20px
}
.con_left_45 img {
	width: 100%;
	height: auto;
}
.con_right_45 {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_right_45 img {
	width: 100%;
	height: auto;
}
.con_left_45_1 {
	float: left;
	width: 45%;
	margin-bottom: 20px
}

.con_right_45_1 {
	float: right;
	width: 45%;
}
.con_left_45_4 {
	float: left;
	width: 45%;
	margin-bottom: 20px
}
.con_left_45_4 img {
	width: 100%;
	height: auto;
}
.con_right_45_4 {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_right_45_4 img {
	width: 100%;
	height: auto;
}

@media (max-width: 700px) {
.con_left_45_4 {
	float: left;
	width: 100%;
	margin-bottom: 20px
}
.con_left_45_4 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.con_right_45_4 {
	float: left;
	width: 100%;
	margin-bottom: 20px
}
.con_right_45_4 img {
	width: 100%;
	height: auto;
}
}


@media (max-width: 640px) {
.con_left_65 {
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
.con_right_30 {
	width: 100%;
	float: none;
}
.con_right_30 img {
	margin: 0 auto;
}
}

@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;
}
}
/* table */
.scroll {
	overflow: auto;
}
.scroll::-webkit-scrollbar {
 height: 10px;
}
.scroll::-webkit-scrollbar-track {
 background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
 background: #cdcdcd;
}
/* table */
.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;
}
/* table */	

/* table-4 */
.step-4 {
	width: 95%;
}
.step-4 tr {
	height: 40px;
}
.step-4 tr th {
	background-color: #cdcdcd;
	/*width: 30%;*/
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	padding: 5px;
}
.step-4 tr>td {
	background-color: #fafafa;
	width: 30%;
	border: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	padding: 5px;
}
/* table-4 */	
	
/* table_lens */
.step_lens {
	width: 100%;
}
.step_lens tr {
	height: 40px;
}
.step_lens tr>th:first-child {
	background-color: #cdcdcd;
}
.step_lens .th-f1 {
	width: 20%;
}
.step_lens .th-f2 {
	width: 40%;
}
.step_lens tr th.wid {
	width: 120px;
}
.step_lens tr>th {
	background-color: #cdcdcd;
	border: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	vertical-align: middle;
	padding: 5px;
}
.step_lens tr>td:first-child {
	background-color: #e4e4e4;
	text-align: left;
}
.step_lens tr td {
	background-color: #fafafa;
	border: 1px solid #000000;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	/*padding: 5px;*/
	vertical-align: top;
	height: 55px;
}
.step_lens tr td:nth-child(1n+2) {
	padding: 5px;
}
td.rel a {
	display: block;
	/**padding: 5px 5px;
	width: 120px;
	height: 55px;**/
	font-weight: bold;
	width: 100%;
	height: 100%;
}
td.rel a:hover {
	color: #FFFFFF;
	background-color: #4F4F4F;
	text-decoration: none;
}
.step_lens .center {
	text-align: center
}
td a:before {
	content: "\025b6";
}
/* table_lens */

dl.list {
	margin: 0 0 0 20px;
}
.step_lens tr td .dot {
	border-bottom: 1px dashed #cdcdcd;
}
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.List01 dt {
	font-weight: bold;
    margin: 20px 0 0;
}
dl.List02 dd {
	    display: block;
}

/* dl list */
/* image */
.con_left_670 {
	width: 554px;
	margin-top: 10px;
	margin-bottom: 5px;
}

@media (max-width: 670px) {
.con_left_670 {
	width: 100%;
	margin-bottom: 5px
}
.con_left_670 img {
	width: 100%;
	height: auto;
}
}
/* image */

/* td font */
.td_center {
	text-align: center !important;
}
/* td font */

/* table_heading */
.con_left_t {
	float: left;
	width: 49%;
	margin-bottom: 10px
}
.con_right_t {
	float: right;
	width: 49%;
	margin-bottom: 10px
}
.con_left_1_t {
	float: left;
	width: 49%;
	margin-bottom: 10px
}
.con_right_1_t {
	float: right;
	width: 49%;
	margin-bottom: 10px
}

@media (max-width: 640px) {
.con_left_t {
	width: 100%
}
.con_right_t {
	width: 100%
}
.con_left_1_t {
	width: 49%
}
.con_right_1_t {
	width: 49%
}
}
/* table_heading */

ul.nostyle_l {
	margin: 10px 5px;
	padding: 0px;
	list-style: none;
}
ul.nostyle_l li {
	margin: 0px 0px 5px 5px;
	padding: 1px 0px 0px 15px;
	background: url(../images/common/icn_disc.gif) no-repeat 0px 10px;
}
.note_g {
	padding: 10px;
	background-color: #F7f7f7;
}

/* waku */
.waku{
	vertical-align: bottom;
	border: 1px #7A7A7A solid;
}
