@charset "utf-8";

/*-----------------------------------

detail.css
記事詳細レイアウト

-----------------------------------*/

/*
記事ヘッダ
-----------------------------------*/
#article .header {
    border-top: 2px solid #46aaff;
}

#article .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#article .header li {
    display: inline-block;
    font-size: 11px;
    color: #858585;
    vertical-align: top;
}
#article .header .tag { color: #fff; }
#article .header .full_width { 
    height: 105px; 
}
#article .header img {
    position: relative;
    left: -25%;
}
#article .header .left img { left: 0; }
#article .header .right img { left: -50%; }
#article .header .full_width img { 
    left: 0%;
    width: 100%;
    height: auto !important;
    top: 52.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#article .header .read,
#article .header .date { margin-top: 2px; }

/* 見出し */
#article .header .title { margin: 25px 0 8px; }
#article .header .title .image {
    float: right;
    width: 105px;
    margin-left: 13px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}
#article .header h2 { font-size: 25px; }

/* 著者情報 */
#article .profile { 
    margin: 25px 0 0 0;
    padding: 15px;  
    background-color : #f5f5f5 ;   
}

#article_body {font-size: 16px; }

#article .profile .image {
    float: left;
    width: 60px;
    height: 80px;
    margin-right: 5px;
    overflow: hidden;
}
#article .profile .image .web-url {
    font-size: 11px;
    color : #266CC4 !important;
    width : 60px; 
    text-align: center;
}

#article .profile .image .web-url a{
    color : #266CC4;
}

#article .profile img {
    left: 0;
    max-height: 60px;
}
#article .author { font-size: 12px; }
#article .author .button { 
    background-color: #b5ddff; 
    margin-left:3px;
}
#article .introduction {
    margin-top: 5px;
    font-size: 11px;
}

/* 募集期間 */
#article .term {
    width: 100%;
    margin: 25px 0 0 0;
}
#article .term th,
#article .term td {
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-width: 1px 0;
}
#article .term th {
    width: 80px;
    background: #f5f5f5;
}

/* タグリンク */
#article .header .data {
    margin: 25px 0 3px 0;
}
#article .header .data li {
    display: inline-block;
    margin-bottom: 5px;
}

#article .header .taglink {
    width: auto;
    min-width: 60px;
}

/*
記事内広告
-----------------------------------*/
#article .advertise {
    margin: 21px 0;
    padding: 21px 0;
    border: 1px solid #d6d6d6;
    border-width: 1px 0;
}

/*
記事本文
-----------------------------------*/
#article_body {
    margin: 21px 0;
    line-height: 1.75;
}
#article_body p { margin: 0 0 21px; }

#article_body em { font-family: "ＭＳ Ｐ ゴシック","MS P Gothic","Arial","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",sans-serif; }

#article_body a { color: #06c; }

#article_body ul {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #edf6ff;
    list-style: none;
    list-style-position:inside;
}
#article_body ol {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #edf6ff;
    list-style: decimal;
    list-style-position:inside;
}
#article_body iframe {
    display: block;
    margin: 0 auto 13px;
}

/* 見出し */
#article_body h1,
#article_body h2,
#article_body h3,
#article_body h4,
#article_body h5,
#article_body h6 { letter-spacing: 0.06em; }
#article_body h1 {
    clear: both;
    margin: 0 0 13px;
    padding: 13px 0 8px 19px;
    background: url(/images/tnews/detail/midashi_level1.gif) no-repeat 0 bottom;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#article_body h2 {
    clear: both;
    height: 35px;
    margin: 21px 0 10px;
    padding: 5px 0 0 5px;
    background: url(/images/tnews/detail/midashi_level2.gif) no-repeat left bottom;
    font-size: 17px;
    font-weight: bold;
}
#article_body h3 {
    clear: both;
    margin: 21px 0 10px;
    border-left: 8px solid #46aaff;
    background-color: #f1f1f1;
    padding: 3px 5px 2px 12px;
    font-size: 17px;
    font-weight: bold;
}
#article_body h4 {
    clear: both;
    margin: 21px 0 10px;
    border-left: 8px solid #46aaff;
    padding: 3px 5px 2px 12px;
    font-size: 17px;
    font-weight: bold;
}
#article_body h5 {
    clear: both;
    color:#46AAFF;
    margin: 21px 0 10px;
    padding: 3px 5px 2px 5px;
    font-size: 15px;
    font-weight: bold;
}
#article_body h6 {
    clear: both;
    margin: 21px 0 10px;
    padding: 3px 5px 2px 5px;
    font-size: 15px;
    font-weight: bold;
}

/*スタイル*/
#article_body .box-y {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #fff5e5;
}
#article_body .box-green {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #eff8e5;
}
#article_body .box-check {
    margin: 0 0 13px;
    padding: 10px 13px 10px 52px;
    background: url("/images/tnews/article/ico-check.png") no-repeat 10px 10px;
    border: 2px solid #46aaff;
    border-radius: 4px;
}

#article_body .pre {
    margin: 10px 0 13px;
    padding: 21px 21px 21px 50px;
    font-size: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    white-space: pre-wrap;
    background-color: #f1f1f1;
    background-image: url(/images/tnews/detail/sub_caption.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-weight: normal !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* 表組 */
#article_body table {
    width: 100%;
    padding: 0;
    margin: 0 0 13px;
    border: none;
    border-collapse: collapse;
    font-size: 13px;
}

#article_body tr {
    margin: 0;
    padding: 4px;
    border: none;
}
#article_body th,
#article_body td {
    margin: 0;
    padding: 8px;
    border: 1px solid #000 !important;
}
#article_body th { 
    background: none repeat scroll 0 0 #F5F5F5;
}


/*
続きを読む
-----------------------------------*/
#article .box_button {
    text-align: center;
    color: #858585;
    font-size: 12px;
}
#article .box_button .button {
    width: 254px;
    margin: 34px auto 5px;
    color: #fff;
}

/*
出典
-----------------------------------*/
#article .source {
    text-align: right;
    font-size: 12px;
}

/*
記事関係ボタン
-----------------------------------*/
.author .button:after {
    position: absolute;
    top: 50%;
    left: 8px;
    content: " ";
    display: block;
    width: 15px;
    height: 14px;
    margin-top: -7px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -690px -200px;
}

.button_more:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46px;
    display: block;
    content: " ";
    width: 1px;
    background: rgba(255,255,255,.4);
}
.button_more:after {
    position: absolute;
    top: 50%;
    left: 14px;
    content: " ";
    display: block;
    width: 20px;
    height: 18px;
    margin-top: -9px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -730px -170px;
}
.guest_box_button {
    text-align: center;
    margin-top: 10px;
}
.guest_box_button div{
    display: inline-block;
    border: solid 1.5px #ccc;
    margin: 13px 32px;
    padding: 5px;
    width: 400px;
}
#article_body .guest_box_button p{
    font-weight: bold;
    font-size: 14px;
    margin: 10px 5px 5px 5px;
}
#article_body .guest_box_button ul {
    background: none;
}
#article_body .guest_box_button ul li {
    display: inline-block;
}
#article_body .guest_box_button a{
    font-size: 12pt;
    color: #fff;
    height: 40px;
    width: 150px;
    padding: 30px 0 0 0;
    margin-right: 5px;
}
#article_body .guest_box_button a.guest_login{
    background: #64aaff url(/images/tnews/article/login_padlock.png?20181016) no-repeat center 5px;
    background-size: 30px auto;
}
#article_body .guest_box_button a.guest_registration{
    background: #FF6A00 url(/images/tnews/article/registration_3people.png?20181016) no-repeat center 5px;
    background-size: 30px auto;
    border-bottom: 2px solid #e65f20;
}
/*
ソーシャルボタン
-----------------------------------*/
#article .social ul {
    margin: 21px 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
#article .social li {
    display: inline-block;
    margin-right: 8px;
}
/* IEだと上にずれるのでFBのスタイルを上書き */
#article .social li .fb_iframe_widget > span {
    vertical-align: baseline !important;
}

/*
関連リンク
-----------------------------------*/
#related_link .item {
    width: 206px;
    padding: 0 5px 0;
    border-right: 2px solid #ebebeb;

}
#related_link .item:last-child {
    border-right: none;
}
#related_link .item ul { padding: 0; }

div.profile-detail { 
  display:inline-block;
  width: 560px !important;
}

#article .header .data .button_s:before {
    background: none repeat scroll 0% 0% #E6E6E6;
}

#article .header div#fav {
    width: 122px;
    display: inline-block;
    vertical-align: top;
}

/*
SEOコンテンツ用ランキングサマリー
-----------------------------------*/
#article_body .seo_ranking_summary {
    table-layout: fixed;
    color: #000;
    border: 1px #c8c8b4 solid !important;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#article_body .seo_ranking_summary th, #article_body .seo_ranking_summary td {
    padding: 0;
    border: solid #c8c8b4 !important;
    border-width: 0 0 1px 0 !important;
}

#article_body .seo_ranking_summary .rank {
    width: 60px;
}
#article_body .seo_ranking_summary .item_name {
    width: 350px;
}
#article_body .seo_ranking_summary .job {
    width: 90px;
}

#article_body .seo_ranking_summary .summary_rank {
    width: 60px;
    text-align: center;
}

#article_body .seo_ranking_summary .summary_rank span {
    position: relative;
    display: block;
    padding-top: 17px;
    width: 47px;
    height: 43px;
    background: url(/images/tnews/baito/ranking/bg_rank.png) no-repeat left top;
    background-position: center center;
    background-size: 70% auto;
    margin: auto;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#article_body .seo_ranking_summary .ranking_icon {
    margin: 8px;
    width: 60%;
}

#article_body .seo_ranking_summary p {
    font-size: 15px;
    margin: 0 !important;
}

#article_body .seo_ranking_summary .detail {
    font-size: 12px;
}

#article_body .seo_ranking_summary .metrics::before {
    display: inline-block;
    color: #21aff8;
    content: "#";
}

#article_body .seo_ranking_summary .job-search {
    font-size: 15px;
}

#article_body .table_contents{
    border: solid 2px #222222;
    padding: 0 0.5em;
    margin: 1em;
}
