/** 
 *
 * CONTENTS - entry.css - PC - 記事用css
 *
 * include ..... MT上でのincludeファイル
 *
 * common ..... 共通
 *


 /*------------------------------------*\
    include 
\*------------------------------------*/

/* common.css */
 /** include file
 *
 * CONTENTS - common.css - 基本構造、共通要素を記述
 *
 * common ..... 共通要素、パンくず、ボタン矢印「>」、おすすめキーワード
 *
 * structure element ..... wrapper、ヘッダー、フッター、メインカラム、右カラム
 *
 * header ..... ヘッダー部分
 *
 * column ..... main、rightカラムのwrapper
 *
 * column-main ..... メインカラム、共通要素以外は各アーカイブ用のcssに記述
 *
 * column-right ..... 右カラム
 *
 * footer ..... フッター
 *
 *
 */


/*
★プロパティの書き順
.sample {
    display
    list-style
    position
    float
    clear
    width
    height
    margin
    padding
    border
    background
    color
    font
    text-decoration
    text-align
    vertical-align
    white-space
    other text
    content
}
*/



/*------------------------------------*\
    common
\*------------------------------------*/
.clearfix:after,
.inner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix,
.inner {
  /clear: both;
}

body {
  color:#333;
  font-size: 62.5%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a,
a:visited{
  color:#00437F;
  text-decoration: none;
}
.entry-photo a img {
  border: none;
}

/* スミ文字色 */
.header .common-link-item a,
.global-nav-bottom-item a,
.aboutus-link a,
.common-link-list a,
.RCChumokuJohoArticle .title-h3 a,
.info-more-btn a{
  color:#333;
}
/* リンクhover */
.RCChumokuJohoArticle .title-h3 a:hover,
.ranking-entry-list .entry-item .entry-title a:hover,
.recommend-entry-entry-list .entry-item .entry-title a:hover,
.info-entry-list .entry-item .entry-title a:hover,
.keyword-chumoku a:hover,
.RCRelatedSites .title-h3 a:hover{
  text-decoration: underline;
}

/* カテゴリ色 ----- */
.tag-medical .entry-category a,
.entry-category-medical a{
  background-color:#008BD5 !important;
}
.tag-health .entry-category a,
.entry-category-health a{
  background-color:#3CB56D !important;
}
.tag-beauty .entry-category a,
.entry-category-beauty a{
  background-color:#E85280 !important;
}
.tag-aging-style .entry-category a,
.entry-category-aging-style a{
  background-color:#CC955E !important;
}
.tag-others .entry-category a,
.entry-category-others a{
  background-color:#8E8ED6 !important;
}
.tag-quiz .entry-category a,
.entry-category-quiz a{
  background-color:#F27300 !important;
}
.tag-selection .entry-category a,
.entry-category-selection a{
  background-color:#8cbd31 !important;
}
.tag-news .entry-category a,
.tag-topics .entry-category a,
.tag-column .entry-category a,
.tag-blog .entry-category a,
.tag-survey .entry-category a,
.tag-quiz .entry-category a,
.tag-event .entry-category a,
.entry-category-news,
.entry-category-topics,
.entry-category-column,
.entry-category-blog,
.entry-category-survey,
.entry-category-info,
.entry-category-event,
.category-ags .entry-item .entry-category a{
  background-color:#008BD5;
}

/* テキスト周り
-------------------------------------------------*/
.text-small{
  font-size: 12px !important;
}
.text-large{
  font-size: 18px !important;
}
.text-right{
  text-align: right;
}

/*------------------------------------*\
    共通レイアウト
\*------------------------------------*/
.section {
  margin: 0 0 40px;
}

/* グリッドレイアウト
-------------------------------------------------*/
.row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.col{
    float: left;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.col img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

.col.m1{ width: 8.33333333333%; }
.col.m2{ width: 16.6666666667%; }
.col.m3{ width: 25%; }
.col.m4{ width: 33.3333333333%; }
.col.m5{ width: 41.6666666667%; }
.col.m6{ width: 50%; }
.col.m7{ width: 58.3333333333%; }
.col.m8{ width: 66.6666666667%; }
.col.m9{ width: 75%; }
.col.m10{ width: 83.3333333333%; }
.col.m11{ width: 91.6666666667%; }
.col.m12{ width: 100%; }


/* 画像寄せ共通
-------------------------------------------------*/
.img-left,
.img-right{
  max-width: 300px;
}
.img-left img,
.img-right img,
.img-center img{
  max-width: 100%;
}

/* 画像左寄せ
-------------------------------------------------*/
.img-left{
  float: left;
  margin: 0 30px 20px 0;
}

/* 画像右寄せ
-------------------------------------------------*/
.img-right{
  float: right;
  margin: 0 0 20px 30px;
}

/* 画像センター寄せ
-------------------------------------------------*/
.img-center{
  max-width: 610px;
  margin: 0 0 30px;
}


/*------------------------------------*\
    共通要素
\*------------------------------------*/
/* bread-crumbs　パンくず */
.bread-crumbs{
}
.bread-crumb-list{
  list-style:none;
  margin:0 0 15px;
  padding:0;
}
.bread-crumb-list-item{
  display:inline-block;
  position: relative;
  vertical-align: bottom;
  margin:0;
  line-height:100%;
}
.bread-crumb-list-item{
  font-size:1.2em;
}
.bread-crumb-list-item,
.bread-crumb-list-item a{
  color:#777;
  text-decoration:none;
}
.bread-crumb-list-item a:hover{
  text-decoration:underline;
}
.bread-crumb-list-item:after{
  display: inline-block;
  padding: 0 3px 0 5px;
  color: #404040;
  content:"/";
}
.bread-crumb-list-item:last-child:after{
  content: none;
}

/* ボタン矢印「>」 */
.btn-arrow a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
/* 色は各要素の部分に記述 */
}
.btn-arrow a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
/* 色は各要素の部分に記述 */
}

/* おすすめキーワード ----- */
.keyword-recommend{
  margin:20px 0 35px;
}
.keyword-recommend-title{
  margin:0;
  padding:3px 10px;
  border-bottom:3px solid #D60B2D;
  background:#FFEEEE;
  font-size:1.7em;
  font-weight:bold;
}
.keyword-recommend-entry-list{
  list-style:none;
  margin:0;
  padding:10px 10px 0;
  background-color:#DAE8EF;
  overflow: hidden;
}
.keyword-recommend-entry-item a{
  display:block;
  float:left;
  margin:0 10px 10px 0;
  padding:3px 5px;
  border:1px solid #3E60A3;
  background-color:#fff;
  color:#3E60A3;
  font-size:1.4em;
  font-weight:bold;
  text-decoration: none;
  line-height: 100%;
}
.keyword-recommend-entry-item a:hover{
  background-color:#3E60A3;
  color:#fff;
}

/* お問い合わせボタン類 ----- */
.inquiry-btn,
.members-page-btn{
  clear:both;
  margin:15px auto 30px;
  text-align: center;
}
.inquiry-btn a,
.inquiry-btn a:after{
  background-color:#008BD5;
}
.members-page-btn a,
.members-page-btn a:after{
  background-color:#3BB42D;
}
.inquiry-btn a,
.members-page-btn a{
  display:inline-block;
  position: relative;
  min-width: 300px;
  padding: 0 30px 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color:#fff !important;
  font-weight:bold;
  font-size:14px;
  line-height:35px;
  text-decoration: none;
  text-align:center;
}
.inquiry-btn a:hover,
.members-page-btn a:hover{
  text-decoration:none !important;
}
.inquiry-btn:hover,
.members-page-btn:hover{
  opacity: 0.8;
}
.inquiry-btn a:before,
.members-page-btn a:before{
  background: #fff;
}

/*------------------------------------*\
    structure element
\*------------------------------------*/

/** 
 * 基本構造設定 サイズ、float周り
 * wrapper、header、column、column-main、column-right、footer
 */

.wrapper {
  margin:0;
}

.header{
  margin: 15px 0 20px;
}

.column{
  width:940px;
  margin: 0 auto;
  padding:0;
  word-wrap: break-word;
}

.column-main{
  float:left;
  width:610px;
}

.column-right{
  float:right;
  width:300px;
  margin:0;
}

.footer{
}

/*------------------------------------*\
    header
\*------------------------------------*/

/** 
 * 内容
 *ロゴ、文字サイズ、フォローボタン、
 *Aging Styleとは？、お問い合わせ、グローバルナビ
 */

.header{}

.header .inner{
  position: relative;
  width:940px;
  height:80px;
  margin: 0 auto 15px;
}
.header li{
  list-style:none;
}
.logo span,
.follow-header span{
  display:none;
}

/* ロゴ ----- */
.logo{
  position: absolute;
  width: 540px;
  height: 80px;
}
.logo h1{
  margin: 0;
}
.logo-mark a{
  display: block;
  float:left;
  width: 200px;
  height: 80px;
  margin: 0;
  padding: 0;
  background: url(/assets/img/logomark.svg) 0 0 no-repeat;
}
.ie .logo-mark a{
  background: url(/assets/img/logomark_ie.png) 0 0 no-repeat; /* IE8以下 */
}

.logo-mark a.year2016{
  display: block;
  float:left;
  width: 200px;
  height: 80px;
  margin: 0;
  padding: 0;
  background: url(/assets/img/logomark_2016.svg) 0 0 no-repeat;
}
.ie .logo-mark a.year2016{
  background: url(/assets/img/logomark_2016_ie.png) 0 0 no-repeat; /* IE8以下 */
}

.logo-lead{
  display: block;
  float:left;
  width: 318px;
  height: 18px;
  margin: 30px 0 0 20px;
  padding: 0;
  background: url(/assets/img/logolead.svg) 0 center no-repeat;
}
.ie .logo-lead{
  background: url(/assets/img/logolead_ie.png) 0 0 no-repeat; /* IE8以下 */
}

/* 文字サイズ ----- */
.textsize{
  position: absolute;
  top: 14px;
  right: 140px;
  width: 180px;
  font-size: 1.1em;
}
.textsize-text{
  display: inline-block;
  float:left;
  margin: 3px 8px 0 0;
  font-weight:bold;
}
.textsize-btns{
  display: inline-block;
  width: 101px;
  height: 20px;
  margin: 0 5px 0 0;
  border:1px solid #D1D1D1;
  font-weight:bold;
  cursor: pointer;
}
.textsize-btn{
  float:left;
  width:50px;
  height:20px;
  text-align:center;
  line-height: 20px;
}
.textsize-btn-standard{
  border-right:1px solid #D1D1D1;
}
.textresizer-active{
  background-color:#D1D1D1;
}

/* フォローボタン ----- */
.follow-header{
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}
.follow-header .follow-btns-header{
  display: inline-block;
}
.follow-header .follow-btn-header{
  display: inline-block;
  float: left;
  margin: 0 3px;
}
.follow-header .follow-btn-header a{
  display: block;
}
.icon-facebook{
  position: relative;
  top: 2px;
  width: 25px;
  height: 25px;
  fill: #2E4C85;
}
.icon-twitter{
  position: relative;
  top: 2px;
  width: 25px;
  height: 25px;
  fill: #60A7DB;
}
.icon-rss{
  position: relative;
  top: 2px;
  width: 35px;
  height: 25px;
  fill: #F27300;
}
.icon-atom{
  position: relative;
  top: 2px;
  width: 35px;
  height: 25px;
  fill: #F27300;
}
.follow-header .follow-btn-header a:hover{
  opacity:0.8;
}

/* Aging Styleとは？、お問い合わせ ----- */
.header .common-link-list{
  position: absolute;
  top: 55px;
  right:0;
  margin: 0;
  padding: 0;
}
.header .common-link-item{
  display:inline-block;
  float:left;
  margin:0 0 0 25px;
  position: relative;
}
.header .common-link-item a{
  font-size:1.2em;
  text-decoration:none;
}
.header .common-link-item a:hover{
  text-decoration:underline;
}
.header .common-link-list .common-link-item a:before{
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  left: -13px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  background: #333;
}
.header .common-link-list .common-link-item a:after{
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  left: -14px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  background: #fff;
}
.ie .header .common-link-list .common-link-item a:before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -5px;
  background: none;
  color: #404040;
  content:">";
}
.ie .header .common-link-list .common-link-item a:after{
  display: none;
}


/* グローバルナビ ----- */
.global-nav {
}
.global-nav-top-list,
.global-nav-bottom-list{
  display: table;
  width:940px;
  height:40px;
  margin:0 auto;
  padding:0;
  text-align:center;
}

/* グローバルナビ上 ----- */
.global-nav-top{
  background-color:#008BD5;
}
.global-nav-top-item{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.global-nav-top-item a{
  display: table-cell;
  height:40px;
  padding: 0 20px;
  color:#fff;
  font-size:1.4em;
  font-weight:bold;
  text-decoration:none;
  line-height: 120%;
  vertical-align: middle;
}
.global-nav-top-item:hover{
  background-color:#025F99;
}

/* グローバルナビ下 ----- */
div.global-nav-bottom{
  background-color:#E6FAFF;
}
.global-nav-bottom-item{
  display: table-cell;
  position: relative;
  height:40px;
  vertical-align: middle;
}
.global-nav-bottom-item a,
.global-nav-bottom-age,
.global-nav-bottom-gender{
  display: table-cell;
  height:40px;
  padding:0 19px;
  font-size:1.4em;
  font-weight:bold;
  text-decoration:none;
  vertical-align: middle;
}
.global-nav-bottom-item:first-child{
  padding: 0 0 0 17px;
}
/* グローバルナビ下　アイコン ----- */
.defs{
  display: none;
}
.global-nav-icon-medical {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  padding: 0 5px 0 0;
  fill: #008BD5;
}
.global-nav-icon-health {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  padding: 0 3px 0 0;
  fill: #3CB56D;
}
.global-nav-icon-beauty {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  padding: 0 3px 0 0;
  fill: #E85280;
}
.global-nav-icon-aging-style {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  padding: 0 3px 0 0;
  fill: #CC955E;
}
.global-nav-icon-others {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  padding: 0 2px 0 0;
  fill: #8E8ED6;
}
.global-nav-icon-down {
  position: relative;
  top: 1px;
  width: 11px;
  height: 11px;
  padding: 0 6px 0 0;
  fill: #F27300;
}
.global-nav-icon-triangle {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  padding: 0 3px 0 0;
  fill: #F27300;
}
/* グローバルナビ下　リンク色 ----- */
.global-nav-bottom-medical a:hover{
  color:#008BD5;
}
.global-nav-bottom-health a:hover{
  color:#3CB56D;
}
.global-nav-bottom-beauty a:hover{
  color:#E85280;
}
.global-nav-bottom-aging-style a:hover{
  color:#CC955E;
}
.global-nav-bottom-others a:hover{
  color:#8E8ED6;
}
.global-nav-bottom-keyword a:hover,
.global-nav-bottom-age:hover,
.global-nav-bottom-age a:hover,
.global-nav-bottom-gender:hover,
.global-nav-bottom-gender a:hover{
  color:#F27300;
}
.global-nav-bottom-age:hover,
.global-nav-bottom-gender:hover{
  cursor: pointer;
}

/* ドロップダウンメニュー ----- */
.sub-nav-list-wrapp{ /* miyagawa */
  position:relative;
}
.sub-nav-list{
  display:none;
  position: absolute;
  width:110px;
  padding:10px 0 0;
  text-align:left;
  z-index: 100;
}
.global-nav-bottom-item:hover .sub-nav-list{
  display:block;
}
.sub-nav-item{
  position: relative;
  width: 110px;
  height:20px;
  padding:6px;
  background-color:#E6FAFF;
  z-index: 10;
}
.sub-nav-item a{
  display: block;
  height: 20px;
  padding:0 10px 0 30px;
  font-size: 1em;
}

/* ドロップダウンメニュー　やくもの ----- */
.sub-nav-list .sub-nav-item a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 19px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #333;
}
.sub-nav-list .sub-nav-item a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 17px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #E6FAFF;
}
.sub-nav-list .sub-nav-item a:hover:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 19px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #F27300;
}
/* IE8以下用　グローバルナビ下　アイコン、やくもの ----- */
.ie .global-nav-bottom-item span {
  background: url(/assets/img/icon-csssprite_ie.png) 0 0 no-repeat;
  heght:15px;
  padding:0 0 0 20px;
}
.ie .global-nav-bottom-medical span {
  background-position: 0 0;
}
.ie .global-nav-bottom-health span {
  background-position: 0 -15px;
}
.ie .global-nav-bottom-beauty span {
  background-position: 0 -30px;
}
.ie .global-nav-bottom-aging-style span {
  background-position: 0 -45px;
}
.ie .global-nav-bottom-others span {
  background-position: 0 -60px;
}
.ie .global-nav-bottom-keyword span{
  background-position: 0 -75px;
}
.ie .global-nav-bottom-age span,
.ie .global-nav-bottom-gender span{
  background-position: 0 -90px;
}
.ie .sub-nav-list .sub-nav-item a:before{
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -8px;
  background: none;
  color: #333;
  font-size:1em;
  content:">";
}
.ie .sub-nav-list .sub-nav-item a:after{
  display: none;
}


/*------------------------------------*\
    footer
\*------------------------------------*/

/** 
 * 内容
 *ページトップへ、ロゴ、Aging Styleとは？、サイト関連リンク
 *フォローボタン、コピーライト
 */
.footer{
  position: absolute;
  width: 100%;
  margin:40px 0 0;
}
.footer span{
  display:none;
}
.footer ul li{
  list-style:none;
}
 .footer a{
   font-size:1.2em;
   text-decoration: none;
 }
.footer-contents{
  clear: both;
  background-color:#F2F2F2;
}
.footer-contents .inner{
  position: relative;
  width:940px;
  margin: 0 auto;
  padding:20px 0 0;
}

/* ページトップへ ----- */
.pagetop-btn{
  display: inline-block;
  position: absolute;
  top: -27px;
  right: 0;
  height: 17px;
  margin: 0;
  padding: 5px 10px;
  background-color:#008BD5;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 17px;
  cursor: pointer;
}
.pagetop-btn span{
  display: block;
}
.pagetop-btn:hover{
  opacity:0.8;
}

/* ロゴ、Aging Styleとは？ ----- */
.footer-logo-wrap{
  display: inline-block;
  float: left;
  position: relative;
  margin:0 20px 0 0;
}
.footer-logo a{
  display: block;
  width: 150px;
  height: 60px;
  margin: 0 0 10px;
  padding: 0;
  background: url(/assets/img/logomark.svg) 0 0 no-repeat;
  background-size:150px auto;
}
.ie .footer-logo a{
  background: url(/assets/img/logomark-s_ie.png) 0 0 no-repeat; /* IE8以下 */
}
.aboutus-link{
  position: relative;
  width: 150px;
  border:1px solid #D1D1D1;
}
.aboutus-link a{
  display: block;
  padding: 5px 0 5px 25px;
  font-weight: bold;
}
.aboutus-link:hover{
  background-color:#D1D1D1;
}
.aboutus-link a:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #008BD5;
}

/* サイト関連リンク ----- */
.footer .common-link-list{
  float: left;
  width: 200px;
}
.footer .common-link-item{
  display: inline-block;
  position: relative;
  width: 200px;
}
.footer .common-link-item a{
  display: block;
  margin: 0 0 10px;
}
.footer .common-link-item a:hover{
  text-decoration:underline;
}
/* サイト関連リンク　やくもの ----- */
.footer .common-link-list .common-link-item a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -13px;
  width: 6px;
  height: 6px;
  margin-top: -9px;
  background: #333;
}
.footer .common-link-list .common-link-item a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -14px;
  width: 6px;
  height: 6px;
  margin-top: -9px;
  background: #F2F2F2;
}
.ie .footer .common-link-list .common-link-item a:before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -12px;
  background: none;
  color: #333;
  content:">";
}
.ie .footer .common-link-list .common-link-item a:after{
  display: none;
}

/* フォローボタン ----- */
.footer-follow-btns{
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 220px;
}
.footer-follow-btn-item{
  display: inline-block;
  float: left;
  width: 100px;
  height: 20px;
  margin: 0 10px 0 0;
}

/* コピーライト ----- */
.copyright{
  padding:10px 0;
  background-color:#008BD5;
  color:#fff;
  font-size: 1.2em;
  text-align:center;
}


/*------------------------------------*\
    right
\*------------------------------------*/

/** 
 * 内容
 *検索、注目情報、人気記事ランキング、
 *おすすめ記事、お知らせ、リンクバナー、関連サイト
*/
.column-right{}

.column-right ul{
  list-style:none;
  margin:0;
  padding:0;
}
.chumokujoho,
.ranking,
.recommend-entry,
.info,
.RCRelatedSites{
  margin:10px 0;
  padding:5px 10px;
  border:1px solid #D1D1D1;
}
.ie .chumokujoho,
.ie .ranking,
.ie .recommend-entry,
.ie .info,
.ie .RCRelatedSites{
  padding:10px;/* IE8以下 ----- */
}
.chumokujoho-title,
.ranking-title,
.recommend-entry-title,
.info-title,
.RCRelatedSites-title{
  padding:0 0 2px;
  border-bottom:3px solid #D1D1D1;
  font-size:1.7em;
  font-weight:bold;
}
.ie .chumokujoho-title,
.ie .ranking-title,
.ie .recommend-entry-title,
.ie .info-title,
.ie .RCRelatedSites-title{
  padding:0 0 5px; /* IE8以下 ----- */
}
.chumokujoho a,
.ranking a,
.recommend-entry a,
.info a,
.RCRelatedSites a{
  display:block;
  text-decoration: none;
}

/* 記事見出し ----- */
.ranking-entry-list .entry-item .entry-title,
.recommend-entry-entry-list .entry-item .entry-title,
.info-entry-list .entry-item .entry-title{
  clear:both;
  margin:0;
  font-size:1.4em;
  font-weight:normal;
  line-height: 140%;
}

/* Google検索 ----- */
.search{
  margin:0 0 10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right: 0 !important;
}
input::-ms-clear {
	visibility: hidden;
}
input.gsc-search-button {
  margin-left: 0 !important;
  padding: 6px 10px !important;
}
.gsib_a input{
  font-family:normal !important;
}
input.gsc-input {
  font-size: 14px !important;
}
.gsst_a {
  padding-top: 7px !important;
}

/* 注目キーワード ----- */
.keyword-chumoku .keyword-chumoku-title{
  display:inline-block;
  font-size:1.2em;
  font-weight:bold;
}
.keyword-chumoku a{
  padding:0 10px 0 0;
  font-size:1.2em;
  line-height:170%;
  text-decoration: none;
}

/* 注目情報 ----- */
.chumokujoho-title{
  margin:0 0 10px;
}
.RCChumokuJohoArticle{
  position: relative;
  min-height: 80px;
  margin:0 0 10px;
  padding-left: 110px;
}
.RCChumokuJohoArticle img{
  position: absolute;
  top: 0px;
  left: 0px;
  zoom: 1;
}
.RCChumokuJohoArticle .title-h3 a{
  font-size:1.4em;
  font-weight:bold;
  line-height: 140%;
}
.RCChumokuJohoArticle p{
  margin:3px 0 0;
  font-size:1.2em;
  line-height: 140%;
}
/* 人気記事ランキング ----- */
.ranking-title{
  margin:0;
}
.ranking-entry-list .entry-item{
  display: table;
  position: relative;
  width:100%;
  min-height: 35px;
  padding: 8px 0;
  border-bottom:1px solid #D9D9D9;
}
.ranking-entry-list .entry-item:last-child{
  border: none;
}
.ranking-entry-list .entry-item .entry-title{
  display: table-cell;
  width: 100%;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
/* ランキング　ナンバーアイコン ----- */
.icon-ranking-number{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width:20px;
  height:20px;
  margin:-10px 0 0;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  text-align:center;
  line-height:20px;
}
.icon-ranking-no1,.icon-ranking-no2,.icon-ranking-no3{
  background-color:#F27300;
}
.icon-ranking-no4,.icon-ranking-no5,.icon-ranking-no6,
.icon-ranking-no7,.icon-ranking-no8,.icon-ranking-no9,.icon-ranking-no10{
  background-color:#7F7F7F;
}

/* おすすめ記事 ----- */
.recommend-entry-title{
  margin:0 0 5px;
}
.recommend-entry-entry-list .entry-item{
  padding: 5px 0 5px 10px;
}
.recommend-entry-entry-list .entry-item .entry-title{
  text-indent: -10px;
}
.recommend-entry-entry-list .entry-item a:before{
  display: inline-block;
  content: "";
  border: 5px solid transparent;
  border-left-color: #ACADAD;
}
/* お知らせ ----- */
.info-title{
  margin:0 0 5px;
}
.info{
  position: relative;
}
.info-entry-list .entry-item{
  padding: 5px 0;
}
.info-entry-list .entry-item .entry-date{
  position: relative;
  float: left;
  padding: 0 5px 0 0;
  font-size: 1.2em;
  line-height: 100%;
  border-right:1px solid #c0c0c0;
}
.info-entry-list .entry-item .entry-sender{
  float: left;
  padding: 0 0 0 5px;
  font-size: 1.2em;
  line-height: 100%;
}
.info-entry-list .entry-item .entry-title{
  padding: 5px 0 0 10px;
}
.info-entry-list .entry-item .entry-date:before{
  display: inline-block;
  content: "";
  border: 5px solid transparent;
  border-left-color: #ACADAD;
}
/* お知らせ　一覧ボタン ----- */
.info-more-btn{
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  clear: both;
}
.info-more-btn a{
  display:block;
  font-size:1.2em;
  font-weight:bold;
}
.icon-more-arrow {
  position: relative;
  top: 2px;
  right:5px;
  width: 13px;
  height: 13px;
  margin: 0 0 0 10px;
}
.info-more-btn a:hover,
.info .icon-more-arrow{
  color:#E50012;
  fill: #E50012;
}
/* IE8以下用 ----- */
.ie .info-more-btn{
  display:block;
  height:15px;
  background: url(/assets/img/arrow-csssprite_ie.png) 0 0 no-repeat;
  background-position: right -90px;
}
.ie .info-more-btn a{
  padding:0 20px 0 0;
}
/* リンクバナー ----- */
.link-banner{
  margin: 20px 0 0;
}
.link-banner .link-banner-item img{
  width:100%;
  margin: 0 0 10px;
}
.link-banner .link-banner-item:hover{
  opacity: 0.8;
}
/* 関連サイト ----- */
.RCRelatedSitesArticle {
  min-height: 65px;
  padding: 5px 5px 5px 130px;
  position: relative;
}
.RCRelatedSitesArticle img {
  position: absolute;
  top: 8px;
  left: 0;
  width:120px;
  height:70px;
}
.RCRelatedSites .title-h3{
  font-size: 1.3em;
  font-weight: bold;
  line-height: 140%;
}
.RCRelatedSitesArticle p {
  margin: 3px 0 5px;
  font-size: 1.2em;
  line-height: 140%;
}

 /** 
 *
 * CONTENTS -ad_pc.css - PC - AD用css
 *
 *
 */
.ad-rectangle-bnr {
  text-align: center;
}
.ad-rectangle-bnr-item {
  display: inline-block;
  width:300px;
}
.ad-rectangle-bnr-item:first-child {
  margin: 0 6px 0 0;
}
div#imobile_adspotdiv1{
  margin: 0 5px 0 0;
}


.column-main{
}
.back-top-bnt{
  margin:20px 0 10px;
  text-align:center;
}
.back-top-bnt a{
  display: inline-block;
  padding: 5px 10px;
  background: #008BD5;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.back-top-bnt a:hover{
  opacity:0.8;
}

 /*------------------------------------*\
    common
\*------------------------------------*/

/* スミ文字色 */
.entry-text .view-all a,
.profile-entry-list .entry-item .entry-title a,
.related-entries-entry-list .entry-item .entry-title a,
.read-category-more-btn a{
  color:#333;
}
/* 青色リンク */
.entry-wrapper .entry-title-wrapper .entry-tag a:hover,
.entry-text a:hover,
.entry .reference a:hover,
.pagenation .next-entry-title a:hover,
.profile-text a:hover,
.profile-entry-list .entry-item .entry-tag a:hover,
.related-entries-entry-list .entry-item .entry-tag a:hover,
.profile-entry .profile-text a:hover,
.category-misc .entry-text a:hover,
.amazon_affiliate a:hover{
  text-decoration:underline;
}

 /*------------------------------------*\
    タイトル部分
\*------------------------------------*/

 /* bread-crumbs
パンくずはcommon.cssに記述 */


/* entry-wrapper */
.entry-title-wrapper{
  position: relative;
  padding:0 0 5px;
  border-bottom:3px solid #8cbd31;
}
.category-column .entry-title-wrapper{
  min-height: 110px;
}

/* entry-category　カテゴリー */
.entry-wrapper .entry-title-wrapper .entry-category{
  display:inline-block;
  margin:0 8px 5px 0;
}
.entry-wrapper .entry-title-wrapper .entry-category a{
  display:block;
  padding:8px 6px;
  color:#fff;
  font-size: 1.2em;
  font-weight:bold;
  line-height: 0;
  text-decoration:none;
}
.entry-wrapper .entry-title-wrapper .entry-category:hover{
  opacity:0.8;
}
/* entry-tag　タグ */
.entry-wrapper .entry-title-wrapper .entry-tag {
  display: inline-block;
  margin:0 0 5px;
}
.entry-wrapper .entry-title-wrapper .entry-tag a{
  display: inline-block;
  margin:0 8px 0 0;
  padding:0 8px 0 0;
  border-right:1px solid #9BACCF;
  text-decoration:none;
  font-size:1.2em;
  line-height: 100%;
}
.entry-wrapper .entry-title-wrapper .entry-tag a:last-child {
  border-right: none;
}
/* entry-title　記事タイトル */
.entry-wrapper .entry-title-wrapper .entry-title{
  position: relative;
  margin:3px 0 5px;
  padding:0;
  font-size: 2.6em;
  line-height:140%;
}
/* entry-data,entry-print　日付、印刷 */
.entry-date-print-wrapper {
  text-align: right;
}
.entry-wrapper .entry-title-wrapper .entry-date{
  display:inline-block;
  color:#777;
  font-size: 1.3em;
}
.entry-print{
  display:inline-block;
  margin:0 0 0 1px;
  padding:0 0 0 10px;
  font-size: 1.2em;
  cursor: pointer;
}
.icon-entry-print {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  padding: 0 5px 0 0;
  fill:#777;
}
.ie .entry-print{
  display:inline-block;
  height:13px;
  margin:0 0 0 10px;
  padding:0 0 0 20px;
  background: url(/assets/img/icon-entry-print_ie.png) 0 0 no-repeat;
  font-size: 1.2em;
  cursor: pointer;
}
/* Dr.注目ワッペン----- */
.entry-title-wrapper.dr-attention .entry-title:after,
.profile-entry-list .dr-attention .entry-title:after,
.related-entries-entry-list .dr-attention .entry-photo:after{
  content: " ";
  z-index: 1000;
  background: url(/assets/img/icon-dr-attention.png);
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.entry-title-wrapper.dr-attention .entry-title:after {
  top: 5px;
}
.profile-entry-list .dr-attention .entry-title:after {
  top: 3px;
}
.dr-attention .entry-title {
  min-height: 40px;
  padding: 0 0 0 40px !important;
}
.category-column .entry-title-wrapper.dr-attention .entry-title:after{
  top:3px;
  left:83px;
}
.category-column .entry-title-wrapper.dr-attention .entry-title {
  padding: 0 0 0 125px !important;
}

/*------------------------------------*\
    コラムタイトル
\*------------------------------------*/
.category-column .entry-title-wrapper .entry-category{
  position: absolute;
  top: 25px;
  float: left;
  width: 75px;
  height: 75px;
  margin:0 10px 0 0;
}
.category-column .entry-title-wrapper .entry-category img{
  width: 100%;
}
.category-column .entry-title-wrapper .entry-category a{
  padding: 0;
}
.category-column .entry-title-wrapper .entry-category a:hover{
  opacity: 1;
}
.category-column .entry-title-wrapper .entry-title{
  margin:5px 0;
  padding:0 0 0 85px;
}


 /*------------------------------------*\
    SNSボタン
\*------------------------------------*/
/* social-btns　SNSシェアボタン */
.entry-social-btns{
  padding:15px 5px;
  background: #f2f2f2;
}
.entry-social-btn{
  display: inline-block;
  width: 23%;
  margin:0 0 0 8px;
  vertical-align:top;
}

.entry-social-btn a {
  display:block;
  position: relative;
  padding: 3px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align:center;
}
.entry-social-btn .count a {
  padding:0 !important;
}
.icon-entry-facebook,
.icon-entry-twitter,
.icon-entry-hatena,
.icon-entry-google-plus{
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  padding: 0 5px 0 0;
  fill:#fff;
}

.social-btn-facebook a {
  background:#2D4E85;
}
.social-btn-twitter a {
  background:#5DA8DB;
}
.social-btn-hatena a {
  background:#0091E1;
}
.social-btn-google-plus a {
  background:#E05031;
}

.entry-social-btns .count{
  position: relative;
  height:15px;
  margin:0 0 10px;
  padding:3px 0;
  border:1px solid #D9D9D9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  text-align:center;
  font-size:1.3em;
  text-align:center;
}
.entry-social-btns .count:before{
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 60px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-top-color: #D9D9D9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.entry-social-btns .count:after{
  display: block;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 60px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.entry-social-btn .count .count-link {
  background:none;
  width: auto;
  height: auto;
  color:#3C5995;
  text-decoration:none;
}
.entry-social-btn .count .count-link:hover {
  text-decoration:underline;
}

/* social-btns　IE8以下 */
.ie .entry-social-btn a {
  display:block;
  position: relative;
  height:26px;
  padding: 5px 0;
  text-align:center;
}
.ie .social-btn-facebook a {
  background: url(/assets/img/btn-entry-social-facebook_ie.png) center center no-repeat #2D4E85;
}
.ie .social-btn-twitter a {
  background: url(/assets/img/btn-entry-social-twitter_ie.png) center center no-repeat #5DA8DB;
}
.ie .social-btn-hatena a {
  background: url(/assets/img/btn-entry-social-hatena_ie.png) center center no-repeat #0091E1;
}
.ie .social-btn-google-plus a {
  background: url(/assets/img/btn-entry-social-google-plus_ie.png) center center no-repeat #E05031;
}

/*記事がよかったら、いいねPC*/
.follow{
  clear: both;
  margin:15px 0;
  padding: 10px;
  background-color: #2b2b2b;
  color: #fff;
}
.follow-photo {
    float: left;
    width: 190px;
    height: 120px;
    background-position: center;
    background-size: cover;
}
.follow-text-wrap {
    padding: 10px 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
.follow-text-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.follow-text span {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.follow-btn {
  display: inline-block;
  margin:20px 0 0;
}
.fb-like {
  margin: 0 15px 0 0;
  vertical-align: top;
}
.fb-like iframe {
  position: absolute;
  max-width: none !important;
  max-height: none !important;
  z-index: 9999;
  overflow: visible;
}
.fb_iframe_widget span{
   vertical-align: top !important;
}
.follow-btn-twitter{
  display:inline-block;
}



 /*------------------------------------*\
    記事
\*------------------------------------*/

/* entry-images　記事画像 */
.img-right{
  position: relative;
  float:right;
  max-width:290px;
  margin: 7px 0 15px 15px;
}
.img-left{
  position: relative;
  float:left;
  max-width:290px;
  margin: 7px 15px 15px 0;
}
.img-center{
  position: relative;
  max-width: 400px;
  margin: 0 auto 15px;
  text-align:center;
}
.img-enlarge{
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(/assets/img/icon-magnifying-glass.svg) 0 0 no-repeat;
  opacity: 0.8;
}
.ie .img-enlarge{
  background: url(/assets/img/icon-magnifying-glass_ie.png) 0 0 no-repeat;
}
.img-right img,
.img-left img,
.img-center img{
  display: block;
  width:100%;
}
.img-right a,
.img-left a,
.img-center a{
  display:inline-block;
  position: relative;
}
.img-caption{
  font-size:0.8em;
  line-height:140%;
}


/* entry-text　記事本文 */
.entry-text{
  clear:both;
  padding:20px 0;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  font-size:1.7em;
  line-height: 180%;
}
.entry-text p{
  margin:20px 0;
}
.entry-text p:first-child {
  margin: 0 0 20px;
}
.entry-text h2{
  margin:20px 0;
  padding:0;
  color:#008BD5;
  font-size:1.2em;
  line-height: 1.4em;
}
.entry-text h3{
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 6px solid #008BD5;
  font-size: 1em;
  line-height: 120%;
}
.entry-text blockquote{
  display: block;
  padding: 10px 15px;
  line-height: 1.8em;
  background: #F2F2F2;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 30px;
  -webkit-margin-end: 30px;
}
p.domain{
  color:#666;
  margin:-10px 0 0;
  font-size:0.8em;
  text-align:right;
}
.entry .reference{
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  font-size: 0.9em;
  line-height: 150%;
  clear: both;
}
.entry .reference p{
  margin: 0 0 5px;
}
.entry .reference:first-line,
.entry .reference p:first-line{
  font-weight:bold;
}

/* pagenation　ページネーション */
.pagenation{
  text-align:center;
}
.pagenation .next-entry-title{
  display: table;
  width: 98%;
  margin: 20px 0;
  border:1px solid #D1D1D1;
  text-align:left;
  line-height: 170%;
}
.read-more-title{
  display:table-cell;
  position: relative;
  width: 80px;
  padding:5px 10px;
  background-color:#008BD5;
  color:#fff;
  font-size: 0.8em;
  font-weight:bold;
  text-align: center;
  line-height: 140%;
  vertical-align: middle;
}
.read-more-title:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: #008BD5;
}
.pagenation .next-entry-title a{
  display: table-cell;
  padding: 5px 15px;
  font-weight: bold;
  line-height: 130%;
  text-decoration: none;
  vertical-align: middle;
}

/* ページナンバー ----- */
.pagenation .page-numbers  a,
.pagenation .current,
.view-all{
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  line-height:100%
}
.pagenation .page-numbers{
  display:inline-block;
  color: #fff;
}
.pagenation .page-numbers a,
.pagenation .page-numbers .current{
  margin:0 2px;
  padding:5px 8px;
}
.pagenation .page-numbers a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:#808080;
}
.pagenation .page-numbers a:hover{
  text-decoration:underline;
}
.pagenation .page-numbers .current{
  display:inline-block;
  background:#008BD5;
}
/* 全文表示 ----- */
.view-all{
  display:inline-block;
  position: relative;
  margin:0 2px 0 5px;
  }
.view-all a{
  text-decoration:none;
  }
.view-all a:hover{
  color: #8cbd31
  }
.view-all:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -7px;
  border: 6px solid transparent;
  border-left-color: #8cbd31;
}

/* page-navi 前の記事、次の記事 */
.page-navi {
    display: table;
    width: 100%;
    margin: 20px 0;
}
.page-navi span {
  display: table-cell;
  position: relative;
  padding: 5px 0;
  background: #008BD5;
  border-right: 1px solid #fff;
  text-align: center;  
}
.page-navi span a {
  color: #fff;
  font-weight: bold;
}
.page-navi-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.page-navi-prev:after {
  left: 5px;
  border: 6px solid transparent;
  border-right-color: #fff;
}
.page-navi-next:after {
  right: 5px;
  border: 6px solid transparent;
  border-left-color: #fff;
}


/*1クリック投票 ----------------------- */
.oneclick {
  margin: 20px 0 35px;
}
/*Amazon枠 ----------------------- */
.amazon_affiliate{
  margin:0 0 25px;
  padding:10px 0;
  border:1px solid #D9D9D9;
  border-top: none;
}
.amazon_affiliate td{
  padding:0 10px;
}


 /*------------------------------------*\
    記事下プロフィール、関連記事
\*------------------------------------*/
.profile-entry,
.related-entries{
  margin:35px 0;
}
.profile-entry-title,
.related-entries-title{
  margin:0;
  padding:3px 10px;
  border-bottom:3px solid #D60B2D;
  background:#FFEEEE;
  font-size:1.7em;
  font-weight:bold;
}
/* プロフィール ----- */
.profile-entry .profile-wrapper{
  border:1px solid #D1D1D1;
}
.profile-entry .profile{
  padding:10px;
  border-bottom:1px solid #D1D1D1;
  overflow:hidden;
}
.profile-entry .profile-image{
  float:left;
  width:80px;
  height:80px;
  margin:0 10px 0 0;
  overflow: hidden;
}
.profile-entry .profile-image img{
  width:100%;
}
.profile-entry .profile-text a{
  font-size: 1.7em;
  font-weight:bold;
  line-height: 1.3em;
  text-decoration: none;
}
.profile-entry .name-kana{
  font-size: 0.8em;
}
.profile-entry .profile-text{
padding:0 0 0 90px;
}
.profile-entry .no-image{
padding:0;
}
.profile-entry .profile-text p{
  margin: 5px 0 0;
  font-size: 1.4em;
  line-height: 140%;
}
.profile-entry .profile-entries{
  position: relative;
  padding:0 10px;
  overflow: hidden;
}
.profile-entry .profile-entry-list-title{
  margin:0;
  padding:8px 0 5px;
  border-bottom:2px solid #D1D1D1;
  font-size: 1.7em;
  font-weight:bold;
}

/* 他の記事　一覧ボタン ----- */
.read-category-more-btn{
  display: inline-block;
  float: right;
  margin: 8px 0;
}
.read-category-more-btn a{
  display:block;
  font-size:1.2em;
  font-weight:bold;
  text-decoration: none;
}
.icon-more-arrow {
  position: relative;
  top: 2px;
  right:5px;
  width: 13px;
  height: 13px;
  margin: 0 0 0 10px;
}
.read-category-more-btn a:hover,
.read-category-more-btn .icon-more-arrow{
  color:#8cbd31;
  fill: #8cbd31;
}
/* IE8以下用 ----- */
.ie .read-category-more-btn{
  display:block;
  height:15px;
  background: url(/assets/img/arrow-csssprite_ie.png) 0 0 no-repeat;
  background-position: right -90px;
}
.ie .read-category-more-btn a{
  padding:0 20px 0 0;
}
/* 記事要素 ----- */
.profile-entry-list,
.related-entries-entry-list{
  list-style:none;
  margin:0;
  padding:0;
  overflow: hidden;
}
.profile-entry-list .entry-item,
.related-entries-entry-list .entry-item{
  clear:both;
  padding:10px 0;
  border-bottom:1px solid #D1D1D1;
  overflow: hidden;
}
.profile-entry-list .entry-item a,
.related-entries-entry-list .entry-item a{
  text-decoration: none;
}
/* カテゴリー ----- */
.profile-entry-list  .entry-item .entry-category a,
.related-entries-entry-list .entry-item .entry-category a{
  display:block;
  float: left;
  margin:0 8px 0 0;
  padding:3px 8px;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  line-height: 1em;
}
.profile-entry-list  .entry-item .entry-category a:hover,
.related-entries-entry-list .entry-item .entry-category a:hover{
  opacity: 0.8;
}
/* 日付 ----- */
.profile-entry-list  .entry-item .entry-date,
.related-entries-entry-list .entry-item .entry-date{
  margin:0;
  padding:3px 0;
  color:#686868;
  font-size:1.2em;
  line-height: 1em;
}
/* 記事見出し ----- */
.profile-entry-list .entry-item .entry-title{
  position: relative;
  margin:5px 0 0;
}
.related-entries-entry-list .entry-item .entry-title{
  margin:5px 0 0;
  padding:0 0 0 110px;
}
.profile-entry-list .entry-item .entry-title a,
.related-entries-entry-list .entry-item .entry-title a{
  font-size: 1.4em;
  font-weight:bold;
  line-height: 140%;
}
.profile-entry-list .entry-item .entry-title a:hover,
.related-entries-entry-list .entry-item .entry-title a:hover{
  color:#8cbd31;
}
/* タグ ----- */
.profile-entry-list .entry-item .entry-tag{
  margin:5px 0 0;
}
.related-entries-entry-list .entry-item .entry-tag{
  margin:5px 0 0;
  padding: 0 0 0 110px;
}
.profile-entry-list .entry-item .entry-tag a,
.related-entries-entry-list .entry-item .entry-tag a{
  display: inline-block;
  padding:0 8px;
  border-left:1px solid #686868;
  font-size:1.2em;
  line-height: 100%;
}
.profile-entry-list .entry-item .entry-tag a:first-child,
.related-entries-entry-list .entry-item .entry-tag a:first-child{
  padding:0 8px 0 0;
  border-left:none;
}

/* 画像 ----- */
.related-entries-entry-list .entry-photo{
  float:left;
  position: relative;
  width: 100px;
  height: 80px;
  margin:0 10px 0 0;
  background: #F2F2F2;
  overflow: hidden;
}
.related-entries-entry-list .entry-photo img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 1クリック */
input.jcastVote-radio-button {
  margin: 0 5px 0 0;
}


 /*------------------------------------*\
    個別プロフィールページ
\*------------------------------------*/
.profile-page{
  overflow: hidden;
}
.profile-page-image{
  float:left;
  width:160px;
}
 .profile-page-image img{
  width:100%;
}
.profile-page-text{
  padding:0 0 0 175px;
  font-size:1.5em;
}
.profile-page .no-image{
  padding:0;
}
.profile-page-text .medical-field{
  color:#008BD5;
  font-weight: bold;
  line-height: 110%;
}
.profile-page-text .name{
  margin: 5px 0;
  font-size:1.5em;
}
.profile-page-text .name-kana{
  font-size:0.6em;
  font-weight: normal;
}
.profile-page-text .title p{
  margin: 0;
  font-weight: bold;
}
.profile-page-text .detail{
  line-height: 180%;
}
.category-member .profile-entries,
.category-adviser .profile-entries,
.category-stuff .profile-entries{
  clear: both;
  margin:15px 0 0;
}
.category-member .profile-entry-list-title,
.category-adviser .profile-entry-list-title,
.category-stuff .profile-entry-list-title{
  margin:0;
  padding:3px 10px;
  border-bottom:3px solid #D60B2D;
  background:#FFEEEE;
  font-size:1.7em;
  font-weight:bold;
}

 /*------------------------------------*\
    AAチャート
\*------------------------------------*/
.aachart{
  margin:20px 0;
  padding:5px 10px 10px;
  border:5px solid #8DD9CC;
  background:url(/assets/img/aachart-bg.png) 0 0;
  background-size:20px;
}
.ie .aachart{
  background:none;
}
.aachart-title{
  margin:0 0 10px;
  height:80px;
  background:url(/assets/img/aachart-title.svg) center 0 no-repeat;
}
.ie .aachart-title{
  background:url(/assets/img/aachart-entry-title_ie.png) center 0 no-repeat;
}
.aachart-title span{
  display:none;
}
.aachart-lead{
  font-size:1.4em;
  line-height: 150%;
}
.aachart-table-wrapper{
  border:1px solid #333;
  width:100%;
  margin: 10px 0 0;
  font-size:1.6em;
  font-weight:bold;
  line-height: 150%;
}
.aachart-table-wrapper td{
  width:25%;
  padding:5px;
  border:1px solid #333;
  background-color:#fff;
  text-align:center;
}
.aachart-table-wrapper .x-axis,
.aachart-table-wrapper .y-axis{
  background-color:#63C6B3;
  color:#fff;
}
.aachart-table-wrapper td a{
  color:#333;
}
.aachart-table-wrapper td a:hover{
  color:#63C6B3;
}

/*------------------------------------*\
    まとめページ
\*------------------------------------*/
.entry-photo-webpage {
  margin: 15px 0 0;
  text-align: center;
}
.matome-wrapper .related-entries {
  margin: 0 0 35px;
}

/*------------------------------------*\
    役立ちリンク集
\*------------------------------------*/
.category-links .links-title {
  margin: 40px 0 10px;
  padding: 3px 10px;
  border-bottom: 3px solid #D60B2D;
  background: #FFEEEE;
  color: #333;
  font-size: 1em;
}
.category-links .links-subtitle {
  margin: 30px 0 0;
  border-left: 6px solid #D60B2D;
}
.category-links .entry-text ul {
  padding: 0;
}
.category-links .entry-text li {
  display: inline-block;
  width: 45%;
  margin: 0 0 5px 0;
  font-size: 0.9em;
  line-height: 140%;
  vertical-align: top;
}
.category-links .entry-text li:nth-child(odd) {
  margin-right:60px;
}
.syllabary a {
  margin: 0 5px;
  padding: 5px 7px;
  color: #fff;
  background-color: #afafaf;
  font-size: 0.8em;
  font-weight: bold;
}
.category-links .sitemap {
  margin: 0;
}

/*------------------------------------*\
    お問い合わせなど、個別ページ
\*------------------------------------*/
/* entry-wrapper */
.category-misc .entry-text{
  border-bottom:none;
}
.category-misc .entry-text ul,
.category-misc .entry-text ol,
.category-misc .entry-text dl{
  padding: 0 0 0 25px;
}

/* サイトマップ */
.sitemap{
  margin:20px 0 0;
}
.category-misc .entry-text .sitemap ul{
  list-style:none;
  margin: 8px 0 30px;
  padding:0;
}
.sitemap-title{
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 8px;
  color:#333;
  font-weight:bold;
  line-height: 100%;
}

/*------------------------------------*\
    クリニック地図
\*------------------------------------*/
.clinic-wrap {
  margin:15px 0 0;
}
.clinic-wrap #clinic_name {
    margin: 0 0 10px;
    background: #008BD5;
    padding: 2px 10px;
}
div#clinic_name a {
    color: #fff;
    text-decoration: underline;
}
.clinic-wrap .clinic-img {
    float: right;
    margin: 0 10px;
}
.clinic-wrap table {
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: separate;
}
.clinic-wrap tr {
  font-size:82%;
  line-height: 140%;
}
.clinic-wrap th {
  width: 80px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  background: #e8f5fc;
  text-align: left;
}
.clinic-wrap td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* google maps */
div#map {
  height: 250px;
  margin: 15px 0;
}
