@charset "utf-8";

html,body{margin:0;
	padding:0;
	min-width:100%;
	min-height:100%;}

body{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-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;}
.sp{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;}
.fs_24{font-size:24px;}

/*.fc_red{color:rgba(rgba(193,39,45,1.00));}
.fc_orange{color:rgba(247,147,30,1.00);}
.fc_yellow{color:rgba(255,245,0,1.00);}
.fc_gray{color:rgba(255,255,255,1.00);}*/

@media screen and ( max-width:736px )
{
	
img{max-width:100%;}

.pc{display:none;}
.sp{display:block;}	
}














































