@charset "utf-8";
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-spacing:0;
}
td,th{
	font-weight:normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:top;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.float_left{float:left;}
.float_right{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.st{font-weight:bold; }
.break{ clear:both; }
.no_border{ border:none; }


/* clearfix */
.clear{ /zoom : 1; }
.clear:after{ content : ''; display : block; clear : both; }
.op{
	opacity:1;
	filter: alpha(opacity=100);
}
.op:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.hr{
	border-bottom:1px solid #E6E6E6;
	margin-bottom:10px;
	padding-bottom:10px;
}



.st{font-weight:bold; }
.p-b0{	padding-bottom:0px!important;}
.p-b10{	padding-bottom:10px!important;}
.p-b20{	padding-bottom:20px!important;}

.m-b8{	margin-bottom:8px!important;}
.m-b10{	margin-bottom:10px!important;}
.m-b14{	margin-bottom:14px!important;}
.m-b18{	margin-bottom:18px!important;}
.m-b20{	margin-bottom:20px!important;}
.m-b30{	margin-bottom:30px!important;}
.m-b40{	margin-bottom:40px!important;}
.m-b64{	margin-bottom:64px!important;}
.font-10{	font-size:84% !important;}
.font-12{	font-size:93% !important;}
.font-14{	font-size:108% !important;}
.font-15{	font-size:116% !important;}

.orange { color:#E16A0D;}
.gray999 { color:#999;}


.komeList li { padding-left:1em; text-indent:-1em; line-height:1.3em; margin-bottom:.3em; }



/* default font */
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", verdana,  "Osaka",  Sans-Serif;
	font-size:13px;
	line-height:1.9;
	color:#4D4D4D;
	text-align: left;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
}

/* for IE6 */
* html body { font-size: 82%; font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
/* for IE7 */
*:first-child+html body { font-size: 82%; }

a:link, a:visited, a:active {
	color:#00539A;
	text-decoration: none;
}
a:hover {
	color:#00539A;
	text-decoration: underline;
}
