@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;
}


.arrow {
	width: 62px;
	margin:0 auto 50px auto;
}



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


table {
	border-top:solid 1px #B0B0B0;
	border-left:solid 1px #B0B0B0;
	border-bottom:solid 1px #B0B0B0;
	margin-bottom:10px;	
}


.t1 {
	color:#ffffff;
	text-align:center;
	background-color:#561a1a;
}

.ri {
	text-align:right;	
}

.line {
	border-top:solid 1px #B0B0B0;
	border-right:solid 1px #B0B0B0;			
}

