@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;}

.pc{display:block;}
.sp{display:none;}

.fw_b{font-weight:bold;}

.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs16{font-size:16px;}
.fs18{font-size: 18px;}
.fs_24{font-size:24px;}

.fc_red{color:rgba(255,0,4,1.00);}
.fc_orange{color:rgba(247,147,30,1.00);}
.fc_yellow{color:rgba(255,245,0,1.00);}

.spacer10{width: 100%;
	height: 10px;}
	
.spacer20{width: 100%;
	height: 20px;}
	
.spacer30{width: 100%;
	height: 30px;}

@media screen and ( max-width:736px )
{
html,body{overflow-x:hidden;}
	
img{max-width:100%;}

.pc{display:none;}
.sp{display:block;}	
}























