@charset "utf-8";

html,body{width:100%;
	margin:0;
	padding:0;}

body{-webkit-text-size-adjust: 100%;}
	
ul {margin: 0;
  padding: 0;}

li{list-style:none;}

a{text-decoration:none;
	border:none;}
	
img{border:none;
	margin:0;
	padding:0;
	vertical-align:top;}

table tr td{vertical-align:top;}

.pc{display:block;}
.pc2{display:block;}
.sp{display:none;}
.sp2{display: none;}

h1,h2,h3{font-size:14px;
	margin:0;
	padding:0;
	line-height:20px;}

.fw_b{font-weight:bold;}

.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs_24{font-size:24px;}

.fc_white{color: rgba(255,255,255,1.00);}
.fc_black2{color: rgba(45,45,45,1.00);}
.fc_red{color:rgba(255,68,71,1.00);}
.fc_orange{color:rgba(241,90,36,1.00);}
.fc_yellow{color:rgba(255,245,0,1.00);}
.fc_gray{color:rgba(167,167,167,1.00);}
.fc_blue{color:rgba(46,49,146,1.00);}
.fc_blue2{color:rgba(0,163,255,1.00);}

.spacer5{width:100%;
	height:5px;}

.spacer10{width:100%;
	height:10px;}

.spacer20{width:100%;
	height:20px;}
	
.spacer30{width:100%;
	height:30px;}

.spacer50{width:100%;
	height:50px;}

.spacer_verc_5{width:5px;
	height:100%;
	float:left;}

.spacer_verc_10{width:10px;
	height:100%;
	float:left;}

.align_cc{text-align: center;}
.align_cl{text-align: center;}
.align_ll{text-align: left;}
.align_lc{text-align: left;}

.ofh{overflow:hidden;}

@media screen and ( max-width:1106px )
{
.pc2{display: none;}
.sp2{display:block;}	
}

@media screen and ( max-width:736px )
{
body{width:100%;}
	
img{max-width:100%;}

.pc{display:none;}
.sp{display:block;}	

.align_cl{text-align: left;}
.align_lc{text-align: center;}
}














































