/*
*******************************************************************************************************
# 繝薙ず繝阪せ繝代&#65533;繝医リ繝ｼ蜍滄寔 
*******************************************************************************************************

*/
.partner #container {
	line-height: 1.4;
	padding-bottom: 100px;
}
.partner #contentMain a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.box_head_partner {
	padding-top: 10px;
	margin-bottom: -15px;
}
.box_head_partner h1 {
	font-size: 36px;
	font-weight: bold;
	color: #013b96;
}

.mod_box_section_bdt {
	padding: 40px 20px 60px;
	position: relative;
	/*_width: 900px;
	_overflow: hidden;*/
}
.mod_box_section_bdt .bear_ganba {
	position: absolute;
	top: -170px;
	right: -10px;
}
.mod_box_section_bdt > p {
	margin-right: 10px;
	margin-left: 10px;
}
.mod_box_section_bdt .mod_ttl_bar {
	font-size: 20px;
	line-height: 1.1;
	margin-top: 30px;
}
.mod_box_section_bdt .float_wap {
	margin-top: 20px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.mod_box_section_bdt .float_wap .col {
	padding: 30px;
	height: 185px;
	width: 390px;
	float: left;
	border: 1px solid #DADADB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.mod_box_section_bdt .float_wap > span {
	margin-top: -28px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -28px;
}
.mod_box_section_bdt .float_wap .col ul {
	margin-top: -5px;
}
.mod_box_section_bdt .float_wap .col ul li {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.mod_box_section_bdt .float_wap .col ul li:before {
	content: "・";
	color: #33578C;
	margin-right: 5px;
}
.mod_box_section_bdt .float_wap .col.img_shop {
	float: right;
	background-image: url(/partner/images/img_shop.jpg);
	background-repeat: no-repeat;
	background-position: 44px 43px;
}
.mod_box_section_bdt .float_wap .col.img_shop span {
	display: none;
}
.mod_box_section_bdt .bottom_area {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #DADADB;
	text-align: center;
}
.mod_box_section_bdt .bottom_area .txt_recruiting {
	font-size: 24px;
	font-weight: bold;
	color: #30558e;
	margin-bottom: 10px;
}
.mod_box_section_bdt .bottom_area .btn_form {
	margin: 30px auto 0px;
	width: 505px;
}
.mod_box_section_bdt .bottom_area .btn_form a {
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 20px;
}

/* ------------------------------------
	* pagetop
* ------------------------------------ */

.btn_pagetop_authority {
	font-weight: bold;
	margin-top: 20px;
	text-align: right;
}

/* ------------------------------------
	* clearFix
* ------------------------------------ */

.float_wap {
	zoom:1;
}
.float_wap:after {
	content: ""; 
	display: block; 
	clear: both;
}


/* ------------------------------------
	* first-child forIE6
* ------------------------------------ */
/** .mod_box_section_bdt .float_wap .col {
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}*/