@charset "utf-8";


/***************
+ .main_contents
***************/
#Cont .main_contents{
	width:100%;
	background:#f4f4db;
	padding-bottom:25px;
}

#Cont .title_box{
	width:100%;
	margin:0 auto 15px;
	position:relative;
}
#Cont .txt_box{
	width:100%;
	margin:0 auto 15px;
}
#Cont .txt_box .top_txt{
	width:94%;
	margin:0 auto 15px;
}
#Cont .txt_box .txt{
	width:94%;
	margin:0 auto;
	font-size:12px;
	line-height:1.8em;
}

#Cont .contents_box{
	width:100%;
	margin:0 auto;
}
#Cont .img_box{
	width:100%;
	margin:0 auto 15px;
	position:relative;
}
#Cont .bnr_box{
	width:63%;
	margin:20px auto;
}
#Cont .bnr_box img {
    border: 1px solid #AE800B;
    box-sizing: border-box;
}
#Cont .bnr_box a span{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	line-height:1.16em;
	margin:5px auto 0;
}
#Cont .bnr_box a:hover{
	color:#000;
	text-decoration:none;
}
#Cont .blankLinks01 {
    width: 90%;
    margin: 20px auto;
    clear: both;
    margin-bottom: 20px;
}
#Cont .blankLinks01 a {
	padding-left:14px;
	background:url(../../images/ico_blank01.gif) no-repeat center left;
	font-size:12px;
}