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

.protect {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    /*pointer-events: none;*/
}

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;
    width: 100%;
}

/*----------------------------------
    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: 4px 15px;
    line-height: 15px;
    color: #fff;
    border-right: 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 nav ul .link-comic {
    color: #2a2a2a;
    background-color: #fff;
}
.header-middle nav ul a.link-comic:hover {
    color: #ea4e19;
}

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

.header-middle .btn-box li {
    display: inline-block;
    width: 100px;
    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 {
    width: 92px;
    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;
}
.header-middle .btn-box .signup-btn {
    width: 80px;
}

.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 9px;
    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;
    padding-bottom: 100px;
    background-color: #000;
}

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

.footer-category {
    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: 81px;
    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: 81px;
    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 !important;
    height: 39px !important;
    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;
    line-height: 18px;
}
.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;
}
.lank-list.accesslank li .rank-no {
    background-color: #d8d6d6;
    color: #242424;
}
.lank-list.accesslank li.lank-1 {
    background-color: #F6F4DB;
    font-weight: bold;
}
.lank-list.accesslank li.lank-1 .rank-no {
    background-color: #DBAD00;
    color: #ffffff;
}
.lank-list.accesslank li.lank-2 {
    background-color: #EFEFEF;
    font-weight: bold;
}
.lank-list.accesslank li.lank-2 .rank-no {
    background-color: #A0A0A0;
    color: #ffffff;
}
.lank-list.accesslank li.lank-3 {
    background-color: #EFE2D1;
    font-weight: bold;
}
.lank-list.accesslank li.lank-3 .rank-no {
    background-color: #B36E2B;
    color: #ffffff;
}

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

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

.contents-wrapper .pagetop-btn {
    display: none;
    position: fixed;
    bottom: 120px;
    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;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb50 {
    margin-bottom: 50px!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: 10px;
}
.m-keyword-list h2 {
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 5px 10px 4px;
    font-weight: bold;
}
.m-keyword-list ul,
.m-keyword-list2 ul {
    display: flex;
    flex-wrap: wrap;
}
.m-keyword-list li {
    margin-right: 7px;
    margin-bottom: 7px;
}
.m-keyword-list li a,
.m-keyword-list2 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,
.m-keyword-list2 li a:hover {
    background: #EA4E19;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
}
.m-keyword-list2 {
    padding: 0 5px;
}
.m-keyword-list2 h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.m-keyword-list2 li {
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 16px;
}

/*================================================================================================
    コンテンツ内スタイル(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;
}

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

.article-box .article-table {
    display: table;
    width: 100%;
    line-height: 1;
}
.article-box .article-table figure a {
    display:block;
}
.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;
}

.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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

/*記事リストタイプ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 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 .article-startdate {
    line-height: 1.3;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    display: block;
}
.article-startdate time {
    font-weight: normal;
}

/*記事リストタイプB*/
.article-container-b .article-box {
    width: 202px;
    margin-top: 10px;
    margin-left: 15px;
}
.article-container-b .article-box:nth-child(3n-2) {
    margin-left: 0;
}
.article-container-b .article-box:nth-child(-n+3) {
    margin-top: 5px;
}
.article-container-b .article-box:nth-last-child(-n+3) {
    border: none;
}
.article-container-b .article-box > a {
    display: block;
}
.article-container-b .article-box img {
    display: inline-block;
    object-fit: cover;
}
.article-container-b .article-box p {
    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 {
    width: 100%;
    margin-top: 6px;
}
.article-container-c .article-box figure {
    display: table-cell;
    width: 90px;
    height: 90px;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 15px;
    margin-top: 10px;
}
.article-container-d .article-box {
    width: calc(50% - 7.5px);
    border-bottom: dashed 1px #d0d0d0;
    padding: 0 0 10px 0;
    margin: 0;
}
.article-container-d .article-box:nth-last-child(-n+2) {
    border: none;
}
.article-container-d .article-box > a {
    display: block;
    text-align: center;
}
.article-container-d .article-box img {
    display: inline-block;
    object-fit: cover;
}
.article-container-d .article-box p {
    font-size: 13.5px !important;
    font-weight: bold;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 202px;
    overflow-wrap: break-word;
    text-align: left;
}
.article-container-d .article-box p > span {
    display: table-cell;
    vertical-align: middle;
}

/*記事リストタイプE*/
.article-container-e {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-container-e .article-box {
    width: 100%;
    margin-top: 6px;
    padding-bottom: 4px;
    border-bottom: dashed 1px #d0d0d0;
}
.article-container-e .article-box figure {
    display: table-cell;
    width: 160px;
    height: 90px;
    padding-right: 10px;
    vertical-align: middle;
}
.article-container-e .article-box figure img {
    vertical-align: bottom;
}
.article-container-e .article-box .column-info img {
    vertical-align: baseline;
}
.article-container-e .article-box .article-cell {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.article-container-e .article-box .article-cell time {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}

/*記事リストタイプF*/
.article-container-f {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-container-f .article-box {
    padding-bottom: 4px;
    border-bottom: dashed 1px #d0d0d0;
    width: 306px;
}
.article-container-f .article-box .article-table {
    height: 100%;
}
.article-container-f .article-box:nth-last-of-type(1),
.article-container-f .article-box:nth-last-of-type(2) {
    border-bottom: none;
}
.article-container-f .article-box figure {
    display: table-cell;
    width: 160px;
    height: 90px;
    vertical-align: middle;
}
.article-container-f .article-box figure img {
    vertical-align: bottom;
}
.article-container-f .article-box p {
    display: table-cell;
    height: 90px;
    width: 146px;
    padding-left: 5px;
    vertical-align: top;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.5 !important;
}

/*----------------------------------
    第二階層部品
----------------------------------*/
/*ジャンル一覧*/
.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;
}
.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;
    height: 20px;
}
.sns-btn-list li{
    float: left;
    line-height: 0;
}
.sns-btn-list .fb {
    margin-left: 9px;
}

.sns-btn-list .print {
    float: right;
    margin-top: 12px;
}
.sns-btn-list .print a {
    background: #000000 url(../img/common/printer.png) 4px 3px no-repeat;
    color: #FFFFFF;
    padding: 5px 5px 3px 26px;
}
.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: 4px 10px;
    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: 4px 0;
    color: #EA4E19;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    margin-right: 10px;
}
.sns-btn-list .back-number a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.sns-btn-list .vendor-banner a {
    display: inline-block;
}
.sns-btn-list .vendor-banner img {
    height: 18px;
    width: auto;
}
.sns-btn-list .posted {
    float: right;
    margin-top: 10px;
}
.net-original {
    text-decoration: underline;
}
.vendor-banner {
    text-align: right;
    line-height: 0;
}
.vendor-banner a {
    display: inline-block;
}
.vendor-banner img {
    height: 40px;
    width: auto;
}

/*記事詳細*/
.article-detail-box .photo-box {
    width: 262px;
    margin-bottom: 10px;
}
.article-detail-box .photo-left {
    margin-right: 22px;
    float: left;
}
.article-detail-box .photo-right {
    margin-left: 22px;
    float: right;
}
.article-detail-box .photo-box figure a {
    display: block;
}
.article-detail-box .photo-box figure img {
    background-color: #efefef;
    width: 262px;
    height: 262px;
    object-fit: contain;
}
.photo-box .expansion {
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
}
.photo-box .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;
}
.photo-box 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;
}
/* 記事詳細 関連写真リンク */
.photo-thumbail-list {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
}
.photo-thumbail-list a.photo-thumbail {
    display: inline-block;
    width: 84px;
    height: 84px;
    cursor: pointer;
}
.photo-thumbail-list a.photo-thumbail:hover {
    box-shadow: 0 0 0 1px #EA4E19;
}
.photo-thumbail-list a.photo-thumbail:not(:nth-child(3n)) {
    margin-right: 5px;
}
.photo-thumbail-list a.photo-thumbail:last-child {
    margin-right: 0;
}
.photo-thumbail-list a.photo-thumbail:nth-child(n + 3) {
    margin-top: 5px;
}
.photo-thumbail-list a.photo-thumbail img {
    display: inline-block;
    width: 84px;
    height: 84px;
    object-fit: contain;
    object-position: center;
    background-color: #ECECEC;
}

.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: block;
    float: none;
    clear: both;
    border-left: 18px solid #ea4d00;
    border-bottom: 1px solid #7e7e7e;
    padding: 0 0 0 9px;
    margin-bottom: 20px;
}

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

/* ボタン状リンク */
a.button-link {
    display: table;
    border: 1px solid #0aabff;
    border-radius: 4px;
    background-color: #0aabff;
    color: #ffffff !important;
    margin: 0 auto;
    padding: 10px;
    padding-left: 15px;
    float: initial;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    width: 80%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
a.button-link:hover {
    text-decoration: underline;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/* 次ページ見出し */
.title-next-page {
    border: 1px solid #eb4e19;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    padding-left: 15px;
    text-align: center;
    width: 80%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
    font-size: 16px;
}
.title-next-page a {
    text-decoration: none;
}
.title-next-page a .fixed-text {
    color: #333;
}
.title-next-page a .link-text {
    color: #eb4e19;
    font-weight: bold;
}
.title-next-page:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    cursor: pointer;
}
.title-next-page:hover a .link-text {
    text-decoration: underline;
}

/* 記事内広告の余白を調整 */
div.uae_outstreamplayer {
    display: inline-block;
}

/* YouTube埋め込み用 */
.article-detail-box .youtube-wrap {
    position: relative;
    width: 640px;
    padding-top: 56.25%;
    margin-top: -17px;
    clear: both;
}
.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-container-a をベースに上書き */
.previous-next-articles {
    margin-bottom: 20px;
}
.previous-next-articles h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.previous-next-articles .article-container-a {
    padding: 0;
}
.previous-next-articles .article-box.previous-article,
.previous-next-articles .article-box.next-article {
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: dashed 1px #d0d0d0;
    border-bottom: dashed 1px #d0d0d0;
}
.previous-next-articles .next-article {
    margin-left: auto;
}
.previous-next-articles .article-box .article-table p {
    vertical-align: top;
}
.previous-next-articles .navigation-label {
    line-height: 1.3;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666666;
    display: block;
}
.previous-next-articles .column-entry-ttl {
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
}
.previous-next-articles .back-number-link {
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}
.previous-next-articles .back-number-link a {
    text-decoration: underline;
}

/* 最新の記事詳細ページへのリンクのタブ化 */
.tab-wrap {
    margin-bottom: 10px;
}
.tab-header {
    margin-bottom: 10px;
    border-bottom: 2px #eb4e19 solid;
    overflow-x: auto;
}
.tab-select {
    display: flex;
}
.tab-select li {
    margin-right: 4px;
}
.tab-select li a {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    padding: 5px 18px 3px;
    background-color: #2a2a2a;
    transition: background-color .1s linear;
}
.tab-select li.selected a,
.tab-select li a:hover {
    background-color: #eb4e19;
    text-decoration: none;
}
.tab-body {
    display: flex;
    flex: 1 0 auto;
    font-size: 14px;
    font-weight: bold;
}
.tab-body ul + ul {
    margin-left: 10px;
}
.tab-body li {
    margin-bottom: 5px;
}
.hidden {
    display: none !important;
}

/*写真拡大ページ*/
.article-bigphoto-box {
    position: relative;
    margin: 47px 0 16px;
    text-align: center;
}
.article-bigphoto-box .photo-box {
    width: 495px;
    margin: 0 auto 16px;
}
.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-bottom: 10px;
}
ul.horizontal-l li {
    display: inline-block;
    width: calc(100% / 5 - 10px);
    margin: 5px;
}
ul.horizontal img,
ul.horizontal-l img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

.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-info {
    display: table-cell;
    width: 100%;
    height: 90px;
    vertical-align: middle;
}
.article-container-c .article-box .column-info p,
.article-container-e .article-box .column-info 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;
}

/*著者のコラム一覧*/
.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 figure img {
    object-fit: contain;
    max-width: 128px;
    max-height: 128px;
}
.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;
}

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

/*著者一覧*/
.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;
}
.author-list li img {
    width: 118px;
    height: 118px;
    object-fit: cover;
}
.author-list li figcaption {
    min-height: 37px;
}

/* 引用 */
.blockquote {
    padding: 0 5px;
}

/*サイトマップ*/
.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;
}

/* 人気連載・コラム一覧 */
.popular-newspaper-wrap {
    margin: 10px 0;
    position: relative;
}
.popular-newspaper-wrap .popular-container {
    position: relative;
    width: 441px;
    min-height: 320px;
}
.popular-newspaper-wrap .newspaper-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 185px;
}
.popular-container,
.newspaper-container {
    box-shadow: 0 0 0 1px #dfdfdf inset;
    background-color: #f6f6f6;
    padding: 10px;
}
.popular-container 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;
}
.popular-container h2 ~ h2 {
    margin-top: 15px;
}
.popular-container ul {
    margin-top: 15px;
}
.popular-container li {
    float: left;
    width: 130px;
    margin-right: 15px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 1.5;
}
.popular-container li:last-child {
    margin-right: 0;
}
.popular-container .popular-img {
    width: 130px;
    height: 72px;
}
.newspaper-container .newspaper-img {
    border: 1px solid #dfdfdf;
    display: block;
}
.newspaper-container .newspaper-img:hover {
    cursor: pointer;
    opacity: 0.75;
}
.newspaper-container img {
    max-width: 100%;
    height: auto;
    display: block;
}
.newspaper-btn {
    margin-top: 5px;
}
.newspaper-btn a {
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    background-color: #ea4e19;
}
.newspaper-btn a:hover {
    opacity: 0.75;
    text-decoration: none;
}
.newspaper-gray-btn {
    margin-top: 5px;
}
.newspaper-gray-btn a {
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    background-color: #2a2a2a;
}
.newspaper-gray-btn a:hover {
    color: #2a2a2a;
    background-color: #b5b5b5;
    text-decoration: none;
}

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

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%;
}
.col-3-list {
    width: calc(100% / 3);
}
.newspapers td {
    text-align: center;
}
.newspapers td.date {
    font-size: 120%;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 8px 0 16px;
}
.newspapers td.title {
    font-size: 120%;
    font-weight: bold;
    line-height: normal;
    padding: 6px 0;
}
.newspapers td.title2 {
    font-size: 120%;
    font-weight: bold;
    line-height: normal;
    padding: 20px 0 6px 0;
}
.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 a.red-button-link {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #ea4e19;
    border-radius: 8px;
    background: linear-gradient(#ea4e19, #b00000);
    color: #ffffff !important;
    margin: 0 auto;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
}
.newspapers a.red-button-link:hover {
    text-decoration: underline;
    background: linear-gradient(#900000, #ea4e19);
}

/* 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: 1.3em;
    text-indent: -1.3em;
}

.policy h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.policy h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.policy p {
    margin-bottom: 10px;
}

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

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

/* おそらく未使用 */
#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding: 5px;
    display:none;
    color:#fff;
}
#preview img {
    vertical-align: bottom;
    max-width: 100%;
}

.icon-pr {
    background-color: #999999;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}
/* 記事ページ PRアイコン */
.posted .icon-pr {
    padding: 4px;
    margin-right: 10px;
    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;
}
/* Top、記事詳細 最新記事用PRアイコン表示 */
span.icon-pr.topics {
    padding: 3px 3px 1px 3px;
    margin-left: 2px;
    vertical-align: top;
    display: inline-block;
}

.latest {
    position: relative;
}
.latest::before {
    content: "NEW";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 1px solid #c51822;
    padding: 2px 2px 0;
    color: #c51822;
    background-color: #fff;
    border-radius: 3px;
    line-height: 1;
    font-weight: bold;
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.1));
}

/* 画像詳細 */
.images-swiper .balloon {
    display: none;
    position: fixed;
    padding: 8px;
    border-radius: 4px;
    color: #333;
    width: 250px;
    font-weight: bold;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    border: 1px solid;
    line-height: 1.5;
    z-index: 10;
}
.images-swiper img:hover {
    opacity: 0.5;
}
.images-swiper {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.images-swiper .swiper-pagination-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.images-swiper .swiper-pagination-group .swiper-button-prev,
.images-swiper .swiper-pagination-group .swiper-button-next {
    position: inherit;
    color: #fff;
    background-color: #303030;
    height: 24px;
    width: 48px;
    border-radius: 16px;
    text-align: center;
    margin: auto 0;
}
.images-swiper .swiper-pagination-group .swiper-pagination {
    position: inherit;
}
.images-swiper .swiper-pagination-group .swiper-pagination-bullet-active {
    background-color: #303030;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

/* BOOKジャンルページ 日刊ゲンダイの書籍 */
.book-pickup-container {
    margin: 10px 0;
    border: 1px #dfdfdf solid;
    background-color: #f6f6f6;
}
.book-pickup-title-container {
    padding: 10px;
}
.book-pickup-title-container h2 {
    line-height: 30px;
    font-size: 19px;
    padding-left: 10px;
    background: url(images/bg_Rnavi_tab.png) #ea4e19;
    font-weight: bold;
    color: #fff;
}
.book-pickup-article-ul {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 10px;
}
.book-pickup-article-li {
    width: 140px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.book-pickup-article-img {
    width: 130px;
    height: 130px;
}
.book-pickup-list-link-container {
    padding: 0 10px 10px 10px;
    text-align: right;
}
.book-pickup-list-link {
    font-weight: bold;
    font-size: 16px;
}
