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

#bg_title{
	background:url(../../choose/files/bg_titleimg.jpg) no-repeat top center;
}
#contentsmain{
	padding-top:0;
	margin-top:42px;
	border-top:#1267b0 solid 5px;	
}
.areamain {
	padding:30px 30px 0;
}



/*----------------------------------------
	choose
-----------------------------------------*/

.c_area {
	border-top: 5px solid #
}
.c1_box {
	width: 100%;
	margin: auto;

}
.info {
	margin-top: 13px;
	padding-left:18px;
}
.info .op_link {
	color: #1267b0;
    text-decoration: none;
    text-decoration: underline;
    position: relative;
    padding-left: 0px;
    display: inline-block;
}
.op_link:after{
content: "";
    background: url(/common/images/icon_arrow.gif) no-repeat 0px center;
    position: absolute;
    display: block;
    width: 18px;
    height: 14px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.info .op_link:hover {
	opacity: .7;
}

.img_area {
	margin: 69px 0 75px;
}

