@charset "utf-8";
/* CSS Document */
/*******************
top
********************/
.fv-box {
	height: 686px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	min-width: 1180px;
}
.fv-img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
}
.fv-btn {
	display: block;
	position: absolute;
	bottom: 56px;
	left: 50%;
	margin-left:352px;
	z-index: 3;
}


.top #container {
	margin: 0px auto;
}


/* top-column */
.top-column {
	background-color: #ccc;
	margin: 50px auto;
}
.top-column-ttl {
	background-color: #aaa;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding: 20px;
}
.top-column-ttl span {
	color: #ff0;
	font-size: 1.2em;
}
.top-column-box {
	box-sizing: border-box;
	padding: 20px 320px 20px 20px;
}
.top-column-box p + p {
	margin-top: 1em;
}





/* top-kuchikomi  */

.top-kuchikomi {
	box-sizing: border-box;
	margin: 50px auto;
	padding: 0;
}
.top-kuchikomi-ttl {
	text-align: center;
}
.top-kuchikomi-list {
	width: 100%;
	margin: 0 auto;
	background-image: url(img/kuchikomi_bg_btm.png) , url(img/kuchikomi_bg_rp.png);
	background-repeat: no-repeat , repeat-y;
	background-position: bottom center , top center;
	padding: 0 0 38px;
}
.top-kuchikomi-list li {
	background-image:  url(img/kuchikomi_bg_inner_btm.png) , url(img/kuchikomi_rank_01.png) , url(img/kuchikomi_bg_inner_rp.png);
	background-repeat: no-repeat , no-repeat , repeat-y;
	background-position: bottom center , top center , top center;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 56px 80px 30px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.kuchikomi-comment {
	text-align: right;
	width: 100%;
	font-size: .8em;
}
.top-kuchikomi-list li:nth-child(2) {
	background-image:  url(img/kuchikomi_bg_inner_btm.png) , url(img/kuchikomi_rank_02.png) , url(img/kuchikomi_bg_inner_rp.png);
}
.top-kuchikomi-list li:nth-child(3) {
	background-image:  url(img/kuchikomi_bg_inner_btm.png) , url(img/kuchikomi_rank_03.png) , url(img/kuchikomi_bg_inner_rp.png);
}
.top-kuchikomi-list li + li {
	margin-top: 20px;
}
.top-kuchikomi-img {
	width: 208px;
	box-sizing: border-box;
	padding: 10px 5px;
}
.top-kuchikomi-list dl{
	width: -webkit-calc(100% - 218px);
	width: -o-calc(100% - 218px);
	width: calc(100% - 218px);
	position: relative;
	padding-bottom: 30px;
}
.top-kuchikomi-list dt {
	color: #243293;
	font-weight: bold;
	font-size: 1.77em;
	border-bottom: 1px solid #243293;
	box-sizing: border-box;
	padding: 6px 0;
	margin: 0 auto 16px;
}
.top-kuchikomi-btn {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}



/* sidebar */

.top #container #side {
	position: relative;
	margin-top: -660px;
}