@charset "utf-8";


/* -- Link
-------------------------------------------------------------------------------- */
a  {
	color: #222;
	text-decoration: none;
	outline: none;
}
a:hover,
.btn:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	text-shadow: -1px -1px #d27c0c;
	background: #ffa229;
	text-align: center;
	display: block;
	height: 32px;
	width: 220px;
	padding: 2px 10px 0 0;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 4px #d27c0c;
	position: relative;
}
.btn:after {
	content: "";
	background: url(/common/img/arw3.png) no-repeat;
	height: 13px;
	width: 9px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 13px;
}



/* -- Layout
-------------------------------------------------------------------------------- */
html,
body {
	width: 100%;
	min-width: 1200px;
}
header,
footer,
article > section,
article > div {
	text-align: left;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
br.sp {
	display: none;
}



/* -- Headerer
-------------------------------------------------------------------------------- */
header {
	height: 120px;
	position: relative;
}
header > * {
	position: absolute;
}
header > p {
	left: 20px;
	top: 27px;
}
header > h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	right: 415px;
	top: 15px;
}
header nav {
	height: 120px;
	width: 910px;
	right: 0;
	top: 0;
}
header nav ul {
	display: table;
	position: absolute;
	right: 0;
}
header nav ul:nth-of-type(1) { bottom: 0; }
header nav ul:nth-of-type(2) { top: 0; }
header nav ul li {
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
header nav ul li a {
	font-weight: 600;
	display: block;
}
header nav ul:nth-of-type(1) li {
	background: url(/common/img/pc/head_nv_line.png) no-repeat 0 center;
	vertical-align: middle;
	padding-left: 11px;
	height: 80px;
}
header nav ul:nth-of-type(1) li:first-child { background: none; padding-left: 0; }
header nav ul:nth-of-type(1) li a {
	font-size: 15px;
	line-height: 20px;
	min-width: 126px;
	padding: 0 12px;
}
header nav ul:nth-of-type(2) a {
	font-size: 14px;
	color: #fff;
	padding: 12px 22px 0;
	height: 40px;
	box-sizing: border-box;
}
header nav ul:nth-of-type(2) li:nth-child(1) a { background: #ffa229; }
header nav ul:nth-of-type(2) li:nth-child(2) a { background: #3b5998; }
header nav ul:nth-of-type(2) li:nth-child(2) a:after {
	content: "";
	background: url(/common/img/pc/head_btn_fb.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 7px;
}
header nav p {
	display: none;
}



/* -- Contents
-------------------------------------------------------------------------------- */
article {
	text-align: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#title {
	height: 170px;
	margin-bottom: 60px;
}
#title > * {
	position: relative;
}
#title:before {
	content: "";
	background: url(/common/img/bg_pattern.png) repeat;
	display: block;
	height: 140px;
	width: 100%;
	border-bottom: 30px solid #EDEAE0;
	position: absolute;
	left: 0;
}
#title h2 {
	text-align: center;
	display: block;
	height: 95px;
	padding-top: 45px;
}
#title ul {
	font-size: 0;
	display: block;
	height: 22px;
	padding-top: 8px;
}
#title ul li {
	font-size: 12px;
	display: inline;
}
#title ul li a {
	color: #888;
	background: url(/common/img/arw2.png) no-repeat right 2px;
	text-decoration: underline;
	display: inline-block;
	margin-right: 15px;
	padding-right: 20px;
}
article > section {
	margin: 70px auto;
}
article > section.bg {
	padding: 70px 20px;
	position: relative;
}
article > section.bg > * {
	position: relative;
}
article > section.bg:before {
	content: "";
	background: url(/common/img/bg_pattern.png) repeat;
	display: block;
	height: 100%;
	width: 300%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
}



/* -- Footer
-------------------------------------------------------------------------------- */
footer {
	height: 335px;
}
footer:before {
	content: "";
	background: url(/common/img/bg_pattern.png) repeat;
	width: 100%;
	min-width: 1200px;
	height: 255px;
	border-bottom: 80px solid #ffa229;
	position: absolute;
	left: 0;
}
footer div {
	line-height: 20px;
	background: url(/common/img/foot_logo.png) no-repeat 0 65px;
	float: left;
	height: 155px;
	padding: 65px 0 0 170px;
	position: relative;
}
footer div h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
footer div address {
	font-size: 13px;
}
footer ul {
	height: 165px;
	padding-top: 55px;
	position: absolute;
	left: 50%;
}
footer ul:nth-of-type(1) { width: 210px; margin-left: 20px; }
footer ul:nth-of-type(2) { width: 160px; margin-left: 230px; }
footer ul:nth-of-type(3) { width: 190px; margin-left: 390px; }
footer ul li a {
	font-size: 12px;
	background: url(/common/img/pc/foot_arw.png) no-repeat 0 center;
	display: block;
	padding: 10px;
}
footer > p {
	height: 34px;
	width: 34px;
	position: absolute;
	right: 40px;
	padding-top: 25px;
	z-index: 99;
}
footer > p a {
	background: #F4DB2A url(/common/img/arw1.png) no-repeat center center;
	text-indent: -99em;
	display: block;
	height: 34px;
	width: 34px;
	border-radius: 5px;
	box-shadow: 0 4px #bb900c;
	position: relative;
	overflow: hidden;
}
footer small {
	font-size: 11px;
	color: #FFF;
	background: url(/common/img/foot_bg.png) no-repeat center 0;
	text-align: center;
	clear: both;
	display: block;
	position: relative;
	padding-top: 75px;
}
@media screen and (max-width: 1200px) {
	footer {
		position: relative;
	}
	footer > p {
		right: 20px;
		bottom: 105px;
	}
}



/* -- 404
-------------------------------------------------------------------------------- */
#er404 {
	padding-top: 180px;
	text-align: center;
}
#er404 h3 {
	color: #ffa229;
	font-size: 38px;
}
#er404 p {
	font-size: 16px;
	margin-top: 50px;
}
