﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	background: #ffffff;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
a:hover {
	text-decoration: none;
}
/*=============================================
 * <header>
 *=============================================*/

header {
	width: 100%;
	position: relative;
	height: 786px;
	padding-top: 124px;
	overflow: hidden;
	z-index: 1;
}
header h1 {
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #535556;
	z-index: 10;
	padding: 95px 0 0 23px;
}
header .logo {
	    padding-top: 83px;
    padding-bottom: 56px;
}
header #beft{
	/*border: 1px solid #000000;*/
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 78px;
	text-align: center;
	background: #a32617;
	color:#fff;
}
header .txt {
	line-height: 50px;
}
header .txt span{
	font-size: 25px;
}
header nav {
	position: absolute;
	    top: 16px;
    right: 28px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
}
header nav a {
	float: left;
	margin-left: 88px;
	position: relative;
}
header nav a + a:before{
	background: url(../img/shared/icon.png) no-repeat 0 0;
	width: 11px;
	height: 16px;
	position: absolute;
	top: 4px;
    left: -47px;
	content: '';
}
header .wrap {
	z-index: 10;
}
header nav a:hover{
	color: #b6b6b6;
}
header nav .current{
	color: #b6b6b6;
}
header:before{
	position: absolute;
    top: 571px;
    right: 0;
    height: 2000px;
    width: 100%;
    background: #eaeaea;
    webkit-transform: skewY(-32.5deg);
    -ms-transform: skewY(-32.5deg);
    -o-transform: skewY(-32.5deg);
    transform: skewY(-32.3deg);
    content: '';
	z-index: -1;
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	max-width: 460px;
	padding-top: 22px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	    bottom: 1px;
    right: -8px;
}
#socialbuttons > * {
	margin: 0 7px;
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	width: 100%;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1.5px;
	height: 307px;
}
footer nav {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
	padding: 157px 0 29px;
}
footer nav a:hover{
	color: #b6b6b6;
}
footer nav a.current{
	color: #b6b6b6;
}
footer nav a {
	padding: 0 40px ;
	position: relative;
}
footer nav a:hover{
	/*text-decoration: underline;*/
}
footer nav > a + a:before{
	display: none;
}
footer nav li{
	position: relative;
	display: inline-block;
}
footer nav li + li:before{
	background: url(../img/shared/icon.png) no-repeat 0 0;
	width: 11px;
	height: 16px;
	position: absolute;
	    top: 3px;
    left: -5px;
	content: '';
}
footer:before{
	position: absolute;
    top: 298px;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #eaeaea;
    webkit-transform: skewY(43.5deg);
    -ms-transform: skewY(43.5deg);
    -o-transform: skewY(43.5deg);
    transform: skewY(43.3deg);
    content: '';
}
/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 10px;
	bottom: 10px;
	z-index: 3000;
}
address {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.3px;
	color: #000000;
	padding: 15px 0 0;
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}