@charset "utf-8";
/*reset*/

/*******************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

object, embed {
    vertical-align: top;
}

hr, legend {
    display: none;
}

input[type='text'], input[type='password'], textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
    vertical-align: middle;
}

li {
    list-style: none;
}

a:link {
    color: #E51919;
    text-decoration: underline;
}

a:visited {
    color: #E51919;
    text-decoration: underline;
}

a:hover {
    color: #EF7070;
    text-decoration: none;
}

a:active {
    color: #E51919;
    text-decoration: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
}

/*
10:77%   15:116%     20:153.9%   25:189%
11:85%   16:123.1%   21:161.6%   26:197%
12:93%   17:131%     22:167%
13:100%  18:138.5%   23:174%
14:108%  19:146.5%   24:182%
*/

/*HACK*/

/*******************************************************************/

.mb0 {
    margin-bottom: 0!important;
}

.min {
    font-size: 85%;
}

/*clear*/

.cf {
    display: inline-block;
    border-radius: 0 0 5px 5px;
}

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

/*Hides from IE-mac\*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/*End hide from IE-mac*/

/*LAYOUT*/

/*******************************************************************/

body {
    text-align: center;
    background: #fff;
    font: 81.25% "Hiragino Kaku Gothic ProN", "meiryo", "メイリオ", "ms pgothic", "ms pゴシック", "osaka", sans-serif, "TakaoPGothic", "Sazanami Gothic";
    color: #333;
}

#container {
    position: relative;
    min-width: 990px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    font-size: 93%;
}

#main, .in, #review, .pagetitle h2 {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#pt {
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 30px;
    z-index: 9999;
}

/*top*/

/*******************************************************************/

#enter {
    padding: 50px 0;
    background: #FFF;
    border-top: #242424 solid 70px;
    border-bottom: #242424 solid 70px;
    text-align: center;
}

#enter h1 {
    padding-bottom: 36px;
}

#enter h2, #enter p {
    padding-bottom: 18px;
}

#enter h2 {
    font-size: 123.1%;
    color: #E51919;
}

.warning {
    padding: 20px;
    text-align: left;
    background: #888;
    font-size: 93%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/static/css/border-radius.htc);
}

.warning div {
    padding: 5px;
    border: #ffdfdf solid 1px;
    color: #222;
}

/*HEADER*/

/*******************************************************************/

#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 960px;
    height: 70px;
    font-size: 12px;
    z-index: 100;
    background: #242424;
    background: -moz-linear-gradient(top, #242424, #242424);
    background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#242424));
}

#header h1 {
    float: left;
}

#header ul {
    position: absolute;
}

#header li, #cat li {
    float: left;
    z-index: 30;
    zoom: 1;
}

#header li a, #cat li a {
    display: block;
    height: 35px;
    padding: 0 28px;
    text-decoration: none;
    line-height: 2.6;
    color: #FFF;
}

#header ul ul {
    display: none;
    z-index: 100;
    width: 100px;
    top: 32px;
    right: 0px;
    background: #fff;
}

#header ul ul li {
    width: 100px;
}

#nav {
    top: 35px;
    left: 240px;
    background: url(../images/vline.gif) left center no-repeat;
}

#nav li {
    padding-right: 1px;
    background: url(../images/vline.gif) right center no-repeat;
}

#nav li a {
    text-shadow: 1px 1px 3px #000;
}

#nav li a.ua {
    background-image: url(../images/ua.png);
    background-position: center 25px;
    background-repeat: no-repeat;
}

#nav li a:hover {
    background-color: #555;
    background-position: center 29px;
}

#nav li a.selected {
    background-color: #000;
    background-position: center 29px;
}

#nav li.newbie a {
    background: url(../images/newbie.png) 10px center no-repeat;
}

.listbox {
    display: none;
    position: absolute;
    top: 35px;
    padding: 20px;
    background: rgb(30, 30, 30);
    background: rgba(0, 0, 0, 0.8);
}

.listbox dl {
    float: left;
    max-width: 160px;
    margin: 10px 20px;
}

.listbox dt, .listbox dt a {
    font-size: 108%;
    font-weight: bold;
    color: #36D900!important;
}

.listbox dt, .listbox dd {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.listbox dt a {
    padding-left: 20px!important;
    background: url(../images/ra.png) 5px center no-repeat;
}

.listbox dt a:hover {
    background-position: 5px center!important;
    color: #FFF!important;
}

.listbox a {
    height: auto;
    padding: 0 5px!important;
}

.listbox a span {
    padding-left: 5px;
    font-size: 85%;
}

.cat {
    width: 700px;
    left: -100px;
}

.actress {
    width: 680px;
    left: 0;
}

.rank {
    width: 180px;
    left: 245px;
}

.maker {
    width: 180px;
    left: 360px;
}

.series {
    width: 300px;
    right: 0;
}

.photograph {
    width: 200px;
    left: 400px;
}

.rank dl, .series dl, .photograph dl {
    max-width: none;
}

#global {
    float: right;
    width: 720px;
    height: 35px;
    background: #FFF;
}

#global ul {
    top: 0;
    right: 0;
}

#global li a {
    padding: 0 6px;
    font-size: 90%;
    font-weight: bold;
    line-height: 3;
    color: #E51919;
}

#global li a:hover {
    background: #EEE;
}

#global form {
    width: 280px;
}

#global .searchtext {
    float: left;
    width: 180px;
    height: 35px;
    padding: 0 10px;
    vertical-align: middle;
    background: #EBEBEB;
    border: none;
}

#bread {
    margin-bottom: 20px;
    background: #EEE;
    border-radius: 5px;
    overflow: hidden;
}

#bread li {
    float: left;
    line-height: 1;
}

#bread a {
    position: relative;
    float: left;
    padding: .7em 1em .7em 3em;
    background: #AAAFB5;
    text-decoration: none;
    color: #333;
}

#bread a:hover {
    color: #E51919;
}

#bread li:first-child a {
    padding-left: 1.5em;
    border-radius: 5px 0 0 5px;
}

#bread a:after, #bread a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5em;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid;
}

#bread a:after {
    border-left-color: #AAAFB5;
    z-index: 3;
}

#bread a:before {
    border-left-color: #EEE;
    right: -1.6em;
    z-index: 2;
}

#bread strong {
    display: block;
    padding: .7em 1em .7em 2.5em;
    color: #000;
}

/*FOOTER*/

/*******************************************************************/

#footer {
    clear: both;
    background: #242424;
    border-top: #fcc solid 5px;
    color: #FFF;
}

#footer .in {
    padding: 30px 0;
}

#footer div.copyright {
    background: #fcc;
    color: #666;
    text-align: center;
}

#footer dl {
    float: left;
    width: 110px;
    margin-right: 10px;
}

#footer dt {
    font-size: 111%;
    font-weight: bold;
}

#footer dd a {
    font-size: 90%;
    display: block;
    padding: 2px 0 2px 14px;
    background: url(../images/dot.gif) 0 center no-repeat;
    border-bottom: #666 dotted 1px;
}

#footer dd a:hover {
    text-decoration: none;
    color: #999;
}

#footer a {
    text-decoration: none;
    color: #FFF;
}

#footer .social {
    float: right;
    padding-bottom: 30px;
}

#footer .social li {
    float: left;
    padding-left: 5px;
}

#footer .social li img {
    border: #444 solid 1px;
}

#footer .social li a:hover img {
    border-color: #FFF;
}

#footer p {
    clear: right;
    float: right;
    margin-bottom: 10px;
}

#footer p.mm a {
    display: block;
    padding: 10px;
    background: #333;
    border: #666 solid 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/static/css/border-radius.htc);
}

#footer p.mm a:hover {
    background: #555;
    border-color: #888;
}

.footerRecommendSites {
    background: #666;
    padding: 10px 0 20px;
}

.footerRecommendSites h4, .footerRecommendSites ul {
    width: 960px;
    margin: 0 auto;
}

.footerRecommendSites ul li {
    width: 130px;
    height: 90px;
    display: inline-block;
}

/*CONTENTS*/

/*******************************************************************/

#main, #review {
    margin-bottom: 60px;
}

.pagetitle {
    padding: 18px 0;
    background: #FFDFDF;
    border-bottom: #f03 solid 1px
}

.pagetitle h2 {
    font-size: 197%;
    color: #333;
}

.st {
    margin: 18px 0;
    padding: 10px;
    font-size: 131%;
    line-height: 1;
    color: #FFF;
    background: #242424;
    background: -moz-linear-gradient(top, #242424, #242424);
    background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#242424));
}

.sub {
    padding: 10px;
    font-size: 153.9%;
    color: #111a56;
}

.more {
    position: absolute;
    top: 8px;
    right: 5px;
}

.more a {
    padding: 1px 20px;
    background: #FFF;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/static/css/border-radius.htc);
}

.more a:hover {
    background: #111a56;
    color: #FFF;
}

.slider .more {
    position: absolute;
    top: 330px;
    right: 5px;
}

.slider .more a {
    color: #666;
    padding: 1px 20px;
    background: #FFF;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/static/css/border-radius.htc);
}

.slider .more a span {
    border-radius: 5px;
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 0px 7px;
    margin: 0 0 0 5px;
    height: 15px;
    line-height: 15px;
}

.btn a, .dbox button {
    display: block;
    width: 180px;
    height: 36px;
    margin: 0 auto;
    background: url(../images/btn.png) center 0 no-repeat;
    border: none;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.7;
    overflow: hidden;
    color: #FFF;
}

.btn a:hover, .dbox button:hover {
    background-position: center -36px;
}

.btngray a {
    display: block;
    width: 180px;
    height: 36px;
    margin: 0 auto;
    background: url(../images/btn_gray.png) center 0 no-repeat;
    border: none;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.7;
    overflow: hidden;
    color: #FFF;
}

.btngray a:hover {
    background-position: center -36px;
}

.minbtn a {
    display: block;
    width: 90px;
    height: 18px;
    background: url(../images/minbtn.png) 0 0 no-repeat;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    line-height: 2;
    overflow: hidden;
    color: #FFF;
}

.minbtn a:hover {
    background-position: 0 -18px;
}

.table {
    width: 100%;
    margin-bottom: 30px;
}

.table th, .table td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: #999 solid 1px;
}

.table th {
    width: 300px;
    text-align: center;
    border-right: #999 dotted 1px;
}

.table ul.minbtn li {
    float: left;
    padding: 0 5px;
    text-align: center;
}

.campaign {
    clear: both;
    padding: 20px 0 20px;
    text-align: center;
}

.tooltip {
    display: none;
    padding: 1px 6px;
    background: #FFF;
    border: #E51919 dotted 1px;
    font-size: 11px;
    color: #E51919;
    z-index: 10000;
}

/*NAVIGATION*/

.navi {
    position: relative;
    clear: both;
    width: 960px;
    magin: 30px 0;
    text-align: center;
}

.navi ul {
    width: 500px;
    margin: 0 auto;
}

.navi li {
    display: inline;
    width: 28px;
    margin: 0 4px;
}

.navi li a {
    display: inline-block;
    width: 28px;
    background: #FFF;
    border: 1px solid #BEBFBF;
    font-size: 118%;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
}

.navi li a:hover, .navi li a.current {
    background: #E51919;
    color: #fff;
}

.navi li.prev a, .navi li.next a {
    background: none;
    border: none;
    line-height: normal;
}

.navi ul li.prev {
    float: left;
}

.navi ul li.next {
    float: right;
}

.navifirst {
    position: absolute;
    top: 0;
    left: 15px;
}

.naviend {
    position: absolute;
    top: 0;
    right: 15px;
}

.all {
    clear: both;
    padding: 10px 0;
    text-align: center;
}

/*SLIDER*/

.slider .title-wrapper {
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 30px;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-pager, .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-pager .bx-pager-item, .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager.bx-default-pager a {
    background: #CCC;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
    background: #E51919;
}

.bx-prev {
    left: 0;
    background: url(../images/controls.png) no-repeat 0 0;
}

.bx-next {
    right: 0;
    background: url(../images/controls.png) no-repeat -60px 0;
}

.bx-prev:hover {
    background-position: 0 -60px;
}

.bx-next:hover {
    background-position: -60px -60px;
}

.bx-controls-direction a {
    position: absolute;
    top: 35%;
    margin-top: -30px;
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999;
}

.total-ranking .bx-controls-direction a {
    top: 42%;
}

.free .bx-controls-direction a {
    top: 50%;
}

.label .bx-controls-direction a {
    top: 27%;
}

.bx-controls-direction a.disabled {
    display: none;
}

.topimage {
    background: #f2f2f2;
    padding-top: 20px
}

.freemovie, .samplephoto {
    display: none;
    margin-bottom: 18px;
    padding-top: 10px;
    background: #000;
}

.freemovie .flowplayer {
    width: 720px!important;
}

.samplephoto {
    padding-bottom: 10px;
    text-align: center;
}

.slider {
    position: relative;
    min-width: 960px;
}

.slider li a {
    position: relative;
    float: left;
    margin: 0 18px 0 0;
    border: #FFF solid 1px;
}

.slider li a.rm, .popular li a, .free li a, .photo li a {
    margin-right: 0;
}

.slider .bx-prev {
    left: -18px;
}

.slider .bx-next {
    right: -18px;
}

.event.slider {
    padding-bottom: 10px;
}

.new-event.slider {
    margin-bottom: 30px;
    background: none;
}

.event.slider .text, .new-event.slider .text {
    padding: 5px
}

.new-event.cf {
    margin-bottom: 30px;
}

.description {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    line-height: 1.3;
}

a .description {
    text-decoration: none;
    color: #FFF;
}

.description2 {
    position: absolute;
    top: 10px;
    right: -220px;
    width: 200px;
    line-height: 1.3;
}

a .description2 {
    text-decoration: none!important;
    color: #333;
}

.slider .title, .slider .actor, .ranklist3 li {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.slider .title {
    padding: 2px 5px 2px !important;
    font-size: 100%;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 140%;
}

.slider .actor {
    padding: 0 5px 2px;
    font-size: 85%;
    color: #AAA;
}

.addwt {
    color: #FFF;
}

.detail {
    background: #FFF;
}

.detail a {
    margin: 0;
    font-size: 116%;
}

.long {
    width: 940px!important;
}

.long .description2 {
    right: -440px;
    width: 420px;
}

.long .title, .long .actor {
    font-size: 123.1%;
}

.slider .text {
    padding-top: 10px;
}

.slider .title {
    color: #00f
}

.slider .playbtn {
    display: block;
    position: absolute;
    top: 56px;
    left: 34px;
    width: 54px;
    height: 54px;
    background: url(../images/play.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider .freemovielink {
    padding: 10px 0;
    text-align: center;
    background: #111;
}

.slider .freemovielink a {
    text-decoration: none;
    color: #36D900!important;
}

.slider .freemovietitle {
    font-size: 108%;
    font-weight: bold;
    color: #FFF;
}

.trim {
    display: block;
    width: 460px;
    height: 268px;
    overflow: hidden;
}

.trim img {
    height: 268px;
}

.pagenum {
    padding: 2px;
    text-align: center;
    background: #FFF;
}

.scap {
    margin: 50px 0 30px;
}

.vcap {
    margin: 50px 0;
}

.scap a, .vcap a {
    display: inline-block;
    padding: 0 1px 5px;
}

.new .price {
    color: #c00;
    padding: 2px 5px
}

.new .title {
    display: inline-block;
    width: 120px;
    height: 34px;
    white-space: normal
}

.new .more {
    top: 320px;
}

.free .rank {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 160%;
    font-weight: normal;
    font-style: italic;
    color: #000; //text-shadow: 0px -1px #000, 1px 0px #000, 0px 1px #000, -1px 1px #000;
}

.rank1 {
    color: #e7c327 !important;
    font-weight: bold !important;
}

.rank2 {
    color: #b4bcc2 !important;
    font-weight: bold !important;
}

.rank3 {
    color: #d18c42 !important;
    font-weight: bold !important;
}

.total-ranking .price {
    color: #c00;
    padding: 2px 5px
}

.total-ranking .title {
    display: inline-block;
    width: 120px;
    height: 34px;
    white-space: normal
}

.total-ranking .more {
    top: 350px;
}

.recommend .price {
    color: #c00;
    padding: 2px 5px
}

.recommend .title {
    display: inline-block;
    width: 120px;
    height: 34px;
    white-space: normal
}

.free .price {
    color: #c00;
    padding: 2px 5px
}

.free .title {
    display: inline-block;
    width: 120px;
    height: 34px;
    white-space: normal
}

.label {
    margin-bottom: 50px;
}

.label ul li {
    text-align: center;
    font-size: 85%
}

.label ul li a {
    color: #00f;
    text-decoration: none
}

/*TOP*/

.ranking {
    position: relative;
    float: left;
    width: 462px;
}

.ranking .slider {
    min-width: 462px!important;
    padding: 0;
}

.num {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.no1 {
    background-image: url(../images/no1.gif);
}

.no2 {
    background-image: url(../images/no2.gif);
}

.no3 {
    background-image: url(../images/no3.gif);
}

.no4 {
    background-image: url(../images/no4.gif);
}

.no5 {
    background-image: url(../images/no5.gif);
}

.no6 {
    background-image: url(../images/no6.gif);
}

.no7 {
    background-image: url(../images/no7.gif);
}

.no8 {
    background-image: url(../images/no8.gif);
}

.no9 {
    background-image: url(../images/no9.gif);
}

.no10 {
    background-image: url(../images/no10.gif);
}

.no11 {
    background-image: url(../images/no11.gif);
}

.no12 {
    background-image: url(../images/no12.gif);
}

.no13 {
    background-image: url(../images/no13.gif);
}

.no14 {
    background-image: url(../images/no14.gif);
}

.no15 {
    background-image: url(../images/no15.gif);
}

.ranking .st {
    margin-top: 0;
}

.news {
    position: relative;
}

.news h3 {
    background: #fff;
    color: #000;
    border-bottom: solid 1px #999;
}

.news ul li {
    padding: 2px 10px;
}

.news ul li a {
    color: #0000ff;
    text-decoration: none
}

/*MOVIE*/

.movie {
    margin-bottom: 18px;
    padding: 18px 0;
    background: #333;
    border-bottom: #666 solid 1px;
}

.movie .flowplayer {
    margin: 0 0 0 50px;
}

.movie .no-flowplayer {
    margin: 0 0 0 -20px;
    text-align: center;
}

.control {
    position: absolute;
    top: 0;
    right: 5px;
    width: 70px;
    text-align: center;
}

.bookmark {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 70px;
    text-align: center;
}

.horizontally {
    bottom: auto;
    top: -90px;
    width: auto;
}

.horizontally li {
    float: left;
    padding-left: 10px;
}

.control li, .bookmark li {
    padding-bottom: 1px;
}

.control li {
    padding-bottom: 10px;
    font-size: 11px;
    cursor: pointer;
}

.control li a {
    text-decoration: none;
    color: #999;
}

#package {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 9999;
}

#profile {
    margin: 0 auto;
    text-align: center;
}

.contents {
    float: left;
    width: 660px;
}

.contents h2 {
    padding-bottom: 18px;
    font-size: 167%;
}

.sentence {
    max-height: 800px;
    margin-bottom: 30px;
    overflow: auto;
    background: #EDEDED;
    border-radius: 5px;
    padding: 10px;
}

.categories p {
    font-size: 93% !important;
    color: #666
}

.infowrapper {
    overflow: hidden;
}

.info {
    float: left;
    width: 300px;
    padding: 5px 10px;
    line-height: 1.4;
}

.info dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(../images/line.gif) 0 bottom repeat-x;
}

.info dt {
    clear: left;
    float: left;
    padding-right: 10px;
    color: #ddd;
}

.info_spec {
    padding: 5px 10px;
    line-height: 1.4;
}

.info_spec dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    min-height: 16px;
    height: auto;
}

.info_spec dt {
    clear: left;
    float: left;
    padding-right: 10px;
    color: #ddd;
}

.aside {
    float: right;
    width: 250px;
}

.aside h3 {
    padding: 4px;
    text-align: center;
    background: #242424;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}

.aside h3.orange {
    background: #ffa500;
}

.aside h3.green {
    background: #00B259;
}

.aside h3.dgreen {
    background: #018F8F;
}

.switch li {
    float: left;
    width: 125px;
    padding: 10px 0;
    text-align: center;
    background: #D6D6D6;
    font-weight: bold;
    cursor: pointer;
}

.switch li.current {
    background: #FFF;
}

.download {
    clear: both;
    margin-bottom: 30px;
    padding: 10px 10px 0;
    background: #999;
}

.dbox {
    margin-bottom: 10px;
    padding: 14px;
    background: #EDEDED;
    border: #CCC solid 1px;
}

.dbox h4 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 123.1%;
}

.dbox span.discount-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
}

.download p {
    padding-bottom: 10px;
}

.download p.btn {
    padding-bottom: 0;
    text-align: center;
}

.download p.min {
    font-size: 93%;
}

.download p.narrow {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.dcon {
    text-align: left;
    padding: 20px;
}

.dcon p {
    padding: 10px 0;
}

.dcon p.btn {
    margin: 0 auto;
    text-align: center;
}

.dcon p.btn a {
    display: inline-block;
}

.dbox dt {
    float: left;
    padding-bottom: 2px;
    font-weight: bold;
}

.dbox .btn a, .dbox button {
    margin: 0 auto!important;
}

.dbox button {
    background-image: url(../images/btn_green.png);
    line-height: 1.5;
    cursor: pointer;
}

.dbox dd.btn a {
    background-image: url(../images/btn_dgreen.png);
}

.dbox dd.minbtn a {
    float: right;
    margin-bottom: 2px;
    background-image: url(../images/minbtn_dgreen.png);
}

.dbox dd.thumb {
    clear: both;
    text-align: center;
}

.dbox dd.thumb img {
    padding: 10px 3px;
}

.dbox dd.size {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
    background: url(../images/line.gif) 0 bottom repeat-x;
    font-size: 93%;
    line-height: 1.3;
    word-break: break-all;
}

#review h5 {
    font-size: 108%;
    color: #E51919;
}

#review .val {
    margin-bottom: 30px;
    padding: 10px;
    background: #FFF;
    border: #E51919 solid 1px;
    font-size: 108%;
}

#review .navi {
    width: 660px;
}

.reviewlist {
    margin-bottom: 30px;
}

.reviewlist li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(../images/line.gif) 0 bottom repeat-x;
}

.reviewlist li p, .reviewlist .title {
    padding: 0 10px;
}

.reviewlist .title {
    font-size: 108%;
    font-weight: bold;
}

#reviewform label {
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

#reviewform input, #reviewform select, #reviewform textarea {
    margin-right: 5px;
    padding: 2px;
}

#reviewform input {
    width: 250px;
}

#reviewform textarea {
    width: 250px;
    height: 150px;
}

#reviewform button {
    text-align: center;
}

#reviewform .caution {
    font-size: 93%;
}

/*SEARCH*/

#search {
    clear: both;
    position: relative;
    width: 960px;
    margin: 18px auto 0;
}

#search p {
    margin: 10px 0
}

#searchwrap {
    background: #FFDFDF;
    border: #f03 solid 2px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(/static/css/border-radius.htc);
}

#cat li.filter {
    padding: 7px 10px 0;
    background: none;
}

#cat li.filter label {
    font-weight: bold;
    padding-left: 5px
}

#cat li.key {
    padding: 7px 0 0 20px;
    background: none;
    font-weight: bold;
}

.key input {
    width: 110px;
}

#searchlist {
    clear: both;
    display: none;
    padding: 15px;
    background: rgb(30, 30, 30);
    background: rgba(0, 0, 0, 0.8);
    border: #E52222 solid 2px;
    border-top: none;
    color: #FFF;
}

#searchlist span {
    padding: 5px 25px 5px 15px;
    background: url(../images/delete.png) 0 center no-repeat;
    cursor: pointer;
}

#searchlist span:hover {
    text-decoration: underline;
}

#close {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #FFF;
    color: #E52222;
    line-height: 1.4;
    cursor: pointer;
}

#search .listbox {
    clear: both;
    position: relative;
    top: auto;
    padding: 10px;
    background: #FFF;
}

#search .listbox label {
    display: block;
    float: left;
    width: 170px;
    padding: 5px;
    cursor: pointer;
}

#searchbtn {
    display: none;
    text-align: center;
}

#cat li {
    padding-right: 1px;
    background: url(../images/vlineb.gif) right center no-repeat;
}

#cat li a {
    background: url(../images/uar.png) center 25px no-repeat;
    font-weight: bold;
    color: #333;
}

#cat li a:hover {
    color: #E52222;
}

#cat li a.current {
    background: #E52222 url(../images/ua.png) center 29px no-repeat;
    color: #FFF;
}

#search .listbox dl {
    max-width: none;
}

#search .listbox dt, #search .listbox dd {
    float: left;
    margin-left: 20px;
}

.num-result {
    margin: 10px;
    font-size: 1.2em;
}

.num-result span {
    font-weight: bold
}

.subnav {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/static/css/border-radius.htc);
}

.subnav li a {
    background: none!important;
    padding-top: 6px!important;
}

.subnav li a.current {
    background: #E52222 url(../images/ua.png) center 29px no-repeat!important;
    color: #FFF;
}

.secondnav li {
    float: left;
    width: 20%;
    background: #FFF;
    text-align: center;
}

.secondnav li a {
    display: block;
    padding: 5px;
}

.list {
    min-width: auto;
    margin-bottom: 30px;
    padding: 0;
    background: none;
}

.list li {
    position: relative;
    float: left;
    width: 460px;
    margin: 10px;
    font-size: 93%;
}

.list li a {
    margin-bottom: 0;
}

.actresslist {
    margin: 0 auto 60px!important;
    padding: 0;
    background: none;
}

.actresslist li {
    float: left;
    width: 220px;
    margin: 0 10px 18px;
    background: #FFF;
}

.actresslist li a {
    margin: 0;
    color: #333;
}

.actresslist li img, .actresslist li span {
    display: inline-block;
    vertical-align: middle;
}

.actresslist li span {
    width: 100px;
    margin-left: 10px;
    line-height: 1.4;
}

.photolist {
    background: none;
}

.photolist li {
    float: left;
    width: 160px;
    margin: 0 13px 5px;
}

.photolist a {
    text-decoration: none;
    color: #333;
}

/*event*/

.event-banner {
    margin: 20px 0;
}

.event-banner img {
    max-width: 960px;
}

.event-comment {
    font-size: 1.3em;
}

.event-detail {
    margin: 0 0 30px;
    background: #fff;
    overflow: hidden;
}

.event-detail h3 {
    margin: 0 0 20px;
}

.event-detail div {
    height: 324px;
    float: left;
}

.event-detail div.event-detail-photo {
    width: 575px;
}

.event-detail div.event-detail-meta {
    width: 385px;
}

.event-detail-title {
    padding: 10px;
    border-bottom: dotted 1px #ccc;
    font-size: 1.2em;
    font-weight: bold;
}

.event-detail-comment {
    padding: 10px;
    height: 200px;
    border-bottom: dotted 1px #ccc;
    font-size: 1.1em;
    overflow: auto;
}

.event-detail-button button {
    display: block;
    width: 180px;
    height: 36px;
    margin: 7px auto 0;
    background: url(../images/btn_green.png) center 0 no-repeat;
    border: none;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.3;
    overflow: hidden;
    color: #FFF;
    cursor: pointer;
}

/*JOIN*/

.price dl {
    float: left;
    width: 192px;
    text-align: center;
    font-size: 153.9%;
    color: #FFF;
}

.price dt {
    height: 60px;
    padding: 120px 0 10px;
    background-position: center 20px;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 1.4;
}

.price dt span {
    font-size: 77%;
}

.price dd {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 167%;
}

.price dd.btn a {
    background-image: url(../images/btn_white.png);
    font-size: 16px;
    line-height: 2.4!important;
    color: #E51919;
}

.price dd.service {
    font-size: 88%;
}

.price dd.service span.subtext {
    font-size: 77%;
}

.price1 {
    background-color: #EF7575;
}

.price2 {
    background-color: #ED5E5E;
}

.price3 {
    background-color: #EA4747;
}

.price4 {
    background-color: #E83030;
}

.price5 {
    background-color: #E51919;
}

.price2 dt {
    background-image: url(../images/off1000.png);
}

.price3 dt {
    background-image: url(../images/off1000.png);
}

.price4 dt {
    background-image: url(../images/off2000.png);
}

.price5 dt {
    background-image: url(../images/off4000.png);
}

.price_box {
    background: #00b483;
    padding: 70px 50px;
    font-size: 120%;
    text-align: center;
}

.news_list li {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

/*RANKING*/

.ranklist, .ranklist2 {
    padding: 0 0 30px 10px;
    background: none;
}

.ranklist2 li a {
    margin: 0 15px 15px 0!important;
}

.ranklist3 {
    float: left;
    width: 420px;
    margin: 0 30px 30px;
}

/*LOGIN*/

.login {
    padding: 30px;
    text-align: center;
    background: #FFF;
    border: #CCC solid 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/static/css/border-radius.htc);
}

.login p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #CCC dotted 1px;
}

.login p.textInput label {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    text-align: right;
    font-size: 100%;
}

.login input {
    padding: 5px;
}

.mailmagazine label {
    width: 200px;
}

.login input[type=text], .login input[type=email], .login input[type=password] {
    width: 250px;
}

.loginDialog {
    width: 600px
}

.loginDialog label {
    width: 90px;
}

.loginDialog .login {
    behavior: none;
}

.loginDialog .st {
    behavior: none;
}

.login .notice {
    width: 660px;
    margin: 0 auto;
    text-align: left;
    border: solid 1px #999;
    padding: 10px;
    background: #f2f2f2;
}

.login .notice h4 {
    color: #f00;
    font-size: 1.1em;
}

.login .notice dl dt {
    font-weight: bold;
    margin: 10px 0 0;
}

/*WATCHLIST*/

.watchlist p.remove {
    position: absolute;
    top: 0;
    right: 0;
}

/*MypageStatus*/

.mypageStatus ul.detail {
    margin: 10px auto;
    padding: 20px 50px;
    width: 400px;
}

/*MypageToken*/

.mypageToken table.tblchart {
    margin: 10px 0;
    background: #fff;
}

.mypageToken table.tblchart th, .mypageToken table.tblchart td {
    border: solid 1px #ccc;
    padding: 5px;
}

.mypageToken table.tblchart th {
    width: 200px;
}

.mypageToken form {
    background: #fff;
    border: solid 1px #ccc;
    padding: 20px;
    width: 500px;
    margin: 0 auto;
}

.mypageToken form p {
    margin: 10px 0;
}

ul.errorlist li {
    color: #f00;
}

p.error {
    color: #f00;
    font-size: 1.2em;
}

/* survey
-----------------------------------*/

.survey .survey-contents {
    font-size: 110% !important;
}

.survey textarea {
    width: 100%;
    height: 300px;
}

.survey form {
    margin: 20px 0 0;
}

.survey div.button {
    text-align: center;
}

#preview {
    text-align: left;
}

#preview dl {
    margin: 10px 0;
}

#preview dl dt {
    background: #f2f2f2;
    padding: 3px;
}

#preview dl dt {
    padding: 3px;
}

#preview div.button {
    text-align: center;
}

#information {
    width: 960px;
    margin: 20px auto;
}

#information h3 {
    font-size: 120%;
    margin: 0 0 10px;
}

#information ul {
    background: #ffecce;
    border: solid 1px #f4da70;
    padding: 10px;
    font-weight: bold;
}

#information ul.no-information {
    font-weight: normal;
}

div.sort {
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    background: #ddd;
}

div.sort ul {
    float: left;
}

div.sort ul li {
    display: inline;
}

div.sort ul.type, div.sort ul.order {}

div.sort ul.order {
    margin: 0 0 0 20px;
}

/* 年齢認証 */

.faq_h {
    border-top: 1px dashed #ccc;
    font-size: 18px;
    margin: 10px 0;
    padding: 16px 0 10px 0;
    font-weight: normal;
    color: #e51919;
}

#wrapper {
    background: #fff;
    overflow: hidden;
}

#main {
    margin-top: 30px;
}

#main p {
    font-size: 14px;
    margin-bottom: 16px;
}

.st {
    margin-top: 30px;
}

#age_enter {
    padding: 0 0 50px 0;
    background: #222; //border-top: #242424 solid 70px;
    //border-bottom: #ffdfdf solid 70px;
    text-align: center;
    color: #fff;
}

#age_enter p {
    padding-bottom: 18px;
}

#age_title {
    margin: 20px 0;
}

.in_box {
    text-align: center;
    margin: 20px 0 50px 0;
}

/* cart */

.cart .notice {
    color: #333;
    background: #ff9;
    padding: 5px;
}

table.order {
    background: #fff;
}

table.order tbody {
    border-top: solid 2px #666;
}

table.order th.uid {
    width: 180px;
}

table.order th.price {
    width: 100px;
}

table.order th.media {
    width: 100px;
}

table.order th.download-button {
    width: 130px;
}

table.order th.delete {
    width: 40px;
}

table.order th.total-price {
    width: 100px;
}

table.order td.delete {
    text-align: center;
}

table.order td.media-type {
    text-align: center;
}

table.order td.price {
    text-align: center;
}

table.order td.media {
    text-align: center;
}

table.order td.total-price {
    text-align: center;
    border-left: dotted 1px #999;
}

table.order td.download-button ul li {
    margin: 2px 0;
}

table.order td.download-button ul li span {
    font-size: 0.8em;
}

p.order-button {
    text-align: center;
    color: #fff;
}

p.order-button button {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmYmIyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0fbb2c), color-stop(100%, #008800));
    background-image: -moz-linear-gradient(top, #0fbb2c, #008800);
    background-image: -webkit-linear-gradient(top, #0fbb2c, #008800);
    background-image: linear-gradient(to bottom, #0fbb2c, #008800);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0FBB2C', endColorstr='#FF008800');
    border: solid 1px #46a14d;
    color: #FFF;
    font-size: 1.2em;
    width: 250px;
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.order td.download-button a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmYmIyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0fbb2c), color-stop(100%, #008800));
    background-image: -moz-linear-gradient(top, #0fbb2c, #008800);
    background-image: -webkit-linear-gradient(top, #0fbb2c, #008800);
    background-image: linear-gradient(to bottom, #0fbb2c, #008800);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0FBB2C', endColorstr='#FF008800');
    border: solid 1px #46a14d;
    color: #FFF;
    font-size: 1.2em;
    width: 120px;
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* checkout */

form.payment {
    width: 760px;
    margin: 10px auto 20px;
    padding: 20px;
    background: #fff;
}

form.payment h4 {
    font-size: 1.4em;
    margin: 0 0 10px;
}

form.payment table {
    margin: 0 0 50px;
    border-collapse: collapse;
}

form.payment table th, form.payment table td {
    padding: 15px 10px;
    border: 1px solid #ccc;
}

form.payment table th {
    width: 200px;
    background: #eee;
}

form.payment table td {
    width: 520px;
}

form.payment table td input {
    width: 180px;
    padding: 3px;
}

/*Newcustomers*/

.ncus {
    border: 1px solid #242424;
    float: left;
    margin: 0 20px 20px 0;
}

.loading {
    padding: 5px 0 0;
    text-align: center;
    font-weight: bold;
}

.global-alert h1 {
    margin-bottom: 10px;
    padding: 10px;
    background: #ffdfdf;
    color: #000;
    border-radius: 3px;
    font-size: 1.2rem;
}

.global-alert article {
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    text-align: left;
    max-height: 400px;
    overflow: scroll;
}

.global-alert article h2 {
    margin: 20px 0;
    font-size: 1.4rem;
}

.global-alert footer {
    margin: 20px 0 0;
}

.global-alert footer p {
    color: #999;
}

/*join*/
#joinform dd {
    text-align: center;
}

#joinform dt {
    text-align: center;
}
#joinform dd input[type=text],
#joinform dd input[type=email],
#joinform dd input[type=password] {
    padding: 10px;
    width: 300px;
}
