@charset "UTF-8";

/*=================================================================================
	default
=================================================================================*/
body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 body {
	margin:0;
	padding:0;
	font-family: angie-sans,fertigo-script,sans-serif,seriff,Comic Sans MS;
	font-weight: normal;
}
}


#sp, #sp #inner, #sp .pr, #sp .content, .content-sss, .content2, .content-week, #sp .area, #sp.item, #sp .product, #sp .info {
	overflow:hidden;
	_zoom:1;
}

/*=================================================================================
	cart button and cart area
=================================================================================*/

/********** cart button **********/

/* 共通 */

#sp .cart {
	margin-bottom:10px;
}

#sp .cart .one a, #sp .cart .set a, #sp .cart .all a {
	display:block;
	text-indent:-9999px;
}

/* 単話 */

#sp .cart .one a.s {
	width:38px;
	height:20px;
	background:url(img/btn_one_s.gif) 0 0 no-repeat;
}

#sp .cart .one a.s:hover {
	background:url(img/btn_one_s.gif) 0 -20px no-repeat;
}

#sp .cart .one a.m {
	width:60px;
	height:30px;
	background:url(img/btn_one_m.gif) 0 0 no-repeat;
}

#sp .cart .one a.m:hover {
	background:url(img/btn_one_m.gif) 0 -30px no-repeat;
}

#sp .cart .one a.l {
	width:200px;
	height:30px;
	background:url(img/btn_one_l.gif) 0 0 no-repeat;
}

#sp .cart .one a.l:hover {
	background:url(img/btn_one_l.gif) 0 -30px no-repeat;
}

/* 複数話 */

#sp .cart .set a.s {
	width:38px;
	height:20px;
	background:url(img/btn_set_s.gif) 0 0 no-repeat;
}

#sp .cart .set a.s:hover {
	background:url(img/btn_set_s.gif) 0 -20px no-repeat;
}

#sp .cart .set a.m {
	width:60px;
	height:30px;
	background:url(img/btn_set_m.gif) 0 0 no-repeat;
}

#sp .cart .set a.m:hover {
	background:url(img/btn_set_m.gif) 0 -30px no-repeat;
}

#sp .cart .set a.l {
	width:200px;
	height:30px;
	background:url(img/btn_set_l.gif) 0 0 no-repeat;
}

#sp .cart .set a.l:hover {
	background:url(img/btn_set_l.gif) 0 -30px no-repeat;
}

/* 全話 */

#sp .cart .all a.s {
	width:100px;
	height:30px;
	background:url(img/btn_all_s.gif) 0 0 no-repeat;
}

#sp .cart .all a.s:hover {
	background:url(img/btn_all_s.gif) 0 -30px no-repeat;
}

#sp .cart .all a.m {
	width:150px;
	height:30px;
	background:url(img/btn_all_m.gif) 0 0 no-repeat;
}

#sp .cart .all a.m:hover {
	background:url(img/btn_all_m.gif) 0 -30px no-repeat;
}

#sp .cart .all a.l {
	width:200px;
	height:30px;
	background:url(img/btn_all_l.gif) 0 0 no-repeat;
}

#sp .cart .all a.l:hover {
	background:url(img/btn_all_l.gif) 0 -30px no-repeat;
}

/********** cart button area **********/

/* 共通 */

#sp dl.cart dt, #sp dl.cart dd, #sp dl.cart dt a {
	line-height:1.3;
	margin:0 auto;
	text-align:center;
}

#sp dl.cart dd.price {
	color:#dd0000;
	font-weight:bold;
}


/* 1列 */

#sp dl.row {
	padding:10px;
	border:#ccc 1px solid;
	background:#CCE5FF;
	overflow:hidden;
	_zoom: 1;
}

#sp dl.row dd, #sp dl.row dd a {
	line-height:30px;
	font-size:18px;
}

#sp dl.row dd.story {
	float:left;
	font-weight:bold;
}

#sp dl.row dd.limit {
	float:left;
}

#sp dl.row dd.price {
	float:left;
	padding-left:0.5em;
}

#sp dl.row dt a {
	float:right;
}

/* 2列 */

#sp dl.row2 {
	padding:10px;
	border:#ccc 1px solid;
	background:#CCE5FF;
	overflow:hidden;
	_zoom: 1;
}

#sp dl.row2 dd {
	float:left;
	font-size:18px;
	text-align:left;
}

#sp dl.row2 dd a {
	display:block;
	font-size:18px;
	font-weight:bold;
}

#sp dl.row2 dd strong {
	color:#dd0000;
	font-size:18px;
}

#sp dl.row2 dt a {
	float:right;
	margin-top:8px;
}

/*=================================================================================
	main contents
=================================================================================*/

/********** 共通 **********/

#sp /* 全体の幅 */ {
	width:750px;
	margin-bottom:10px;
	background:#000;
}

#sp #inner /* 全体の上下左右に余白のあるデザインではない時には使わない */ {
	width:750px;
	margin:0px auto;
	background: #000;
	background:url(img/bk_main.jpg) 0 0 no-repeat;
}

#sp .clearfix:before,
#sp .clearfix:after {
    content: " ";
    display: table;
}

#sp .clearfix:after {
    clear: both;
}

#sp .clearfix {
    *zoom: 1;
}


#sp .pr /* 特集のメイン画像エリア */ {
	position:relative;
	width:750px;
	height:346px;
	margin:0px auto;
}

#sp .pr h1,
#sp .pr h2,
#sp .pr p{
	display:none;
}
#sp .pr .menu01 a,
#sp .pr .menu02 a,
#sp .pr .menu03 a,
#sp .pr .menu04 a,
#sp .pr .menu05 a{
	position: absolute;
	display:block;
	width:134px;
	height:57px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


#sp .pr .menu01 a{
	top:252px;
	left:20px;
}

#sp .pr .menu02 a{
	top:252px;
	left:164px;
}
#sp .pr .menu03 a{
	top:252px;
	left:308px;
}

#sp .pr .menu04 a{
	top:252px;
	left:452px;
}
#sp .pr .menu05 a{
	top:252px;
	left:596px;
}

#sp .pr .menu01 a:hover{
	background:url(img/bt01.jpg) 0 0 no-repeat;
}

#sp .pr .menu02 a:hover{
	background:url(img/bt02.jpg) 0 0 no-repeat;
}

#sp .pr .menu03 a:hover{
	background:url(img/bt03.jpg) 0 0 no-repeat;
}

#sp .pr .menu04 a:hover{
	background:url(img/bt04.jpg) 0 0 no-repeat;
}

#sp .pr .menu05 a:hover{
	background:url(img/bt05.jpg) 0 0 no-repeat;
}

#sp #wrap{
	margin:0 20px 30px 20px;
	width:706px;
	border:2px solid #ff0;
	border-top:none;
	padding:20px 0;
}

#sp h2#tit01,
#sp h2#tit02,
#sp h2#tit03,
#sp h2#tit04,
#sp h2#tit05{
	height:50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0 20px;
}

#sp h2#tit01{
	background:url(img/h2_01.jpg) 0 0px no-repeat;
}

#sp h2#tit02{
	background:url(img/h2_02.jpg) 0 0px no-repeat;
}

#sp h2#tit03{
	background:url(img/h2_03.jpg) 0 0px no-repeat;
}

#sp h2#tit04{
	background:url(img/h2_04.jpg) 0 0px no-repeat;
}

#sp h2#tit05{
	background:url(img/h2_05.jpg) 0 0px no-repeat;
}

#sp .young01,
#sp .young02{
	border:solid 1px #933;
	width:648px;
	margin:0 30px;
	clear: both;
}

#sp .young01 h3,
#sp .young02 h3{
	height:65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#sp .young01 p,
#sp .young02 p{
	padding:10px;
	color:#fff;
	font-size:14px;
	line-height:18px;
}

#sp .young01{
	background:#5f0000 url(img/young01.jpg) 0 0px no-repeat;
}

#sp .young02{
	background:#5f0000 url(img/young02.jpg) 0 0px no-repeat;
}

#sp .infoarea{
	border:solid 1px #933;
	width:648px;
	margin:0 30px;
	clear: both;
	background:#5f0000;
}
#sp .infoarea p{
	padding:10px;
	color:#fff;
	font-size:14px;
	line-height:18px;
}


#sp .rightlink{
	text-align:right;
	margin:0 10px 10px 0px;
}

#sp .rightlink a{
	font-size:14px;
	color:#ff0;
	text-decoration: none;
}

#sp .rightlink a:hover,
#sp .rightlink a:visited{
	text-decoration: underline;
}

#sp .fcontent /* 作品エリア */ {
	width:668px;
	margin:0px auto;
	border:1px solid #966;
	border-top: none;
}

#sp .jcontent /* 作品エリア */ {
	width:668px;
	margin:0px auto;
	border:1px solid #926699;
	border-top: none;
}
#sp .content p{
	color: #fff;
	margin:10px auto 20px auto;
	width:620px;
}


#sp .content .contentleft{
	width:238px;
	float:left;
	margin-left:30px;
}

#sp .content .contentright{
	width:372px;
	float:left;
}


#sp .sz-area{
	clear:both;
	background:url(img/szbtoff.jpg) 0 0px no-repeat;
	width:620px;
	height:51px;
	margin:0 0 20px 22px;
	position: relative;
}

#sp .sz-area a{
	display: block;
	width: 131px;
	height: 51px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
}


#sp .rightscene .sz01{
	display: block;
	width: 191px;
	height: 33px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
	top:227px;
	left:198px;
}

#sp .sz-area .sz02{
	top:0px;
	left:0px;
}

#sp .sz-area .sz03{
	top:0px;
	left:163px;
}

#sp .sz-area .sz04{
	top:0px;
	left:326px;
}

#sp .sz-area .sz05{
	top:0px;
	left:489px;
}

#sp .rightscene a.sz01:hover{
	background:url(img/szbton1.jpg) 0 0px no-repeat;
}

#sp .sz-area a.sz02:hover{
	background:url(img/szbton.jpg) 0 0px no-repeat;
}

#sp .sz-area a.sz03:hover{
	background:url(img/szbton.jpg) -163px 0px no-repeat;
}

#sp .sz-area a.sz04:hover{
	background:url(img/szbton.jpg) -326px 0px no-repeat;
}

#sp .sz-area a.sz05:hover{
	background:url(img/szbton.jpg) -489px 0px no-repeat;
}


#sp .dirn{
	color: #fff;
	background: #8202b7;
	margin:0;
	padding:7px 5px 5px 5px;
	text-align:center;
}

#sp .gsk{
}

#sp .gsk1,
#sp .gsk2{
	display: block;
	width: 171px;
	height: 33px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 0 0 0;
}

#sp .gsk1{
	float: left;
	background:url(img/gskbt1off.jpg) 0 0px no-repeat;
	margin: 0 0 20px 64px;
}

#sp .gsk2{
	float: right;
	background:url(img/gskbt2off.jpg) 0 0px no-repeat;
	margin: 0 64px 20px 0;
}

#sp a.gsk1:hover{
	background:url(img/gskbt1on.jpg) 0 0px no-repeat;
}

#sp a.gsk2:hover{
	background:url(img/gskbt2on.jpg) 0 0px no-repeat;
}

#sp #morebt a{
	background:url(img/moreoff.jpg) 0 0px no-repeat;
	display: block;
	width: 620px;
	height: 58px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:20px 0 40px 65px;
}

#sp #morebt a:hover{
	background:url(img/moreon.jpg) 0 0px no-repeat;
}

/********** pr area **********/

/********** products **********/

/* 共通 */

#sp .product .img {
	margin:0px;
	padding:0px;
	text-align:center;
	margin-bottom:3px;
}

#sp .product .img a img {
border: none;
}

#sp .fcontent .product p ,
#sp .fcontent .product p a {
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#ff0099;
	text-decoration:none;
}

#sp .fcontent .product p a:hover{
	color:#ff0099;
	text-decoration:underline;
}

#sp .jcontent .product p ,
#sp .jcontent .product p a {
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#ff66ff;
	text-decoration:none;
}

#sp .jcontent .product p a:hover{
	color:#ff66ff;
	text-decoration:underline;
}


/* 表示：詳細 */

#sp .view-detail {
	width:656px;
	margin:0 auto;
}

#sp .view-detail h3{
	font-size:16px;
	line-height:1.2em;
}

#sp .view-detail .product {
	background:url(img/bk_product.gif) 0 0 repeat-y;
	border-bottom:solid 1px #DDD;
}

#sp .view-detail .product .img {
	margin:5px 5px 5px 15px;
	float:left;
	display:inline;
}

#sp .view-detail .product .info {
	margin:5px 0px 5px 0px;
	line-height:1.3em;
	width:440px;
	float:left;
	display:inline;
}

/* 表示：画像 */

#sp .view-imgb {
	margin:20px 30px 20px 30px;
	width:650px;
}

#sp .bod {
border-bottom:solid 1px  #ff0;
padding-bottom:20px;
}

#sp .view-imgb .product .img {
	margin-bottom:3px;
}

#sp .view-imgb .product p ,
#sp .view-imgb .product p a {
	width:220px;
	font-size:12px;
	text-align:center;
	color:#ff0;
	text-decoration:none;
}

#sp .view-imgb .product p a:hover,
#sp .view-imgb .product p a:visited{
	text-decoration:underline;
}

#sp .view-imgb .product {
	width:220px;
	float:left;
	margin:0 40px 0 0;
	display:inline;
}

#sp .view-imgb .rightscene{
	width:390px;
	float:left;
	position:relative;
}
#sp .view-imgb .rightscene img{
	width:390px;
	height:270px;
	margin-bottom:5px;
}
#sp .view-imgb .rightscene p{
	font-size:12px;
	color:#fff;
}

#sp .view-img3 {
	margin:20px 30px 20px 30px;
	width:650px;
}

#sp .view-img3 .product .img {
	margin-bottom:3px;
}

#sp .view-img3 .product p ,
#sp .view-img3 .product p a {
	width:200px;
	font-size:12px;
	color:#ff0;
	text-align:center;
	text-decoration:none;
}

#sp .view-img3 .product p a:hover,
#sp .view-img3 .product p a:visited{
	text-decoration:underline;
}

#sp .view-img3 .product p.minitit{
	text-align:left;
	color:#fff;
	margin-top:5px;
}

#sp .view-img3 .product {
	width:200px;
	float:left;
	margin:0 25px 0 0;
	display:inline;
}

#sp .view-img3 .lastpac {
	margin:0;
}


#sp .view-img3 .product .threehead01,
#sp .view-img3 .product .threehead02,
#sp .view-img3 .product .threehead03,
#sp .view-img3 .product .threehead04,
#sp .view-img3 .product .threehead05,
#sp .view-img3 .product .threehead06{
	width: 200px;
	height:53px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

}

#sp .view-img3 .product .threehead01{
	background:url(img/threehead01.jpg) 0 0px no-repeat;
}

#sp .view-img3 .product .threehead02{
	background:url(img/threehead02.jpg) 0 0px no-repeat;
}

#sp .view-img3 .product .threehead03{
	background:url(img/threehead03.jpg) 0 0px no-repeat;
}

#sp .view-img3 .product .threehead04{
	background:url(img/threehead04.jpg) 0 0px no-repeat;
}

#sp .view-img3 .product .threehead05{
	background:url(img/threehead05.jpg) 0 0px no-repeat;
}

#sp .view-img3 .product .threehead06{
	background:url(img/threehead06.jpg) 0 0px no-repeat;
}



#sp .view-img {
	clear:both;
	margin:0px auto 20px auto;
	width:650px;
}


#sp .view-img .product .fourhead{
	background:#ff0;
	text-align:center;
	padding:2px;
}

#sp .view-img .product .img {
	margin-bottom:3px;
}

#sp .view-img .product p ,
#sp .view-img .product p a {
	width:146px;
	font-size:12px;
	text-align:center;
}

#sp .view-img .product p a {
	color:#FF0;
	text-decoration:none;
}

#sp .view-img .product p a:hover,
#sp .view-img .product p a:visited{
	text-decoration:underline;
}

#sp .view-img .product p.minitit{
	text-align:left;
	color:#fff;
	margin-top:5px;
}


#sp .view-img .product {
	width:146px;
	float:left;
	margin:0 22px 0 0;
	display:inline;
}

#sp .view-img .lastpac {
	margin:0;
}


#sp .view-imgw {
	clear:both;
	margin:0px auto 20px auto;
	width:620px;
	padding-top: 70px;
}

#sp .view-imgw h4{
	display:none;
}

#sp .view-imgwf {
	background:url(./img/blk_bk1.png) 0 0 repeat-y;
}

#sp .view-imgwj {
	background:url(./img/blk_bk2.png) 0 0 repeat-y;
}

#sp .view-imgw .product .img {
	margin-bottom:3px;
}

#sp .view-imgw .product p ,
#sp .view-imgw .product p a {
	width:131px;
	font-size:12px;
	text-align:center;
}

#sp .view-imgw .product {
	width:131px;
	float:left;
	margin:0 32px 0 0;
	display:inline;
}

#sp .view-imgw .fstpac {
	margin:0 0 0 12px;
}

#sp .view-imgw .sndpac {
	margin:0 0 0 14px;
}

#sp .view-imgw .trdpac {
	margin:0 0 0 44px;
}




#sp .view-imgr {
	width:402px;
	clear:both;
}

#sp .view-imgr .product .img {
	margin-bottom:3px;
}

#sp .view-imgr .product {
	height:190px;
	float:left;
	margin-left:30px;
	display:inline;
}

#sp .view-imgs {
	width:700px;
	clear:both;
}

#sp .view-imgs .product .img {
	margin-bottom:3px;
}

#sp .view-imgs .product {
	height:210px;
	float:left;
	margin-left:25px;
	display:inline;
}

#sp .w110 .product {
	width:110px; /* ジャケット：横幅120px */
}

#sp .w120 .product {
	width:120px; /* ジャケット：横幅120px */
}

#sp .w104 .product {
	width:104px; /* ジャケット：横幅120px */
}


#sp .w160 .product {
	width:160px; /* ジャケット：横幅160px */
}

#sp .w130 .product {
	width:130px; /* ジャケット：横幅160px */
}

#sp .w80 .product {
	width:80px; /* ジャケット：横幅160px */
}

#sp .parttitle{
	position: absolute;
	top:12px;
	left:20px;
	width:656px;
	height:40px;
}

#sp .partbot {
	position: absolute;
	top:5px;
	left:430px;
	width:135px;
	height:50px;
}

#sp .right-cart{
	width:110px;
	margin:5px auto ;
	float:right;
	display:inline;
}

#sp .productfoot{
	width:656px;
	height:9px;
	margin:0;
	text-indent:-9999px;
	background:url(img/foot_product.gif) 0 0 no-repeat;
}


/********** footer area **********/

#sp .footer{
	border-top:1px solid #ff0;
	width:710px;
	margin:20px 20px 0 20px;
	background:#000;
}

#sp .footer p{
	font-size:10px;
	color:#fff;
	padding:20px 0px 0px 0px;
	line-height:1.2em;
}

#sp  a.rtntop,
#sp  a.rtntop:hover{
	margin-top:20px;
	background:#ff0;
	display:block;
	font-size:10px;
	text-align:center;
	color:#000;
	line-height:30px;
	width:100%;
	height:30px;
	text-decoration:none;
}


#sp .footer p a , #sp .footer p a:visited {
	text-decoration:none;
	color:#000;
}

#sp .footer p a:hover{
	text-decoration:underline;
	color:#000;
}



@media (max-width: 640px) {
/*  body.○○　○○の部分を特集が置かれるセクション名を入れる　アニメ→body.anime, 映画→body.cinema　 */

body.cinema #header #anime,  body.cinema #documentary,  body.cinema #dorama,  body.cinema #cinema, body.cinema #hobby,  body.cinema #fitness,  body.cinema #videxidol,  body.cinema #bbc,  body.cinema #ngc,  body.cinema #mytheater {
	display: block;
}
body.cinema #header #anime,  body.cinema #documentary,  body.cinema #dorama,  body.cinema #cinema, body.cinema #hobby,  body.cinema #fitness,  body.cinema #videxidol,  body.cinema #bbc,  body.cinema #ngc,  body.cinema #mytheater {
    border-top: 1px solid #069CE9;
    border-left: 1px solid #069CE9;
    border-right: 1px solid #069CE9;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

body.cinema .search {
    display: block;
}
	
/* ヘッダー */
body.cinema #header .logo {
    clear: both;
    float: left;
    margin: 4px 0 0 0;
    padding: 0;
}

body.cinema #header .logo a {
    display: block;
    width: 104px;
    height: 30px;
    margin: 0px 10px 0px 0px;
    text-indent: -9999px;
}

body.cinema #header {
	background: #fff;
	padding:0 0 0 0;
	width: 100%; 
	z-index:9999px;
}

body.cinema #header .inner {
    display: block;
    margin: 0px auto;
    padding: 0px 10px;
    overflow: hidden;
    width: 970px;
}

body.cinema #header .caption,body.cinema #header .caption strong {
	display: block;
    clear: both;
    float: left;
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #333;
    padding: 4px 0px 0px;
}

body.cinema #header .inner .subnavi {
	display: inherit;
    float: right;
    height: auto;
    margin: -19px 0px 0px;
}

.search fieldset.field {
	padding: 0px;
}

.search .field input.input-box-inactive {
	width:300px !important;
	height: 19px !important;
	line-height:1.2 !important;
	padding:2px 5px 2px 5px !important;
}

body.cinema div.block {
    display:none;
}

body.cinema div.block2 {
    display:none;
}


body.cinema div.container1 {
    width: 970px;
    padding: 0px 10px;
    margin: 0px auto;
    overflow: hidden;
}
body.cinema #container {
    width: 970px;
    padding: 10px 0px 0px;
    margin: 0px auto;
}


body.cinema #alpha {
    width: 750px;
    float: right;
}

body.cinema div.container1 #content  #beta {
	display:inherit;
    width: 210px;
    float: left;
}

body.cinema div.container1 #content  #beta .widget {
    background-color: #FFF;
    border: 1px solid #069CE9;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
    width: 210px;
}

body.cinema div.container1 #content  #beta .bnr-labs {
    margin: 10px auto 0px;
    width: 210px;
}

body.cinema div.container1 #content  #beta .videxstation {
    margin: 0px 0px 5px 0;
    padding: 10px 9px 10px 40px;
    width: 160px;
}


body.cinema div.container1 div#L-mark {
    height: 55px;
    width: 200px;
}

body.cinema #btn-open-footer {
    display: none;
}

/* MAIL MAGAZINE */

#widget-directmail {
	width:192px !important;
	padding-top:9px !important;
	padding-bottom:3px !important;
	padding-left:18px !important;
	padding-right:0px !important;
	background:#E1EDF6 !important;
}

#widget-directmail form {
	background:#E1EDF6 !important;
}

}