@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body{
	color:#666;
	font-size: 16px;
	line-height: 1.6;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	background:#eef8fd;
}


img {
	border: 0px; 
	vertical-align:bottom;
}

div,p,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
	margin:0;
	padding:0;
}

ol,ul,li{
	list-style:none;
}



table {
	border-collapse:collapse;
	border-spacing:0;
}


/* リンク */
a img {
	border:0;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color:#fff;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}




/* スクロールの有無によるレイアウトずれ防止 */
html {
	overflow-y:scroll;  
}





/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	zoom: 1;
}
.clearfix {
	display: block;
}


