@charset "UTF-8" ;

/* サイト共通基本設定
---------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html { font-size: 62.5%;}

body {
	margin: 0;
	padding:0;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.6;
	color: #fff;
	background: #000;
}

body, textarea{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}  

input, select{
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, address{
	font-size: 100%;
	margin: 0 ;
	padding: 0 ;
	font-weight: normal;
	font-style: normal;
}

ul{
	list-style-type: none;
}

ol li{
	margin-left: 20px;
	/margin-left: 25px;
}

p{
	font-size: 100% ;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: underline;
	color: #fff;
	outline: none;
}

a:hover{
	text-decoration : none;
}

table{
	border-collapse: collapse;
	font-size: 100%;
}

th, td{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}

img{ border: none;}
.sm{ display: none;}
.fl_l{ float: left;}
.fl_r{ float: right;}
.al_r{ text-align: right;}
.al_c{ text-align: center;}
.mt0{ margin-top: 0!important;}
.mt10{ margin-top: 10px!important;}
.mb10{ margin-bottom: 10px!important;}
.bold{ font-weight: bold;}
.p p{ margin-bottom: 1em;}
.nr th{ white-space: nowrap;}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* clearfix
------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
