@charset "utf-8";
/* ===================================================================
CSS information

 file name  :apply.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* index.html
----------------------------------------------------------- */
#apply .con_apply{
	padding-left: 15px;
	overflow: hidden;
	zoom: 1;
}
#apply .con_apply p{
	margin-bottom: 10px;
}
#apply .box_dl{
	width: 362px;
	float: left;
	padding-bottom: 25px;
}
#apply .l_border{
	border-right: 1px solid #ccc;
}
#apply .b_border{
	border-bottom: 1px solid #ccc;
}
#apply .box_dl p{
	padding: 0 20px;
}

#apply .box_dl .lnk_pdf{
	background: url(../apply/images/ic_pdf.jpg) no-repeat 20px center;
	padding: 5px 0 0 50px;
	min-height: 23px;
}
#apply .attention{
	font-size: 85%;
}

/* stipulation.html
----------------------------------------------------------- */
#apply #stipulation{
	padding: 0 15px;
}

#apply h3{
	margin-bottom: 10px;
}
#apply #stipulation h4{
	padding: 40px 0 3px 0;
	color: #000e63;
	font-size: 110%;
	background: url(../apply/images/bg_dotline.gif) bottom repeat-x;
}
#apply #stipulation h5{
	color: #000e63;
	margin:20px 0 3px;
}

#apply #stipulation p span{
	margin-left: 15px;
	display: inline-block;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
