@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	padding: 0px 0 57px;
	text-align: left;
}

.ct_box {
	background: url(../images/bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative
}

.ct_box h2 {
	display:block;
	margin: -50px auto 30px;
	max-width:361px;
}


.ct_box a.btn_totop {
	width:15%;
	max-width:140px;
	display:block;
	float:right;
	margin:0 20px 10px 0;
}

.ct_box .ct_inbox {
padding: 0 30px 20px;
	clear:both;
	
	display: -webkit-flex;
	display: -moz-box;
  display: -ms-flexbox;
	display: flex;
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}


.ct_box .ct_inbox a{
	background:#000;
	display:block;
	margin-bottom:20px;
}
.ct_box .ct_inbox a img {
	display:block;
}
.ct_box .ct_inbox a:hover img{
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}