@charset "utf-8";

body{	
margin:0px;
line-height:150%;
font-size:80%;
color:#333;
font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%; 
}

a:link { color: #3296CB;text-decoration:none;}
a:visited { color: #3296CB;text-decoration:none;}
a:hover {color: #3296CB;text-decoration:none;}
a:active {color: #3296CB;text-decoration:none;}

/**a:hover{	
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}**/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}

h1,h2.h3,h4,h5,h6{
	font-family: "新ゴ L   または  Shin Go Light";
	font-family: "新ゴ R   または  Shin Go Regular";
	font-family: "新ゴ M   または  Shin Go Medium";
}


/* page */

p{
margin:0px;
padding:0px;
}

img{
border:0px;
vertical-align:bottom;
}

ul,li,dl,dt,dd{
padding:0px;
margin:0px;
}

.flort-l{	float:left;}
.flort-r{	float:right;}

.red{	color:#F00;}

.red2{	color:#990000;}

.err{	color:#F00;}

.ter{text-align:right;}

.color1{color:#ff0000;}
.color2{color:#4c8413;}
.color3{color:#6C3F72;}

.ERR{color:#cc0000;}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
/*.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } 

/* margin ==================================================================*/

.mrb4{	margin-bottom:4px;}
.mrb10{	margin-bottom:10px;}
.mrb15{	margin-bottom:15px;}
.mrb20{	margin-bottom:20px;}
.mrb30{	margin-bottom:30px;}
.mrb40{	margin-bottom:40px;}
.mrb50{	margin-bottom:50px;}
.mrb60{	margin-bottom:60px;}
.mrb100{	margin-bottom:100px;}

.mrt10{	margin-top:10px;}


.mrr20{margin-right:20px;}

.terb10{	text-align:right;
			margin-bottom:10px;}

.tec{	text-align:center;}

.tecb20{	text-align:center;
			margin-bottom:20px;}
			
.tecb40{	text-align:center;
			margin-bottom:40px;}

.pankuzu{	margin-bottom:20px;
			font-size:12px;}

#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 88%;
	z-index:95;
}
#page-top a {
	background:url(../img/pagetop.png) no-repeat center center #DF061B;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height:58px;
	padding: 0px 10px 20px;
	text-indent:-9999px;
	display: block;
	font-size:1px;
	line-height:0;
	border-radius: 5px;
	cursor:pointer;
	
}

#page-top a img{
	width:100%;
	height:auto;
}

#page-top a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}








.searchform-spoiler{display:none;}

