@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 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=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img { 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; }
.SpNo { display: none; }

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	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 {
	width: 100%;
	height: 45px;
	padding-top: 5px;
	background: #2a2b2b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
div#SpMenu button {
	display: block;
	width: 115px;
	height: 40px;
	margin: 0 10px;
	padding: 0;
	border: 0 none;
	background: url(../../img/sp/sp_menu.png) no-repeat left center;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
}


/*------------SideMenu---------------------------------------------------------------*/
#SideMenu{
	background: #0069ab;
	box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
}
#SideMenu h2{
	width: 100%;
	height: 150px;
	margin: 0 auto 10xp;
	padding: 15px 0;
	background: #2a2b2b url(../../img/footer_logo.png) no-repeat center center;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
#SideMenu ul li { border-top: 1px hidden; }
#SideMenu ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
#SideMenu ul li a {
	display: block;
	padding: 1.2em 0.3em 1.2em 1em;
	border-bottom: 1px solid rgba(42,42,42,1);
	box-shadow: 0px 1px 1px -1px rgba(156,156,156,1);
	-webkit-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	-moz-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	line-height: 1.2;
	color: #fff;
}
#SideMenu ul li ul li a {
	padding-left: 2.5em;
	text-indent: -1em;
}
#SideMenu ul li ul li ul li a {
	padding-left: 3.5em;
	text-indent: -1em;
}
#SideMenu ul li a:before { content: "■ "; }
#SideMenu ul li ul li a:before { content: "・"; }
#SideMenu ul li ul li ul li a:before { content: "－"; }
#SideMenu ul li a:hover {
	background: rgba(255,255,255,0.4);
	text-decoration: none;
}


/*------------Container---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	margin-top: 70px;
	min-height: 200px;
	background: #fff; 
}
/*------------InHeader------------------------------------------------------------*/
div#InHeader { display: none; }

/*------------Logo------------------------------------------------------------*/
div#Logo {
	padding-bottom: 20px;
	border-bottom: 5px solid #0069ab;
}
div#Logo a {
	display: block;
	width: 204px;
	height: 90px;
	margin: 0 auto;
	background: url(../../img/sp/logo.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Title------------------------------------------------------------*/
div#Title {
	height: 150px;
	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: 150px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Global------------------------------------------------------------*/
div#Global { display: none; }

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	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: 96%;
	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: 96%;
	margin: 0 auto 70px;
	list-style: none;
	overflow: hidden;
}
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: 106.6666666666667%;
	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 {
	width: 96%;
	margin: 0 auto 60px;
	padding: 0 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: 80%;
	color: #fff;
}
div#Footer address {
	width: 100%;
	padding: 5px 0 60px;
	text-align: center;
}
/*------------InFooter------------------------*/
div#InFooter {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
/*------------FooterMenu------------------------*/
div#FooterMenu { display: none; }

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 260px;
	margin: 0 auto;
}
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 left 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: 260px;
	margin: 20px auto 0;
}
div#FooterTxt dl {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
div#FooterTxt dl dt { float: left; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }