.title {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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: 8px 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#topics {
    position: relative;
    padding: 30px 0;
}

#topics dt {
    color: #c40000;
    padding: 5px 10px 10px 10px;
    position: relative;
}

#topics dd {
    line-height: 24px;
    padding: 0 10px;

}

#topics dd a {
    display: block;
    text-align: center;
}

#topics dd span {
    padding: 5px 0;
    display: block;
    color: #fff;
}

#topics dd img {
    max-width: 380px;
    width: 100%;
}

#sp_topMovie {}

#sp_topMovie li {
    margin: 10px 5px 10px 5px;
    box-shadow: 0px 0px 2px 2px rgba(113, 135, 164, 0.65);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(113, 135, 164, 0.65);
    -moz-box-shadow: 0px 0px 2px 2px rgba(113, 135, 164, 0.65);
}

#sp_topMovie li a img {
    width: 100%;
    margin-bottom: -4px;
}

#companion_list {
    display: flex;
    flex-wrap: wrap;
}

#companion li {
    position: relative;
    width: 50%;
    text-align: center;
}

#companion li a {
    display: block;
    margin: 2px;
    border: 1px solid #E7201B;
    position: relative;
}

#companion li a span {
    display: block;
}

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

#companion li a blockquote {
    padding: 5px 0 10px 0;
}

#companion li a h3 {
    font-size: 17px;
    color: #ff0080;
}

#companion li a h3 b {
    display: inline-block;
    font-size: 17px;
}

#companion li a p {
    color: #ff0080;
    line-height: 1;
}

#companion li a p.shift_time {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0px;
    background: #E7201B;
    margin: -6px 0 5px 0;
}

.new_mark {
    height: 70px;
    width: 70px;
    background-image: url(/sp/img/newMark.png);
    position: absolute;
    top: -5px;
    right: -5px;
}

.shift_mark {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
}

.shift_mark img {
    width: 100%;
}

#notice_nirin {
    background: url(/pc/img/nirin_notice_bg.jpg) no-repeat 50% 0%;
    padding: 2%;
    width: 96%;
    margin-bottom: 20px;
    color: #000;
    border: 1px solid #12293f;
    overflow: hidden;
    line-height: 1.4;
    letter-spacing: -0.6px;
}

#notice_nirin p {
    text-align: center;
    border-bottom: 1.4px dotted #000;
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #ba0000;
    font-weight: bold;
}

#notice_nirin b {
    font-size: 12px;
}

#notice_nirin span {
    vertical-align: middle;
    color: #ba0000;
}

#schdule_pager {
    margin: 10px;
}

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

#schdule_pager li a {
    display: block;
    margin: 2px;
    padding: 10px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6f7f7), color-stop(0.51, #b7b9c5), color-stop(0.00, #f6f7f7));
    background: -webkit-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -moz-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -o-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: -ms-linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    background: linear-gradient(top, #f6f7f7 0%, #b7b9c5 51%, #f6f7f7 100%);
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

.rankIcn {
    width: 200px;
    margin: 0 auto;
}

.rankIcn li img {
    width: 100%;
}

#profile {
    margin: 0px 10px;
    position: relative;
}

.review-icon {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 5px 5px 10px 0;
}

.review-icon span {
    display: block;
}

.review-icon a {
    background-color: #E7201B;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 11px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}

.iconFlag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 240px;
    margin: 0 auto;
    text-align: center;
}

.iconFlag li {
    margin: 10px 5px;
    width: 100px;
    display: inline-block;
}

.p-shiftMark {
    position: relative;
}

.p-shiftMark img {
    width: 100%;
    border: 2px solid #C40000;
    border-radius: 18px;
}

.p-nirinMark {
    position: relative;
}

.p-nirinMark b {
    display: block;
    color: #fff;
    background-color: #C40000;
    line-height: 36px;
    border-radius: 18px;
    width: 100%;
}

h2.title {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    padding: 5px 0;
}

h2.title b {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
}

#profile .size {
    margin: 8px 0px;
    text-align: center;
    color: #fcf1d1;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 10px;
}

#profile .size b {
    font-weight: bold;
    font-size: 16px;
    margin-right: 4px;
    color: #fcf1d1;
    letter-spacing: 1px;
}

table.qa {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

table.qa th.t_top {
    text-align: left;
    color: #fcf1d1;
    background-color: #191919;
}

table.qa tr {
    border-top: #333 1px dotted;
    border-bottom: #333 1px dotted;
}

table.qa th {
    text-align: left;
    padding: 10px 0 10px 5px;
    color: #fcf1d1;
    overflow: hidden;
    font-size: 14px;
    width: 36%;
    font-family: sans-serif;
    font-weight: normal;
}

table.qa td.t_top {
    text-align: left;
}

table.qa td {
    border-bottom: #333 1px dotted;
    color: #fcf1d1;
    font-size: 14px;
    padding: 10px 3px 10px 5px;
    width: 64%;
    font-family: sans-serif;
}


.comment {
    position: relative;
    padding: 10px 0;
}

.comment p {
    color: #ff6600;
    padding: 4px 0 10px 0;
    line-height: 1;
    text-align: center;
    font-size: 16px;
}

.comment blockquote {
    margin: 0px 20px 20px 10px;
    line-height: 140%;
    color: #fcf1d1;
    font-size: 15px;
}

#shift_table {
    position: relative;
    text-align: center;
}

#shift_table ul li {
    padding: 4px 0;
    border-bottom: 1px dotted #333;
    color: #fcf1d1;
}

#shift_table ul li span.shift_date {
    display: inline-block;
    width: 50%;
    padding: 4px 0;
    font-size: 16px;
}

#shift_table ul li span.shift_time {
    display: inline-block;
    width: 50%;
    padding: 4px 0;
    font-size: 16px;

}

dl#mediaReport {
    margin-top: 10px;
    text-align: center;
}

dl#mediaReport dt {
    font-weight: bold;
    color: #ff6600;
    margin: 10px 0px 0px 10px;
}

dd.blog a {
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    color: #121212;
    background-color: #f9a1a1;
    text-decoration: none;
    padding: 5px 0px;
}


dd.report a {
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    color: #121212;
    background-color: #f9a1a1;
    text-decoration: none;
    padding: 5px 0px;
    margin-bottom: 10px;
}


#system dd {
    padding: 0px 20px;
    color: #fcf1d1;
}

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

#system dd p span {
    display: block;
    text-align: left;
    color: #ff6600;
    padding-left: 20px;
}

#system dd p {
    color: #fcf1d1;
}



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

#system dd #map_canvas {
    height: 400px;
}

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


#mapIcon {
    color: #444444;
    font-size: 13px;
}

#mapIcon h2 {
    font-size: 17px;
    font-weight: normal;
    color: #444444;
}

#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 #map_canvas {
    height: 400px;
}

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

#mailmag dd p {
    margin-bottom: 20px;
    color: #fcf1d1;
}

#mailmag dd blockquote {
    margin-bottom: 20px;
    color: #fcf1d1;
}

#mailmag dd blockquote span {
    display: block;
    color: #ff6600;
    font-size: 21px;
    text-align: center;
}

#mailmag dd form {
    text-align: center;
}

#mailmag dd form input {
    color: #444;
}

#mailmag dd form p {
    margin-bottom: 0px;
    color: #ff0080;
}

#mailmag dd form input.text {
    padding: 14px 6px;
    width: 90%;
    max-width: 600px;
    margin: 5px auto 10px auto;
    border-radius: 4px;
}

#mailmag dd form input.button {
    padding: 8px 18px;
    margin: 0 5px;
    letter-spacing: 4px;
    background: #ccc;
    color: #000;
    border-radius: 4px;

}

.specialGravure {}

.specialGravure li {}

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

#gravure {}

#gravure_list li {
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

#gravure_list li a {
    display: block;
    border: 1px solid #e40000;
    margin: 3px;
    padding: 2px;
    background-color: #000;

}

#gravure_list li a dl dt img {
    width: 100%;
    margin-bottom: -4px;
    overflow: hidden;
}

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

#gravure_list li a dl dd p {
    color: #fcf1d1;
    font-size: 16px;
}


/*****************�V����*******************/

#shame_wrap {
    margin: 0px auto;
}

#shame_list {}

#shame_list li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0px auto;
}

#shame_list li a {
    display: block;
    margin: 4px;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #e0c091;

}

.shame_thumb {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}

#shame_list li a p.date {
    font-size: 10px;
    color: #000;
}

#shame_list li a p.shame_title {
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    color: #000;
    margin-top: 0px;
}

#shame_list li a p.shame_name {
    font-size: 12px;
    color: #ff0080;
    height: 20px;
    line-height: 20px;
}



/*****************BLOG*******************/

#blog {
    width: 100%;
    margin: 0px auto;
}

#blog_left {
    width: 100%;
    background-color: #fff;
}

#blog_left img {
    width: 100%;
}

.shame_title {
    text-align: center;
    font-size: 16px;
    font-family: '���C���I', Meiryo, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '�l�r �o�S�V�b�N', sans-serif;
    border-bottom: 1px dotted #444444;
    margin-top: 20px;
    color: #000;
}

.prof_link {
    margin-top: 20px;
}

.prof_link a {
    display: block;
    padding: 8px 0px;
    text-align: center;
    background-color: #008668;
    color: #000;
    text-decoration: none;
    font-family: '���C���I', Meiryo, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '�l�r �o�S�V�b�N', sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
}

.blog_body {
    width: 100%;
}

.blog_body dl {
    border: 6px ridge #896952;
    background-color: #ecd3bd;
    padding: 20px;
}

.blog_body dt {
    text-align: center;
    margin-bottom: 20px;
}

.blog_body dd div.photo {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted #777777;
    margin-bottom: 20px;
}

.blog_body dd div.photo img {
    max-width: 300px;
    width: 100%;

}

.blog_body dd p {
    text-align: right;
}

.blog_body dd blockquote {
    line-height: 40px;
    text-align: center;
    font-family: '���C���I', Meiryo, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '�l�r �o�S�V�b�N', sans-serif;
}

.back_log {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.next_log {
    width: 50%;
    float: right;
    margin-top: 20px;
}

.back_log a,
.next_log a {
    display: block;
    padding: 8px 0px;
    margin: 2px;
    background-color: #896952;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-style: arial;
    font-size: 14px;
    letter-spacing: 2px;
}

.back_log a span,
.next_log a span {
    margin: 0px 10px;
}

#back_number li {
    padding: 2px;
    border-bottom: 1px dotted #000;
}

#back_number li a {
    display: block;
    text-decoration: none;
}

#back_number li span.back_thumb {
    display: block;
    width: 70px;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 4px;
}

#back_number li p {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-family: '���C���I', Meiryo, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '�l�r �o�S�V�b�N', sans-serif;
    color: #000;
}

.back_name {
    font-size: 16px;
    font-weight: bold;
}

#rankingWrap {}

#ranking {
    overflow: hidden;
}

#ranking li {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}

#ranking li span.rankNo {
    display: block;
    width: 80%;
    margin: 0 auto 5px auto;
}

#ranking li span.rankNo img {
    width: 100%;
}

#ranking li a {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fef1f1), color-stop(0.51, #f8d2d2), color-stop(0.50, #f7e5e5), color-stop(0.00, #fffefe));
    background: -webkit-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
    background: -moz-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
    background: -o-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
    background: -ms-linear-gradient(top, #000 0%, #626262 49%, #000 53%, #000 100%);
    background: linear-gradient(to bottom, #000 0%, #626262 49%, #000 53%, #000 100%);
    margin: 4px 4px 10px 4px;
    border: 1px solid #e7201b;

}

#ranking li a span.rankImg {
    display: block;

}

#ranking li a span.rankImg img {
    width: 100%;
}

#ranking li span b.nums {
    font-size: 40px;
}

#ranking li dl {
    padding: 0 0 10px 0;
}

#ranking li dl dt {
    color: #fcf1d1;
    font-size: 18px;
    font-weight: bold;
}

#ranking li dl dd.ruby {
    color: #fcf1d1;
    font-size: 8px;
}

#ranking li dl dd {
    position: relative;
    text-align: center;
    margin-top: 5px;
    color: #fcf1d1;
    font-size: 10px;

}

#ranking li p.chach {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    min-height: 24px;

}

#ranking li dl dd b {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
    margin-right: 4px;
    letter-spacing: 0;
}

#ranking li a .shiftMark {
    position: absolute;
    bottom: 88px;
    right: 7px;
}

#ranking li a .shiftMark img {
    width: 100px;
}

#ranking .nirinMark {
    position: absolute;
    bottom: 85px;
    left: 5px;
    width: 40px;
}

#ranking .nirinMark img {
    width: 100%;
}

.guideWrap {
    position: relative;
    width: 100%;
    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;
}

.gftl {
    position: absolute;
    width: 80px;
    top: -4px;
    left: -4px;
}

.gftr {
    position: absolute;
    width: 80px;
    top: -4px;
    right: -4px;
}

.gfbr {
    position: absolute;
    width: 80px;
    bottom: -4px;
    right: -4px;
}

.gfbl {
    position: absolute;
    width: 80px;
    bottom: -4px;
    left: -4px;
}

.gimg {
    width: 100%;
}

.appBanner {
    width: auto;
    margin: 20px auto 10px auto;
}

.appBanner a {
    display: block;
}

.appBanner a img {
    width: 100%;
}

.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;
}

.profileGravure {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.profileGravure li {
    position: relative;
    width: 33.333333%;
}

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

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

#chinaArea {
    position: relative;
}

.china-app {
    position: relative;
}

.china-app dt img {
    width: 100%;
}

.china-app dd.cn-title {
    background-color: #c40000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px 0 10px;
}

.china-app dd.cn-title img {
    height: 30px;
}

.china-app dd ul {
    display: flex;
    flex-wrap: wrap;
}

.china-app dd li {
    display: inline-block;
    width: 33.33333%;
}

.china-app dd li a {
    display: block;
    margin: 0 2px;
}

.china-app dd li img {
    width: 100%;
}