@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
a:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	background: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
    height: 100%;
    line-height: 160%;
    color: #000;
    padding: 10px 10px;
}
h1 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color: #FFF;
	padding: 10px 20px;
}
h2 {
	font-size: 24px;
	line-height: 160%;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	line-height: 160%;
	font-weight: normal;
	color: #000;
}
.ttl_page {
	background: #eeeadf;
	border-bottom: solid 1px #d8d0c5;
	margin-bottom: 60px;
}
.ttl_page h2 {
	width: 960px;
	line-height: 100%;
	color: #35261f;
	font-weight: normal;
	margin: 0 auto;
	padding: 58px 0;
}
h5 {
	font-size: 14px;
	line-height: 35px;
	border-left: solid 8px #aab7c5;
	padding-left: 12px;
	box-sizing: border-box;
	font-weight: normal;
}
h6 {
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}
