@charset "utf-8";
/* CSS Document */

#apply_bk {
background-image: url(/apply/images/bk_img.jpg) ;
background-position: top right;
background-repeat: no-repeat;
background-color: #fff;
}

.apply_box {
border: solid 4px #f2f2f2;
padding: 10px;
margin-top: 15px;
background-color: #fff;
} 

.web {
width: 532px;
font-size: 80%;
}
.btn_web {
margin: 12px 0 0 12px;
}
dl.apply_box{
width: 237px;
}
.apply_box dt {
float: left;
width: 78px;
}
.apply_box dd {
width: 159px;
float: right;
}
.apply_box dd img{
margin: 0 0 5px 0;
}


.apply_box:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
