

/* common ---------- */



html {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body{
	position: relative;
	opacity: 0;
	height: auto !important;
/*
	-webkit-text-size-adjust: 100%;
*/
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}



/* header ---------- */



header {
	min-width: 1020px;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 9px 20px 0 20px;
	background: url(../img/common/header_bg.png) repeat-x 0 bottom;
	overflow: hidden;
}
header h1 {
	display: block;
	float: left;
	width: 602px;
	height: 101px;
}
header h2 {
	display: block;
	float: right;
	width: 274px;
	height: 20px;
	padding: 36px 0 0 0;
}



/* footer ---------- */



footer {
	min-width: 1020px;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	background: url(../img/common/bg_black60.png) repeat 0 0;
	overflow: hidden;
}
footer ul {
}
footer li {
	float: left;
}
footer li img {
	margin: 0 5px;
	padding: 5px;
	background: url(../img/common/bg_cyan20.png) repeat 0 0;
}
footer p {
	padding: 20px 0;
	text-align: center;
}
footer small {
	 font-size: 10px;
	 line-height: 12px;
}
.film_roll_prev {
	position: absolute !important;
	top: 9px !important;
	left: 4px !important;
	width: 52px !important;
	height: 52px !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	font-weight: 0 !important;
	line-height: 0 !important;
	border: none !important;
	background: url(../img/common/i_footer_arrow_left.png) no-repeat 0 0 !important;
	opacity: 0.7!important;
	border-radius: 0 !important;
}
.film_roll_next {
	position: absolute !important;
	top: 9px !important;
	right: 4px !important;
	width: 52px !important;
	height: 52px !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	font-weight: 0 !important;
	line-height: 0 !important;
	border: none !important;
	background: url(../img/common/i_footer_arrow_right.png) no-repeat 0 0 !important;
	opacity: 0.7!important;
	border-radius: 0 !important;
}
.film_roll_prev:hover,
.film_roll_next:hover {
	opacity: 1!important;
}



/* first_access ---------- */



#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
#modal .background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_black80.png) repeat 0 0;
}
#modal .container {
	display: inline-block;
	position: relative;
}
#modal .close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/nivolightbox/close.png) no-repeat 0 0;
	background: url(../img/nivolightbox/close_ie.png) no-repeat 0 0\9;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 40px 40px;
	cursor: pointer;
}
#modal .close:hover {
	opacity: 0.7;
}



/* contents ---------- */



#wrap {
	position: relative;
	max-width: 1580px;
	min-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
}

#pickup {
	margin: 0 0 40px 0;
}
#pickup h3 {
	margin: 0 0 20px 0;
}
#pickup li {
	position: relative;
	display: inline-block;
	margin: 12px 0 0 0;
	font-size: 18px;
	line-height: 24px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-shadow: 0 0 6px #000;
	background: url(../img/common/bg_black60.png) repeat 0 0;
}
#pickup li:first-child {
	margin: 0 0 0 0;
}
#pickup li .bg_dot {
	background: url(../img/common/bg_dot_black.gif) repeat 0 0;
}
#pickup li .bg_corner_left_top {
	background: url(../img/home/pickup_bg_corner_left_top.gif) no-repeat left top;
}
#pickup li .bg_corner_left_bottom {
	background: url(../img/home/pickup_bg_corner_left_bottom.gif) no-repeat left bottom;
}
#pickup li .bg_corner_right_top {
	background: url(../img/home/pickup_bg_corner_right_top.gif) no-repeat right top;
}
#pickup li .bg_corner_right_bottom {
	background: url(../img/home/pickup_bg_corner_right_bottom.gif) no-repeat right bottom;
}
#pickup li .bg_dot span.mouseover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_cyan20.png) repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#pickup li .bg_dot span.arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 8px;
	width: 60px;
	height: 60px;
	background: url(../img/home/pickup_i_arrow.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#pickup li .bg_dot a {
	position: relative;
	display: block;
	padding: 10px 16px 8px 72px;
	opacity: 0;
}
#pickup li .bg_dot span.txt {
	position: relative;
	display: block;
	padding: 10px 16px 8px 16px;
	opacity: 0;
}
#pickup li .bg_dot a span,
#pickup li .bg_dot span.txt span,
#pickup li .bg_dot small {
	opacity: 0;
}
#pickup li .bg_dot small {
	font-size: 14px;
}

#thumbnail {
	min-height: 654px;
}
#thumbnail .block {
	position: relative;
	left: -20px;
	width: 270px;
	height: 156px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url(../img/common/bg_black60.png) repeat 0 0;
	overflow: hidden;
}
#thumbnail .block:last-child {
	margin: 0 0 0 0;
}
#thumbnail .block p {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 260px;
	display: block;
	padding: 4px 5px 3px 5px;
	font-size: 12px;
	line-height: 16px;
	background: url(../img/common/bg_black60.png) repeat 0 0;
	text-shadow: 0 1px 1px #000;
}

#arise {
	position: absolute;
	top: 0;
	right: 20px;
	width: 320px;
	height: 654px;
	margin: 117px 0 0 0;
	background: url(../img/home/arise_bg.png) no-repeat 0 0;
}
#arise h3 {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}
#arise h3 img {
	width: auto;
	height: 125px;
	margin: 0 0 0 16px;
}
#arise h4 {
	margin: 0 0 11px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#arise .lead {
	margin: 0 0 20px 0;
	text-align: center;
	background: url(../img/common/bg_black40.png) repeat 0 0;
}
#arise ul.sns {
	margin: 0 0 20px 0;
	overflow: hidden;
}
#arise ul.sns li.facebook {
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
	text-align: right;
}
#arise ul.sns li.twitter {
	float: right;
	width: 50%;
	padding: 0 0 0 5px;
	text-align: left;
}
#arise #news {
	width: 300px;
	height: 347px;
	margin: 0 auto;
	padding: 10px;
	background: url(../img/common/bg_black80.png) repeat 0 0;
}
#arise #news .news_scrollbar {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#arise #news li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #081d52;
}
#arise #news li:last-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: none;
}
#arise #news li .newsbg {
	position: relative;
	background: url(../img/home/arise_bg_news.png) repeat 0 0;
}
#arise #news li .newsbg span.mouseover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_cyan20.png) repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#arise #news li .newsbg a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 40px;
	background: url(../img/home/arise_arrow.png) no-repeat 8px center;
}



/* Media Queries ---------- */



@media only screen and ( max-width: 1020px )
{



}









