﻿@import url("../../css/common.css");

@charset"utf-8";

#wrap_contents{
	position: relative;
	top: -38px;
	width: 100%;
}

/*=======banner=======*/

#banner{
	position: relative;
	top: 0;
	width: 100%;
	height: 267px;
}

#banner img{
	position: absolute;
	width: 100%;
	height: 100%;
}

#wrap_txt{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#wrap_txt h2{
	position: absolute;
	top: 160px;
	font-size: 50px;
	left: 40%;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(60, 60, 60, 0.43);
}

#wrap_txt p{
	position: absolute;
	top: 100px;
	font-size: 30px;
	font-weight: 700;
	left: 39%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.43);
}

/*=====End banner=====*/

/*=======contents=======*/

#contents{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 688px;
}

#contents img.sub01_bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
}

#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*=======navi=======*/

#navi{
	position: relative;
	width: 1000px;
	height: 35px;
}

#navi p{
	position: absolute;
	top: 16px;
	right: 110px;
}

#navi ul{
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 12px;
}

#navi ul li{
	float: left;
	padding-left: 15px;
	background: url(../../images/sub01/navi_arw.png) no-repeat;

}

#navi ul li.none{
	background: none;
}

#navi ul li.bld{
	font-weight: bold;
}

/*=======End navi=======*/


/*=======con_wrap=======*/

#con_wrap{
	position: relative;
	width: 1000px;
	top: 100px;
}

#con_wrap h1{
	position: absolute;
	top: 0;
	text-align: center;
	width: 1000px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #676767;
	background: url(../../images/sub02/sub02_h1bg.png) no-repeat;
}

#con_box{
	position: relative;
	top: 114px;
	left: 54px;
	width: 892px;
	height: 315px;
}

#con_box div{
	float: left;
}



/*=====hover=====*/

.da-thumbs li a div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
	left: 0px;
}

.da-thumbs {
	list-style: none;
	width: 984px;
	height: 300px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 11px;
	background: #fff;
	padding: 0px;
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	border: 1px solid #ebebeb;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(30,30,30,0.8);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	line-height: 21px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs li p{
	text-align: center;
	font-size: 16px;
	color: #676767;
	font-weight: 600;
	margin: 20px 20px 20px 20px;
}

.da-thumbs li p img{
	position: absolute;
	top: 0px;
	right: 0px;
}

.da-thumbs li p img.arrow_padding{
	position: absolute;
	top: 0px;
	right: -15px;
}

.da-thumbs li p{
	font-size: 16px;
	color: #676767;
	font-weight: 600;
	margin: 20px 45px 20px 20px;
}

.da-thumbs li p a.con_txt{
	overflow: visible;
}

/*=====hover=====*/

/*=======End con_wrap=======*/

/*=======End contents=======*/


