@charset "utf-8";
/* title */
.titlebar_underline {
	font-size: 22px;
	font-size: 22rem;
	line-height: 1.2em !important;
	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;
}
.titlebar_gray {
	font-size: 17px;
	font-size: 17rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	background-color: #E3E3E3;
	margin: 50px 0px 20px;
	padding: 10px;
}
/* underline */
.p_underline {
	border-bottom: 1px solid #8c8b8b;
	/*border-left: 2px solid #8c8b8b;*/
	padding-left: 5px;
	text-align: left;
}
/* icon-images */
img.icon {
	vertical-align: -10%;
	height: 18px;
	width: auto;
}
/* page top */
.pagetop {
	margin: 5px;
	padding: 0px;
	font-size: 13px;
	font-size: 13rem;
	line-height: 1.3;
	text-align: right;
	clear: both;
}
/* ol_ope_step */
ol.ope_step {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
ol.ope_step li {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
/* float */
.ofh {
	overflow: hidden;
}
.con_left_50 {
	float: left;
	width: 50%;
}
.con_left_50 img {
	width: 100%;
	height: auto;
}
.con_right_50 {
	float: right;
	width: 50%;
}
.con_right_50 img {
	width: 100%;
	height: auto;
}

@media (max-width: 550px) {
.con_left_50 {
	float: none;
	width: 100%;
}
.con_left_50 img {
	width: 100%;
	height: auto;
}
.con_right_50 {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.con_right_50 img {
	width: 100%;
	height: auto;
}
}
/* note */
.note_g {
	padding: 10px;
	background-color: #F7f7f7;
}
/* width */
.img_w400 {
	width: 400px;
}
img.w100-90 {
	width: 100%
}

@media(max-width:550px) {
.img_w400 {
	width: 90%;
}
}
.mg_0_auto {
	margin: 0 auto;
}
