/* CSS Document */


.mb5{
margin-bottom:5px !important;
}
.mb7{
margin-bottom:7px !important;
}
.mt0{
margin-top:0px !important;
}


.bo_c_example1{
	margin-top: 10px;
	margin-left: -5px;
	border:1px solid #1eaa39;
	padding:7px 11px 8px 14px;
	height:48px;
	width:435px;
}
.bo_c_example1 .bo_c_text1{
	color:#1eaa39;
	font-weight:bold;
	padding-left:2px !important;
}
.bo_c_example1 .line{
	margin:3px 0 8px 0;
}
.bo_c_example1 .bo_c_text2{
background:url("../img/bo_c/bo_img_c_dot.gif") no-repeat scroll 5px 5px;
}
.bo_c_example1 .bo_c_text2 span{
	color:#1eaa39;
}

.linkType_green01 a {
	background: url("../img/bo_c/icon_arrow_green01.gif") 0 0 no-repeat !important;
	padding-left: 15px;
	color: #333;
}
.linkType_green02 a {
	background: url("../img/bo_c/icon_arrow_green02.gif") 0 1px no-repeat !important;
	padding-left: 12px;
	font-size: 10px;
	color: #333;
}


.mgn_btm2_c2{
margin-bottom:29px !important;
}

.btnArea02_c_stext{
font-size:10px;
padding-left:9px !important;
padding-top:2px !important;
padding-bottom:2px !important;
width:290px;
}



/* tit_area
----------------------------------------------------------*/
.tit_area {
	display: table;
	border: 1px solid #09f;
	background-color: #09f;
	width: 100%;
}
.tit_area h1 {
	display: table-cell;
	width: 34%;
	padding: 10px 20px !important;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
.tit_area .tit_area_txt {
	display: table-cell;
	width: 46%;
	padding: 10px 0;
	vertical-align: middle;
}
.tit_area .tit_area_txt span {
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 16px;
	color: #fff;
}
.tit_area .tit_area_btn {
	display: table-cell;
	background-color: #fff;
	width: 20%;
	vertical-align: middle;
}
.tit_area .tit_area_btn a {
	display: inline-block;
	width: 100%;
	padding: 10px 16px;
	text-decoration: none !important;
}
.tit_area .tit_area_btn a:before {
	display: inline-block;
	font-family: "FontAwesome";
	content: '\f178';
	color: #fff;
	font-size: 8px;
	border-radius: 2px;
	background-color: #09f;
	margin-right: 4px;
	padding: 1px;
	vertical-align: middle;
}

/* bp_koujo */
.bp_koujo {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.bp_koujo dt {
	width: 180px;
    margin: auto 0;
    padding: 15px;
    color: #09f;
    font-weight: 600;
    font-size: 1.1em;
    text-align: left;
}
.bp_koujo dd {
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	width: 720px;
	margin: 0;
	padding: 15px;
    text-align: left;
    font-size: 0.78em;
    line-height: 1.4em;
}