@import url("../../share.cr-cms.net/hp_agency/hpagency.css");
/*---------------------------
テンプレート
フラット04+01 ホワイト 1カラム
----------------------------*/
body {
	font-size: 16px;
	line-height:1.8;
	color: #555;
	font-family: Verdana, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents strong, 
#contents b {
	font-weight: bold;
	color: #1e99a8;
}

.mainContents a {
	color: #c7a423;
}

.mainContents a:hover {
	color: #A4881E;
}

/*マウスホバー時*/
#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover
{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}

/*背景*/
#wrap {
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #d2ebee;
    padding-top: 100px;
}

/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
/*タイトル*/
#title {
    width: 35%;
}
#title_body {
    padding-top: 20px;
}
#title h1 {
    margin: 0;
}
#title h1 a {
    background-image: url(../materials/157063535361301.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 300px;
    line-height: 60px;
	margin-right: 20px;
}

#title_outer {
    background: none;
}

/*グローバルナビゲーション*/
#topMenu {
    width: 65%;
}
#topMenu_outer {
    background: none;
    background-image: url(../materials/157191084071301.png);
    background-repeat: no-repeat;
    background-position: right top;
}
#topMenu .topMenu li {
    width: 20%;
}
#topMenu .topMenu li a {
	font-size: 17px;
	color: #555;
	line-height: 1.6em;
	border-left: none;
	letter-spacing: 0.05em;
	height: 25px;
	margin-top: 46px;
}

#topMenu .topMenu li:hover {
    background: none;
}

#topMenu .topMenu li:last-of-type a {
    border-right: none;
}
#topMenu .topMenu li a:hover {
    color: #1e99a8;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
    border-bottom: none;
    color: #555;
    background-image: url(../materials/157071610992901.png);
    background-repeat: no-repeat;
    background-size: auto;
    letter-spacing: 0.1em;
    background-position: center top;
    height: 100px;
    font-size: 28px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
}
	
.article_body.article_left h3, .article_body.article_right h3,
.mainContents .article h3, .mainContents div.gallery h3 {
	background-image: none;
	background:repeating-linear-gradient(-45deg, #EBF5F6, #d2ebee 3px, #d2ebee 3px, #EBF5F6 6px);
	font-size: 28px;
	color: #555;
	float: none;
	font-weight: normal;
	background-color: #d2ebee;
	letter-spacing: 0.15em;
	display: block;
	padding: 20px;
	width: 96%;
	border-radius: 14px;
}
	
.mainContents .article h4 {
	font-size: 26px;
	color: #1e99a8;
	letter-spacing: 0.05em;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d2ebee;
	padding-left: 2px;
	line-height: 1.5em;
	display: flex;
	font-weight: normal;
}
.mainContents .article h4::before{
    color: #d2ebee;
    content: "◆";
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
}
.mainContents .article h5 {
	font-size: 18px;
　　line-height: 1.5em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 7px;
	letter-spacing: 0.05em;
}

/*-------------------------------------------------
ギャラリー・画像
-------------------------------------------------*/
.article_body.article_center {
    width: 50%;
}
.mainArticles .article_right .image {
	margin-bottom: 30px;
	margin-left: 30px;
	width: 40%;
}

/*-------------------------------------------------
最新情報
-------------------------------------------------*/
.mainTopics .topics li .date {
    color: #333;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/* デフォルト */
.article table:not(.contactTable,linetbl) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100% !important;
}

.article table:not(.contactTable,linetbl) td,
.article table:not(.contactTable,linetbl) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.article table:not(.contactTable,linetbl) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*ノーマル*/
.article table.normalTbl {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table.normalTbl th {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: auto;
	line-height: 150%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
.article table.normalTbl td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 10px;
}

/* 診療時間 */
table.table2{
  border-collapse:collapse;
  width:100%;
}
table.table2 th {
  background: #efefef;
  color:#333;
  padding: 10px;
  text-align: center;
  border: solid 1px #d0d0d0;
}
table.table2 td {
  background:#ffffff;
  padding: 10px;
  color:#333;
  text-align: center;
  border: solid 1px #d0d0d0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "Yu Gothic", "游ゴシック", Osaka, sans-serif;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
/*リスト*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
font-size: 16px;
list-style-type: none;
margin-left:1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
    background-color: #1e99a8;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents {
    background: #d2ebee;
}
#sideContents_outer {
    padding: 30px 0;
}
.sideServices ul li a {
    color: #555;
}
/*お問い合わせボタン*/
#sideContact a {
    background: #1e99a8;
}

#sideContact a:hover {
    background: #85C7C8;
}

/*-------------------------------------------------
フリーhtml
-------------------------------------------------*/
.freeHtml_body {
	text-align: center;
}

.freeHtml img {
	margin-bottom: 10px;
}

/*-------------------------------------------------
パーツ
-------------------------------------------------*/
/*囲い */
div.envelope {
	background-color: #EBF5F6;
	border-radius: 14px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/*マーク付きリスト　リンク*/
ul.markList {
    padding-left: 3px;
}
ul.markList li {
    list-style-type: none;
    padding: 5px;
}
ul.markList li::before {
    color: #c7a423;
    content: "»";
    display: inline-block;
    font-size: 115%;
    margin-right: 2px;
}

/*順序リスト　リンク*/
ol.StyleOrderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 40px;
    line-height: 2;
}
ol.StyleOrderList li::before {
    background: #1e99a8;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 2em;
    margin-left: -40px;
    margin-right: 0.5em;
    text-align: center;
    width: 2em;
    font-family: monospace;
}
ol.StyleOrderList li {
    margin-bottom: 0.8em;
}

#mainContents_outer {
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
}
#mainImage_body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/*y予約*/
.freeHtml #contact-box {
    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 100;
    width: 60px;
}