@charset "utf-8";
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
html {height: 100%;}
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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ 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;
}

img {
	vertical-align: top;
}

a:link {
	color: #754C24;
	text-decoration: none;
}

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #754C24;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
	height:100%;
}

#container{
	text-align: left;
	min-height:100%;
}

#main {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding-top: 19px;
	width: 948px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

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

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-left: 162px;
	width: 784px;
}

#gNavi li {
	padding-bottom: 16px;
	float: left;
	border-bottom: 3px solid #FFEA9A;
}

#gNavi .liStyle {
	margin-top: -5px;
	padding-bottom: 10px;
}

#gNavi .on {
	border-bottom: 3px solid #EC881E;
}

#gNavi li:hover {
	border-bottom: 3px solid #EC881E;
} 

#gNavi li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

body #header .menu {
	display: none;
}

body.sp #header .menu {
	display: block;
}

body.sp #header {
	padding-top: 0;
	width: 100%;
	position: relative;
}

#header .close {
	display: none;
}

body.sp #header .close {
	position: absolute;
	top: 0;
	right: 0;
}

body.sp #header h1 {
	width: 10%;
}

body.sp #header h1 img {
	width: 100%;
	height: auto;
}

body.sp #header .menu {
	float: right;
	position: relative;
}

body.sp #header .menu a {
	display: block;
	background: url(../../img/common/close.gif) no-repeat left top;
	background-size: 100% auto;
}

body.sp #header .menu.close a img {
	opacity: 0;
	filter: alpha(opacity=0);
}

body.sp #header #gNavi {
	width: 100%;
	padding-top: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	background-color: #0269B9;
}

body.sp #header #gNavi li {
	padding: 0;
	float: none;
	font-size: 30px;
	border-bottom: 1px solid #FFF;
}

body.sp #gNavi .liStyle {
	margin-top: 0;
}

#header #gNavi li span {
	display: none;
}

body.sp #header #gNavi li span {
	display: block;
}

body.sp #header #gNavi li a img {
	display: none;
}
	
body.sp #header #gNavi li a {
	padding: 20px 50px;
	color: #FFF;
	display: block;
	text-decoration: none;
}