@charset "UTF-8";

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	background-image: url(../img/bg_line.png);
	background-repeat: repeat;
	background-position-x: 50%;
	background-position-y: -5px;
	background-attachment:fixed;
}

/*----------------------------------------
	contents
-----------------------------------------*/

#contents {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
#contents p {
	line-height: 1.5;
}
#contents h2 {
	font-size: 46px;
	font-weight: bold;
}

/*----------------------------------------
	contents
-----------------------------------------*/

#contents_detail {
	min-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
#contents_detail p {
	line-height: 1.5;
}
#contents_detail h2 {
	font-size: 46px;
	font-weight: bold;
}

/*----------------------------------------
	btn
-----------------------------------------*/

.detail_btn a {
	position: relative;
	display: block;
	color: #333;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0 14px;
	background: #f4f4f4;
	text-align: center;
	box-sizing: border-box;
}
.detail_btn a:before {
	content: url(../img/btn_arrow_right.png);
	position: absolute;
	top: 17px;
	right: 21px;
}
.detail_btn.gold a {
	background: #f4eadc;
}
.detail_btn.light a {
	background: #e9e9e9;
}

.back {
	width: 1100px;
	margin: 0 auto;
}
.back_btn a {
	position: relative;
	display: block;
	color: #333;
	width: 130px;
	height: 45px;
	padding: 14px 0 0 39px;
	font-size: 14px;
	background: #f4f4f4;
	box-sizing: border-box;
	text-align: left;
}
.back_btn a:before {
	position: absolute;
	content: url(../img/btn_arrow_left.png);
	top: 14px;
	left: 18px;
}
.back_btn.long a {
	width: 174px;
}

/*----------------------------------------
	header
-----------------------------------------*/

header {
	background: #fff;
}
header .header_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 43px 0 0;
	height: 130px;
	box-sizing: border-box;
}
header #global_menu {
	position: absolute;
	top: 57px;
	right: 0;
}
header #global_menu li {
	display: inline-block;
	margin-left: 50px;
	font-size: 16px;
	vertical-align: top;
}
header #global_menu li a {
	display: inline-block;
}
header #global_menu li.active a:after {
	content: "";
	display: block;
	margin-top: 11px;
	width: 100%;
	border-bottom: solid 1px #005e0d;
	vertical-align: top;
}
header #local_menu {
	position: absolute;
	top: 124px;
	left: 0;
}
header #local_menu li {
	display: inline-block;
	margin-right: 50px;
	font-size: 14px;
	vertical-align: top;
}

@media screen and (max-width:1199px) {
	header .header_inner {
	padding: 43px 50px 0;
	box-sizing: border-box;
	}
	header #global_menu {
	right: 50px;
	}
	header #local_menu {
	left: 50px;
	}
}

@media screen and (max-width:768px) { 
header #global_menu li {
	font-size: 20px;
}
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer {
	min-width: 1100px;
	background: #fff;
	text-align: center;
}
footer .footer_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 37px 0 84px;
}
footer ul {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 32px;
}
footer ul li {
	float: left;
	padding-right: 34px;
}
footer ul li:first-child {
	padding-left: 20px;
}
footer ul li:last-child {
	padding-right: 0;
}
footer ul + p {
	padding-bottom: 17px;
	font-size: 12px;
}

/*----------------------------------------
	pagetop
-----------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	display: block;
	background: #f4f4f4;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
}
