@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	color:#000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
li{
	list-style:none;
}
.mg30{
	margin-bottom:30px;
}
.mg50{
	margin-bottom:50px;
}
.fc{
	color:#00aef0;
	border-bottom:1px solid #00aef0;
}

#wrapper{
}

#contents{
	width:900px;
	margin:10px auto;
	text-align:center;
}
.arrow{
	margin:10px 0;
}

p.footer{
	font-size:10px !important;
	text-align:center;
	margin-top:30px;
	color:#666;
	font-weight:normal;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
