@charset "utf-8";
/*-------------------------------------------
下層ページ共通
-------------------------------------------*/

/* マウスオーバー */
a img {
	-webkit-transition: 0.5s ease-in-out;
	   -moz-transition: 0.5s ease-in-out;
	     -o-transition: 0.5s ease-in-out;
	        transition: 0.5s ease-in-out;
}
a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* メイン画像 */
.s-box {
	width:1280px;
	height:100%;
	margin:0 auto 0 auto;
}


#s-bk{
	width: 100%;
	height: 250px;
	background-color:#000000;
	text-align:center;
	margin:0 auto 50px auto;
}


/* コンテンツ */
.c1 {
	width: 1024px;
	height:auto;
	margin:0 auto 70px auto;
	overflow:hidden;
}

