@charset "UTF-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	font-size: 16px;
}
textarea {
	font-size: 100%;
}
img {
	vertical-align: bottom;
	border: none;
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	zoom: 1;/* for IE5.5 - IE7 */
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clr {
	clear: both;
	font: 0;
	line-height: 0;
}
.title h2 {
	width: 87%;
	margin: 20px auto;
	padding: 13px 0 13px 30px;
	font-size: 16pt;
	margin-bottom: 50px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	letter-spacing: 1.8em;
}
/*-- リンク
------------------------------------------------------------*/
a:link {
	color: #FFFFFF;
	cursor: pointer;
}
a:visited {
	color: #FFFFFF;
	cursor: pointer;
}
a:hover {
	color: #FFFFFF;
	cursor: pointer;
}
a:active {
	color: #FFFFFF;
	cursor: pointer;
}
a {
	text-decoration: none;
}
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body {
	color: #FFFFFF;
	font-family: 'Cinzel Decorative', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
}
.center {
	text-align: center;
}
.DN{ display:none;}
/*-- ヘッダー(index.html以外 *index.htmlはindex.cssに記載)
------------------------------------------------------------*/
header {
	width: 100%;/* position:fixed; left:0; clear:both; z-index:10; background:#222; margin:0; padding:20px 0;*/
}
.logo {
}
.logo img {
	width: 500px;
	margin-top: 28px;
	margin-left: 30px;
	margin-bottom: 12px;
}
hr {
	border: 1px solid #E2E2E2;
	width: 98%;
}
.navi {
	width: 100%;
	margin-left: 20px;
	letter-spacing: 0.13em;
}
.navi li {
	display: inline-block;
	font-size: 10pt;
}
/*-- main
------------------------------------------------------------*/

.main_contents {
	text-align: center;
	text-height: 120%;
	font-size: 12px;
	line-height: 200%;
	padding-bottom: 100px;
	margin-top: 130px;
}
/*-- フッター(index.html以外 *index.htmlはindex.cssに記載)
------------------------------------------------------------*/
footer {
	width: 100%;
	/*height: 25%;*/
	text-align: center;
}
footer li {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: 47px;
}
footer .indent {
	text-indent: 20px;
}

footer .sns {
	text-align: center;
	display: inline-block;
}
footer .sns img {
	width: 20px;
}
footer p {
	width: 87%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #FFF;
	font-size: 12px;
	letter-spacing: 0.07em;
}
