/**
 * ベーススタイル上書き用CSS
 *
 * 下記の上書き禁止対象CSSは変更せず, このCSSファイルで上書きしてください
 * !important を控え, 可能な限り継承で対応してください
 * 説明や日付のコメントを入れてください
 * このファイルはminify不要です
 * 上書き禁止対象: entry.css, entry-outline.css, style1.css, style2.css, style-adsence.css
 */

/**
 * 画像
 */
 img {
 	width: auto;
 }

/**
 * パートナーサイト新着のリストスタイルをランキングからビュレットに変更
 */
.page-primary-category .new-articles-partnertype .new-articles-item {
	list-style-type: disc;
	color: #F6D9C1;
}

/**
 * みんなが読んでる人気記事のリストスタイルのランキング表記をリストマーカーに変更
 */
.page-sub-category .pupular-ranking .sprite.flag-b,
.page-sub-category-premire .pupular-ranking .sprite.flag-b {
	background-position: -446px -325px;
	height: 14px;
	width: 28px;
}

.page-sub-category .news.ranking-wide .rank .sprite,
.page-sub-category-premire .news.ranking-wide .rank .sprite {
	top: 10px;
	text-indent: -99999px;
}

/**
 * 汎用ページ用
 */
.page-page .bread {
	margin-bottom: 24px;
}

/**
 * プレゼントページ用
 * 申し込み締め切り日時表示幅調整
 */
.scrap.scrap-simple .scrap-bottom .deadline {
	padding: 0 20px;
}

/**
 * 記事種別サムネイルサイズ
 */
.popular-list .news-image img {
	max-width: 80px;
	height: auto;
}
.popular-novel .novel-image-inner img {
	max-width: 292px;
	height: auto;
}

/**
 * 新着記事タグ
 */
.new-articles-item .tag-kijisyu_enq_column {
	background-color: #88c1ed;
}
.new-articles-item .tag-kijisyu_trend {
	background-color: #9aa0dc;
}
.new-articles-item .tag-kijisyu_senmonka {
	background-color: #b993d4;
}
.new-articles-item .tag-kijisyu_column {
	background-color: #7fc6a2;
}
.new-articles-item .tag-kijisyu_zatsugaku {
	background-color: #febf51;
}
.new-articles-item .tag-kijisyu_shindan {
	background-color: #a7d55f;
}
.new-articles-item .tag-kijisyu_novel {
	background-color: #f3ad9d;
}
.new-articles-item .tag-kijisyu_uranai {
	background-color: #ecabd1;
}

.mod-headLine .eventPane::after,
.mod-borderBox::after,
.mod-prSection a::after,
.mod-multiColumn2A01 .row::after,
.mod-multiColumn2A02 .rowInner::after,
.mod-multiColumn2X01 .row::after,
.mod-multiColumn2Y01 .row::after,
.mod-multiColumn4A01 .rowInner::after,
.mod-box .mod-paging::after,
.mod-imgBoxA01::after,
.mod-social::after,
.mod-list li::after,
.mod-giftWysiwyg::after,
.mod-constellation .items::after,
.mod-kagamiList::after,
.mod-novelIndex::after,
.mod-novelIndexList::after,
.mod-novelWysiwyg02::after,
.mod-link::after,
.mod-eventWysiwyg::after,
.mod-wysiwyg::after,
.mod-row-imgs::after,
.mod-paging::after,
.entry-header .entry-meta::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/**
 * outline ページ
 */
.entry-heading-image-inner img {
	max-width: 648px;
	height: auto;
}
.entry-outline-text .alignleft {
	float: left;
	margin-right: 20px;
}
.entry-outline-text a {
	display: none;
}
.entry-aside-pr .columns div,
.entry-bottom-pr .columns div {
	float: right;
}
.entry-aside-pr .columns div:first-child,
.entry-bottom-pr .columns div:first-child {
	float: left;
}
.entry-aside-similar li {
	padding: 12px 0;
	border-top: 1px dashed #e4c789;
}
.entry-aside-similar li a {
	color: #423f3d;
	text-decoration: none;
}
.entry-aside-similar li i {
	display: none; /* 広告部分に i を挿入できないため、消して統一 */
}
.entry-aside-similar li a:hover {
	text-decoration: underline;
}
.entry-aside-similar li a:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	background-position: -461px -327px;
	width: 13px;
	height: 10px;
	background-size: 483px 443px;
	background-repeat: no-repeat;
	background-image: url( ../image/sprite/dest/sprite.png );
}

/**
 * article ページ
 */
.entry-pager .pager-num .is-current {
	padding: 0 10px;
	background-color: #74d9ce;
	border: 1px solid #74d9ce;
	display: block;
}
.entry-pager a {
	text-decoration: none;
}
.pager-num a{
   display: inline-block;
}
/**
 * .wp-caption時の.alignleft,alignright
 */
.entry-body .wp-caption.alignleft {
	margin-right: 20px;
}
.entry-body .wp-caption.alignright {
	margin-left: 20px;
}

/**
 * singleやtuでパンくずの最後のカテゴリを強調
 */

.single .bread li:nth-last-child(2) a span {
	font-weight: bold;
}

/**
 * カテゴリトップの編集部おすすめ枠で「一覧を見る」を隠す
 */
.page-primary-category .board .button-block.tracking {
	display: none;
}

.page-primary-category .board .bord-button {
	padding-top: 1px;
}

/**
 * outlineの独自デザインSNS枠を均等分割する
 */
.entry-outline-sns-item {
	width: 33.33%;
}

/**
 * 関連キーワードの右マージンがなくスペースだったので追加
 */
.related-box .tag-circle{
    margin-right: 5px;
}

/*
 * 著者一覧のサムネイルを正方形に合わせる
 */
.page-profile .article-image {
	margin-right: 25px;
	width: auto;
}

.page-profile .article-image-inner {
	width: 100px;
	height: 100px;
}

.page-profile .article-body {
	float: left;
}

.page-profile .article-cover {
	width: 100px;
	height: 100px;
}

/**
 * 著者詳細の「～の記事一覧」
 */
.entry-body .author-articles-header {
	margin-top: 40px;
}
.author-new-articles-list .new-articles-item {
	padding-left: 0;
}
.author-new-articles-list .new-articles-item:before {
	display: none;
}
.author-new-articles-list .article-link {
	color: #423f3d;
}

/**
 * お役立ち情報一覧
 */
.card-image {
	overflow: hidden;
}

/**
 * sidebar event list
 */
.post-image {
	overflow: hidden;
}
.post-image img {
}
/**
 * topページ　専門家紹介
 */
.professional-item .image-link-caption {
	line-height: 1.2;
}
/**
 * topページ　「2015年GWのトレンド」エリアからのはみ出しを修正
 */
.media.media-time .media-body {
	word-break: initial;
}
/**
 * topページ　新着情報
 */
.new-articles-list {
	padding-bottom: 25px;
}
.pr-articles-item {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e4c789;
}

/**
 * 新着記事一覧下部の「一覧を見る」ボタン
 */
.new-articles-button {
	margin-top: 16px;
}

/**
 * 固定ページ
 */
.page .entry-header-heading {
	margin-top: 0;
}
.page .entry-body h2 {
	margin-top: 30px;
}

/**
 * 診断ページ
 */
.shindan_top {
	position: relative;
}
.attachment-shindan_top_img {
	position: absolute;
	top: 0;
	left: 0;
}
.lead_text {
	position: relative;
	z-index: 3;
	min-height: 320px;
	padding: 24px;
}
.lead_text p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 93%;
}

/**
 * 404
 */
.error404 .bread {
	margin-bottom: 24px;
}

/**
 * 一覧系画像周り
 */
.board-article-image-inner,
.article-image-inner,
.card-image-inner,
.image-link-image-inner,
.information-item-image-inner,
.media-image-inner,
.news.primary,
.news-image-inner,
.post-image-inner,
.recommend-article-image,
.recommend-post-image-inner {
	display: block;
	overflow: hidden;
}
.board-article-image-inner,
.article-image-inner,
.recommend-article-image-inner,
.news-image-inner,
.information-item-image-inner {
	position: relative;
	overflow: hidden;
}
.recommend-article-image-inner {
	height: 170px;
}
.board-article-image-inner img,
.card-image-inner img,
.article-image-inner img,
.post-image-inner img,
.recommend-article-image-inner img,
.news-image-inner img,
.information-item-image-inner img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	max-height: initial;
	max-height: auto;
	height: auto;
	width: 100%;
}


/**
 * 記事詳細outline SNSアイコンの高さを揃える
 */
.entry-outline-sns-item {
	height: 56px;
}
/**
 * 記事詳細 記事下 SNSボタン G＋カラム落ち
 */
.entry-sns {
	width: 250px;
}
/**
 * ページャー2行のときすきま
 */
.pager-num {
	margin-bottom: 11px;
}

/**
 * インポート記事の際にアイコンと日付を出力
 */
.entry-header .origin_meta {
	text-align: right;
}
.entry-header .origin_logo {
	margin-top: 0.5em;
}

/**
 * 小説小カテゴリcss
 * */

.information-contents.novel .information-item:only-child {
	border-right: none;
}
.information-contents.novel .card-body {
	padding-bottom: 6px;
}
.information-contents.novel .card-image-inner {
	height: 140px;
}
.information-contents.novel .category {
	margin: 4px 0;
	font-size: 0.92em;
}
.information-contents.novel .novel_description {
	font-size: 0.8em;
}
.information-contents.novel .category a {
	color: #423f3d;
	text-decoration: none;
}
.information-contents.novel .category a:hover {
	text-decoration: underline;
}

.page-entry-special .entry-heading-image-inner img {
	min-width: 100%;
	height: auto;
}

.mod-novelIndex {
  margin: 25px 0 0 0;
  border-bottom: 1px dashed #e4c789;
  background: #FFFFFF;
  display: table;
}

.mod-novelIndex .item-row {
	display: table-row;
}

.mod-novelIndex li {
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.5em;
}

.mod-box .wrapper {
	min-width: inherit;
	line-height: 1.7em;
}

.mod-box .wrapper span {
	margin-right: 10px;
}

.mod-box .wrapper p {
	margin-bottom: 15px;
}

.mod-box .wrapper .novelDate {
	margin-bottom: 0;
}
.mod-novelIndex a,
.novelNew a,
.mod-box.mod-sectionA01 a {
	color: #423f3d;
	text-decoration: none;
}

.novelNew a {
	font-weight: bold;
}

.mod-novelIndex a:hover,
.novelNew a:hover,
.mod-box.mod-sectionA01 a:hover {
	text-decoration: underline;
}
.mod-novelIndex .item.clear {
  clear: left;
}
.mod-novelIndex .item {
  padding: 7px 10px 30px;
  display: table-cell;
}
.mod-novelIndex .count {
  width: 4.5em;
  float: left;
  display: block;
}
.mod-novelIndex .title {
  margin-left: 4.5em;
  display: block;
}
.mod-novelIndex h2 {
  border-bottom: 1px dashed #e4c789;
  margin-bottom: 7px;
  padding: 0 0 7px 0;
  color: #74d9ce;
  font-weight: bold;
}

.mod-box .mod-novelWysiwyg {
  padding: 20px;
}
.mod-novelFooter {
  margin-left: 20px;
  padding-bottom: 20px;
}
.mod-novelWysiwyg h2 {
  color: #74d9ce;
  font-weight: normal;
}
.mod-novelWysiwyg p {
  padding-top: 10px;
  line-height: 1.5em;
}
.mod-imgBoxA01,
.novelPane_right{
	margin-bottom: 15px;
	border: 1px solid #74d9ce;
	border-radius: 5px;
	padding: 15px;
}

/**
 * 記事著者情報
 * */
.entry-header-author-name a {
	color: #423f3d;
	text-decoration: none;
}

/*
 *  表示確認用（本番後は消してもだいじょうぶ）
 * */
._popIn_recommend_header::after {
	background-image: url(../image/recomend-english.png)!important;
}
._popIn_recommend_header::before {
	background-image: url(../image/recomend-sub.png)!important;
}

/**
 * 投稿シングルパンくずの末尾非表示に
 */
.single .bread .tail {
	display: none;
}

/*
 * プロフィールページのページング
 */
.profile-paging {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.profile-paging a {
	font-family: "Hiragino Kaku Gothic ProN",Verdana,Meiryo,sans-serif;
	display: inline-block;
	position: relative;
	padding: 10px 32px;
	margin: 0 10px;
	color: #423f3d;
	text-decoration: none;
	background-color: #74d9ce;
	font-weight: bold;
	-webkit-transition: background-color 0.35s ease 0s, transform 0.35s ease 0s;
	transition: background-color 0.35s ease 0s, transform 0.35s ease 0s;
}
.profile-paging .arrow-left {
	left: 10px;
	top: 50%;
	margin-top: -4px;
	color: #fff;
	-webkit-transition: border-color 0.35s ease 0s, transform 0.35s ease 0s;
	transition: border-color 0.35s ease 0s, transform 0.35s ease 0s;
}
.profile-paging .arrow-right {
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
.profile-paging a:hover {
	background-color: #9ae5dd;
}
.profile-paging a:hover .arrow-left {
	border-right-color: #423f3d;
	transform: translate3d(-5px, 0px, 0px);
}
.profile-paging a:hover .arrow-right {
	border-left-color: #423f3d;
	transform: translate3d(5px, 0px, 0px);
}

.page-profile .new-articles {
	padding-bottom: 1px;
}

/**
 * ページャのフォント
 */
.pager-next a,
.pager-prev a,
.pager-index a {
	font-family: "Hiragino Kaku Gothic ProN",Verdana,Meiryo,sans-serif;
}

/**
 * 小説のページャ「目次」
 */
.pager-index a {
	font-size: 15px;
	font-weight: bold;
}
/**
 * 小説シングルの「TOP」
 */
.novel-series-top-link {
	color: #4ac8bb;
}

/**
 * 転職情報カラム構成変更
 */
.category-shigoto-tensyokujyoho main.main {
	width: 100%;
}

.category-shigoto-tensyokujyoho aside.side {
	display: none;
}

.category-shigoto-tensyokujyoho .mod-box.tensyokujyoho {
	padding: 10px;
	background: #FFFFFF;
}

/**
 * article下部の著者サムネイルサイズを正方形に変更
 */
.entry-aside-author-image-inner {
	width: 150px;
	height: 150px;
}

/**
 * PCお役立ち・PC特別企画 タイトルの後に[PR]表示
 */
.heading-jp .pr,
.aside-heading-jp .pr {
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 3px;
}

/**
 * トップと大カテゴリトップのカルーセルにPRアクセントを付ける
 */
.pickup-item.slick-slide .tag.tag-accent {
	top: 0;
}

/**
 * PR記事種
 */
.tag-pr {
	background: #E1C180;
}

/**
 * プレミアム中カテゴリカルーセル
 */
.reccomend-cards .slick-slider {
	max-height: 280px;
}

/**
 * 編集部おすすめ広告枠用PR
 */
.top_recommend_ad .line-article .tag {
	margin-right: 7px;
	margin-left: 3px;
	float: left;
	top: 0;
	left: 0;
	letter-spacing: 0;
	padding: 0;
	position: relative;
	width: 36px;
}

/*
 * パンくずのアイコン対応
 */
.home-ir{
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}

/*
 * 大カテゴリ説明枠
 */
.categoryDescription {
	padding: 18px;
}

.categoryDescription__img {
	float: left;
	width: 180px;
	min-height: 180px;
}

.categoryDescription__text {
	width: 414px;
	float: right;
}

.categoryDescription__text__name {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 140%;
}

.categoryDescription__text__slug {
	margin-bottom: 13px;
	margin-left: 2px;
	color: #e4c789;
	font-size: 85%;
}

.categoryDescription__text__desc {
	line-height: 2.0em;
	font-size: 90%;
}


/*
 * PRデザイン
 */
 /* 配色の変更を限定する */
.card .tag-accent,
.card .tag-pr,
.media .tag.tag-accent{
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #928792;
}
/* カードの位置を調整する */
.card .tag.tag-accent{
  top: auto;
  bottom: 5px;
  background: none;
  right: 5px;
  left: auto;
  padding: 0 5px;
  height: auto;
  -webkit-transform:scale(0.9);
}
/* トップページのスライダーの位置を調整する */
.pickup-item.slick-slide .tag.tag-accent{
  top: auto;
  bottom: 3px;
  right: 2px;
  -webkit-transform:scale(0.9);
}
/* メディア広告の位置を調整する */
.media .tag.tag-accent{
  height: auto;
  padding: 0 5px;
  bottom: 5px;
  right: -437px;
  top: auto;
  left: auto;
  -webkit-transform:scale(0.9);
}
/* カテゴリトップのPR位置を変更する */
.card.card-recommend .tag-pr{
  -webkit-transform: scale(0.9);
  padding: 0 5px;
  width: auto;
  display: inline-block;
  position: absolute;
  right: 24px;
  left: auto;
  bottom: 0;
  top: auto;
}
/* カテゴリページの関連タグの設定 */
.categoryDescription__text__tag{
  margin-top: 10px;
  padding-top:20px;
  clear:both;
}
/* タグページの関連タグの設定  */
.tag-aside-keyword{
  margin: 0 25px 20px;
}
.tag-aside-keyword .related-box{
  padding: 15px 14px;
}
.top-related-keyword .related-box-inner,
.tag-aside-keyword .related-box-inner{
  display: block;
}
.top-related-keyword .related-box-title,
.tag-aside-keyword .related-box-title{
  display: block;
  width: auto;
  margin-bottom: 5px;
}
.top-related-keyword .related-box-data,
.tag-aside-keyword .related-box-data{
  display: block;
  width: auto;
}
/* トップページ関連タグ */
.top-related-keyword{
  margin-bottom: 10px;
}
.top-related-keyword .related-box{
  padding: 13px 16px;
}
.top-related-keyword .related-box-title{
  padding: 10px 0;
}


/*
    recommend広告(WM.RECOMMEND)を非同期表示に伴うスタイル修正
 */
.recommend-post-list .recommend-post-item-wrap {
    padding: 0 15px;
    display: table-cell;
    border-left: 1px dashed #ccc;
}

/* 会員ログイン */
.header-sub-buttons {
	width: 290px;
}
.header-sub-buttons .tpoint {
	width: 290px;
	font-size: 1.3rem;
	text-align: left;
	margin-bottom: 12px;
}
.header-sub-buttons .tpoint img {
	vertical-align: bottom;
}
.header-sub-buttons .tpoint a {
	text-decoration: none;
	color: #000;
}
.header-sub-buttons .button-dashed-accent {
	margin-right: 3px;
	float: left;
}
.header-sub-buttons .js-mypo-login {
	float: right;
}
.button-dashed {
	width: 140px;
}
