﻿@charset "utf-8";

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 #header2  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 */
#main #header {
	width: 675px;
	height: 480px;
	background: url(../images/img-top-title.png) no-repeat 0px 0px;
	background-size: cover;
	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 {
	/* タイトル画像指定 */
	/* background: url(../images/img-top-title.jpg) no-repeat 0px 0px; */
	/* height: 300px; */
}
/* #top #header h1 { display: none; } */

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

#nav {
	width:675px;
}

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

/*#nav ul li {
	display: inline-block;
	padding: 0 3px 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 1px 0 0;
}
#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; }




.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;
}
.entry_para {
	padding: 117px 0 0 68px;
}
.dvd {
	margin: 10px 0 0 0;

}

.prMovie {
	background: url(../images/movieBg.png) no-repeat 0px 0px;
	height: 460px;
	margin: 3px 0 25px 0;
}
.prMovie img {
	padding: 117px 0 0 68px;
}

.text .introduction {
	background: url(../images/intro.png) no-repeat 0px 0px;
	height:1023px;
	text-indent: -350%;
	overflow: hidden;

}
.text .cast {
	background: url(../images/cast.png) no-repeat 0px 0px;
	height:1300px;
	text-indent: -150%;
	overflow: hidden;
	/*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:555px;
	text-indent: -150%;
	overflow: hidden;
	/*background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;*/
	margin: 0 0 171px 0;
}

/* バックナンバー */

#main #header2 {


}

#main #header2 a {
	width: 675px;
	height: 234px;
	background: url(../images/img-sub-title.png) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}

#header2 h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}
.backnumber {
	margin: 10px 0 0 0;
}
.backnumber h2 {
	background: url(../images/backnumber.png) no-repeat 0px 0px;
    height: 152px;
    margin: 0 !important;
    text-indent: -150%;
    overflow: hidden;

}
.article_box {
	background-color:#fff;
	border:12px solid #c1e8d7;
	padding: 20px;
	margin: 0 0 16px 0;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;*/
}

#article .text { padding: 0; }


#article h3 {
	font-size: 175%;
	float:left;
	width:40px;
	padding: 0 0 0 0px;
	color:#3e9e61;
}
#article h3 span {
	font-size: 185%;
}
#article p {
	float: right;
	width:543px;
	font-size: 130%;
	line-height: 1.9;
}

#second #header1 .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 30px 55px;
}

#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;
}

#figua{
	overflow:hidden;
	background-image: url(../disc/images/bg_01.png);
	padding: 20px;
	margin: 0 20px;
	font-size: 16px;
}
#figua h4{
	padding-bottom: 0.5em;
}
#figua dl{
	text-align: left;}
#figua #figua_entry{
	padding-bottom: 1em;
}
#figua #figua_photo{
	min-height:208px;
}
div#main div.entry_para div.entry_text p.btnBuy a
{
	background: #FF0086;
	color:#FFF;
	width: 150px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 123.1%;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#main div.entry_para p.btnBuy a:hover{
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.7;
}
#cre{
	text-align: left;
	font-size: 14px !important;
	width: 100% !important;
	float: none !important;
	margin-top: 10px;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
