@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;}


/*------------------------------------------------------------
	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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 17px 19px;
	border-top: 21px solid #DE6600;
	background: url(../img/index/bg_02.jpg) no-repeat center top;
	background-size: cover;
}

#gHeader .bannerBox {
	margin-bottom: 14px;
	border: 1px solid #DE6500;
}

#gHeader .bannerBox img {
	width: 100%;
}

#gHeader h1 {
	margin-bottom: 10px;
	color: #DE6600;
	font-size: 15px;
	text-align: center;
}

#gHeader .logo {
	margin: 0 -17px 13px;
	height: 92px;
	text-align: center;
	border-bottom: 2px solid #DE6600;
	border-top: 2px solid #DE6600;
}

#gHeader .logo a img {
	width: 157px;
}

#gHeader .line {
	width:100%;
	margin:20px 0 15px;
	position: relative;
	text-align:center;
	display: inline-block;
	
}

#gHeader h2 {
	text-align: center;
}

#gHeader h2 .txt {
	padding: 0 28px;
	position: relative;
	color: #DE6600;
	font-size: 18px;
	display: inline-block;
}

#gHeader h2 .txt:before {
	width: 24px;
	height: 25px;
	position: absolute;
	background: url(../img/common/icon02.png) no-repeat left top;
	background-size: 24px 25px;
	top: -2px;
	left: 0;
	content: " ";
}

#gHeader h2 .txt:after {
	width: 24px;
	height: 25px;
	position: absolute;
	background: url(../img/common/icon01.png) no-repeat left top;
	background-size: 24px 25px;
	top: -1px;
	right: 3px;
	content: " ";
}

/*追加ここから*/
#gHeader .bannerBoxLogo {
	margin:30px auto;
	text-align: center;
}
#gHeader .bannerBoxLogo img {
	width: 60%;
}
#gHeader .kakunin {
	position: relative;
	margin-bottom: 10px;
	color:#C00;
	font-weight:bold;
	text-align: center;
	font-size: 26px;
}
#gHeader .txt2 {
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 40px;
	width:100%;
}
#gHeader .btm18 {
	margin: 0 -17px 30px;
	text-align: center;
}
#gHeader .btm18 a img {
	width: 50%;
}

/*footerを下部に固定*/
html, body { height:100%; }
html{ margin:0; }
#container{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	position:relative;
}
#gHeader{
	margin:0 auto;
	overflow:hidden;
	padding-bottom:21px;
}
.topBg {
	background: url(../img/bg_02.jpg) no-repeat center top;
	background-size: cover;
}
#gFooter2 {
	height: 21px;
	background-color: #DE6600;
	position:absolute;
	bottom:0;
	margin-top:-21px;
	width:100%;
}
/*追加ここまで*/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	height: 21px;
	background-color: #DE6600;
}
