@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.ftL {
	float: left;
}
.ftR {
	float: right;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

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: #111987;
	text-decoration: none;
}

a:visited {
	color: #111987;
	text-decoration: none;
}

a:hover {
	color: #111987;
	text-decoration: underline;
}

a:active {
	color: #111987;
	text-decoration: none;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	-webkit-text-size-adjust: none;
}

#container img {
	display: block;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 9px 10px;
}

#gHeader .h1wrapper {
	padding-top: 2px;
	float: left;
	width:80%;
}

#gHeader h1 img{
	margin:0 auto;
}

#gHeader .menu {
	float: right;
	position : absolute;
	right:10px;
}

#gHeader .menu a.right {
	float:right;
	width: 100%;
	max-width: 40px;
	padding: 18px 4px 18px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #6977e1;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
	border: 1px solid #a2a4b6;
	display: block;
	margin-right:13px;
}

#gHeader .menu a:before {
	margin-top: -4px;
	width: 7px;
	height: 8px;
	background: url(../images/icon01.gif) no-repeat center center;
	background-size: 7px 8px;
	display: block;
	
	clear: both;
	position: absolute;
	top: 50%;
	left: 6px;
	
	content: "";
}

#gHeader {
  position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
	z-index:99;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main {
	clear: both;
	text-align: left;
	margin-top:80px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8px 10px;
	border-top: 1px solid #111987;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#gFooter p {
	text-align: center;
	font-size: 10px;
	color: #141b88;
}

.totop {
	text-align:right;
	margin:10px;
}
.totop a{
	background:#DDF;
	padding:7px 30px;
}