@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
table, caption, th, td {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
body {
	margin-top: -70px;
	padding-top: 70px;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.6;
	font-size: 15px;
	color: #2a2b2b;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenu---------------------------------------------------------------*/
div#SpMenu { display: none; }


/*------------SideMenu---------------------------------------------------------------*/
div#SideMenu { display: none; }


/*------------Container---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Header---------------------------------------------------------------*/
div#Header { background: #fff; }
/*------------InHeader------------------------------------------------------------*/
div#InHeader {
	width: 950px;
	margin: 0 auto;
	padding: 0.3em 0;
	overflow: hidden;
	font-size: 80%;
}
div#InHeader h1 {
	padding-left: 10px;
	float: left;
}
div#InHeader ul {
	list-style: none;
	padding-right: 20px;
	float: right;
	text-align: right;
}
div#InHeader ul li { display: inline; }
div#InHeader ul li:after { content: "｜"; }
div#InHeader ul li:nth-last-of-type(1):after { content: ""; }

/*------------Logo------------------------------------------------------------*/
div#Logo {
	width: 490px;
	margin: 40px auto 30px;
}
div#Logo a {
	display: block;
	height: 57px;
	background: url(../../img/pc/logo.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Title------------------------------------------------------------*/
div#Title {
	max-width: 1900px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../../img/bg01.png) , url(../../img/bg01.jpg);
	background-repeat: repeat , no-repeat;
	background-position: center center ,  center center;
	background-size: cover;
}
div#Title h2 {
	height: 100%;
	background-image: url(../../img/shadow.png) , url(../../img/title_line.png);
	background-repeat: repeat-x , no-repeat;
	background-position: center top ,  center center;
}
div#Title h2 span {
	display: block;
	height: 76px;
	margin: 0 auto;
	padding: 2.4% 0;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Global------------------------------------------------------------*/
div#Global {
	width: 100%;
	height: 60px;
	background: url(../../img/pc/global_bg.png) repeat-x center top;
}
div.GNav { position: relative; }
div.GNavFix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
div#Global ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Global ul li {
	width: 192px;
	float: left;
}
div#Global ul li a {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Global ul li a:hover { background-position: left bottom; }
div#Global ul li#GMBtn01 a { background-image: url(../../img/pc/gmbtn01.png); }
div#Global ul li#GMBtn02 a { background-image: url(../../img/pc/gmbtn02.png); }
div#Global ul li#GMBtn03 a { background-image: url(../../img/pc/gmbtn03.png); }
div#Global ul li#GMBtn04 a { background-image: url(../../img/pc/gmbtn04.png); }
div#Global ul li#GMBtn05 a { background-image: url(../../img/pc/gmbtn05.png); }

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	overflow: hidden;
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: hidden;
}

/*------------Pan------------------------------------------------------------*/
div#Pan { background: #2a2b2b; }
div#Pan ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0.5em 0;
	overflow: hidden;
	list-style: none;
	line-height: 1.1;
	color: #fff;
}
div#Pan ul li {
	display: inline;
	font-size: 80%;
}
div#Pan ul li:nth-of-type(1) a {
	padding-left: 22px;
	background: url(../../img/home.png) no-repeat left center;
}
div#Pan ul li a { color: #fff; }
div#Pan ul li a:hover {
	text-decoration: none;
	color: #fcee21;
}
div#Pan ul li:after { content: " > "; }
div#Pan ul li:nth-last-of-type(1):after { content: ""; }
div#Pan ul li:nth-last-of-type(1) { color: #fcee21; }
	

/*------------Main------------------------------------------------------------*/
div#Main {
	width: 100%;
	overflow: hidden;
}

/*------------TopNav------------*/
div#TopNav {
	width: 100%;
	background: #0069ab;
}
div#TopNav ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 70px;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li { float: left; }
div#TopNav ul li a {
	display: block;
	padding: 0.25em 20px;
	background-color: #0069ab;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../../img/nav_arrow02.gif);
	text-align: center;
	font-size: 113.3333333333333%;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fcee21;
}

/*------------InBox------------*/
div.InBox {
	max-width: 960px;
	margin: -150px auto 60px;
	padding: 150px 0 60px;
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
}
div.BoxTop {
	margin-top: 70px;
	padding-top: 0;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox h3 {
	margin-bottom: 40px;
	padding: 0 10px 25px;
	background: url(../../img/line01.gif) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	font-size: 193.3333333333333%;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding: 0 10px 20px;
	background: url(../../img/line02.gif) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	font-size: 146.6666666666667%;
}
div.Inner {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}

/*現在、準備中*/
div#Preparation {
	height: 80px;
	background: url(../../img/preparation.gif) no-repeat center center;
}
div#Preparation * { display: none; }


/*------------Footer---------------------------------------------------------------*/
div#Footer {
	padding: 20px 0 0;
	background: #6a6a6a;
	font-size: 86.66666666666667%;
	color: #fff;
}
div#Footer address {
	width: 100%;
	padding: 5px 0 60px;
	text-align: center;
}
/*------------InFooter------------------------*/
div#InFooter {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
/*------------FooterMenu------------------------*/
div#FooterMenu {
	width: 690px;
	padding: 35px 0;
	border-left: 4px solid #fff;
	float: right;
}
div#FooterMenu table {
	width: auto;
	margin-left: auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#FooterMenu table tr td {
	width: auto;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
}
div#FooterMenu table tr td .FTopSp { margin-top: 1.3em; }
div#FooterMenu table tr td ul { list-style: none; }
div#FooterMenu table tr td ul li:before { content: "■ "; }
div#FooterMenu table tr td ul.FTopSp li:before { content: "｜"; }
div#FooterMenu table tr td ul li ul li:before { content: " ｜"; }
div#FooterMenu table tr td ul li ul li ul li:before { content: "　・"; }
div#FooterMenu table tr td a { color: #fff; }
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 260px;
	float: left;
}
div#FooterAdd div#FooterLogo {
	width: 260px;
	margin: 0 auto 10px;
}
div#FooterAdd div#FooterLogo h2 a {
	display: block;
	height: 112px;
	background: url(../../img/footer_logo.png) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd p,
div#FooterAdd dl dt,
div#FooterAdd dl dd em { display: none; }
div#FooterAdd dl dd span {
	display: block;
	width: 196px;
	height: 37px;
	margin: 0 auto;
	background: url(../../img/footer_tel.png)  no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt * { display: inline; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }