@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/ 
*/

/* font */
@font-face {
	font-family: icon;
	src: url(../font/icon.ttf) format('truetype'), url(../font/icon.woff) format('woff');
}
/* common */
body {
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* header */
#header {
	background: #fff;
	overflow: hidden;
}
.logo-header {
	float: left;
	margin: 0 0 -3px 5px;
}
.nav-sns-header {
	float: right;
	text-align: right;
	margin: 15px 17px 0 0;
}
.nav-sns-header li {
	display: inline-block;
	margin: 0 0 0 10px;
}
/* content */
#content {
	background: #4b1e06;
}
.inner-content {
	width: 1000px;
	margin: 0 auto;
}
/* footer */
#footer {
	background: #fff;
	border-top: solid 1px #dadada;
	padding: 0 0 50px;
}
.nav-footer {
	font-size: 10px;
	float: left;
	padding: 10px 0 0 21px;
}
.nav-footer li {
	display: inline-block;
	border-right: solid 1px #c1c1c1;
	padding: 0 11px 0 0;
	letter-spacing: 0.06em;
}
.nav-footer li + li {
	padding-left: 6px;
}
.nav-footer li a {
	text-decoration: none;
	color: #0068b7;
}
.nav-footer li a:hover {
	text-decoration: underline;
}
.nav-footer a:before {
	content: "\e900";
	font-family: icon;
	padding: 0 5px 0 0;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: top;
}
.copyright-footer {
	font-size: 10px;
	float: right;
	padding: 12px 20px 0 0;
}
