.topTitle {
    font-family: 'Cormorant Upright', serif;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin: 100px 0 20px 0;
}

.topTitle::first-letter {
    font-size: 60px;
    line-height: 60px;
    color: #d8bead;
}

.topTitle span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}

.contentsTitle {
    font-family: 'Cormorant', cursive, "Sawarabi Gothic", "���C���I", sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 80px 0 20px 0;
    color: #000: 2px;
}

.contentsTitle:first-letter {
    font-size: 60px;
    color: #d8bead;
    letter-spacing: 2px;
}

.contentsTitle span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.shcedule_title {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

h3.title {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #a33944;
    border-right: 1px solid #a33944;
    border-left: 1px solid #f6e6e7;
    border-top: 1px solid #f6e6e7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f28f9a), color-stop(0.51, #ba2636), color-stop(0.50, #d24b5a), color-stop(0.00, #efc7cb));
    background: -webkit-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
    background: -moz-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
    background: -o-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
    background: -ms-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
    background: linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #f28f9a 100%);
    color: #fff;
    padding: 4px;
    margin: 0px 10px 10px 10px;
    font-size: 15px;
    font-weight: normal;
}

#topcisWrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}

dl#topics {
    padding: 0 10px 0 10px;
}

dl#topics dt.topicsTime {
    font-size: 10px;
    text-align: right;
}

dl#topics dd {
    font-size: 13px;
    line-height: 20px;
}

dl#topics dd p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

dl#topics dd a {
    display: block;
    text-align: center;
    border: 3px double #ccc;
    margin: 10px 0;
}

dl#topics dd img {
    width: 100%;
}

.top_discountWrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.top_discountWrap ul li {
    margin: 10px 2px;
}

.top_discountWrap ul li img {
    width: 100%;
}
#bannerWrap{
        max-width: 1000px;
    margin: 0 auto;
}
.banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.banner li a {
    display: block;
    margin: 10px;
}

.banner li a img {
    width: 100%;
    border-radius: 10px;

}

@media only screen and (min-width:0px) and (max-width:680) {
    .banner li {
        width: 100%;
    }
}

@media only screen and (min-width:681px) {
    .banner li {
        width: 50%;
    }
}

#companion {
    width: 100%;
    overflow: hidden;
}

#companion_list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width:0px) and (max-width:480px) {
    #companion li {
        position: relative;
        width: 50%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:481px) and (max-width:680px) {
    #companion li {
        position: relative;
        width: 33.3%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:681px) {
    #companion li {
        position: relative;
        width: 25%;
        float: left;
        text-align: center;
    }
}

#companion li a {
    position: relative;
    display: block;
    margin: 2px;
    padding: 3px;
    background: #fff;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #fafafa;
    box-shadow: 0 0 1px rgba(150, 150, 150, 0.3);
}

#companion_list li p.chach {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #22221f;
    font-size: 11px;
    line-height: 11px;
    padding: 6px 0 6px 0;
    margin-bottom: 3px;
    height: 11px;
    overflow: hidden;
    /*background:#23221f;*/
}

#companion li a span img {
    width: 100%;
}

#companion li a dl {
    position: relative;
    margin: 5px 5px 0 5px;
}

#companion li a dl dt h4 {
    font-size: 16px;
    line-height: 16px;
    color: #141414;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #141414;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

#companion li a dl dt small.ruby {
    font-size: 9px;
    line-height: 9px;
    transform: scale(0.8);
    display: block;
    padding-bottom: 2px;
    letter-spacing: 1px;
    color: #121212;
}

#companion li a dl dd {
    color: #141414;
    font-family: 'Cinzel', serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#companion li a p.debut {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    letter-spacing: 0.5px;
    background: rgb(255, 226, 226);
    padding: 5px 0;
}

#companion li a dl dd.debut span {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px #000;
    font-weight: bold;
}

#companion li a dl dd.shiftTime {
    color: #141414;
    font-size: 15px;
    line-height: 15px;
    margin: 4px 0;
    letter-spacing: 0.5px;
    font-family: arial;
    font-weight: bold;
}

#companion li a dl dd b {
    color: #141414;
    font-family: 'Cinzel', serif;
    font-size: 8px;
    font-weight: normal;
}

#companion_list li a dl .castMark {
    min-height: 24px;
    padding: 5px 0 10px 0;
}

#companion_list li a dl .castMark li {
    position: relative;
    float: left;
    width: 50%;
}

#companion_list li a dl .castMark li.nirinMark span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}

#companion_list li a dl .castMark li.shiftMark span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}

#companion_list li a dl .castMark li.newMark {}

.newFace {
    position: absolute;
    top: 10px;
    left: -30px;
    width: 100px;
    overflow: hidden;
    -webkit-animation: iconBlink 0.8s ease-in-out infinite alternate;
    -moz-animation: iconBlink 0.8s ease-in-out infinite alternate;
    animation: iconBlink 0.8s ease-in-out infinite alternate;
}

.newFace img {
    width: 100%;
}

.newFace img {
    width: 100%;
}

.premium {
    position: absolute;
    top: 300px;
    left: 0px;
    z-index: 999999;
}

@-webkit-keyframes iconBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes iconBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes iconBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#schdule_pager {
    margin: 0 0 10px 0;
}

#schdule_pager li {
    width: 25%;
    float: left;
}

#schdule_pager li a {
    display: block;
    margin: 2px;
    padding: 12px 0px;
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    border: 3px double #ccc;
    background: #fafafa;
    border-radius: 3px;
}


/*
.prof_photo{
	max-width:360px;
	margin:0 auto;
}
.prof_photo img{
	width:100%;
}
*/

#photoWrap {
    width: 100%;
    max-width: 680px;
    overflow: hidden;
    margin: 58px auto 20px auto;
}

#photo {
    width: 1000%;
}

#photo div.item {
    width: 42px;
    float: left;
    overflow: hidden;
}

#photo div.item span {
    display: block;
}

#photo div.item img {
    width: 100%;
}

#photoWrap ul#controls {
    width: 60%;
    margin: 0 auto;
}

#photoWrap ul#controls li {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 5px;
}

#photoWrap ul#controls li button {
    border: 3px double #f4b1d5;
    color: #e1509f;
    text-align: center;
    padding: 5px 20px;
    background-color: #fff5fa;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
}

#photoWrap ul#controls li button[disabled] {
    color: #eee;
    border: 3px double #f4b1d5;
    background-color: #fff;
    margin-top: 1px;
}

.profile_border {
    width: 96%;
    height: 3px;
    border-bottom: 3px double #141414;
    margin: 50px 2%;
}

#commentAreaWrap {
    width: 98%;
    padding-top: 20px;
    margin: 0 1%;
}

#commentContainer {
    position: relative;
    margin: 0 auto;
    border: 3px solid #141414;
}

#commentArea {
    position: relative;
    margin: 3px;
    border: 1px solid #141414;
    padding: 20px 5px 80px 5px;
    text-align: center;
    background: #fff;
}

.profile_frame_TL {
    position: absolute;
    background: url(/pc/img/discount_frame_TL.png) no-repeat;
    width: 39px;
    height: 39px;
    top: 2px;
    left: 2px;
    overflow: hidden;
}

.profile_frame_TR {
    position: absolute;
    background: url(/pc/img/discount_frame_TR.png) no-repeat;
    width: 39px;
    height: 39px;
    top: 2px;
    right: 2px;
    overflow: hidden;
}

.profile_frame_BR {
    position: absolute;
    background: url(/pc/img/discount_frame_BR.png) no-repeat;
    width: 39px;
    height: 39px;
    bottom: 2px;
    right: 2px;
    overflow: hidden;
}

.profile_frame_BL {
    position: absolute;
    background: url(/pc/img/discount_frame_BL.png) no-repeat;
    width: 39px;
    height: 39px;
    bottom: 2px;
    left: 2px;
    overflow: hidden;
}

#profileNameWrap {
    text-align: center;
    margin-top: 50px;
}

.profileName {}

.rankIcn{
    width: 200px;
    margin: 0 auto 30px auto;
}
.rankIcn img{
    width: 100%;
}
.prof-rankingIcon{
    margin-top: -50px;
}
.profileName p.chach {
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
}

.profileName h3 {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 12px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
}

.profileName h4 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    margin: 10px 0;
}

.profileName h5 {
    font-family: 'Cormorant Upright', serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
}

.profileName h5 b {
    font-family: 'Cinzel', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-right: 3px;
}

.profile_castMark {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0 auto;
}

.profile_castMark li {
    position: relative;
    width: 33.3%;
    float: left;
}

.profile_castMark li span {
    display: block;
    margin: 3px;
    padding: 6px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.profile_castMark li.shiftMark span {
    /*
	-webkit-animation:iconBlink 0.8s ease-in-out infinite alternate;
    -moz-animation:iconBlink 0.8s ease-in-out infinite alternate;
    animation:iconBlink 0.8s ease-in-out infinite alternate;
    background:rgba(255,0,91,0.2);
    */
}

#commentArea p.profile_subTitle {
    color: #e1005b;
    font-weight: bold;
    font-size: 20px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    margin: 50px 0 20px 0;
    /*	text-decoration:underline;*/
}

#commentArea blockquote.comment {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    width: 94%;
    margin: 0 auto;
}

.profileTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.profileTable tbody {}

.profileTable tbody tr {
    border-left: 1px solid #ccc;
}

.profileTable tbody tr th:first-child {
    border-top: 1px solid #ccc;
}

.profileTable tbody tr th {
    width: 40%;
    border-bottom: 1px solid #ccc;
    padding: 15px 5px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 15px;
    vertical-align: top;
    background: #f7f7f7;
    font-weight: normal;
    /*
	font-family: 'Cormorant Upright', serif;
	*/
}

.profileTable tbody tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 60%;
    padding: 15px 5px;
    font-size: 13px;
    line-height: 15px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
}

#profileTimeAreaWrap {
    width: 100%;
    margin: 0 auto;
}

#profileTimeArea {
    position: relative;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#profileTimeArea #profileShift {}

#profileTimeArea #profileShift li p {
    border-bottom: 1px solid #ccc;
}

#profileTimeArea #profileShift li p span.shift_day {
    color: #121212;
    width: 49%;
    text-align: center;
    display: inline-block;
    background: #f7f7f7;
    padding: 20px 0;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0px;
    border-right: 1px solid #ccc;
    ;
}

#profileTimeArea #profileShift li p span.sun {
    color: #e1005b;
}

#profileTimeArea #profileShift li p span.sat {
    color: #04a3ff;
}

#profileTimeArea #profileShift li p span.shift_time {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
}

.reportList {
    width: 80%;
    margin: 0 auto;
}

.reportList li.report {
    margin-bottom: 5px;
}

.reportList li.report a {
    display: block;
    text-align: center;
    padding: 15px 5px;
    background: #f7f7f7;
    border: 3px double #141414;
    letter-spacing: 0px;
    font-size: 12px;
    color: #141414;
}

.gravureList {
    position: relative;
    overflow: hidden;
}

.gravureList li {
    width: 50%;
    float: left;
}

.gravureList li a {
    position: relative;
    display: block;
    margin: 2px;
    padding: 3px;
    background: #fff;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #fafafa;
    box-shadow: 0 0 1px rgba(150, 150, 150, 0.3);
}

.gravureList li a img {
    width: 100%;
}

.blog {
    width: 80%;
    margin: 5px auto;
}

.blog span a {
    display: block;
    text-align: center;
    padding: 15px 5px;
    background: #f7f7f7;
    border: 3px double #141414;
    letter-spacing: 0px;
    font-family: 'Cormorant Upright', serif;
    font-size: 13px;
    color: #141414;
}

.shameAllList {
    width: 80%;
    margin: 0 auto;
}

.shameAllList span a {
    display: block;
    text-align: center;
    padding: 15px 5px;
    background: #f7f7f7;
    border: 3px double #141414;
    letter-spacing: 0px;
    font-size: 13px;
    color: #141414;
}

.profile_newFace {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}

.profile_newFace img {
    width: 100%;
}

.ifreamWrap {
    width: 100%;
    margin: 0 auto;
}

.profileIfream {
    width: 94%;
    height: 670px;
    border: 0;
    padding: 0;
    margin: 0 auto;
}

li.prof_gravure {
    width: 278px;
    height: 400px;
    margin: 0 auto;
}

li.prof_gravure a {
    display: block;
    margin: 3px;
    border: 3px double #bde6fa;
}

li.prof_gravure a img {
    width: 266px;
}


/*
@media screen and (min-width: 1600px) and (max-width: 4000px) {
}
*/


/**********************�V�X�e��************************/

.systemTitle {
    font-family: 'Cormorant Upright', serif;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px 0;
}

.systemTitle:first-letter {
    font-size: 60px;
    line-height: 60px;
    color: #d8bead;
}

.systemTitle span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}

#systemWrap {
    position: relative;
}

#systemContainer {
    width: 97%;
    margin: 0 auto;
    border: 3px solid #141414;
}

#system {
    position: relative;
    border: 1px solid #141414;
    text-align: center;
    margin: 2px;
    padding: 10px;
}

.system_border {
    width: 100%;
    height: 3px;
    border-bottom: 3px double #141414;
    margin: 100px 0;
}

.concept blockquote {
    text-align: center;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

p.train {
    position: relative;
    max-width: 680px;
    margin: 0 auto 10px auto;
}

p.train img {
    width: 100%;
}

#map_canvas {
    margin: 0 0 30px 0;
    width: 100%;
    height: 400px;
}

#mapIcon {
    display: inline;
    color: #444444;
    font-size: 12px;
}

#mapIcon * {
    display: inline;
}

#mapIcon h2 {
    font-size: 10px;
}

.systemTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.systemTable tbody {}

.systemTable tbody tr {}

.systemTable tbody tr th.th_first,
.systemTable tbody tr td.td_first {
    border-top: 1px solid #ccc;
}

.systemTable tbody tr th {
    width: 28%;
    border-bottom: 1px solid #ccc;
    padding: 10px 1%;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    background: #f7f7f7;
}

.systemTable tbody tr th small {
    display: block;
    font-size: 8px;
    line-height: 10px;
}

.systemTable tbody tr td {
    border-bottom: 1px solid #ccc;
    width: 62%;
    padding: 10px 4%;
    font-size: 14px;
    line-height: 20px;
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
    text-align: left;
}

.systemTable tbody tr td a {
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
    color: #141414;
}

.systemTable tbody tr td q u {
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
    letter-spacing: 2px;
    color: #e1315f;
    font-size: 20px;
}

.systemTable tbody tr td span {
    display: block;
}

.system_discountWrap {
    text-align: center;
}

.system_discountWrap dl {
    position: relative;
    border: 3px double #141414;
    margin-bottom: 10px;
    padding: 40px 10px;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

.system_discountWrap dl dt {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #141414;
    color: #e1005b;
    font-weight: bold;
}

.system_discountWrap dl dt span {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.system_discountWrap dl dd {
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
    font-size: 24px;
    -webkit-animation: iconBlink 0.8s ease-in-out infinite alternate;
    -moz-animation: iconBlink 0.8s ease-in-out infinite alternate;
    animation: iconBlink 0.8s ease-in-out infinite alternate;
}

.system_discountWrap dl small {
    line-height: 14px;
    display: block;
    font-size: 10px;
    text-align: left;
    padding: 5px 20px;
}

.DS_TL {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/discount_frame_TL.png);
    top: 3px;
    left: 3px;
}

.DS_TR {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/discount_frame_TR.png);
    top: 3px;
    right: 3px;
}

.DS_BR {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/discount_frame_BR.png);
    bottom: 3px;
    right: 3px;
}

.DS_BL {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(/pc/img/discount_frame_BL.png);
    bottom: 3px;
    left: 3px;
}

#campaign dd {
    padding: 0px 20px;
}

#campaign dd p {
    text-align: center;
    font-size: 17px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#campaign dd p span {
    display: block;
    text-align: center;
    color: #ff6600;
}

#campaign dd p.check {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
}

#campaign dd p b {
    display: block;
    font-weight: normal;
    font-size: 11px;
}

#campaign dd h6.remarks {
    font-weight: normal;
    margin-bottom: 20px;
}


/**********************�����}�K************************/

#mailmagWrap {
    width: 100%;
}

#mailmag {
    position: relative;
    border: 1px solid #141414;
    padding: 20px;
    margin: 10px;
}

#mailmag dt {
    text-align: center;
    border-bottom: 1px dotted #141414;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}

#mailmag dd {
    text-align: center;
    font-size: 12px;
}

#mailmag dd span {
    font-weight: bold;
    color: #e1005b;
}

#mailmag dd form {}

#mailmag dd.sp_mailmag {
    margin-top: 20px;
}

#mailmag dd.sp_mailmag form input.mail_text {
    text-align: left;
    background: #fff;
    border: 3px double #141414;
    color: #000;
    padding: 10px;
    width: 80%;
}

#mailmag dd form input.button {
    padding: 8px 12px;
    letter-spacing: 4px;
}

#mailmag dd.sp_mailmag form input.button {
    border: 1px solid #000;
    margin: 5px;
}


/**********************�O���r�A************************/

#gravure {}

#gravure_list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#gravure_list li {
    width: 50%;
    float: left;
    text-align: center;
}

#gravure_list li a {
    position: relative;
    display: block;
    margin: 2px;
    padding: 3px;
    background: #fff;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #fafafa;
    box-shadow: 0 0 1px rgba(150, 150, 150, 0.3);
}

#gravure_list li p.chach {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #22221f;
    font-size: 11px;
    line-height: 11px;
    padding: 6px 0 6px 0;
    margin-bottom: 3px;
    height: 11px;
    overflow: hidden;
    /*background:#23221f;*/
}

#gravure_list li a span img {
    width: 100%;
}

#gravure_list li a dl {
    position: relative;
    margin: 5px 5px 0 5px;
}

#gravure_list li a dl dt h4 {
    font-size: 16px;
    line-height: 16px;
    color: #141414;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #141414;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

#gravure_list li a dl dt small.ruby {
    font-size: 9px;
    line-height: 9px;
    transform: scale(0.8);
    display: block;
    padding-bottom: 2px;
    letter-spacing: 1px;
    color: #121212;
}

#gravure_list li a dl dd {
    color: #141414;
    font-family: 'Cinzel', serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#gravure_list li a dl dd.debut {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -28px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px #000;
}

#gravure_list li a dl dd.debut span {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px #000;
    font-weight: bold;
}

#gravure_list li a dl dd.shiftTime {
    color: #141414;
    font-size: 15px;
    line-height: 15px;
    margin: 4px 0;
    letter-spacing: 0.5px;
    font-family: arial;
    font-weight: bold;
}

#gravure_list li a dl dd b {
    color: #141414;
    font-family: 'Cinzel', serif;
    font-size: 8px;
    font-weight: normal;
}

#gravure_list li a dl .castMark {
    min-height: 24px;
    padding: 5px 0 10px 0;
}

#gravure_list li a dl .castMark li {
    position: relative;
    float: left;
    width: 50%;
}

#gravure_list li a dl .castMark li.nirinMark span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}

#gravure_list li a dl .castMark li.shiftMark span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}
.rankNo{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.rankNo img{
    width: 100%;
}
.guideWrap {
    position: relative;
    width: 98%;
    max-width: 1080px;
    margin: 20px auto 20px auto;
}

.guide {
    position: relative;
    background: #fff;
}

.guide dl {
    padding: 40px 0;
}

.guide dl dt {
    font-size: 30px;
    text-align: center;
    color: #ff4141;
    position: relative;
}

.guide dl dd {
    color: #131313;
    font-size: 16px;
    line-height: 150%;
    padding: 20px 10px;
}

.guide dl dd b {
    text-align: center;
    color: #ff4141;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin: 10px 0;
    line-height: 160%;
}

.guide dl dd small {
    color: #131313;
    text-decoration: underline;
    font-size: 16px;
}

.guide dl dd p {
    color: #131313;
    text-align: right;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.appBanner{
    max-width: 800px;
    width: 96%;
    margin: 20px auto 0 auto;
}
.appBanner a{
    display: block;
    border: 5px solid #e6e6e6;
}
.appBanner a img{
    width: 100%;
}
.app{

}
.app dl{
    position: relative;
}

.app dl dt span img{
    width: 100%;
}

.app dl dd.appBtn {
    /* position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    width: 80%; */
    position: relative;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 96%;
    overflow: hidden;
}

.app dl dd.appBtn a {
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #141414;
    padding: 15px 0;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.app dl dd.appBtn a span {
    display: inline-block;
    width: 34px;
    vertical-align: bottom;
    margin-right: 3px;
    padding-bottom: 3px;
}

.app dl dd.appBtn a span img {
    width: 100%;
}

.app dl dd.appBtn a b {
    display: block;
    font-size: 12px;
}

#commentArea .review-icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
#commentArea .review-icon a{
    display: inline-block;
    background-color: #E7201B;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 17px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    transition: 0.3s ease;
}
#commentArea .review-icon a:hover{
    background-color: #fff;
    color: #e7201b;
}
