@charset "utf-8";

.table td ul li{
	width: 20%;
}

#h1 img{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#h2-side-menu,
#side-menu{
	display: none;
}

.contents-menu{
	background: rgb(167,36,36);
	background: -moz-linear-gradient(top,  rgba(167,36,36,1) 0%, rgba(10,4,2,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(167,36,36,1) 0%,rgba(10,4,2,1) 80%);
	background: linear-gradient(to bottom,  rgba(167,36,36,1) 0%,rgba(10,4,2,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72424', endColorstr='#0a0402',GradientType=0 );
	border: 2px solid #661616;
}

.contents-menu h2{
	font-family: serif;
}

.contents-menu >div{
	position: relative;
	overflow: hidden;
}

.contents-menu >div ul{
	position: relative;
	z-index: 1;
	font-family: -apple-system,BlinkMacSystemFont,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.contents-menu >div ul .btn{
	background: #3f205e;
	color: #fff;
}

.contents-menu >div ul .btn:hover{
	background: #c8b7da;
	color: #3f205e;
}

.contents-menu >div .image{
	position: absolute;
	top: 8%;
	right: -3%;
	width: 300px;;
	z-index: 0;
	
}

.news{
	background: #e8dbd8;
}

.news h2{
	background: #624b45;
	font-family: -apple-system,BlinkMacSystemFont,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.news h2 b span{
	color: #e0a800;
}

.news h2 .btn{
	background: #e0a800;
}