@charset "UTF-8";

/* TRN 通常サイトのPC拡大画像用 （右要素が発生した場合は横幅デフォルト値をこのcssで上書き）201708 */

/* 既存の記事タイトル部のリンク調整 */

.title_2nd h1 a {
    color: #0044cc;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;

}

.title_2nd h1 a:visited {
    color: #0044cc;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;

}

.title_2nd h1 a:hover {
    color: #0044cc;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;

}

.title_2nd h1 a:active {
    color: #0044cc;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;

}

/* PCの通常の中央ペイン（横683px）を画像の長辺800pxに合わせ1000pxに再調整 */

.main {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 1000px;
}

/* PCの通常の日付エリア（横680px）をページの横幅1000pxに再調整 */

.data {
    border-bottom: 1px solid #cdd2d9;
    box-shadow: 0 5px 0 0 rgb(245, 243, 242);
    display: block;
    margin: 0 0 20px;
    padding-bottom: 2px;
    width: 1000px;
}

/* 本文の横幅を通常（680px）から拡大ページの最大幅に合わせ再調整 */

.articlebody {

    margin: 0 auto;
    width: 1000px;
}

#main_article .articlebody .bpimage_center {
	position:relative;
	text-align:center;
}

/* 画像に乗せる次の画像、前の画像 */
#wrapper .bpimage_image {
	margin:0 auto;
}

#wrapper .bpbox_center #preImg {
  position: absolute;
  /*top:200px;*/
  left:0px;
}
#wrapper .bpbox_center #preImg a {
  display:block;
  width:40px;
  height:61px;
  background: url(/images/n/trendy/201707/expand/expand_prev.png) no-repeat;
  text-decoration: none;
}
#wrapper .bpbox_center #nextImg{
  position: absolute;
  /*top:200px;*/
  right:0px;
  width:40px;
  height:61px;
  background: url(/images/n/trendy/201707/expand/expand_next.png) no-repeat;
}
#wrapper .bpbox_center #nextImg a{
  display:block;
  width:40px;
  height:61px;
  background: url(/images/n/trendy/201707/expand/expand_next.png) no-repeat;
  text-decoration: none;
}

/* 本文内のサマリー（bplead）部の横幅と配置をページの最大幅に合わせ再調整 */

.articlebody .bplead {
    width: 680px;
    margin: 3px auto 12px;
}


/* PC用本文内の関連画像エリア：BEGIN */

.articlebody p.index_photo {
    background-color: #eeeeee;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 5px;
    width: 800px;
}

.articlebody ul.index_photo {
    clear: both;
    list-style-type: none;
    margin: 5px auto;
	    /*margin:5px 18px 5px; */
    text-align: center;
    width: 800px;
}

.articlebody  ul.index_photo li {
	float:left;
	margin:5px 5px;
	list-style-type:none;
}

.articlebody  ul.index_photo img {
border: 1px #eeeeee solid;
	margin:0;
}


/* PC用本文内の関連画像エリア：END */

/* 動画エリア 2018.01.26*/

#dag_inread {
    width: 680px;
    margin: 0 auto;
}



/* 中央レコメンド枠（横680px）の再配置の設定（ページ横幅1000px時） */

/*#logly-lift-widget {margin: 15px 160px 10px 160px;}*/

/*#logly-lift-4271277 {margin: 15px 160px 10px 160px;}*/

/*#logly-lift-4275185 {
    margin: 15px auto;
}*/

#logly-lift-4275185 {margin: 15px 160px 10px 160px;}
