@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background: url(../img/body_bg.png) 50% 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #1a1a1a;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
img {
	-ms-interpolation-mode: bicubic;
}
a {
	color: #603417;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}


.sp {
	display: none;
}


/* コンテナ
============================================================================================================ */
#container {
	min-width: 1000px;
	font-size: 13px;
	font-size: 1.3rem;
}


/* in_box
============================================================================================================ */
.in_box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in_box:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}


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



/* ヘッダー
============================================================================================================ */
#header {
	height: 90px;
	background: url(../img/head/head_bg.png) repeat-x;
	border-bottom: 1px solid #e0e3df;
}
#header h1 {
	float: left;
	padding-top: 13px;
}
#header nav {
	position: relative;
	float: right;
	margin-top: 25px;
}
#header nav li {
	float: left;
}
#header nav li a {
	position: relative;
	display: block;
	padding: 0 1px;
}
#header nav:before,
#header nav:after,
#header nav li a:before,
#header nav li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
}
#header nav:before {
	left: -1px;
	background-color: #e2dac1;
}
#header nav:after {
	right: -1px;
	background-color: #f6f4ec;
}
#header nav li a:before {
	left: 0;
	background-color: #f6f4ec;
}
#header nav li a:after {
	right: 0;
	background-color: #e2dac1;
}

#header nav p,
#header nav .snav {
	display: none;
}




/* フッター
============================================================================================================ */
#footer {
	padding: 25px 0 40px;
	background: #f3e9d4 url(../img/foot/foot_bg.png);
}

#footer nav {
	margin-bottom: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
#footer nav ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#footer nav ul li {
	position: relative;
	float: left;
}
#footer nav ul li + li {
	margin-left: 1em;
	padding-left: 1em;
}
#footer nav ul li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	border-left: 1px solid #cebca5;
}
#footer nav ul li a {
	color: #cfc2b9;
	text-decoration: none;
}
#footer nav ul li a[href] {
	color: #603417;
}
#footer nav ul li a[href]:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
	color: #603417;

}

/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
}
#pagetop a {
	display: block;
	background-color: #603517;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 3px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 3px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}
#pagetop a:hover {
	background-color: #78533a;
}

