@charset "utf-8";
/*
Theme Name: lightning_child_sample
Theme URI: http://oita-medical-clinic.jp
Template: lightning
Description: Lightning Child
Author: medical_master
Tags: 
Version: 0.1.2
*/

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

/* メニューをロゴの下に表示 */
@media (min-width: 992px) {
　.navbar-header { height: 80px; }
  ul.gMenu {clear: both; float: none;}
  ul.gMenu li {width: 12%; } /* 14% */
}

/* グローバルメニューのフォントサイズ */
ul.gMenu li{
    font-size: 16px;
}
 
/* グローバルメニュー2行目のフォントサイズ */
.gMenu_description {
    font-size: 12px;
    line-height: 120%;
}

/* ホバー時の背景色 */
ul.gMenu li a:hover {
   background-color:#f5f5f5;
}

/* メニューサブのwidthと位置の調整　*/
ul.gMenu > li > ul.sub-menu li { 
   width: 160px; margin: 0; list-style: none; display: block; overflow: visible; position: relative; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); 
}
ul.gMenu > li > ul.sub-menu { 
   display: none; position: absolute; z-index: 1000; left: 75%; }

/* ロゴ右側の連絡先のブロック */
.logo-after {
    display: block;
    width: 260px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}


/* footer カスタマイズ */




/* テーブルのボーダーを消す　*/
   table.top_link,table.top_link td,table.top_link th{border:none;}

/* TOPへ戻るボタン（Go to top）*/
#page-top {
   display: block;
   position: fixed;
   z-index: 9999;
   bottom: -80px;
   right: 10px;
   width: 60px;
   height: 60px;
   padding: 0;
   border-radius: 50%;
   background-color: rgba(45,32,12,0.6);
　 opacity:0.5;
   color: #fff;
   font-size: 35px;
   text-align: center;
　 text-decoration: none;
   line-height: 60px;
   transition: .5s;
}
#page-top:hover {
  background-color:#2d200c;
}
#page-top:focus{
  outline: none;
}

/* お知らせの日付のカラー */
.post-date{color:#5ead3c;}

/* fontawesome */
.fa-red {color:red}
.fa-pink{color:pink}
.fa-blue{color:lightblue}
.fa-MediumBlue{color:#0000CD;}
.fa-yellow{color:khaki}
.fa-logo-green{color:#5ead3c;}

/* 追加ページ　装飾 */
p.camera-flow{color:#fff; font-size:16px; box-shadow: 3px 3px 3px #999999; font-weight:bold; width:300px; padding: 10px 15px 8px; background-color: #f1a2af; border-radius: 4px; }
p.camera-tell{border:solid 2px #f1a2af; font-size:16px; font-weight:bold;  width:300px; padding: 10px 15px 8px; border-radius: 4px; box-shadow: 3px 3px 3px #999999;}
p.sales_point{border:solid 2px #5ead3c; font-size:15px; font-weight:bold;  width:320px; padding: 8px 8px 8px; border-radius: 4px; box-shadow: 3px 3px 3px #999999;}

/* コピーライトを消す */
footer .copySection p:nth-child(2) {
    display:none !important;
}
/* キャプション　装飾*/
table.om-caption td {border:none;}

