@charset "utf-8";

/************************************************
リセット
************************************************ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}


a img, iframe{
    border:none;
}
ol,ul,li{
    list-style:none;
}


select{
    margin:inherit;
}


.clearfix:after {  
content: ".";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

.clfix:after {  
content: ".";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}
.clfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clfix { height: 1%; }  
.clfix { display: block; }  
/* End hide from IE-mac */ 

.f_sb{
	font-size:80%;
	font-weight:bold;
}
.f_s{
	font-size:80%;
}
.f_black{
	color:#333;
}
.f_red{
	color:#F00;
}
.f_blue{
	color:#03C;
}
.f_big1{
	font-size:30px;
}
.f_orange{
	color:#F30;
}
.f_sblack{
	color:#333;
		font-size:80%;
	
}
.f_b1{
	font-weight:bold;
}
.f_s1{
	font-size:80%;
	font-weight:normal;
}
.f_cya{
	color:#990000;
}

#btn{
	text-align:center;
}
#btn .btn_tw{
	margin-left:230px;
	float:left;
	margin-right:30px;
}
#btn .btn_fb{
	float:left;
		margin-right:0px;
}

#btn .btn_hatebu{
		float:left;
}


.ads01{
	text-align:right;
}