@import url("../../../common/css/default.css");
@import url("../../../common/css/common.css"); 

/*--------------------------------------
h1/h2の設定
---------------------------------------*/

h1.apply{
	padding-bottom:20px;
	}

h2.apply{
	padding:24px 5px 5px 5px;
	}

/*--------------------------------------
レイアウト
---------------------------------------*/
div.apply{
	padding:10px 5px;
	}
div.apply2{
	width:600px;
	float:right;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	}
div.apply2_end{
	width:600px;
	float:right;
	margin-bottom:10px;
	}
.flt_l{
	float:left;
	width: 450px;
	}
.flt_l img{
	float:right;
	}
.flt_r{
	float:right;
	}

.flt_l2{
	float:left;
	padding-bottom:10px;
	width:350px;
	}

.flt_l3{
	float:left;
	padding-bottom:10px;
	width:375px;
	}

.flt_l3 img{
	float:right;
	}
.apply_clear{
	clear:both;
	}
.apply_tit{
	padding:10px;
	}

/*=============================================
 clearFix
=============================================*/
/*---- for not IE ----*/
.clearFix:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*---- for IE7 and Mac ----*/
.clearFix{
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /* for not Mac */
	/* escape MacIE5 */
}

/*---- for IE5 IE6... ----*/
/* escape MacIE5 \*/
* html #HeadLineArea,
* html #BodyArea,
* html #WelcomeFootArea,
* html .clearFix{
	height: 1%;
}
/* escape MacIE5 */

/*=============================================
  NEW CSS 2016/09/14
=============================================*/

.mgnright25 {
	margin-right: 25px;
}
.mgntop50 {
	margin-top: 50px;
}
.w545 {
	width: 545px !important;
}