@charset "utf-8";
/*====================================================================================
■01.Content PAGE 
====================================================================================*/
#wrapper {
	background: url(../common_img/bg_wrapp.jpg) no-repeat top center;
}
.banner .list_banner {
	text-align: center;
	margin: 40px 0 45px;
}
.banner .list_banner li {
	display: inline-block;
}
.banner h2 {
	text-align: center;
	margin-bottom: 30px;
}
.breadcrumb {
	background: url(../common_img/ico_home.png) no-repeat top left;
	padding-left: 30px;
	margin: 50px 0 40px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	margin-right: 5px;
}
.breadcrumb li a {
	color: #0e6fde;
}
.contents {
	margin-bottom: 80px;
}
/*====================================================================================
■01.News PAGE 
====================================================================================*/
.news_sec {
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-bottom: 60px;
}
.news_sec .news_tt {
	padding: 0 10px 20px;
}
.news_sec .news_tt .date {
	float: left;
	width: 110px;
	color: #0e6fde;
	margin-top: 5px;
	font-weight: bold;
}
.news_sec .news_tt h3 {
	float: left;
	width: 820px;
	font-size: 20px;
}
.news_sec .news_ct {
	padding: 20px 10px;
	border-top: 2px solid #d7d7d7;
}
.news_sec .news_ct .photo {
	border: 1px solid #d7d7d7;
	padding: 3px;
	float: left;
	width: 350px;
	position: relative;
}
.news_sec .news_ct .photo img {
	width: 100%;
}
.news_sec .news_ct .txt {
	float: right;
	width: 560px;
}

.news_detail_btn a {
	background-color: #f3f3f3;
	color: #0e6fde;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.news_detail_btn a:hover {
	opacity:0.7;
}
/*====================================================================================
■02.Feature PAGE 
====================================================================================*/
.feat_sec01 {
	background: #fbfbf8 url(../feature/images/bg01.png) no-repeat right top;
	border: 1px solid #d7d7d7;
	padding: 40px 45px;
	margin-bottom: 60px;
}
.feat_sec01 h3 {
	margin-bottom: 35px;
}
.feat_sec01 p {
	width: 710px;
}
.feat_sec02 h4 {
	display: flex;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.feat_sec02 p {
	display: flex;
}
.feat_sec02 .feat_box01 h4 {
	border-bottom: 2px solid #0e6fde;
}
.feat_sec02 .feat_box02 h4 {
	border-bottom: 2px solid #2cb29a;
}
.feat_sec02 .feat_box03 h4 {
	border-bottom: 2px solid #ff9d3e;
}
/*====================================================================================
■03.Endeavour PAGE 
====================================================================================*/
.ende_sec01 {
	background: #fbfbf8 url(../endeavour01/images/bg01.png) no-repeat right top;
	border: 1px solid #d7d7d7;
	padding: 30px 45px 50px;
	margin-bottom: 60px;
	border-radius: 5px;
}
.ende_sec01 h3 {
	margin-bottom: 35px;
}
.ende_sec01 p {
	width: 460px;
}
.ende_sec01 .price {
	color: #ff2033;
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 1.2;
}
.ende_sec01 .price span {
	font-size: 24px;
}
.ende_sec02 .ende_tt {
	background: #0e6fde;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 30px;
}
.ende_sec02 .ende_tt01 {
	background: #2cb29a;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 30px;
}
.ende_sec02 .ende_listimg01 {
	background: url(../endeavour01/images/bg02.png) no-repeat right bottom;
	margin-left: 40px;
	padding-bottom: 20px;
}
.ende_sec02 .ende_listimg01 li {
	border: 1px solid #d7d7d7;
	padding: 5px;
	width: 270px;
	margin-right: 40px;
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.ende_sec02 .ende_listimg01 li img {
	width: 100%;
}
.ende_sec02 .ende_listimg01 li:after, .ende_sec02 .ende_listimg02 li:after, .news_sec .news_ct .photo:after {  
	position:absolute; 
	right: 5px; 
	bottom:5px; 
	width: 25px; 
	height: 25px; 
	content:url(../common_img/lightbox/ico-zoom.png); 
}
.ende_bg01 {
	background: #fbfbf8;
	border: 1px solid #d7d7d7;
	padding: 25px;
	margin-bottom: 60px;
}
.ende_tbl {
	width: 100%;
}
.ende_tbl th {
	background: #fbfbf8;
	border: 1px solid #d7d7d7;
	padding: 10px;
}
.ende_tbl td {
	border: 1px solid #d7d7d7;
	padding: 10px 15px;
}
.ende_listimg02 {
	margin-bottom: 60px;
}
.ende_sec02 .ende_listimg02 li {
	border: 1px solid #d7d7d7;
	padding: 5px;
	width: 210px;
	margin-right: 30px;
	display: inline-block;
	position: relative;
}
.ende_sec02 .ende_listimg02 li img {
	width: 100%;
}
.ende_sec02 .map {
	border: 1px solid #d7d7d7;
}