@charset "utf-8";


/***************
+ .main_img
***************/

.main_img{
	width:100%;
	position:relative;
}

.main_img .main_logo{
	width:36.5%;
	position:absolute;
	top:15%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:888;
}
.main_img .owl-theme .owl-controls{
	z-index:999;
}
.main_img .owl-dots .owl-dot span{
	width:9px !important;
	height:9px !important;
}
.main_img .owl-dots .active span,
.main_img .owl-dots .owl-dot:hover span{
	background:#9f0014 !important;
}

/***************
+ .main_contents
***************/
.main_contents{
	width:100%;
	background:#ffcc00;
	margin-bottom:5px;
}
.title_area{
	width:100%;
	margin:0 auto;
	background:url("../images/bk_top_title.png");
	background-repeat:no-repeat;
	background-position:right 15px;
	background-size:31%;
	padding:15px 0 10px;
}
.title_area .logo{
	width:41%;
	text-align:center;
	margin:0 auto 15px;
}
.title_area .txt{
	width:86%;
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
.top_nav{
	width:86%;
	margin:0 auto 25px;
}
.top_nav li{
	width:100%;
	height:auto;
	padding-top:49.6%;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.top_nav li img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.top_nav li span{
	display:block;
	border:10px solid #9f0014;
	width:100%;
	height:100%;
	position:absolute;
	top:-10px;
	left:-10px;
	margin:auto;
}
.top_nav li a:hover span{
	width:97%;
	height:94.5%;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	background:rgba(0,0,0,0.2);
	top:-5px;
	left:-5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	
}
.top_nav li a:hover img{
	opacity:1.0 !important;
	
}
.bnr_area{
	width:70%;
	margin:20px auto 0;
	padding-bottom:25px;
}
.bnr_area li{
	width:100%;
	margin:0 auto 15px;
}
.bnr_area p {
	width:100%;
	text-align:center;
	font-size:12px;
}
.blankLinks01 {
    width: 90%;
    margin: 20px auto;
    clear: both;
    margin-bottom: 20px;
}
.blankLinks01 a {
	padding-left:14px;
	background:url(../../images/ico_blank01.gif) no-repeat center left;
	font-size:12px;
}