@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/parts/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/parts/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/parts/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 , 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のスタイル---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-size: 15px;
	color: #2a2b2b;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 47px;
	height: 47px;
	background: url(../../img/parts/pagetop.gif) no-repeat left top;
	position: fixed;
	bottom: 4.5%;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Containerのスタイル---------------------------------------------------------------*/
div#Container {
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	z-index: 0;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	z-index: 999;
}
/*------------InHeader------------------------------------------------------------*/
div#InHeader {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
div#InHeader h1 {
	width: 228px;
	float: left;
}
div#InHeader h1 a {
	display: block;
	height: 80px;
	background: url(../../img/parts/header_logo.png) no-repeat left center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InHeader div#Global {
	width: 600px;
	float: right;
}
div#InHeader div#Global ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#InHeader div#Global ul li {
	width: 100px;
	float: left;
}
div#InHeader div#Global ul li a {
	display: block;
	height: 80px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div#InHeader div#Global ul li#GMBtn01 a { background-image: url(../../img/parts/gmbtn01.png); }
div#InHeader div#Global ul li#GMBtn02 a { background-image: url(../../img/parts/gmbtn02.png); }
div#InHeader div#Global ul li#GMBtn03 a { background-image: url(../../img/parts/gmbtn03.png); }
div#InHeader div#Global ul li#GMBtn04 a { background-image: url(../../img/parts/gmbtn04.png); }
div#InHeader div#Global ul li#GMBtn05 a { background-image: url(../../img/parts/gmbtn05.png); }
div#InHeader div#Global ul li#GMBtn06 a { background-image: url(../../img/parts/gmbtn06.png); }
div#InHeader div#Global ul li a:hover { background-color: #eaf6fd; }

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}

/*------------Title---------------------------------------------------------------*/
div#Title {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div#Title h2 {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 120px;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
div.InBox {
	width: 100%;
	margin: -120px auto 120px;
	padding-top: 120px;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox h3 {
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.InBox h3.TopTitle { height: 148px; }
div.TopTxt {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
div.TopTxt p { line-height: 2; }
div.Inner {
	width: 100%;
	margin: -120px auto 55px;
	padding-top: 120px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) div.contBox { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer address {
	width: 100%;
	padding: 0.5em 0;
	background: rgb(0,73,128);
	background: -moz-linear-gradient(left, rgb(0,73,128) 0%, rgb(0,117,160) 13%, rgb(30,128,185) 43%, rgb(125,208,230) 100%);
	background: -webkit-linear-gradient(left, rgb(0,73,128) 0%,rgb(0,117,160) 13%,rgb(30,128,185) 43%,rgb(125,208,230) 100%);
	background: linear-gradient(to right, rgb(0,73,128) 0%,rgb(0,117,160) 13%,rgb(30,128,185) 43%,rgb(125,208,230) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004980', endColorstr='#7dd0e6',GradientType=1 );
	text-align: center;
	font-size: 0.85em;
	color: #fff;
}
/*------------InFooter------------------------*/
div#InFooter {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
div#InFooter ul {
	width: 100%;
	padding: 0.2em 0;
	list-style: none;
	overflow: hidden;
}
div#InFooter ul li { float: left; }
div#InFooter ul li + li { padding-left: 3em; }
div#InFooter a:hover {
	text-decoration: none;
	color: #0080b3;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 700px;
	margin: 50px auto;
	overflow: hidden;
}
div#FooterAdd h2 {
	width: 238px;
	float: left;
}
div#FooterAdd h2 a {
	display: block;
	height: 111px;
	background: url(../../img/parts/fotter_logo.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd div#FInAdd {
	width: 397px;
	padding-top: 0.5em;
	float: right;
}
div#FooterAdd div#FInAdd dl {
	width: 100%;
	overflow: hidden;
}
div#FooterAdd div#FInAdd dl dt { float: left; }