@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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}*/

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;
}

img {
	vertical-align: top;
}

.linkList li img,
.linkList dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
/*	min-width: 920px;
	text-align: center;
	line-height: 1.5;
	color: #555;
*//*	background-color: #FFD800;
*/}

#container{
	text-align: left;
}

#main {
	margin-bottom: 50px;
	text-align: left;
	line-height: 1.5;
	color: #555;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FFF;
}

#gHeader .hInner {
	width: 1240px;
	margin: 0 auto;
	text-align: center;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 8px 0 10px;
	background-color: #EBE9E2;
}

#pagePath ul {
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

#pagePath li {
	margin-right: 1px;
	font-size: 12px;
	display: inline;
}

#pagePath li a {
	margin-right: 4px;
	color: #0D4080;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	overflow: hidden;
}

#footer .fInner {
	width: 1016px;
	margin: 0 auto;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	body {
		min-width: 320px;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader .hInner {
		width: auto;
	}
	
	
	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer .fInner {
		width: auto;
	}

}