@charset "utf-8";
/**************************************************************************************************
default
**************************************************************************************************/

*{
	margin: 0px;
	padding: 0px;
	font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	word-break: normal;
	}

html>body{
	font-size: 10px;
	}
*html body{
	font-size: 62.5%;
	}
*:first-child+html body{
	font-size: 62.5%;
	}	
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	}

hr{
	display: none;
	}
img{
	border: 0;
	}
ul li{
	list-style-type: none;
	word-break: normal;
	}
a{
	/* Hides from IE-mac */
    overflow: hidden;
	/* End hide from IE-mac */
	}

select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
	}
	
*>/**/sup { vertical-align: text-top; line-height: 4px; }

table{
	border:none;
	border-collapse:separate;
}

table th{
	border:none;
	border-collapse:separate;
	word-break: normal;
}

table td{
	border:none;
	border-collapse:separate;
	word-break: normal;
}

/**************************************************************************************************
clear
**************************************************************************************************/
.clr {clear:both;}

.c-fix:after{  
	content: " ";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.c-fix{  
	display: inline-block;  
	min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .c-fix{  
	height: 1%;  
}  
.c-fix{  
	display: block;  
}  
/* End hide from IE-Mac */ 

.c-both{
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
}
