@charset "UTF-8";
/*basic.css*/



table{
	border-collapse:collapse;
 margin-left: auto;
 margin-right: auto;
	}
p{
	margin-bottom:1em;
	}
	
body{
	color: #333;
	text-align:left;
	font-size:75%;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	
}

img{
	vertical-align:bottom;
	border:none;
	}
	





/*font size
-----------------------------------*/
.txt-10px{	font-size:84%;	}/*10px*/
.txt-11px{	font-size:92%;	}/*11px*/
.txt-14px{	font-size:117%;	}/*14px*/
.txt-16px{	font-size:133%;	}/*16px*/
.txt-18px{	font-size:150%;	}/*18px*/
.txt-20px{	font-size:167%;	}/*20px*/
.txt-22px{	font-size:183%;	}/*22px*/
.txt-24px{	font-size:200%;	}/*24px*/

.red{	color:#F00;	}
.red2{	color:#F00;	}

/*clearfixハック
-----------------------------------*/
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





td,th{
	border:1px solid #ccc;
	background-color: #FFF;
}
thead th{
	background-color: #ABE3FF;
}
