@charset "utf-8";
/*common*/
body,html{
	height: 100%;
}
main{
	opacity:0;
}
#loader-bg{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#loader-bg #loading{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -109px;
	margin-top: -75px;
	z-index: 1000;
}
.font-en{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.for-sp{display:none !important}
.font-small{font-size: 0.7em;}
.font-bold{font-weight: bold;}
.font-em{color:#e40064;}
.font-extra-large{font-size: 2em;}
.with_space{display:inline-block;padding-right:15px}
.text-nessesary{color:#e40064;vertical-align:top;}
.text-link{
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-left: 20px;
	background: url(../img/arrow_pagelink.png) no-repeat 0 0 scroll;
	text-indent: 7777px;
	vertical-align:middle;
}
.text-link:hover{
	background-position: 0 -15px;
}
a.button{
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0 40px;
	background:#000;
	border: solid 1px #ccc;
	color:#fff;
	text-decoration:none;
	line-height: 40px;
	text-align: center;
}
a.button:after{
	position: absolute;
	top:15px;
	right: 10px;
	width: 7px;
	height: 11px;
	background: url(../img/arrow_w.png) no-repeat 0 0 scroll;
	content: "";
}
a.button:hover{
	opacity:0.8;
}
a.button.button_small{
	height: 20px;
	padding: 0 20px;
	line-height: 20px;
	text-indent: -4px;
}
a.button.button_small:after{
	top: 5px;
	right: 5px
}
.single-btn-parts{
	padding:40px 0;
	text-align: center;
}
.with_border_top{
	border-top: dashed 1px #8d8383;
}
/*----- header  ------*/
header{
	z-index:500;
	display: none;
	width:100%;
	height: 60px;
	background: rgba(255,255,255,0.8);
	box-shadow:0 0 4px 0 rgba(0,0,0,0.3)
}
header > div{
	position: relative;
	width: 920px;
	margin: 0 auto;
}
header h1{
	width:300px;
	padding-top: 10px;
}
header h1 span{
	display:block;
	width:300px;
	height:48px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat 0 0 scroll;
	text-indent:-7777px;
}
.common_header header,
.fixed header{
	display: block;
}
.common_header header{position: static;}
.common_header.fixed header{position: fixed !important;}
.common_header header.top_header{position: fixed;}

/*----- global_nav  -----*/
nav#global_nav{
	display: block;
	width: 100%;
	height: 60px;
	box-sizing: content-box;
	border-top: solid 1px #fff;
	background:#eee;
	border-bottom: solid 1px #fff;
}

nav#global_nav > ul{
	display: block;
	width: 920px;
	height: 60px;
	margin: 0 auto;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	letter-spacing: -.40em;
}
nav#global_nav > ul > li{
	display: inline-block;
	width: 100px;
	letter-spacing: normal;
	vertical-align:top;
}
nav#global_nav > ul > li > a{
	position: relative;
	overflow:hidden;
	display: block;
	height: 60px;
	text-align: center;
	color: #000;
	line-height: 60px;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2;
}
nav#global_nav a.disable{
	color:#888;
}
nav#global_nav a.disable:hover{
	cursor:default;
}
nav#global_nav a.disable:before{
	position: absolute;
	display: block;
	z-index: 10;
	bottom:5px;
	background: #eee;
	height: 12px;
	padding:0 15px;
	border-radius: 20px;
	font-size:9px;
	line-height: 12px;
	color:#888;
	content:"comming soon."
}
nav#global_nav a.selected{
	background: #eee;
}
nav#global_nav a:hover{
	background: #eee;
}
nav#global_nav a.disable:hover{
	background: #fff;
}
nav#global_nav > ul > li > a:after{
	position: absolute;
	display: block;
	z-index: 10;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background: #999;
	border: solid 3px #fff;
	width: 37px;
	height: 37px;
	content: "";
}
nav#global_nav ul ul{
	display:none;
	position: absolute;
}
nav#global_nav ul ul.show{
	display:block;
}
nav#global_nav ul li li{
	display: block;
	background:#fff;
	border-top: solid 1px #ccc;
}

nav#global_nav ul li li a{
	position: relative;
	display:block;
	padding: 5px 50px 5px 10px;
	text-decoration:none;
	color:#000;
	font-size: 12px;
}
nav#global_nav ul li li a span{
	font-size: 13px;
}
nav#global_nav ul li li a:after{
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow_b_sp.png) no-repeat 0 center scroll;
	background-size: 7px 11px;
	content: "";

}

nav#global_nav a.selected:after{
	background: #e40065;
}
nav#global_nav a.disable:hover:after{
	background: #999;
}
nav#global_nav > ul > li > a:hover:after{
	background: #e40065;
}
nav#global_nav > ul > li > :after{ top:-30px; right: -30px;}
nav#global_nav a.animation1:after{ top:-29px; right: -29px;}
nav#global_nav a.animation2:after{ top:-28px; right: -28px;}
nav#global_nav a.animation3:after{ top:-27px; right: -27px;}
nav#global_nav a.animation4:after{ top:-26px; right: -26px;}

.common_header nav#global_nav{
	z-index: 501;
	display: inline-block;
	top:0;
	right:0;
	width: auto;
	border:none;
}
.common_header nav#global_nav{
	position: absolute;
}

.common_header nav#global_nav > ul,
.fixed nav#global_nav > ul{
	display: inline-block;
	width: auto;
	border: none;
}





/*----------   bottom_contact   ----------------*/
#bottom_contact{
	padding: 30px;
	background: url(../img/dot_gary.png);
	border-top: solid 1px #ccc;
}
#bottom_contact > div{
	display:table;
	width: 700px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #ccc;
}
#bottom_contact > div h3{
	display:table-cell;
	width: 150px;
	vertical-align:middle;
	text-align :center;
}
#bottom_contact > div div{
	display:table-cell;
	padding: 30px 30px 30px 0;
	font-size: 12px;
	vertical-align: top;
}
#bottom_contact a{
	position: relative;
	display: block;
	width: 200px;
	height: 40px;
	background:#000;
	border: solid 1px #ccc;
	color:#fff;
	text-decoration:none;
	line-height: 40px;
	text-align: center;
}
#bottom_contact a:after{
	position: absolute;
	top:15px;
	right: 10px;
	width: 7px;
	height: 11px;
	background: url(../img/arrow_w.png) no-repeat 0 0 scroll;
	content: "";
}
#bottom_contact a:hover{
	background: #333;
}
/*----------   footer  ----------------*/
footer{
	display: block;
}
footer div.upper{
	padding: 30px 0;
	background: #222;
	border-bottom: solid 1px #000;
}
footer div.upper div{
	display: block;
	width: 920px;
	margin: 0 auto;
}
footer div.upper div >  ul{
	display: table;
	width:100%;
	table-layout: fixed;
}
footer div.upper div >  ul > li{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	padding-left: 15px;
	border-right: solid 1px #333;
	border-left: solid 1px #111;
	line-height: 1.2;
}
footer div.upper div >  ul > li:first-child{
	border-left: none;
}
footer div.upper div >  ul > li:last-child{
	border-right: none;
}
footer div.upper div li li{
	padding-bottom: 8px;
}
footer div.upper ul a{
	display: block;
	padding-left: 15px;
	color:#fff;
	text-decoration: none;
	background: url(../img/arrow_w.png) no-repeat 0 3px scroll;
	font-size: 12px;
}
footer div.upper ul a .font-en{
	font-size: 1.1em;
}
footer div.upper ul a:hover{
	text-decoration: underline;
}
footer div.bottom{
	background: #000;
	border-top: solid 1px #444;
}
footer div p.copyright{
	display: block;
	width: 920px;
	height:30px;
	margin: 0 auto;
	font-size: 10px;
	color: #fff;
	line-height: 30px;
}
#pageskiper{
	display:none;
	position: fixed;
	z-index:1001;
	right: 0;
	bottom: 50px;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
	font-size: 12px;
	text-align: center;
}
#pageskiper a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 35px;
	background: #fff url(../img/arrow_page_up.png) no-repeat 0 0 scroll;
	background-size: 100% auto;
	color:#000;
	text-decoration: none;
}
#pageskiper a:hover{
	opacity:0.7;
}


.line_table{
	width:100%;
	margin-top: 30px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.line_table th{
	padding: 2px 2px 2px 0;
	background:#fff;
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px #ccc;
}
.line_table th span{
	display: block;
	padding: 4px 15px;
	background: #eee;
}
.line_table td{
	border-bottom: dotted 1px #ccc;
	padding: 4px 15px;
}
.line_table tr:last-child th,
.line_table tr:last-child td{
	border-bottom: none;
	
}

/*----form----*/
fieldset .form-parts{
	display: block;
	margin-top: 40px;
	padding: 30px;
	border : solid 1px #ccc;
}

form dl{
	display: table;
	width: 100%;
	border-bottom : dashed 1px #ccc;
}
fieldset .form-parts dl:last-child{
	border-bottom : none;
}
form dt{
	display: table-cell;
	width: 180px;
	padding: 15px 15px 15px 0;
	font-size:14px;
	vertical-align: top;
}
form dd{
	display: table-cell;
	padding: 10px 10px 10px 0;
}

form dd p.warning{
	padding-top: 5px;
	font-size: 10px;
	color: #e40065;
}
fieldset .btn-parts{
	padding:  30px 0;
	text-align: center;
}
fieldset .btn-parts button{
	background: #000;
}
fieldset .noatition{
	padding-top: 4px;
	font-size: 10px;
	color: #666;
}