@charset "utf-8";

/*-----
 * Default Layout
 */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	min-width: 980px;
	color: #333;
	font-size: 62.5%; /* 10px */
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 160%;
	line-height: 120%;
}
p, dt, dd, li, th, td {
	font-size: 120%;
	line-height: 160%;
}
li li {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
em, i {
	font-style: italic;
}
small {
	font-size: smaller;
}
input,
select {
	font-family: inherit;
	line-height: 100%;
}
/* html5 */
article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

/*
 * ヘッダー
 */
#header {
	border-top: 5px solid #e60012;
}
#header .inner {
	width: 960px;
	height: 1%;
	margin: 0 auto;
}
#header .inner:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
#header li {
	list-style: none;
}
#header a {
	text-decoration: none;
}
/* ロゴ */
#logo {
	float: left;
}
h1#logo {
	padding: 5px 0 9px 2px;
}
/* 検索、お問い合わせ */
#header .sub {
	float: right;
	margin-top: 13px;
}
#header h1 + .sub {
	margin-top: 26px;
}

/* お問い合わせ */
#contact-btn {
	float: left;
}
#contact-btn a {
	overflow: hidden;
	display: block;
	width: 170px;
	height: 28px;
	background: url(../img/btn_contact.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
/*
 * メイン
 */
#main {
	width: 960px;
	height: 1%;
	margin: 0 auto;
	padding-bottom: 50px;
}
#main:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
/* パンくずリスト */
#topic-path {
	padding: 18px 0;
}
#topic-path a,
#topic-path span,
#topic-path strong {
	display: inline-block;
	padding: 0 5px;
}
#topic-path a {
	color: #333;
}
#topic-path a:first-child {
	padding-left: 0;
	text-transform: uppercase;
}
#topic-path strong {
	font-weight: normal;
}
/*
 * コンテンツ
 */
.contents {
	float: left;
	width: 700px;
	padding-right: 40px;
}
.contents.w {
	float: none;
	width: 960px;
	padding: 0;
}
.contents h1 {
	padding: 18px 2px;
	border-top: 3px solid #e60012;
	border-bottom: 1px solid #e60012;
	color: #e60012;
	font-size: 280%;
}
/*
 * フッター
 */
#footer .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	overflow: hidden;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 32px 0 3px;
	font-size: 130%;
	line-height: 120%;
}

/* コピーライト等 */
#footer.identification .inner {
	padding: 11px 0 10px;
}
#footer.identification .inner ul {
	float: left;
	margin-left: 2px;
	border-left: 1px solid #bbb;
}
#footer.identification .inner li {
	border-right: 1px solid #bbb;
	margin: 0;
	padding: 0 6px;
	font-size: 110%;
	line-height: 120%;
}
#footer.identification .inner li a {
	display: inline;
	background: none;
	padding: 0;
}
#footer.identification .inner p {
	float: right;
	font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
}

/* Default Layout */

/*-----
 *  Print
 */
@media print {
}
