@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 top.css
* * * * * * * * * * * * * * * * * */

/* main
--------------------------------- */
#home #wrapper {
	padding-right: 240px;
}

#home #main {
	background: url(../img/home/bg_2.jpg) center top no-repeat #000;
	/*background-size: cover;*/
	height: 100%;
	min-height: 100%;
	min-width: 840px;
/*	background-position-y : -100px;*/
}


/* right
--------------------------------- */
.sideBox:first-child {
	padding-top: 30px;
}
.sideBox + .sideBox {
	margin-top: 25px;
}

.sideBox p.ttl_side {
	margin-bottom: 15px;
	text-align: center;
}

.sideBox {
	text-align: center;
	margin-top:10px;
}

.movie {
    margin-bottom: 20px;
}

/* news */
#news dl {
	font-size: 12px;
}
#news dl dt {
	color: #cc9e48;
	padding-left: 20px;
	min-height: 17px;
	line-height: 17px;
	margin-bottom: 5px;
	background: url(../img/home/icon_news.png) left center no-repeat;
}
#news dl dd {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #888;
}
#news dl dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#news dl dd a {
	display: block;
}

#right div#bnr {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 380px;
	padding: 10px 0;
	text-align: center;
}
#right div#bnr li + li {
	margin-top: 10px;
}





