@charset "utf-8";

html,body,header,footer,nav,section,div,a,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,h8,h9,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,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	background:transparent;
	font-size:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	position:relative;
	box-sizing:border-box;
}
html{
	height:100%;
}
body{
	color:#222222;
	font-family: 'Open Sans', 
		'YakuHanJP', 
		'Noto Sans Japanese',
		'Hiragino Sans', 
		' ヒラギノ角ゴシック', 
		'Hiragino Kaku Gothic Pro', 
		' ヒラギノ角ゴ Pro W3', 
		メイリオ, Meiryo, 
		'ＭＳ Ｐゴシック', 
		Osaka, 
		Verdana, 
		sans-serif;
	font-weight: normal;
	font-size:100%;
	line-height:2em;
	vertical-align:baseline;
	text-align:left;
	letter-spacing:normal;
	-webkit-text-size-adjust:100%
}

h1, h2, h3, h4, h5, h6, h7, h8, h9{
	font-weight:bold;
}

img{
	vertical-align:bottom;
	line-height:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

ul ol{list-style:none;}
li{list-style-type:none;}

caption, th{text-align: left;}

abbr, acronym {
    border:0 none;
}

.c-fix { zoom:1; }
.c-fix:after{ content: ""; display: block; clear: both; height:0px; }
.c-all{ height:0px; display:block; clear:both; }


a:link,a:visited,a:hover,a:active{
	color:inherit;
	text-decoration:none;
}



.jscaution{
	text-align:center;
	font-size:14px;
	width:100%;
	margin:0 auto;
	padding:15px;
	background-color:#EEEEEE;
	border-bottom:2px dotted #CCCCCC;
	font-weight:bold;
	/*
		position:fixed;
		top:0;z-index:10000;
	*/
}

/*
<noscript><p class="jscaution">このページではJavaScriptを使用しています。<br />お使いのブラウザでは、JavaScriptが無効になっているか、サポートされていないようです。<br />JavaScriptを有効にしてご覧ください。</p></noscript>
*/

