@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	min-width: 1035px;
	background-color: #FFF;
	color: #000;
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 110px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#header .hInner {
	/* padding: 42px 52px 0 0; */
	padding-top: 42px;
	margin: 0 auto;
	width: 1035px;
}

h1 {
	float: left;
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

#gNavi {
	margin-top: 4px;
	float: right;
	width: 600px;
	text-align: right;
}

#gNavi li {
	margin-left: 28px;
	display: inline;
}

#gNavi li a {
	padding-bottom: 5px;
	color: #FFF;
	font-size: 1.8em;
}

#gNavi li a:hover {
	border-bottom: 3px solid #FFF;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	position: relative;
	text-align: center;
}

#footer .pageTop {
	margin-top: -49px;
	position: relative;
	text-align: center;
}

#footer .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .pageTop:after {
	content: "";
	margin-left: 80px;
	width: 50px;
	height: 40px;
	background: url(../img/common/f_img.png) no-repeat center bottom;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: -1;
}

#footer .copyright {
	padding: 27px 0 26px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #46CDF5;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 10px;
	padding-bottom: 34px;
	background: url(../img/common/headline01_bg.png) no-repeat bottom center;
	color: #1D1D1D;
	font-size: 3.5em;
	text-align: center;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	width: 960px;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto;
	width: 520px;
}

#main .comLink .btn,
#main .comLink a {
	padding: 21px 0;
	display: block;
	color: #FFF;
	font-size: 2.9em;
	text-align: center;
	letter-spacing: 3.5px;
	background: #FE0000 url(../img/common/icon02.png) no-repeat 90% center;
	border-radius: 30px;
}

#main .comLink .btn:hover,
#main .comLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
#main .mainImg > img {
	width: 100%;
	height: auto;
}