@charset "utf-8";
/* title */
.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: 1px;
	border-bottom-color: #8c8b8b;
	border-bottom-style: solid;
}
/* note */
.note {
	margin: 10px 20px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #f8f8f8;
}
.note_y {
	padding: 10px;
	background-color: #FCFCE2;
}

@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;
}
}
/*note*/
/* page top */
.pagetop {
	margin: 5px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	clear: both;
}
/* page top */
/* left30_right65 */
.ofh {
	overflow: hidden;
}
.con_left_30 {
	float: left;
	width: 30%;/*margin-bottom: 20px*/
}
.con_left_30 img {
	width: 100%;/*height: auto;*/
}
.con_right_65 {
	float: right;
	width: 65%;/*margin-bottom: 20px*/
}
.con_right_65 img {
	width: 70%;
	margin: 0 auto;
	/*padding-top: 15px;*/
	display: block;
}

@media (max-width: 640px) {
.con_left_30 {
	width: 30%;
	float: none;
	margin: 0 auto;
}
.con_right_65 {
	width: 100%;
	float: none;
}
.con_right_65 img {
	margin: 0 auto;
}
}
/* left30_right65 */

/* attach */
.att {
	width: 35%; 
	border: thin solid #7F7F7F; 
	float: left;
}
/* attach */
/* attach ml10px */
.att_ml {
	width: 35%; 
	border: thin solid #7F7F7F; 
	float: left;
	margin-left: 10px;
}
/* attach ml10px */
/* attach text */
.att_text{
	text-align: center;
	height: 50px;
}
@media (max-width: 400px) {
.att_text{
	text-align: center;
	height: 65px;
}	
	
}
/* attach text */
.line_lb0 {
	border-bottom: 1px;
	border-bottom-color: #8c8b8b;
	border-bottom-style: solid;
	padding: 5px;
}
.cont_wrap {
	margin: 10px;
}
.cont_wrap_process {
	margin: 0px;
}


@media(max-width:480px) {
.cont_wrap {
	margin: 3px;
}
    .cont_wrap_process {
	margin: 3px;
}

}
span.s-Text {
    font-size: 80%;
    vertical-align: top;
    position: relative;
    top: -0.3em;
	left: 0.1em;
}
.tx-cent {
text-align: center;	
}
ol.step {
	margin: 0px;
	padding: 0px;
}
ol.step li {
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 5px;
}
.cont_wrap_20{
	margin-left: -20px;
}
.ofh {
    overflow: hidden;
}
.con_left_30 {
    float: left;
    width: 30%;
    margin-bottom: 20px;
}
@media(max-width:480px) {
.con_left_30 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
}
.tac{
	text-align: center;
}
.img_cnt{
	width: 56px; 
	margin: 0 auto;
}