@charset "utf-8";
/* CSS Document */


/*
------------------
最新ウィークリーニュース, お問い合わせ
------------------
*/
#application{
	min-height:550px;
	height: auto !important;   
	height: 550px; /*min-heightのIE６用 CSS Hack*/	
	
	display:block;
}
p.appP{/*入力を促す文言*/
	color:#000;	
	margin:0;
	padding:0 10px 0 0;
}
#application img{/*入力を促す文言の下線*/
	margin-top:-10px;
}

/*申込フォーム*/
table.apply_form th{
	padding-top:10px;
	padding-bottom:15px;
	padding-left:25px;
	border-bottom:1px dotted #999;
	background:url(../../img/application/img_application.jpg) 15px 12px no-repeat;
	text-align:left;
	width:30%;
	vertical-align:top;	
}
table.apply_form td{
	border-bottom:1px dotted #999;
	padding-top:10px;
	padding-bottom:5px;
}


table.apply_form th{
	background:url(../../img/application/img_application.jpg) 15px 12px no-repeat;
	padding-bottom:15px;
	text-align:left;
	padding-left:25px;
	width:30%;
	vertical-align:top;
}
th span.belowTxt{
	font-size:10px;
	color:#999;	
	font-weight:normal;
	letter-spacing:0.1em;
	margin-top:-2px;
	display:block;
}
td.apply_description input{
		background-color:#F0F0F0;
}
span.notice{
	color:#A31919;
}


