﻿@charset "utf-8";
/* margin
**********************************/
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}

/* padding
**********************************/
.pt120 {
	padding-top: 120px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl80 {
	padding-left: 80px !important;
}
body {
	background: url(../images/bodyBg.png) no-repeat 0px 0px;
	background-position: top center;
	 } /* 全体の背景指定 */
#wrapper {
	background: url(../images/footerBg.png) no-repeat 0px 0px;
	background-position: bottom center;
}
#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}

/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* #header */
#top #header {
	width: 675px;
	height: 482px;
	background: url(../images/img-top-title.png) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#top #header a:hover {
	-moz-opacity:100;
	opacity:100;
}
#second #header a {
	display: block;
	width: 675px;
	height: 138px;
	background: url(../images/img-second-title.png) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*
#main #article #header h1 {
	height: 45px;
	width: 235px;
	position: absolute;
	left: 50px;
	top: 2px;
}
*/
#topad { padding-bottom:5px; }

/* #top #header h1 { display: none; } */

#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

#top #nav {
	width:675px;
	margin-bottom: 20px;
}

#top #nav ul {
	padding: 5px 0 0 0;
	font-size: 100%;
	margin-right: -3px;
}

#top #nav ul li ,#second #nav ul li {
	display: inline-block;
	/* margin: 0 2px 0 0; */
}
/*
#nav ul li:first-child {
	padding: 0 2px 0 0;
}
#nav ul li:last-child {
	padding: 0px;
}*/
#nav ul li.fl01 {
	display: inline-block;
	/* padding: 0 0 0 3px; */
}
#nav ul li.fl02 {
	display: inline-block;
	padding: 0 0 0 0;
}


#nav ul li a,
#nav ul li span {
	font-size: 14px;
	display: block;
	height: 62px;
	width: 162px;
	text-decoration: none;
	color: #333;
}

#btn-sbm {
	text-align: left;
	padding: 12px 0 0 0;
	clear:both;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/* テキスト指定
/*#article {
	font-size: 120%;
	line-height: 1.5;
	background-color: #fff;
	/* box-shadow: */
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	/*filter: alpha(opacity=90);*/
	-moz-opacity:0.9;
	opacity:0.9;
}*/

#article .text { padding: 0; }
#article .banner {
	margin-bottom: 20px;
}

#article h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
	margin-bottom: 10px;
}

.innerlink-head {
	margin-top: 10px;
	position: fixed;
    bottom: 30px;
    right: 30px;
	clear: both;

}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
/*
.prMovie {
	background: url(../images/movieBg.png) no-repeat 0px 0px;
	height: 460px;
	margin: 3px 0 25px 0;
}
*/
.prMovieArea {
	background: url(../images/movieBg.png) no-repeat 0px 0px;
	height: 460px;
	margin: 3px 0 25px 0;
}
.prMovie img {
	padding: 117px 0 0 68px;
}
.Movie-box {
	width: 530px;
	height: 300px;
	margin: 0 auto;
	padding: 120px 0 0;
}

.text .introduction {
	background: url(../images/intro.png) no-repeat 0px 0px;
	height:1020px;
	text-indent: -350%;
	overflow: hidden;
	background-color: #fff;
	/*filter: alpha(opacity=90);*/
	-moz-opacity:0.9;
	opacity:0.9;
	margin: 0 0 30px 0;
}
.text .cast {
	background: url(../images/cast.png) no-repeat 0px 0px;
	height:1347px;
	text-indent: -150%;
	overflow: hidden;
	background-color: #fff;
	/*filter: alpha(opacity=90);*/
	-moz-opacity:0.9;
	opacity:0.9;
	margin: 0 0 30px 0;
}
.text .staff {
	background: url(../images/staff.png) no-repeat 0px 0px;
	height:565px;
	text-indent: -150%;
	overflow: hidden;
	background-color: #fff;
	/*filter: alpha(opacity=90);*/
	-moz-opacity:0.9;
	opacity:0.9;
	margin: 0 0 30px 0;
}

/*---- バックナンバー ------*/

#block_backnumber .title {
	background: url(../images/h2_backnumber.png);
	height: 138px;
	margin: 0 !important;
	text-indent: -150%;
	overflow: hidden;
}

#block_backnumber .article_box {
	background: url(../images/box_head.png) no-repeat left top rgba(61,158,96,.9);
	padding: 20px 30px;
	position: relative;
}
#block_backnumber .article_box:after {
	background: url(../images/box_ft.png) no-repeat right bottom;
	content: " ";
	width: 675px;
	height: 140px;
	display: block;
	position: absolute;
	bottom:0;
	right: 0;
}
#block_backnumber .article_box .number {
	font-family: Impact, Charcoal, sans-serif;
  font-size: 50px;
  margin: 0 !important;
  color: #FFF;
  text-align: center;
}
#block_backnumber .article_box p {
	color: #FFF;
	font-size: 18px;
	padding: 20px 0 50px;
	line-height: 1.5;
	font-weight: bold;
}

/*---- Blu-ray BOX&DVD BOX ------*/

#second #header .header_disc {
	display: block;
	width: 675px;
	height: 138px;
	background: url(../disc/images/header.png) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.disc_text {
	display: block;
	width: 675px;
	height: 297px;
	background: url(../disc/images/disc_text.png) no-repeat 0px 0px;
	margin:10px 0;
}
.disc_text p {
	display: none;
}

#disc {
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

/* tit */
#disc .tit {
	margin-bottom: 20px;
}
#disc .tit h3 {
	display: none;
}
#disc .tit_1 {
	display: block;
	width: 675px;
	height: 87px;
	background: url(../disc/images/h3_bd.png) no-repeat 0px 0px;
}
#disc .tit_2 {
	display: block;
	width: 675px;
	height: 87px;
	background: url(../disc/images/h3_dvd.png) no-repeat 0px 0px;
}

/* list */
.clearfix{
	content: " ";
	display: block;
	clear: both;
}

.disc_list {
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.disc_list .left {
	float: left;
	width: 236px;
	padding-right: 30px;
}
.disc_list .left img {
	width: 236px;
}
.disc_list .right {
	float: left;
	width: 323px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
}
.right p.text {
	text-align: left;
}
.right p span.price {
	display: block;
	color: #3d9e60;
	font-size: 22px;
	font-weight: 800;
}
.right p span.price_text {
	display: block;
	margin-bottom: 10px;
}
.right p span.point {
	display: block;
	color: #f00;
}
.right .btn img {
	text-align: center;
}

#disc_etc {
	background-color: #efffde;
	border: solid 2px #3d9e60;
	text-align: center;
	margin: 0 20px;
	padding: 30px;
}

#disc_etc .tit {
	display: inline-block;
	width: 162px;
	height: 33px;
	background: url(../disc/images/h3_detail.png) no-repeat 0px 0px;
	margin-bottom: 20px;
}
#disc_etc .tit p {
	display: none;
}

#disc_etc .etc_text {
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
#disc_etc .main_tit {
	color: #3d9e60;
	font-size: 16px;
	font-weight: 800;
}
#disc_etc .sub_text {
	font-size: 14px;
	line-height: 1.8em;
}

.disc_etc_sub {
	text-align: left;
	margin-top: 10px;
	padding: 0 20px;
}

a.btn_top img{
	margin-top: 40px;
}
