/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}  
.clearfix {
	display: inline-table;
}
body {
	-webkit-text-size-adjust:none;
	background-color: #000;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #AB8E48;
}
/*FOOTER---------------*/
#footer{
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	position: relative;

}

.pc {
	text-align: center;
	padding: 10px 0;
}

.pc_top {
	text-align: center;
	padding: 0 0 5px 0;
}

#wrapper.mov #footer {
	margin-top: 0px;
}

#footer #top_btn {
	position: absolute;
	right: 5px;
	bottom: -1px;
}
#f_menu {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
#f_menu a{
	height: 50px;
	width: 50px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*FOOTER---------------*/

/*BLOG---------------*/
#blog {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*NEWS---------------*/
#news{
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#tab_box {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	-webkit-background-size:auto 1px;
	-moz-background-size:auto 1px;
	-ms-background-size:auto 1px;
	-o-background-size:auto 1px;
	background-size:auto 1px;
}
#tab li {
	float: left;
	list-style: none;
	cursor: pointer;
	background-image: url(../images/tab002.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 30px;
	width: 90px;
	-webkit-background-size:90px 60px;
	-moz-background-size:90px 60px;
	-ms-background-size:90px 60px;
	-o-background-size:90px 60px;
	background-size:90px 60px;
	margin-right: 5px;
	margin-left: 5px;

}
#tab li:nth-child(2) {
	background-image: url(../images/tab003.png);	
}
#tab li:nth-child(3) {
	background-image: url(../images/tab001.png);	
}
#tab li.select {
  	background-position: 0px 0px;
}
.disnon {
  display: none;
}
.content_wrap {
	clear: left;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 10px;
}
#news dd {
	color: #AB8E48;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C4D27;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#news dl :last-child{
	border-bottom-style: none;
	
}
/*NEWS---------------*/
/*MOV_PAGE---------------*/
h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AB8E48;
	border-bottom-color: #AB8E48;
	color: #DCB55A;
}
h2 {
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	color: #DCB55A;
	font-size: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB8E48;
	padding-top: 5px;
}

h2.dmm {
	color: #F00;
}

#dvd_data {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
#dvd_data #package {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#dvd_data #cont_box{
	margin-left: 160px;
	
}
#dvd_data a {
	/*display: block;
	padding: 5px;
	height: 40px;
	width: 40px;*/
}

#dvd_data a img.icon {
	padding: 5px 0 0 0;
}

.sell_link{
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-ms-background-size:20px 20px;
	-o-background-size:20px 20px;
	background-size:20px 20px;
	line-height: 36px;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #685C3F;
	color: #FFFFFF;
}
.sell_box :last-child {
	border-bottom-style: none;
}

.sell_box .buy_btn{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	
}
.sell_box .chap_btn{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	
}
.sample_mov {
	height: 168px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.youtube {
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.chapter_box {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #685C3F;
	margin-bottom: 5px;
}
.chap_title {
	font-size: 14px;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D5A2E;
	padding-bottom: 3px;
}
.chap_title span {
	color: #F69;
	padding-right: 5px;
}
.price {
	margin-top: 3px;
	font-size: 14px;
}

p.review a {
	color: #F00 ;
	padding: 0 0 0 15px;
}
/*MOV_PAGE---------------*/
/*FLICK---------------*/

.flickSimple {
	width: 320px;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flickSimple.landscape {
	width: 480px;
}

.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flickSimple ul.landscape {
}

.flickSimple ul li {
	float: left;
	list-style-type: none;
	text-align: center;
}

.flickSimple ul li.landscape {
}

/* ----------------------------- */

#maker ul,
#maker ul.landscape{
	width: 720px;
	padding-left: 1px;
}
#manager ul,
#manager ul.landscape{
	width: 400px;
	padding-left: 1px;
}

#actress ul,
#actress ul.landscape {
	width: 1840px;
	padding-left: 1px;
}

#maker ul li,
#maker ul li.landscape,
#manager ul li,
#manager ul li.landscape,
#actress ul li,
#actress ul li.landscape {
	width: 75px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
}

#maker ul li.newline,
#manager ul li.newline,
#actress ul li.newline {
	clear: both;
}

#maker ul li a,
#manager ul li a,
#actress ul li a {
	display: block;
	height: 75px;
	line-height: 75px;
}

/* ----------------------------- */

#scroll {
	height: 180px;
}

#scroll > div {
	width: 900px;
}


/* ----------------------------- */

#flickable1,
#flickable1.landscape {
	width: 100%;
	margin: 10px 0 0 0;
}

#flickable1 ul.landscape,
#flickable1 ul {
	width: 400%;
}

#flickable1 ul li {
	/*width: 16.66%;*/
	width: 25.0%;
	text-align: center;
}


.flickableControl {
	overflow: hidden;
}

#flickableNavi {
	text-align: center;
}

.nextbtn {
	display: block;
	float: right;
	text-align: right;
}

.backbtn {
	display: block;
	float: left;
}
.nextbtn.inactive,
.backbtn.inactive {
	opacity : 0.3;
}

.indicator {
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 5px;
	background: url(../images/indicater_bg.png) repeat-x left top;
	-webkit-background-size:13px 5px;
	-moz-background-size:13px 5px;
	-ms-background-size:13px 5px;
	-o-background-size:13px 5px;
	background-size:13px 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
}

.indicator img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
/*FLICK---------------*/
/*COMMON---------------*/
.bar {
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	padding-top: 10px;
}
#lable_icon {
	width: 288px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-top: 10px;
}
#lable_icon img{
	padding: 3px;
	height: 42px;
	width: 42px;
}


.bnr {
	padding-bottom: 30px;
}

.backbtn, .next_btn {
	margin-right: 3px;
	margin-left: 3px;
}
.center {
	text-align: center;
}
section {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mov_list {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.mov_list li {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 5px;
	list-style-type: none;
}
.mov_list p {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 15px;
	line-height: 16px;
}

.finish {
    width: 100%;
	position: relative;
}

.finish p.finish {
	position: absolute;
	left: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
	color: #fff;
	margin: 0;
    padding: 0;
	width: 100%;
    line-height: 142px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

#more_btn {
	clear: both;
	margin: 3px 0 0 0;
}

#hidden_img {
	display: none;
}

.text {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.text h4 {
	padding: 10px 0 0 0;
	color: #C90;
}

.text h5 {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #C90;
}

#more_text {
	clear: both;
	margin: 10px 0 0 0;
}

#hidden_text {
	display: none;
}
a {
	color: #AB8E48;
}
.clear {
	clear: both;
}
.margin10 {
	padding: 10px;
}

#review {
	color: #CCC;
}

#review h1 {
	color: #CCC;
}

#review h2 {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px 0 15px;
	border-top: none;
	border-bottom: none;
}

#review a {
	color: #F00;
}

#review div#review_main {
	margin: 15px auto;
	width: 300px;
}

#review div.Block {
	padding: 5px 0 0 0;
}

#review div.Block img {
	margin: 10px auto 0 auto;
	display: block;
	width: 300px;
}

#review p.title {
	margin: 30px 0;
}

#review p {
	padding: 15px 0 0 0;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
}

.review_list h3 {
	padding: 0 0 10px 0;
}

.review_list {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.review_list p {
	line-height: 1.3;
}

.review_list a {
	color: #F00;
}

.review_list ul li {
	padding: 0 0 30px 0;
	float: left;
	width: 50%;
	text-align: center;
	list-style-type: none;
}

.review_list ul li img {
	width: 107px;
}

.review_list ul li p {
	padding: 5px 15px 0 15px;
	text-align: left;
}




/*EVENT---------------*/
h1.Event {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	border-top: none;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	color: #F69;
}

h2.Event {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E48;
	color: #FC0;
	font-size: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB8E48;
	padding-top: 5px;
}

dl.Event {
	padding: 5px 0 10px 5px;
}

dl.Event dt {
	color: #FC0;
	padding: 5px 0 0 0;
}

dl.Event dd {
	padding: 5px 0;
}

div.caution {
	padding: 5px 5px 15px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB8E48;
}

p.caution {
	color: #F00;
}

/*臨時バナー---------------*/
	
.topbnr {
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*告知---------------*/
div.kokuchi {
    padding: 10px;
    margin: 0 0 10px 0;
	color: #FC0;
    border-top: solid 1px #AB8E48;
    border-bottom: solid 1px #AB8E48;
    text-align: center;
}

div.kokuchi a {
	color: #FC0;
}