/* movie.css */

/* グラビア背景 */
div#gravureback {
	height: 976px;
	width: 706px;
	background-image: url("/img/gravure_bg.gif");
	background-repeat: no-repeat;
}

/* 体験背景 */
div#taikenback {
	height: 1251px;
	width: 706px;
	background-image: url("/img/taiken_bg.gif");
	background-repeat: no-repeat;
}


h2 {
	background-image: url(../img/contents_bar.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 666px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 40px;
	margin-top: 4px;
}

div#contents {
	height: auto;
	width: 640px;
	padding-top: 18px;
	padding-left: 33px;
}

/* 動画 */
div#flv {
	height: 383px;
	width: 638px;
	border: 1px solid #BBBBBB;
	margin-bottom: 15px;
}


/* プロフィール欄 */
div#profile {
	background-color: #FFFFFF;
	height: 333px;
	width: 368px;
	border: 1px solid #BBBBBB;
	float: left;
}

div#profile h3 {
	background-image: url(../img/prof.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 368px;
	text-indent: -9999px;
	margin-top: 10px;
}

div#profile li {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 179px;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	overflow: hidden;
}


div#profile p {
}

div#profile .center {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#profile .speace {
	padding-left: 5px;
	height: 15px;
}

div#download {
	width: 368px;
	height: auto;
	overflow: hidden;
	padding-top: 5px;
}

div#download img#btn {
	float: left;
	height: 36px;
	width: 276px;
}

div#download p.font {
	font-size: 10px;
	width: 88px;
	float: left;
	padding-top: 2px;
	padding-left: 4px;
}
div#to_girl_btn {
	margin-top: 5px;
	padding-top: 5px;
	width: 368px;
	height: 45px;
	text-align: center;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* 店舗詳細 */
div#tenpo {
	background-color: #FFFFFF;
	height: 333px;
	width: 258px;
	border: 1px solid #BBBBBB;
	float: left;
	margin-left: 10px;
}
 
div#tenpo h3 {
	background-image: url(../img/tenpo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 258px;
	margin-top: 10px;
}

div#tenpo li {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 253px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
}

div#tenpo div#banner {
	height: auto;
	width: 258px;
	text-align: center;
	margin-top: 10px;
}

div#tenpo div#banner span.speace {
	margin: 7px;
	display: block;
}
div#to_shop_btn {
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 258px;
	text-align: center;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* 動画リスト */
div#movielist {
	height: 118px;
	width: 638px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	margin-top: 15px;
	overflow: hidden;
	clear: both;
}

div#movielist h4 {
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 4px;
}

div#movielist div#prev, div#movielist div#next{
	width: 22px;
	text-indent: -9999px;
	float: left;
}

div#movielist div#prev a, div#movielist div#next a{
	display: block;
	margin: 32px auto 0 auto;
	height: 14px;
	width: 14px;
}

div#movielist div#prev span#prevBtn a{
	background: url("/img/icon_left.gif") no-repeat left top;
}

div#movielist div#next span#nextBtn a{
	background: url("/img/icon_right.gif") no-repeat left top;
}

div#movielist div#slider {
	width: 590px;
	overflow: hidden;
	float: left;
}

div#movielist div#slider ul li {
	height: auto;
	width: 118px;
	text-align: center;
	float: left;
	overflow: hidden;
}

div#movielist div#slider ul li img{
	margin: 0 auto;
}

/* カテゴリーリンク */
div#category {
	background: #F0F0F0;
	border: #CCCCCC solid 1px;
	margin-bottom: 10px;
}
div#category dl {
	margin: 5px;
}

div#category dl dt, div#category dl dd{
	float: left;
	font-size: 14px;
	line-height: 1.8em;
}

div#category dl dd a {
	font-size: 14px;
	line-height: 1.8em;
}

div#category dl dt {
	width: 80px;
	font-weight: bold;
	clear: left;
	text-align: right;
}
div#category dl dt, div#category dl dd {
	padding-left: 10px;
}

/* 動画レビュー */
div#review {
	background: url("/img/review_bg.gif") no-repeat left top;
	height: 250px;
	width: 640px;
	margin-top: 15px;
	clear: both;

}

div#review h4 {
	background: url("/img/review_line.png") no-repeat left top;
	width: 622px;
	text-indent: 17px;
	line-height: 24px;
	vertical-align: baseline;
}

div#review ul.box {
	height: 105px;
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 5px;
	width: 311px;
	float: left;

}

div#review li.img {
	float: left;
	width: 100px;
	padding-right: 12px;
}

div#review li.text {
	width: 195px;
	height: 75px;
	overflow: hidden;
}

div#review li.btn {
	height: 26px;
	width: 106px;
	float: right;
}

