@charset "utf-8";
/******************* CSS Reset ************************/
whtml, 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 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-family:"メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	vertical-align: baseline;
}
h1{
	font-weight:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	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;
}

/********* aタグ設定 *********/
a, a:link,
a:visited,
a:active{
	color: #515151;
}
a:hover{
	text-decoration:none;
	opacity:0.97;
	filter: alpha(opacity=97);
	-ms-filter:alpha( opacity=97 );
}
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a:focus {
	outline:none;
}
/********* Float *********/
.flt_l{
	float: left;
}
.flt_r{
	float: right;
}
/********* ClearFix *********/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
/********* img関係 *********/
fieldset, img{
     border:0;
}

/******************* 各種設定 ************************/
.fnt_bld{ font-weight: bold; font-size: 102%; }

ul,li{
	list-style:none;
}
.kaigyou05{
	padding-bottom:5px;
}
.kaigyou20{
	padding-bottom:15px;
}

.pc{
	display:block;
}
.sp{
	display:none;
}
@media(max-width:600px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
.clearFix:after {
 content:"";
 display:block;
 clear:both;
}

.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.zyoubu{
	text-align:center;
}
.right{
	text-align:right;
}
.bm_line{
	border-bottom: 1px solid #000000;
	margin: 0 0 2em ;
}
.bt_line{
	border-top: 1px solid #000000;
	margin: 2em 0 0;
}
.pdb_30{
	margin-bottom: 30px;
}
.area_logo{
	text-align: center;
}
.area_logo img{
	width: 16vh;
}
.credit{
	font-size: 0.7em !important;
	margin: 10px 0 0;
}
.zyoubu{
	margin-bottom: 5vh;
}
footer{
	margin: 8vh 0;
}