@charset "UTF-8";
/*================================================================================================
    共通スタイル(common.css)
================================================================================================*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}

html {
    font-size: 13px;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    min-width: 952px;
    background-color: #fff;
    color: #333;
    font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
    line-height: 1.66666667;
}

input {
    color: #333;
    font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

li {
    list-style: none;
}

a {
    color: #242424;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

/*----------------------------------
    header / footer
----------------------------------*/
header {
    width: 100%;
    min-width: 952px;
}

.header-wrap,.footer-wrap {
    position: relative;
    width: 952px;
    margin: 0 auto;
}

.header-top {
    padding: 17px 0;
    background-color: #ea4e19;
}

.header-top .gendai-logo {
    width: 224px;
    height: 90px;
    float: left;
}
.header-top .gendai-logo a {
    display: block;
    position: relative;
    top: -5px;
}

.header-top .header-ad {
    width: 728px;
    height: 90px;
    float: right;
}

.header-middle {
    position: relative;
    height: 42px;
    overflow: hidden;
    background-color: #2a2a2a;
    border-top: solid 1px #fff;
}

.header-middle nav ul {
    float: left;
}

.header-middle nav ul {
    font-size: 0;
}

.header-middle nav ul li {
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
}
.header-middle nav ul li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 15px;
    color: #fff;
    border-right: solid 1px #fff;
}
.header-middle nav ul li:first-child a {
    border-left: solid 1px #fff;
}
.header-middle nav ul li:last-of-type a {
    border-right: none;
}

.header-middle nav ul li a:hover,
.header-middle nav ul li.current a{
    color: #fcff1b;
    text-decoration: none;
}

.header-middle nav ul li.current {
    margin-left: -1px;
    padding-left: 1px;
    background-color: #fff;
}
.header-middle nav ul li.current a{
    color: #2a2a2a;
    background-color: #fff;
}

.header-middle .btn-box {
    position: absolute;
    display: inline-block;
    right: 3px;
    top: 6px;
}

.header-middle .btn-box li {
    display: inline-block;
    width: 120px;
    height: 28px;
    border: solid 1px #ea4e19;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #ea4e19;
}

.header-middle .btn-box li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    color: #fff;
    background-color: #ea4e19;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.header-middle .btn-box li a:hover {
    background-color: rgba(255,255,255,.4);
    text-decoration: none;
}

.header-middle .btn-box .login-btn {
    margin-left: 5px;
    background-image:linear-gradient(#fbe9e2, #f6c6b6);
}

.header-middle .btn-box .login-btn a {
    color: #000;
    background-color: transparent;
}
.header-middle .btn-box .login-btn a:hover {
    background-color: rgba(234,78,24,.5);
}

.header-middle .btn-box .login-btn a span{
    display: inline-block;
    padding-left: 23px;
    background: url(images/icn_header_btn_login.png) left center no-repeat;
}

.sns-lead-block {
    background-color: #f2f2f2;
    padding: 5px;
    height: 39px;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
}
.sns-list-lead {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    vertical-align: super;
}
.sns-list{
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 24px;
}
.sns-list-entry {
    position: static;
    display: inline-block;
}
.sns-list li {
    display: inline-block;
    margin-left: 10px;
}
.sns-list li:first-child {
    margin-left: 0;
}
.sns-list li a {
    text-decoration: none;
}
.sns-list li a:hover img {
    opacity: .8;
}
.sns-list li .fukidashi {
    display: inline-block;
    position: relative;
    height: 24px;
    min-width: 26px;
    padding: 2px 5px;
    top: -8px;
    right: -3px;
    font-size: 12px;
    background-color: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.sns-list-entry li .fukidashi {
    border: 1px solid #cccccc;
}
.sns-list li .fukidashi:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}
.sns-list-entry li .fukidashi:after {
    border-right-color: #cccccc;
}

.header-bottom {
    height: 33px;
}

.header-bottom .header-wrap {
    height: 33px;
    background-color: #808080;
}
.sub-category {
    font-size: 0;
    background-color: #818181;
}
.sub-category li:after {
    content: '　';
    position: relative;
    display: inline-block;
    height: 14px;
    width: 1px;
    top: 4px;
    background-color: #b1b1b1;
}
.sub-category li:last-child:after {
    content: '';
    display: none;
}
.sub-category li a {
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    text-decoration: none;
}
.sub-category li a span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
}
.sub-category li a:hover span,
.sub-category li.current a span{
    background-color: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #000;
    text-decoration: none;
}

.header-bottom .sub-category li {
    display: inline-block;
    font-size: 13px;
    padding: 4px 0;
}
.sub-category li:last-child a {
    border: none;
}
.sub-category.sub-category-extension {
    padding-left: 4px;
}
.sub-category.sub-category-extension li a {
    padding: 0 0;
}
.sub-category.sub-category-extension li a span {
    padding: 0 5px;
}
.header-bottom .contents-list {
    position: absolute;
    right: 4px;
    top: 4px;
}

.header-bottom .contents-list li {
    display: inline-block;
}

.header-bottom .contents-list li {
    height: 25px;
    margin-left: 2px;
    background-color: #d8d6d6;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}
.header-bottom .contents-list li.campaign {
    background-color: #eb9e1a;
}

.header-bottom .contents-list li a {
    display: inline-block;
    padding: 0 14px;
    height: 100%;
    width: 100%;
}
.header-bottom .contents-list li.campaign a {
    color: #ffffff;
}
.header-bottom .contents-list li a:hover {
    background-color: rgba(128,128,128,.6);
    text-decoration: none;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.header-bottom .contents-list li.campaign a:hover {
    background-color: rgba(165,111,18,.6);
}
.header-bottom .contents-list li a span {
    display: inline-block;
}

/* パンくずリスト */
div.breadcrumbs {
    padding-top: 4px;
    margin-bottom: -4px;
}
ul.breadcrumb li {
    display: inline;
    list-style-type: none;
}
ul.breadcrumb li a:hover {
}
ul.breadcrumb li:after {
    content: " > ";
}
ul.breadcrumb li:last-child:after {
    content: "";
}

/*--footer--*/
footer {
    width: 100%;
    min-width: 952px;
    margin-top: 84px;
}

.footer-wrap {
    position: relative;
    width: 952px;
    margin: 0 auto;
}

.footer-top {
    height: 26px;
    background-color: #fff;
}

.footer-top ul,
.footer-category ul,
.footer-middle ul {
    margin-left: 160px;
    padding-left: 12px;
    font-size: 0;
}

.footer-top a {
    color: #333333;
}
.footer-top li,
.footer-category li {
   font-size: 14px;
}

.footer-top li,
.footer-category li,
.footer-middle li,
.footer-top li a,
.footer-category li a,
.footer-middle li a {
    display: inline-block;
}
.footer-top li span,
.footer-category li a {
    border-right: 1px solid #333333;
    display: inline-block;
    line-height: 12px;
    padding: 0px 5px;
}
.footer-top li span a {
    padding: 5px 7px;
}
.footer-top li span a:hover {
    text-decoration: none;
}
.footer-top li span a:hover,
.footer-top li span a.current {
    background-color: #818181;
    color: #ffffff;
}
.footer-middle li a {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 12px;
    padding-right: 8px;
    margin-right: 8px;
}

.footer-top li:last-child span,
.footer-category li:last-child,
.footer-middle li:last-child a {
    border-right: none;
}

.footer-category ul {
    background-color: #818181;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-category li {
    padding-left: 6px;
    padding-right: 6px;
    border-right: 1px solid #ffffff;
}
.footer-category li a {
    padding: 5px 6px;
    color: #ffffff;
    border-right: none;
}
.footer-category li a:hover,
.footer-category li a.current {
    background-color: #ffffff;
    border-radius: 4px;
    color: #000000;
    text-decoration: none;
}
.footer-category.footer-category-extension li a {
    padding: 5px 3px;
}
.footer-middle {
    height: 30px;
    padding-top: 5px;
    background-color: #ea4e19;
}

.footer-middle li {
    font-size: 12px;
}

.footer-middle a {
    color: #fff;
}

.footer-bottom {
    height: 56px;
    padding: 7px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 10px;
}
.footer-bottom ul {
    margin-bottom: 5px;
}
.footer-bottom li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
.footer-bottom li:last-child {
    margin-right: 0;
}
.footer-bottom a {
    color: #ffffff;
}

.footer-logo {
    position: absolute;
    padding: 13px 22px 15px 16px;
    left: 0;
    bottom: 56px;
    width: 160px;
    height: 95px;
    background-color: #ea4e19;
}
.footer-logo img {
    width: 100%;
    height: auto;
}

#news-ticker {
    padding-top: 9px;
    padding-left: 5px;
}
#news-ticker ul {
    height: 18px;
    overflow: hidden;
    position: relative;
}
#news-ticker li {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 18px
}
#news-ticker li a {
    color: #ffffff;
}
#news-ticker li.active {
    animation: ticker 3s infinite;
    -webkit-animation: ticker 3s infinite;
}
@-webkit-keyframes ticker {
    0% { opacity:0; -webkit-transform: translateY(0);}
    10% { opacity:1; -webkit-transform: translateY(-18px);}
    90% { opacity:1; -webkit-transform: translateY(-18px);}
    100% { opacity:0; -webkit-transform: translateY(-36px);}
}

@keyframes ticker {
    0% { opacity:0; transform: translateY(0);}
    10% { opacity:1; transform: translateY(-18px);}
    90% { opacity:1; transform: translateY(-18px);}
    100% { opacity:0; transform: translateY(-36px);}
}

@-moz-keyframes ticker {
    0% { opacity:0; -moz-transform: translateY(0);}
    10% { opacity:1; -moz-transform: translateY(-18px);}
    90% { opacity:1; -moz-transform: translateY(-18px);}
    100% { opacity:0; -moz-transform: translateY(-36px);}
}

/*----------------------------------
    右ナビ
----------------------------------*/

/*ボタンエリア*/
.right-menu .button-area {
    position: relative;
    width: 300px;
    height: 39px;
    overflow: hidden;
}

.right-menu .button-area .search-box {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}
.right-menu .button-area .search-txt {
    width: 237px;
    height: 39px;
    padding-left: 10px;
    border: solid 1px #565656;
}
.right-menu .button-area .search-btn {
    width: 63px;
    height: 39px;
    padding-left: 20px;
    border: none;
    color: #fff;
    background: url(images/icn_header_btn_search.png) 10px center no-repeat #565656;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*ランキング*/
.lanking-box {
    margin-top: 10px;
}

.lanking-box h2{
    font-weight: normal;
}

.time-select h2{
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ad-box {
    margin-top: 10px;
    line-height: 0;
}
.right-menu .ad-box:nth-of-type(1) {
    margin-top: 0;
}

.ad-box-half {
    margin-top: 9px;
    line-height: 0;
}

.time-select {
    position: relative;
    font-size: 0;
}
.time-select li {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background: url(images/bg_Rnavi_tab.png) #2a2a2a;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .2s linear, opacity .08s linear;
    transition: background-color .2s linear, opacity .08s linear;
}

.time-select li:hover {
    background-color: #ea4e19;
    opacity: .5;
}

.time-select .yesterday {
    width: 208px;
}
.time-select .week {
    width: 92px;
}
.time-select .selected {
    background-color: #ea4e19;
}
.time-select .selected:hover {
    opacity: 1;
}

.lank-list {
    border: solid 1px #dfdfdf;
    background-color: #fafafa;
}
.lank-list li {
    display: table;
    min-width: 298px;
    height: 79px;
    background-color: #fafafa;
    border-bottom:  solid 1px #dfdfdf;
    text-align: left;
}
.lank-list li:last-child {
    border-bottom:  none;
}
.lank-list li .rank-no {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 16px;
    padding-top: 2px;
    line-height: 22px;
    background-color: #ea4e19;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.lank-list li a .t-cell:nth-of-type(1) {
    width: 60px;
}
.lank-list li a .t-cell:nth-of-type(2) {
    width: 197px;
}
.lank-list .pr .rank-no {
    font-size: 18px;
}
.lank-list a {
    display: table;
    height: 79px;
    vertical-align: middle;
}
.lank-list a img {
    display: block;
}
.lank-list p {
    padding-left: 5px;
}
.lank-list p span {
    font-size: 12px;
    color: rgb(179, 179, 179);
    line-height: 1;
}
.lank-list p.news-title .article-icn {
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.access-ranking {
    position: relative;
}
.access-ranking .lank-list .image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.access-ranking .infeed {
    width: 300px;
    top: 440px;
    left: 0px;
    position: absolute;
    clear: both;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 1px 1px 0 1px;
}
.access-ranking .lank-list li:nth-child(5) {
    margin-bottom: 78.4px;
}
.access-ranking.no-ad .lank-list li:nth-child(5) {
    margin-bottom: 0px;
}
.lank-list.accesslank li .rank-no {
    background-color: #d8d6d6;
    color: #242424;
}
.lank-list.accesslank li:nth-of-type(1) {
    background-color: #F6F4DB;
    font-weight: bold;
}
.lank-list.accesslank li:nth-of-type(1) .rank-no {
    background-color: #DBAD00;
    color: #ffffff;
}
.lank-list.accesslank li:nth-of-type(2) {
    background-color: #EFEFEF;
    font-weight: bold;
}
.lank-list.accesslank li:nth-of-type(2) .rank-no {
    background-color: #A0A0A0;
    color: #ffffff;
}
.lank-list.accesslank li:nth-of-type(3) {
    background-color: #EFE2D1;
    font-weight: bold;
}
.lank-list.accesslank li:nth-of-type(3) .rank-no {
    background-color: #B36E2B;
    color: #ffffff;
}

.forecast-box {
    display: table;
    width: 100%;
}
.forecast-list {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.forecast-list h3 {
    font-size: 14px;
    color: #36822A;
    font-weight: bold;
    padding: 3px 0 1px;
    background: #EBF7E9;
}
.forecast-list li {
    padding: 5px 0;
    border-bottom: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
}
.forecast-list li:nth-of-type(1) {
    border-top: solid 1px #dfdfdf;
}
.forecast-list:nth-of-type(1) li {
    border-left: 1px solid #dfdfdf;
}
.forecast-list li .news-title {
    line-height: 1;
}

.more-btn {
    text-align: center;
    font-weight: bold;
    background-color: #2a2a2a;
}
.more-btn a {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    background-color: #2a2a2a;
    -webkit-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}
.more-btn a:hover {
    text-decoration: none;
    color: #2a2a2a;
    background-color: #b5b5b5;
}

.osusume-ranking h2 {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background: url(images/bg_Rnavi_tab.png) #0aabff;
    font-weight: bold;
    color: #fff;
}

.osusume-ranking li .rank-no {
    background-color: #0aabff;
}

.handicapper-team h2 {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background: url(images/bg_Rnavi_tab.png) #36822a;
    font-weight: bold;
    color: #fff;
}

.handicapper-team li {
    padding-left: 9px;
}
.handicapper-team .handicapper {
    display: block;
    font-size: 12px;
    color: #36822a
}

.latest-video h2 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.latest-video .article-icn {
    position: relative;
    display: inline-block;
    float: none !important;
    bottom: -1px;
}

/*----------------------------------
    コンテンツエリア
----------------------------------*/
.contents-wrapper {
    position: relative;
    width: 952px;
    margin: 11px auto 0 auto;
}

.contents-wrapper .pagetop-btn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 1;
    padding: 20px;
    background-color: #ffefea;
    border: solid 1px #feaf94;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-shadow:rgba(255, 255, 255, 0.4) 0px 0px 6px 3px;
    -webkit-box-shadow:rgba(255, 255, 255, 0.4) 0px 0px 6px 3px;
    -moz-box-shadow:rgba(255, 255, 255, 0.4) 0px 0px 6px 3px;
}
.contents-wrapper .pagetop-btn.bottom-fix {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.contents-wrapper .pagetop-btn:hover {
    opacity: .7!important;
}

.contents-wrapper .pagetop-btn span {
    display: block;
    width: 16px;
    height: 10px;
    background: url(images/icn_pagetop-btn.png)  no-repeat left center;
}

.main-contents {
    width: 636px;
    float: left;
}

.main-contents .article-wrap:first-of-type {
    margin-top: 0;
}

.right-menu {
    width: 300px;
    float: right;
}

.layer2nd-ad-main {
    line-height: 0;
    text-align: center;
    margin-bottom: 11px;
}

/*フォントサイズ*/
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}

/*テキスト揃え*/
.text-l {
    text-align: left!important;
}
.text-r {
    text-align: right!important;
}
.text-c {
    text-align: center!important;
}

/*マージン*/
.mt0 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt18 {
    margin-top: 18px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt25 {
    margin-top: 25px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}
.mb11 {
    margin-bottom: 11px!important;
}

/*テーブルセル*/
.t-cell {
    display: table-cell;
    vertical-align: middle;
}

/*コンテンツアイコン*/
.article-box .article-icn {
    position: relative;
    display: inline-block;
    float: none!important;
    bottom: -1px;
}

/* keyword */
.m-keyword-list {
    margin-top: 20px;
}
.m-keyword-list h2 {
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 5px 10px 4px;
    font-weight: bold;
}
.m-keyword-list ul {
    display: flex;
    flex-wrap: wrap;
}
.m-keyword-list ul.e-padding {
    padding: 0 10px;
}
.m-keyword-list li {
    margin-right: 7px;
    margin-bottom: 7px;
}
.m-keyword-list li a {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 5px 6px 4px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    color: #242424;
}
.m-keyword-list li a:hover {
    background: #EA4E19;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
}

/*================================================================================================
    コンテンツ内スタイル(style.css)
================================================================================================*/

/*----------------------------------
    記事周り
----------------------------------*/

.article-wrap {
    position: relative;
}

.article-box {
    position: relative;
    margin-top: 4px;
}

.article-box::after {
    content: "";
    clear: both;
    display: block;
}

.article-box p,
.article-box .article-cell {
    font-size: 14px;
    line-height: 1.5;
}
.gen-race .article-box p{
    font-weight: bold;
}

.article-box p small {
    font-size: 12px;
}

.article-box .article-table {
    display: table;
    width: 100%;
    line-height: 1;
}
.article-box.article-box-column a {
    display: inline-block;
    width: inherit;
    line-height: 1;
}
.article-box a:hover p{
    text-decoration: underline;
}

.article-wrap .topics-menu {
    margin-bottom: 5px;
    padding: 1px 0;
    font-size: 0;
    background-color: #fff;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
}
.article-wrap .topics-menu-wrap {
    height: 39px;
    padding: 5px 0;
    background-color: #f2f2f2;
}

.article-wrap .topics-menu h2 {
    float: left;
    padding-left: 10px;
    font-size: 19px;
}

.article-wrap .topics-menu-wrap ul{
    float: left;
    margin-left: 13px;
}

.article-wrap .topics-menu-wrap li {
    display: inline-block;
    margin-right: 4px;
    text-align: center;
    font-size: 13px;
}
.article-wrap .topics-menu-wrap li:last-child {
    margin-right: 0;
}
.article-wrap .topics-menu-wrap li a {
    display: inline-block;
    color: #fff;
    padding: 5px 18px 3px;
    background-color: #2a2a2a;
    -webkit-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}

.article-wrap .topics-menu-wrap li a:hover {
    text-decoration: none;
    color: #2a2a2a;
    background-color: #b5b5b5;
}

/* Topページのマネージャンルのカテゴリーリスト */
.article-wrap .topics-menu-wrap .gen-money li {
    font-size: 11px;
}
.article-wrap .topics-menu-wrap .gen-money li a {
    padding: 4px 6px;
    margin-top: 2px;
}

/* 記事詳細の最新記事ブロック見出し部分(カテゴリーリスト) */
.article-wrap .topics-menu-wrap.latest-article li {
    font-size: 12px;
}
.article-wrap .topics-menu-wrap.latest-article li a {
    padding: 5px 10px 4px;
    margin-top: 1px;
}
.article-wrap .topics-menu-wrap.latest-article .gen-money li a {
    padding: 5px 3px 4px;
}
.article-wrap .topics-menu-wrap.topics-menu-wrap-extension {
    height: auto;
}
.article-wrap .topics-menu-wrap.topics-menu-wrap-extension ul {
    margin-left: 10px;
}
.article-wrap .column-box {
    display: block;
    font-size: 12px;
}

.article-wrap .column-ttl a {
    color: #ea4e19 !important;
    line-height: 1.3;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.gen-topic .article-wrap .column-ttl,
.gen-news .article-wrap .column-ttl,
.gen-geino .article-wrap .column-ttl,
.gen-sports .article-wrap .column-ttl,
.gen-life .article-wrap .column-ttl,
.gen-book .article-wrap .column-ttl,
.gen-race .article-wrap .column-ttl {
}

.main-category .article-wrap .column-ttl a {
    font-size: 14px;
    margin-bottom: 0;
}

.article-wrap .column-entry-ttl {
    line-height: 1.3;
}

.article-wrap .entry-ttl {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
}
.article-wrap .entry-ttl img {
    vertical-align: inherit !important;
}

.article-wrap a:hover .entry-ttl {
    text-decoration: underline;
}
.article-wrap .entry-ttl .article-icn {
    bottom: 0px;
}

/*最新トピック*/
.hot-news-container {
    margin-bottom: 5px;
}

.hot-news-container .title-box {
    display: table;
    width: 636px;
    height: 28px;
    color: #fff;
    border: solid 1px #2a2a2a;
    overflow: hidden;
}
.hot-news-container .title-box h2 {
    display: table-cell;
    width: 158px;
    height: 28px;
    padding-right: 18px;
    margin-right: 7px;
    background: url(images/bg_title-box-h2.gif) 101% center no-repeat #2a2a2a;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.hot-news-container .title-box time {
    display: table-cell;
    height: 28px;
    padding: 1px 0 0 8px;
    font-size: 16px;
    color: #000;
}
.hot-news-container .main-topics-wrap {
    background-color: #e9e9e9;
    padding: 0 10px 10px;
}

.hot-news-container .main-topics .main-img {
    display: block;
    float: left;
    margin-right: 15px;
}
.hot-news-container .main-topics .main-img img {
    vertical-align: bottom;
}
.hot-news-container .main-topics h3 {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 21px;
    line-height: 1.3;
}
.hot-news-container .main-topics h3 .main-topics-colum {
    display: block;
    font-size: 14px;
    color: #EA4E19;
    margin-bottom: 5px;
}
.hot-news-container .main-topics p {
    font-size: 14px;
}

.hot-news-container .main-topics p a {
    color: #333;
}
.hot-news-container .article-container-a {
    padding-bottom: 0;
    margin-top: 10px;
}

.hot-news-container .article-container-a .article-box  p {
    display: table-cell;
    width: 215px;
    height: 90px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px !important;
}

.article-container-a,
.article-container-b,
.article-container-c {
    padding-bottom: 10px;
}
.article-container-d {
    padding-bottom: 23px;
}

.article-container-a .article-box,
.article-container-b .article-box,
.article-container-c .article-box {
    padding-bottom: 4px;
    border-bottom: dashed 1px #d0d0d0;
}

/*.article-container-a .article-box:nth-last-child(-n+2) {
    border: none;
}*/

.article-container-b .article-box {
    margin-top: 10px;
}
.article-container-b .article-box:nth-child(-n+3) {
    margin-top: 5px;
}
.article-container-b .article-box:nth-last-child(-n+3) {
    border: none;
}

/*記事リストタイプA*/
.article-container-a .article-box {
    width: 306px;
}
.article-container-a .article-box:nth-last-of-type(1),
.article-container-a .article-box:nth-last-of-type(2) {
    border-bottom: none;
}
.article-container-a .article-box:nth-child(odd) {
    float: left;
}
.article-container-a .article-box:nth-child(even) {
    float: right;
}

.article-container-a .article-box figure {
    display: table-cell;
    width: 90px;
    height: 90px;
}
.article-container-a .article-box figure img {
    vertical-align: bottom;
}
.article-container-a .article-box p {
    display: table-cell;
    height: 90px;
    width: 220px;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.5 !important;
}
.article-container-a .article-box p time {
    font-weight: normal;
}

/*記事リストタイプB*/
.article-container-b .article-box {
    width: 202px;
    float: left;
    margin-left: 15px;
}
.article-container-b .article-box:nth-child(3n-2) {
    margin-left: 0;
}

.article-container-b .article-box img {
    display: inline-block;
    float: none;
}
.article-container-b .article-box p {
    float: none;
    font-size: 13.5px !important;
    font-weight: bold;
    display: table;
    height: 70px;
}
.article-container-b .article-box p > span {
    display: table-cell;
    vertical-align: middle;
}

/*記事リストタイプC*/
.article-container-c .article-box-inner {
    display: table;
    width: 100%;
}
.article-container-c .article-box {
    margin-top: 6px;
}
.article-container-c .article-box figure {
    display: table-cell;
    width: 96px;
    height: 96px;
    padding-right: 10px;
    vertical-align: middle;
}
.article-container-c .article-box img {
    vertical-align: bottom;
}
.article-container-c .article-box .column-info img {
    vertical-align: baseline;
}
.article-container-c .article-box p,
.article-container-c .article-box .article-cell {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.article-container-c .article-box p time,
.article-container-c .article-box .article-cell time {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}
/*記事リストタイプD*/
.article-container-d .article-box{
    margin-top: 0;
    padding: 4px 0 4px 12px;
    background: url(images/icn_sq_orange.png) 0 12px no-repeat;
}
.article-container-d .article-box a {
    display: inline-block;
    width: inherit;
}

/*----------------------------------
    第二階層部品
----------------------------------*/
/*ジャンル一覧*/
.page-title {
    background-color: #fff;
}
.page-title .column-name {
    margin-bottom: 5px;
    font-size: 14px;
}
.page-title .column-name a {
    text-decoration: none;
    color: #EA4E19;
    font-weight: bold;
}
.page-title .column-name a:hover {
    text-decoration: underline;
}
.page-title h1 {
    line-height: 1.3;
    font-size: 21px;
    color: #000;
}
.gen-race .page-title h1 {
    font-size: 18px;
}
.page-title h1 span {
    font-size: 13px;
    color: #ef4b16;
}

.category-title {
    border-bottom: solid 1px #b5b5b5;
}
.category-title a {
    text-decoration: none;
    display: block;
    -webkit-transition: color .1s linear;
    transition: .1s linear;
}
.category-title a:hover {
    background-color: #ffedd6;
}
.category-title:before {
    content: '　';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    font-size: 0;
    line-height: 0;
    background: url(images/category_title_line.svg) no-repeat;
    background-size: 100%;
}

.category-title h3 {
    color: #2c2c2c;
    font-size: 19px;
    padding: 8px 10px 0;
}
.article-wrap-column .category-title h3 {
    color: #EA4E19;
}
.category-title p {
    position: absolute;
    right: 10px;
    top: 10px;
}
.category-title p span {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: #ffffff;
    background-color: #303030;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}
.category-title a:hover span {
    background-color: #EA4E19;
}

/*カテゴリー一覧*/
.page-turner-box {
    background-color: #fff;
    margin-bottom: 20px;
}
.page-turner-box ul {
    float: right;
    font-size: 0;
}
.page-turner-box ul li {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}
.page-turner-box ul li a {
    display: inline-block;
    padding: 4px 10px;
    color: #000;
    border: solid 1px #7f7f7f;
    background-color: #e1e1e1;
    -webkit-transition: background-color .1s, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}
.page-turner-box ul li a:hover {
    text-decoration: none;
    color: #fff;
    border: solid 1px #eb4e19;
    background-color: #eb4e19;
}

.paging-box {
    margin-top: 14px;
    text-align: center;
}
.paging-box a {
    color: #fff;
    display: inline-block;
    margin-top: 2px;
}
.paging-box ul,
.paging-box ul li,
.paging-box p {
    display: inline-block;
    font-size: 0;
}
.paging-box p {
    font-size: 14px;
}
.paging-box .page-numbers li{
    margin-right: 3px;
}
.paging-box .page-numbers li:last-child {
    margin-right: 0;
}
.paging-box .page-numbers a,
.paging-box .page-next a,
.paging-box .page-previous a {
    width: 29px;
    height: 29px;
    margin-right: 3px;
    font-size: 14px;
    color: #000;
    border: solid 1px #7f7f7f;
    background-color: #fff;
    line-height: 2;
    -webkit-transition: background-color .1s, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}

.paging-box .page-numbers a:hover,
.paging-box .page-numbers .current a,
.paging-box .page-next a:hover,
.paging-box .page-previous a:hover {
    text-decoration: none;
    color: #fff;
    border: solid 1px #eb4e19;
    background-color: #eb4e19;
}

.paging-box .page-next a,
.paging-box .page-previous a {
    width: inherit;
    padding: 0 15px;
    background-color: #e1e1e1;
}

.txt-allow {
    font-size: 13px;
    letter-spacing: -2px;
}

/*第二階層SNSボタン*/
.sns-btn-list {
    margin: 11px 0 11px;
}
.sns-btn-list li{
    float: left;
    line-height: 0;
}
.sns-btn-list .fb {
    margin-left: 9px;
}

.sns-btn-list .hb {
    margin-right: 9px;
}

.sns-btn-list .print {
    float: right;
    margin-top: 10px;
}
.sns-btn-list .print a {
    background: #000000 url(../img/common/printer.png) 5px 5px no-repeat;
    color: #FFFFFF;
    padding: 5px 5px 3px 30px;
}
.sns-btn-list .print a:hover {
    text-decoration: none;
    background-color: #666666;
}
.sns-btn-list .back-number,
.sns-btn-list .free-onlynow {
    float: right;
    line-height: 1;
}
.sns-btn-list .free-onlynow {
    display: inline-block;
    padding: 6px 10px 3px;
    background: #B4DB00;
    color: #ffffff;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    margin-right: 10px;
}
.sns-btn-list .back-number a {
    display: inline-block;
    padding: 6px 10px 3px;
    color: #EA4E19;
    line-height: 7px;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.sns-btn-list .back-number a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.sns-btn-list .posted {
    float: right;
    margin-top: 10px;
}
.net-original {
    text-decoration: underline;
}

/*記事詳細*/
.article-detail-box .photo-left {
    width: 262px;
    margin-right: 22px;
    margin-bottom: 10px;
    float: left;
}
.article-detail-box .photo-right {
    width: 262px;
    margin-left: 22px;
    margin-bottom: 10px;
    float: right;
}
.article-detail-box .photo-left a,
.article-detail-box .photo-right a {
    display: block;
}
.article-detail-box .photo-left .expansion,
.article-detail-box .photo-right .expansion {
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
}
.article-detail-box .photo-left .expansion span,
.article-detail-box .photo-right .expansion span {
    display: inline-block;
    border: 1px solid #666666;
    color: #666666;
    padding: 3px 5px 3px 30px;
    background: url(../img/common/icon_loupe.png) 7px center no-repeat;
    background-size: 16px auto;
}
.article-detail-box .photo-left a:hover .expansion span,
.article-detail-box .photo-right a:hover .expansion span {
    border: 1px solid #EA4E19;
    color: #EA4E19;
    background: url(../img/common/icon_loupe_hover.png) 7px center no-repeat;
    background-size: 16px auto;
}

.article-detail-box .photo-box figcaption {
    font-size: 12px;
    color: #666;
}

.article-detail-box .full-text {
    font-size: 17px;
    line-height: 1.8;
}
.article-detail-box .full-text:not(:last-child) {
    margin-bottom: 17px;
}

.article-detail-box h2 {
    font-size: 17px;
    line-height: 1.8;
    font-weight: bold;
    display: flex;
    border-left: 18px solid #ea4d00;
    border-bottom: 1px solid #7e7e7e;
    padding: 0 0 0 9px;
    margin-bottom: 30px;
}

.article-detail-box .full-text a {
    color: #D46D4C;
    text-decoration: underline;
}
.article-detail-box .full-text a.tag-link {
    color: inherit;/* #333; */
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dashed;
}

/* YouTube埋め込み用 */
.article-detail-box .youtube-wrap {
    position: relative;
    width: 640px;
    padding-top: 56.25%;
    margin-top: -17px;
}
.article-detail-box .youtube-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.relation-link-area {
    padding: 0 5px;
}
.relation-link-area h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.relation-link-area ul {
    padding-left: 14px;
}
.relation-link-area li {
    font-size: 16px;
    margin-bottom: 5px;
}
.relation-link-area li a {
    text-decoration: none;
    color: #0000cc;
}
.relation-link-area li a:hover {
    text-decoration: underline;
}

.external-link-area {
    padding: 0 5px;
}
.external-link-area h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.external-link-area ul {
    border-bottom: 1px solid #cccccc;
    padding-left: 14px;
}
.external-link-area li {
    font-size: 16px;
    margin-bottom: 5px;
    background: url(../../img/sp/arrow-category.png) right 10px top 3px no-repeat;
}
.external-link-area li a {
    text-decoration: none;
    color: #D46D4C;
}
.external-link-area li a:hover {
    text-decoration: underline;
}
.external-link-area li span.title {
    font-weight: bold;
}

/*写真拡大ページ*/
.article-bigphoto-box {
    position: relative;
    margin: 47px 0 10px;
    text-align: center;
}
.article-bigphoto-box .photo-box {
    width: 495px;
    margin: 0 auto;
}
.article-bigphoto-box .photo-box figcaption {
    margin-top: 12px;
    font-size: 13px;
}
.article-bigphoto-box .read-article-btn {
    width: 306px;
    margin: 17px auto 0 auto;
}
.article-bigphoto-box .read-article-btn a {
    display: inline-block;
    width: 100%;
    height: 62px;
    padding: 16px 0;
    font-size: 18px;
    color: #fff;
    background-color: #2a2a2a;
    -webkit-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}
.article-bigphoto-box .read-article-btn a:hover {
    text-decoration: none;
    color: #2a2a2a;
    background-color: #b5b5b5;
}

.article-bigphoto-box .preview-btn,
.article-bigphoto-box .next-btn {
    position: absolute;
    display: block;
    height: 152px;
    width: 60px;
    top: 170px;
}
.article-bigphoto-box .preview-btn {
    right: 0;
}
.article-bigphoto-box .next-btn {
    left: 0;
}
.article-bigphoto-box .preview-btn a,
.article-bigphoto-box .next-btn a {
    display: block;
    height: 152px;
    width: 100%;
}
.article-bigphoto-box .preview-btn a {
    background: url(images/icn_bigphoto_pager_r.png) no-repeat right center;
}
.article-bigphoto-box .next-btn a {
    background: url(images/icn_bigphoto_pager_l.png) no-repeat left center;
}
.article-bigphoto-box .preview-btn a:hover,
.article-bigphoto-box .next-btn a:hover {
    opacity: .5;
}
ul.horizontal li {
    display: inline-block;
    margin-right: 5px;
    width: 70px;
    height: 70px;
}
ul.horizontal-l {
    font-size: 0;
    margin-left: -10px;
    margin-bottom: 20px;
}
ul.horizontal-l li {
    display: inline-block;
    width: calc(100% / 4 - 10px);
    margin-left: 10px;
    margin-top: 10px;
}
ul.horizontal img,
ul.horizontal-l img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

/*競馬ページ*/
.horseracing-news-container .title-box {
    padding: 2px 0 0 12px;
    font-size: 16px;
    color: #fff;
    background: url("images/bg_Rnavi_tab.png") repeat scroll 0 0 #2c2c2c;
}

.horseracing-news-container .main-topics-wrap {
    padding: 0 10px;
    background-color: #e9e9e9;
}

.horseracing-news-container .main-topics h2{
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 21px;
    line-height: 1.3;
}

.horseracing-news-container .main-topics .main-img {
    float: right;
    margin-left: 15px;
}
.horseracing-news-container .main-topics .main-img figure {
    width: 195px;
    height: 195px;
}
.horseracing-news-container .main-topics .main-img figure img{
    width: 100%;
    height: auto;
}
.horseracing-news-container .main-topics p {
    font-size: 14px;
}

.horseracing-news-container .article-container-d{
    margin-top: 15px;
    padding-bottom: 5px;
}
.horseracing-news-container .article-container-d .article-box {
    border-bottom: none;
}

.horseracing-topics {
    display: table;
    width: 100%;
}
.horseracing-topics .article-container-d {
    display: table-cell;
    padding-top: 5px;
}
.horseracing-topics .photo-table {
    display: table-cell;
    width: 104px;
    line-height: 0;
    vertical-align: middle;
}
.horseracing-topics .photo-table li {
    display: inline-block;
    margin-top: 10px;
}
.horseracing-topics .photo-table li:first-child {
    margin-top: 0;
}

.ancher-navi {
    margin: 10px 0;
    padding-bottom: 5px;
    font-size: 0;
}
.ancher-navi li{
    display: inline-block;
    width: 82px;
    margin-left: 10px;
    font-size: 13px;
    text-align: center;
}
.ancher-navi li:nth-of-type(7n+1) {
    margin-left: 0;
}
.ancher-navi li:nth-of-type(n+8) {
    margin-top: 10px;
}

.ancher-navi li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background-color: #2a2a2a;
    text-decoration: none;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.ancher-navi li a:hover {
    color: #303030;
    background-color: #b5b5b5;
}

/*コラムページ*/
#column .ancher-navi li {
    position: relative;
    width: 152px;
    margin-left: 5px;
}

#column .ancher-navi li:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2a2a2a;
    border-width: 4px;
    margin-left: -4px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

#column .ancher-navi li:hover:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b5b5b5;
    border-width: 4px;
    margin-left: -4px;
}

#column .ancher-navi a{
    padding: 5px 0;
}

/*コラム一覧*/
.column-info,
.column-info-b,
.column-info-c {
    display: table-cell;
    width: 100%;
    height: 90px;
    vertical-align: middle;
}
.article-container-c .article-box .column-info p,
.article-container-c .article-box .column-info-b p,
.article-container-c .article-box .column-info-c p {
    display: block;
    height: auto;
    font-size: 16px;
}

.column-info .author-info {
    line-height: 1.3;
}
.column-info p.author-info {
    font-weight: normal;
}

.column-info .author-info .author-name{
    font-size: 12px;
}

.column-info .author-info .business-title{
    font-size: 12px;
}

.column-info .column-name {
    font-size: 14px;
    margin: 8px 0;
    color: #EA4E19;
}
.article-box-column .column-info .column-name {
    font-size: 22px;
    margin: 0 0 3px;
}
.article-box-column .column-info .column-name a {
    color: #EA4E19;
}
.column-info h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3px;
}
.column-info h3.series-name,
.column-info h3.series-name a {
    color: #EA4E19;
}
.article-wrap-column .column-info h3 {
    font-size: 18px;
}
.article-wrap-column .column-info h3 time {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}
.column-info p {
    font-weight: normal !important;
    font-size: 14px !important;
}

#columnList .article-container-c .article-box{
    border-color: #494949;
    line-height: 0;
}

/*著者のコラム一覧*/
.page-title + .author-info-box {
    margin-top: 14px;
}

.author-info-box {
    display: table;
    width: 100%;
    padding: 12px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    margin-bottom: 10px;
}

.author-info-box figure {
    width: 128px;
    display: table-cell;
    line-height: 0;
    vertical-align: top;
}
.author-info-box a figcaption {
    margin-top: 7px;
    width: 128px;
    padding: 9px 0 7px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #000;
    background-color: #f7a58b;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.author-info-box a:hover figcaption {
    opacity: .5;
}
.author-info-box a {
    text-decoration: none;
    color: #4059b3;
}
.author-info-box a:visited {
    color: #4059b3;
}

.author-info-box .info-box {
    display: table-cell;
    width: 100%;
    padding-left: 12px;
    vertical-align: middle;
}
.author-info-box .info-box .t-cell{
    height: 164px;
}

.author-info-box .info-box div {
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: dashed 1px #c7c7c7;
    color: #000;
    font-size: 32px;
    font-weight: bold;
}
.author-info-box .info-box div span {
    font-size: 14px;
    margin-left: 20px;
}
.author-info-box .info-box p {
    padding: 4px;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    background-color: #ededed;
}

#authorColumns .article-container-c .article-box figure {
    width:96px;
    height:96px;
}

#authorColumns .column-info,#authorColumns .column-info-b {
    height: 96px;
}
#authorColumns .column-info h3 {
    margin-bottom: 12px;
}
#authorColumns .column-info h3 time{
    font-size: 14px;
    font-weight: normal;
}

.category-title .page-turner-box {
    position: absolute;
    float: none;
    right: 0;
    top: 10px;
}

.column-info-b .column-name {
    font-size: 17px;
}
.column-info-b h3 {
    margin: 10px 0 12px;
    font-size: 14px;
}
.column-info-b h3 time {
    font-weight: normal;
}

/*著者一覧*/
.author-box  {
    margin-top: 30px;
}
.main-contents .author-box:first-child {
    margin-top: 20px;
}
.author-box .paging-box {
    margin-top: 0;
    padding: 6px 0;
    line-height: 0;
    background-color: #f9e3dc;
}
.author-list {
    margin-top: 16px;
}
.author-list li {
    width: 118px;
    height: 159px;
    float: left;
    margin: 5px 0 0 11px;
    text-align: center;
    line-height: 1.4;
}
.author-list li:nth-child(5n+1) {
    margin-left: 0;
}
.author-list li:nth-child(n):not(:nth-child(n + 6)) {
    margin-top: 0;
}
.author-list li a{
    display: inline-block;
    width: 100%;
}
.author-list li span{
    display: inline-block;
    overflow: hidden;
    width: 118px;
    height: 118px;
    border: solid 1px #e1e1e1;
}
.author-list li img {
    width: 116px;
    height: 116px;
    object-fit: cover;
}
.author-list li figcaption {
    min-height: 37px;
}

/*サイトマップ*/
.sitemap .article-wrap {
    margin-top: 43px;
}
.link-list li {
    display: inline-block;
    background: url("images/icn_sq_orange.png") no-repeat scroll 8px 12px;
    font-size: 14px;
    padding: 6px 0 6px 20px;
    margin-right: 20px;
}
.sitemap-caution {
    margin-top: 50px;
    text-align: right;
}

/* withframe_box */
.withframe_box {
    border: solid 1px #dfdfdf;
    background-color: #f6f6f6;
    padding:10px;
    margin: 10px 0;
}
.withframe_box h2 {
    height: 25px;
    line-height: 30px;
    font-size: 15px;
    padding-left:10px;
    margin-bottom: 10px;
    background: url(images/bg_Rnavi_tab.png) #ea4e19;
    font-weight: bold;
    color: #fff;
}
.withframe_box li {
    float: left;
    width: 142px;
    margin-right: 15px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 1.5;
}
.withframe_box li:last-child {
    margin-right:0;
}

/* PC 左右広告（170×1020）用 20170720 */
.ad-skinplus .ad-skinplus-left {
    width: 170px;
    height: 1020px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -190px;
    top: -24px;
}
.ad-skinplus .ad-skinplus-right {
    width: 170px;
    height: 1020px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -190px;
    top: -24px;
}

.poRelative {
    position: relative !important;
}
.iconPlay {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    overflow: hidden;
    width: 27px;
    height: 27px;
    margin: 0;
    background: url(../img/common/ico_set_movie.png) 0 -1042px no-repeat;
    text-indent: -9999px;
}
.latest-video-box .iconPlay {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    display: block;
    overflow: hidden;
    width: 49px;
    height: 49px;
    margin: 0;
    background: url(../img/common/ico_set_movie.png) 0 -1269px no-repeat;
    text-indent: -9999px;
}

/*================================================================================================
    コンテンツ内スタイル(additions.css)
================================================================================================*/

/* for AngularJS */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

div.version_sp {
    font-size:36px;
    font-weight:bold;
    line-height:100px;
}
div.version_sp a {
    display:block;
    text-align:center;
    background: #606c88;
    color:#FFF;
    background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
    background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
}
div.version_sp a img {
    height: 55px;
    vertical-align: middle;
    padding-right: 0.5em;
}

.r5_hidden {
    display: none !important;
}

.width-full {
    width: 100% !important;
}

#form {
    font-size:0.9em;
    margin:10px;
    line-height: 1.4em;
}
#form .form_box {
    background-color:#DDDDDD;
    margin-top:10px;
    padding:12px;
    border: 1px solid;
    border-color: #DEDEDF #9D9D9D #9D9D9D #DEDEDF;
}
#form .submit {
   text-align: center;
   padding : 5px;
}
#form .button {
    width: 150px;
}
#form th {
    vertical-align: top;
}
#form .title h1 {
    font-size:18px;
    line-height: 1.4em;
}
#form .title a {
    text-decoration: none;
}
#form .form-error {
    background: #FFE8E8;
}
.error-message {
    color: red;
    font-size: 0.9em;
}
div.input {
    margin: 2px;
    padding: 2px;
}
div.error {
    background: #FFE8E8;
}

/* newspapers */
table.newspapers {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}
.newspapers td {
    text-align: center;
}
.newspapers td.date {
    font-size: 120%;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 8px 0px 16px;
}
.newspapers td img {
    width: 150px;
}
.newspapers .bt_paperread {
    width: 150px;
    height: 41px;
    text-indent: -9999px;
    display: block;
    background: url("/css/images/bt_paperread.gif") no-repeat 0 0;
    margin: 0px auto;
    margin-bottom: 16px;
}
.newspapers .bt_paperread:hover {
    background-position: 0 -40px;
}
.newspapers .bt_read {
    width: 220px;
    height: 51px;
    text-indent: -9999px;
    display: block;
    background: url("/css/images/bt_read.gif") no-repeat 0 0;
    margin: 0px auto;
    margin-bottom: 16px;
}
.newspapers .bt_read:hover {
    background-position: 0 -50px;
}

/* float */
.f-left { float: left; }
.f-right { float: right; }

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right { text-align: right; }

.member_menu {
    margin-bottom: 15px;
}
.member_menu li a {
    display: block;
    width: 127px;
    border-top: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px #433544;;
    line-height: 37px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.member_menu li a.last {
    border-right: solid 1px;
}

.member_menu li a:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.member_menu li a.active {
    color: #fff;
    border-color: #000;
    background: #000;
}

.member_contents .left_content {
    width: 190px;
}
.member_contents .right_content {
    width: 430px;
    padding-left: 2px;
}

.member_contents .left_content table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .left_content table th {
    width: 60px;
    font-weight: normal;
}

.member_contents .left_content  td {
    font-weight: normal;
}

.member_contents .left_content  th,
.member_contents .left_content  td {
    padding: 3px;
    text-align: left;
    border-color: #ccc;
}

.member_contents .right_content .kiji_table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .right_content  th,
.member_contents .right_content  td {
    padding: 1px 2px;
    text-align: left;
    border-color: #ccc;
    font-size: 12px;
}

.member_contents .kiji_lists {
    margin-bottom: 15px;
}

.member_contents .kiji_lists .kiji_table {
    border-collapse: collapse;
    margin-left: 1.5em;
}

.member_contents .plan_info .title {
    padding: 3px;
    margin-bottom: 15px;
    border: solid 1px #526e83;
}

.member_contents .plan_info .title p {
    padding: 4px;
    border: dashed 1px #526e83;
    text-align: center;
    font-size: 16px;
    color: #526e83;
    font-weight: bold;
}

.member_contents .plan_info .plan {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .plan_info  table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .plan_info  th,
.member_contents .plan_info  td {
    padding: 1px 2px;
    text-align: left;
    border: solid 1px ;
    border-color: #ccc;
    vertical-align: middle;
}

.member_contents .plan_info th {
    padding: 8px 2px;
    text-align: center;
}

.member_contents .plan_info .apply {
    display:block;
    width:140px;
    margin:5px auto;
    line-height: 35px;
    border-radius: 5px;
    border:solid 1px #ff7f00;
    color:#fff;
    background: #ff8000;
}

.member_contents .info_marumaga {
    display:table;
    margin-left: 16px;
}

.member_contents .info_marumaga .row {
    display:table-row;
}

.member_contents .info_marumaga .row > div {
    display:table-cell;
    padding: 1px;
}

p.policy {
    padding-left: 2em;
    text-indent: -2em;
}

.policy-section-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.cookie-policy-company {
    padding-left: 3em;
    text-indent: -3em;
}

.users-table-parent {
    margin-top: 10px;
}

.users-table-parent .users-table-child {
    width: 100%;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
    clear: both;
}
.users-table-parent .users-table-child thead th {
    border: 1px solid #ffffff;
    background: #EA4E19;
    color: #ffffff;
}
.users-table-parent .users-table-child thead td {
    text-align: center;
    width: 27%;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ffffff;
    background: #EA4E19;
    color: #ffffff;
}
.users-table-parent .users-table-child-v3 thead td {
    width: 40%;
}
.users-table-parent .users-table-child tbody th {
    vertical-align: middle;
    border: 1px solid #ffffff;
    background: #E89E86;
    color: #ffffff;
    line-height: 1.3;
}
.users-table-parent .users-table-child tbody th.heading {
    background: #EA4E19;
    padding-top: 5px;
    padding-bottom: 5px;
}
.users-table-parent .users-table-child tbody th span {
    font-size: 10px;
    font-weight: bold;
}
.users-table-parent .users-table-child tbody td {
    background: #ffffff;
    padding: 10px;
    vertical-align: middle;
}
.users-table-parent .users-table-child tbody td strong {
    font-size: 18px;
    font-weight: bold;
}
.users-table-parent .users-table-child tbody td a {
    color: #EA4E19;
}

.users-table-parent .users-table-child-v2 th,
.users-table-parent .users-table-child-v2 td {
    padding:15px 8px;
}

.users-table-parent .users-table-child input[type="submit"] {
}

.users-table-parent a.rel_mmag, .users-table-parent a.reg_mmag {
    cursor: pointer;
}

.supplement {
    display: block;
    font-size: 11px;
}
.supplement-v2 {
    display: block;
    font-size: 11px;
}

.users-table-parent a.button,
.users-table-parent .active {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    background: #EA0019;
    color: #ffffff !important;
    padding: 5px 8px;
    border-radius: 5px;
}

.users-table-parent .active {
    background: #666666;
}

.users-table-parent a.button:hover {
    text-decoration: none;
    background: #EA4E19;
}

.users-table-parent .first_month_info {
    width: 60px;
    padding: 6px;
    margin: 0 auto;
    color: #fff;
    background: #d3c246;
}

.users-table-parent .servie_info {
    margin-bottom: 10px;
    padding: 5px;
    border-left: solid 10px #12356d;
    font-size:18px;
    font-weight:bold;
    color:#333;
    border-bottom:solid 1px #12356d
}

.your-info {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.annotation-list {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 5px;
}
.annotation-list li p {
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.annotation-list li .first-letter {
    position: absolute;
    left: -50px;
}

.users-submit,
.top-link {
    text-align: center;
    margin-top: 20px;
}
.users-submit input,
.users-submit a,
.top-link a {
    display: inline-block;
    border-radius: 3px;
    border: none;
    background-color: #EA0019;
    color: #ffffff;
    padding: 10px 30px;
    cursor: pointer;
    min-height: 63px;
}
.users-submit input.one-line,
.users-submit a.one-line,
.top-link a.one-line {
    vertical-align: bottom;
    padding-top: 20px;
    padding-bottom: 20px;
}
.users-submit button {
    border-radius: 3px;
    border: none;
    background-color: #999999;
    color: #ffffff;
    padding: 10px 30px;
    cursor: pointer;
    min-height: 43px;
}
.users-submit input:hover,
.users-submit a:hover,
.top-link a:hover {
    text-decoration: none !important;
    background-color: #EA4E19;
}

.article_head {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size:18px;
}

.info_subscription_stop .info p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.info_subscription_stop .info .first_letter {
    position: absolute;
    left: 0px;
    display: inilne-block;
    padding: 5px 10px;
    color: #fff;
    background: #ea4e19;
}

.info_subscription_stop .resign_button a {
    overflow: hidden;
    display: block;
    margin: 0 145px 20px;
    border: solid 1px #ea4e19;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.info_subscription_stop .resign_button a.first {
    color: #fff;
    background: #ea4e19;
}

.info_subscription_stop .resign_button a.second {
    color: #ea4e19;
    background: #fff;
}

.info_subscription_stop .resign_button a span {
    display: block;
    margin: 2px;
    border: 1px dotted;
}

.info_subscription_stop .sub_comparison {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.info_subscription_stop .sub_comparison  th,
.info_subscription_stop .sub_comparison  td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px ;
    border-color: #ccc;
}

.info_subscription_stop .sub_comparison  th {
    color: #494949;
    background: #efefef;
}

.info_subscription_stop .sub_comparison  .th1 ,
.info_subscription_stop .sub_comparison  .th2 {
    width: 246px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}

.info_subscription_stop .sub_comparison  .th1 {
    color: #2056a5;
    background: #fff;
}

.info_subscription_stop .sub_comparison  .th2 {
    color: #5b96c3;
    background: #fff;
}

.info_subscription_stop .sub_comparison_title {
    margin-bottom: 10px;
    padding-left :10px;
    border-bottom :1px solid #333;
    border-left : solid 10px #333;
    line-height: 30px;
    font-size: 20px;
}

.faq {
    margin-top: 10px;
}
.faq a {
    display: block;
}
.faq p a {
    display: inline;
    color: #EA4E19;
}
.faq .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}
.faq .child .toggle-menu {
    background: #eaeaea;
    color: #5e5e5e;
}
.faq .child .toggle-menu:hover {
    background: #d0d0d0;
}
.faq .child > li {
    margin: 4px 0;
    padding: 5px 16px;
    border-bottom: 1px dotted #dddddd;
}
.faq .child > li:last-child {
    border-bottom: 0;
}
.faq .child > li > p:first-child {
    font-weight: bold;
}

.switch .toggle-menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1.4rem;
    content: '>';
    font-size: 1.4rem;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.switch .toggle-menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggle-menu {
    display: block;
    position: relative;
    margin: 1px 0 0;
    padding: 10px;
}
.source {
    margin: 0;
    padding: 30px 0 0;
}

.faq01 .toggle-menu {
    background: #0AABFF;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.faq01 .toggle-menu:hover {
    background: #088CCE;
    text-decoration: none;
}

.paid-features li {
    display: table;
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0 10px;
    width: 100%;
}
.paid-features-v2 li {
    direction: rtl;
}
.paid-features li span {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
}
.paid-features li span:first-of-type {
    width: 140px;
    padding-right: 20px;
}
.paid-features-v2 li span:first-of-type {
    padding-right: 0;
    padding-left: 20px;
}
.paid-features .features-title {
    font-weight: bold;
    font-size: 18px;
}
.paid-features .features-text {
}

#security_code {
    width: 55px;
}

#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding: 5px;
    display:none;
    color:#fff;
}
#preview img {
    vertical-align: bottom;
    max-width: 100%;
}

div.policy.scroll {
    margin: auto;
    height: 400px;
    overflow: scroll;
    background-color: #f6f6f6;
    border: dotted 1px #dfdfdf;
}
.policy h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.policy h3 {
    font-weight: bold;
}

.icon-pr {
    background-color: #999999;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}
/* 記事ページ PRアイコン */
.posted .icon-pr {
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}
/* ジャンルページ用PRアイコン表示 */
div.icon-pr.bottom {
    padding: 3px;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 4px;
}
/* カテゴリーページ用PRアイコン表示 */
span.icon-pr.list {
    padding: 3px 3px 1px 3px;
    margin-left: 2px;
    vertical-align: text-top;
    display: inline-block;
}
/* 記事詳細 最新記事用PRアイコン表示 */
span.icon-pr.topics {
    padding: 3px 3px 1px 3px;
    margin-left: 2px;
    vertical-align: top;
    display: inline-block;
}

img.lazyload:not([src]) {
    visibility: hidden;
}
