@charset "utf-8";

/*----------------------------------------------------
	デザインカスタム
----------------------------------------------------*/
.pcWrap { display: block; }
.spWrap { display: none; }

/*----------------------------------------------------
	共通
----------------------------------------------------*/
.clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

.sideCorner, .sidebarBody {
    margin-bottom: 10px;
    border: none;
}

/*----------------------------------------------------
	トピックス一覧
----------------------------------------------------*/
.topicsList__sub img {
    border: 1px solid #fff;
}

/*----------------------------------------------------
  トップ＞画像アイコン（一流に学ぶ／サイト内広告）
----------------------------------------------------*/
/* 一流に学ぶ */
/*
.firstClass__item a:after {
    position: absolute;
    top: 30px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.firstClass__item::before {
    content:"　";
    display: inline;
}
.firstClass__item.serviceOn::before {
    content:"連載中";
    border: 1px #C7AE00;
    padding: 2px 14px;
    background: #C7AE00;
    font-weight: bold;
    color: #fff;

    position: relative;
    top:26px;
}
*/

/* サイト内広告 */
.adList_item::before {
    content:"　";
}
.adList_item.forDoctor::before {
    content:"For 医師";
    border: 1px #C7AE00;
    padding: 2px 14px;
    background: #C7AE00;
    font-weight: bold;
    color: #fff;

    position: relative;
    top:26px;
}
.adList_item.forStudent::before {
    content:"For 医学生";
    border: 1px #C7AE00;
    padding: 2px 14px;
    background: #C7AE00;
    font-weight: bold;
    color: #fff;

    position: relative;
    top:26px;
}

/*----------------------------------------------------
	ピックアップ（記事一覧へ戻るボタン）
----------------------------------------------------*/
.bootstrap .return_btn {
    text-align: center;
    width: 325px;
    margin: 20px auto 40px;
}

.bootstrap .return_btn a {
    background-color: #05194c;
    border-radius: 30px;
    color: white;
    display: block;
    font-size: 140%;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 0 15px;
}

.bootstrap .return_btn a:after {
    content: " ";
    width: 9px;
    height: 9px;
    margin: auto 0;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

/*----------------------------------------------------
	ピックアップ（アイコン）
----------------------------------------------------*/
.bootstrap .icon.pdf img {
    margin: 10px 5px;
}

/*----------------------------------------------------
	ピックアップ（画像キャプション）
----------------------------------------------------*/

.ArticleImgWidthAuto {
    display: block;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px;
}

.ArticleImgWidthAuto img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
}

.ArticleImgWidthAuto .ArticleImgCaption {
    padding-top: 10px;
}

.ArticleImgWidthAuto .ArticleImgCaption p {
    font-size: 80%;
    line-height: 1.5;
    margin-bottom: 0px;
}

/*----------------------------------------------------
	ニュース＆ピックアップ（家庭の医学リンク）
----------------------------------------------------*/
a.homeMedical {
    color: #174487;
    text-decoration: underline;
}
.arrow_box {
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #333;
  color: #fff;
}
.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
a.homeMedical:hover + p.arrow_box {
  display: block;

  display: none;
}

/*----------------------------------------------------
	家庭の医学（一覧）
----------------------------------------------------*/
.wordList{
  margin-bottom: 20px;
}
/*----------------------------------------------------
	家庭の医学（記事）
----------------------------------------------------*/
.diseaseExplain a{
    color: #174487;
    text-decoration: underline;
}

/*----------------------------------------------------
	家庭の医学（記事＞テーブル）
----------------------------------------------------*/
.wordList table tr th, .wordList table tr td,
.diseaseExplain table tr th, .diseaseExplain table tr td{
    border: 1px solid #999;
}

.wordList__body table, .diseaseExplain__body table{
  background-color: #fff;
}

.wordList__body table th, .diseaseExplain__body table th{
  background-color: #dce3ed;
  padding: 4px 0;
}

.wordList__body table td, .diseaseExplain__body table td {
  padding: 4px 8px;
}

.wordList__body table caption, .diseaseExplain__body table caption{
  font-size: 120%;
  font-weight: bold;
}

.wordList__body tr th, .wordList__body tr td,
.diseaseExplain__body tr th, .diseaseExplain__body tr td{
  border: 1px #808080 solid;
}

.wordList table tfoot tr th, .wordList table tfoot tr td,
.diseaseExplain table tfoot tr th, .diseaseExplain table tfoot tr td{
  border-bottom: none;
  border-right: none;
  border-left: none;
  background-color: #eee;
}

/*----------------------------------------------------
	家庭の医学（記事＞画像）
----------------------------------------------------*/
.wordList__body .articleImage, .diseaseExplain__body .articleImage{
  margin: 10px 0;
  float: none;
  text-align: center;
}

.wordList__body img, .diseaseExplain__body img{
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
    医学生コーナー：ブログ
----------------------------------------------------*/
#contents.student .bootstrap p {
    margin: 0 0 15px;
    color: #54585A;
    line-height: 1.9;
}

/*----------------------------------------------------
    臨時対応：【家庭の医学】関連ドクター非表示
----------------------------------------------------*/
.relatedLinkTitle, .relatedLink {
    display: none;
}

/*----------------------------------------------------
    臨時対応：【Dr.純子のメディカルサロン】右カラム
----------------------------------------------------*/
.sideCorner.salonArea {
    padding: 0;
    border: solid 3px #99CC00;
}

.sideCorner.salonArea, .sideCorner.salonArea .sideCornerTitle {
    background: #E8E4C3; /* Old browsers */
    background: -moz-linear-gradient(left, #E8E4C3 0%, #f3f3f3 35%, #ffffff 65%, #E8E4C3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E8E4C3 0%,#f3f3f3 35%,#ffffff 65%,#E8E4C3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E8E4C3 0%,#f3f3f3 35%,#ffffff 65%,#E8E4C3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E4C3', endColorstr='#E8E4C3',GradientType=1 ); /* IE6-9 */
}

.sideCorner.salonArea .sideCornerTitle {
    height: 60px;
    padding: 5px 35px 0px 10px;

    background-image: url("../img/topics/dr-junko_header.gif");
    background-repeat: no-repeat;


    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.sideCorner.salonArea .sideCornerTitle::before {
    content: "";
}

.sideCorner.salonArea .sideCornerBody {
    border-top: 3px solid #99CC00;
    padding-bottom: 0;
}

.sideCorner.salonArea .sideCornerBody a {
    padding: 5px 10px 0px 10px;
}

.sideCorner.salonArea .sideCorner__item + .sideCorner__item {
    border-top: 1px solid #99CC00;
}

.sideCorner.salonArea .sideCorner__body {
    font-size: 85%;
}

.sideCorner.salonArea .sideCorner__body p {
    word-break: normal;
    margin-bottom: 1px;
}

.sideCorner.salonArea .sideCorner__body .cp {
    color: #666;
    font-size: 90%;
}

.sideCorner.salonArea .sideCornerBody::after {
    background-color: #99CC00;
    height: 0px;
}

.sideCorner.salonArea > a:hover, .sideCorner.salonArea > a:active {
    text-decoration: none;
}

.sideCorner.salonArea .sideCorner__category {
    font-size: 110%;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/*----------------------------------------------------
    臨時対応：【Dr.純子のメディカルサロン】右カラム（記事＞画像）
----------------------------------------------------*/
.sideCorner__main {
    padding: 0;
}
.sideCorner__sub {
    padding: 4px 0px;
    width: 60px;
}
.sideCorner__main, .sideCorner__sub {
    display: table-cell;
    vertical-align: top;
}
.sideCorner__sub img {
    width: 90%;
}
.sideCorner__item a {
    display: table;
    table-layout: fixed;
    width: 95%;
    text-decoration: none;
}

/*----------------------------------------------------
    臨時対応：【家庭の医学】リンク集
----------------------------------------------------*/
.medicalLinkMap{
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.medicalLinkMapTitle{
    position: absolute;
    display: inline-block;
    top: -33px;
    left: -3px;
    padding: 5px 19px;
    height: 23px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 20px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.medicalLinkMap ul {
    margin: 0; 
    padding: 0;
}
.medicalLinkMap__item {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.medicalLinkMap__item + .medicalLinkMap__item {
    margin-left: 0px;
}
.medicalLinkMap__itemTitle{
    clear: both;
    display: block;

    color: #5383c3;
    border-radius: 0 30px 30px 0 / 0 30px 30px 0;
    box-shadow: 0 1px 10px 0 #5383c3;
    padding: 10px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #62c1ce;/*左線*/
    color: #62c1ce;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

/*----------------------------------------------------
    臨時対応：【家庭の医学】執筆者一覧
----------------------------------------------------*/
img.medicalLogo{
    display: inline;
}

.medicalWriterList {
    display: inline;

    margin-left: 20px;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    background-color: #0daacb;
    text-align: center;
    text-decoration: none !important;

    position: relative;
    top: -8px;
}

.medicalWriterList:hover {
    opacity: 0.7;
}

/*----------------------------------------------------
    臨時対応：【TD-Net】サイドバー
----------------------------------------------------*/
.tdnetListSidebar {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.tdnetListSidebar .MHLWList__icon {
  margin: 5px 0;
  padding: 1px 0.5em;
  font-size: 95%;
}

.tdnetListSidebar .MHLWList__publisher {
  margin-top: 0;
  font-size: 95%;
  /* font-weight: bold; */
  color: #888;
}
/*----------------------------------------------------
    臨時対応：【TD-Net】トップ画面
----------------------------------------------------*/
.newsList__publisher {
    margin-top: 0;
    font-size: 12px;
    color: #888;
}

/*----------------------------------------------------
    臨時対応：【What's New】ドラムロール削除
----------------------------------------------------*/
/*
.newArrival {
    position: relative;
    margin-top: 10px;
}
.newArrival__item {
    line-height: 40px;
    height: 30px !important;
    border: none !important;
}
*/

/*----------------------------------------------------
    臨時対応：【共通】サービス一覧ボタン
----------------------------------------------------*/
#smoothscroll .toSearvice {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 10px;
}

#smoothscroll .toSearvice a {
    display: block;
    background-color: #174487;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: solid 3px #174487;
    width: 70px;
    height: 70px;
}

#smoothscroll .toSearvice a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border:solid 1px #174487;
    width: 70px;
    height:70px;
}

#smoothscroll .toSearvice a img {
    margin: 0 auto;
    width: 48px;
    height: 48px;
}