@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.1;
}

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

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

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

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.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 {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin-top: 73px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 10px 0 13px;
	border-top: 3px solid #000;
	background: #FFF url(../images/common/h_bg.gif) repeat-x left bottom;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header .hBox {
	margin: 0 auto;
	width: 920px;
}

#header .hBox h1 {
	float: left;
}

#header .hBox h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header .hBox .hLink {
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 37px 0 10px;
	text-align: center;
	border-top: 5px solid #000;
}

#footer .fLogo {
	margin-bottom: 14px;
}

#footer .copyright {
	color: #939393;
	font-size: 11px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	
	#main {
		margin-top: 0;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#header {
		margin-bottom: -2px;
		padding: 10px 7px 13px;
		width: auto;
		border-top: none;
		position: inherit;
		left: auto;
		top: auto;
	}
	
	#header .hBox {
		width: auto;
	}
	
	#header .hBox h1 {
		float: none;
	}

	#header .hBox h1 img {
		width: 240px;
	}
	
	#header .hBox .hLink {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		padding: 15px 10px;
		text-align: center;
		overflow: hidden;
		border-top: 2px solid #000;
	}
	
	#footer .fLogo {
		float: left;
		margin-bottom: 0;
	}

	#footer .fLogo img {
		width: 80px;
	}
	
	#footer .copyright {
		margin-top: 10px;
		float: right;
		width: 60%;
		font-size: 9px;
		text-align: right;
	}
}