@charset "UTF-8";


/* -----------------------------------------------------------------------------------------
                                          								書式
----------------------------------------------------------------------------------------- */
blockquote {
	padding: 10px 20px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.indent {
	text-indent: 1em;
}

.align_right {
	text-align: right;
}

/* グレーのディスクリスト */
ul.disk_gray {
	list-style: none;
}

ul.disk_gray li {
	list-style-image: url(../images/common/barret_list.png);
	margin-left: 2em;
	margin-bottom: 1.5em;
	font-size: 1.4rem;
}

ul.disk_gray li h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.disk_gray li p {
	margin-bottom: 0;
	padding-right: 1em;
}

/* ブルーのディスクリスト */
ul.disk_blue {
	list-style: none;
}

ul.disk_blue li {
	list-style-image: url(../images/common/barret_list-blue.png);
	margin-left: 2em;
	margin-bottom: 1.5em;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #333;

	&:last-child {
		margin-bottom: 0;
	}
}


/* 数字リスト */
ul.list-num {
	font-size: 1.4rem;
	margin: 0 0 0 1em;
}
ul.list-num li {
	list-style: decimal;
	margin-left: 1em;
}

/* アルファベットリスト */
ul.list-alpha {
	font-size: 1.4rem;
	margin: 1em 0 0 1em;
}
ul.list-alpha li {
	list-style: lower-alpha;
	margin: 0 0 1em 1em;
	padding-right: 1em;
}

/* アルファベットリストの中の数字リスト */
ul.list-alpha li ul {
	margin: 1em 0 0 1em;
	padding-right: 1em;
}
ul.list-alpha li ul li {
	list-style: decimal;
	margin: 0 0 1em 1em;
	padding-right: 1em;
}


/* ドットライン */
hr.dot_line {
	height: 10px;
	background: url(../images/common/dot_line.png) repeat-x left top;
	border: none;
}

/* h3見出し設定 */

#main h3.barret-blue {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../images/common/barret-blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}




/* green */
.border {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.6rem;
	text-shadow:0 0 2px rgba(150,150,150,.5) !important;
    border-top: 6px solid #F2F2F2;
    margin:38px 0 0;
    padding:0;
}
.border span {
    position: relative;
    top: -38px;
    padding: 0 10px;
    border-bottom: 6px solid #009394;
}

/* blue */
.border_blue {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 2.6rem;
	text-shadow:0 0 2px rgba(150,150,150,.5) !important;
    border-top: 6px solid #F2F2F2;
    margin:30px 0 0;
}
.border_blue span {
    position: relative;
    top: -42px;
    padding: 0 10px 4px 10px;
    border-bottom: 6px solid #92D5F7;
}

/* blue small */
.border_blue_small {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow:0 0 2px rgba(150,150,150,.5) !important;
    border-top: 6px solid #F2F2F2;
    margin:30px 0 0;
}
.border_blue_small span {
    position: relative;
    top: -30px;
    padding: 0 10px 4px 10px;
    border-bottom: 6px solid #92D5F7;
}


/* Firefox hack start */
@-moz-document url-prefix() {
	.border span {
    top: -39px;
	}
	.border_blue span {
    top: -43px;
}
}
/* Firefox hack end */


.title_round_greenBack {
	font-size: 1.8rem;
	background-color: #009394;
	color: #FFF;
	font-weight: normal;
	display: inline-block;
	/* width: 8em; */
	padding: 8px 24px;
	border-radius: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
	text-shadow:0 0 2px rgba(0,147,148,.5) !important;
}

span.tel {
	font-size: 1.8rem;
}

span.phone_num {
	font-size: 2.6rem;
	font-weight: bold;
	color: #009394;
	text-shadow:0 0 2px rgba(0,147,148,.5) !important;
}

span.phone_num2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #009394;
	text-shadow:0 0 2px rgba(0,147,148,.5) !important;
	padding-right: .5em;
}



/* 診療日・診療時間 */

.time_table_caption span.yoyaku a {
    position: relative;
    top: -4px;
	color: #FFFFFF;
	font-size: 1.8rem;
	background-color: #F573A5;
	padding: 5px 20px;
	border-radius: 16px;
	line-height: 1.3;
	text-decoration: none;
}

.time_table {
	width: 98%;
	font-size: 1.4rem;
	border: solid 1px #000;
	border-collapse: collapse;
	background-color: #FFF;
}

.time_table tr th,.time_table tr td {
	border: solid 1px #000;
	padding: 5px 10px;
	vertical-align: middle;
}

.time_table tr th {
	font-weight: normal;
	background-color: #D0EBFC;
}

.time_table tr th span {
	font-size: small;
}

ul.caption {
	font-size: 1.3rem;
}

ul.caption li {
	list-style: none;
	margin-bottom: 0.5em;
}

ul.time_table_caption {
	font-size: 1.4rem;
	list-style: none;
}

ul.time_table_caption li {
	display: inline;
	margin-right: .5em;
}


/* テーブル書式 */
.table {
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	margin: 0 auto 0;
    border-spacing: 0;
	border-collapse: separate;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}
.table th,
.table td {
    padding:10px 1em;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
	vertical-align: middle;
}
.table th {
    background:#eee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#000;
	white-space: nowrap;
	font-weight: normal;
}

.table td ul {
	margin-left: .5em;
}
	.table td ul li {
		list-style: disc;
		margin-bottom: 1em;
		margin-left: 1em;
	}
	.table td ul li:last-child {
		margin-bottom: 0;
	}


/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.table tr:first-child th:first-child,
.table tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.table tr:first-child th:last-child,
.table tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.table tr:last-child th:first-child,
.table tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.table tr:last-child th:last-child,
.table tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

caption {
	text-align: left;
}

caption:before {
	content: "●"
}

.nowrap {
	white-space: nowrap;
}

/* Mapの輪郭線 */
div#map-border {
	border: solid 1px #9E9E9E;
	margin-bottom: 20px;
	border-radius: 6px;
}


/* 角丸のBOX設定 */
.round-box {
	background-image: url(../images/top/bg_pickupArea.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 10px;
	border: solid 1px #92D5F7;
	border-radius: 6px;
	margin: 20px 0;
}

/* 注意書き */
.notice {
	font-size: 1.3rem;
	padding-left: 1em;
	margin-top: 1em;
}

.notice-red {
	font-size: 1.3rem;
	color: #FF0000;
	margin-top: 1em;
}

.notice_list {
	font-size: 1.3rem;
	padding-left: 2em;
	margin-top: 1em;
}

.notice_list li {
	margin-bottom: 0.5em;
}

/* 蛍光マーカー */
span.marker {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}




/* -----------------------------------------------------------------------------------------
                                          								インフォメーションNewマーク
----------------------------------------------------------------------------------------- */
.new {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/common/icon_new.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 40px;
	height: 14px;
	margin-left: 1em;
}



/* -----------------------------------------------------------------------------------------
                                          								コンテンツメインイメージ
----------------------------------------------------------------------------------------- */
.main-image {
	aspect-ratio: 148/22;
	width: 100%;
	overflow: hidden;
	background-color: #D0EBFC;
}

.main-image > img {
	display: block;
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------------------------------------------
                                          								画像設定
----------------------------------------------------------------------------------------- */
.photo_frame {
	border: 8px solid #FFFFFF;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 14px #B3B3B3;
	box-shadow: 0px 0px 14px #B3B3B3;
}

/* -----------------------------------------------------------------------------------------
                                          								タイムライン
----------------------------------------------------------------------------------------- */
.timeline {
	margin-bottom: 40px;
}

.timeline h3 {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 22px;
	margin-top: 22px;
}
.timeline-content > p {
	margin-top: -20px;
}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	list-style: none;
  }
  .timeline-date {
    width: 125px;
    float: left;
    margin-top: 20px;
    text-align: inherit;
    text-justify: inherit;
  }

  .timeline-date span {
	  font-size: x-small;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 6px #D0EBFC solid;
    padding-left: 30px;
	padding-bottom: 10px;
  }
  .timeline-content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #2DAAE1;
    position: absolute;
    left: 120px;
    top: 24px;
    border-radius: 100%;
  }


/* -----------------------------------------------------------------------------------------
                                          								サイド：診療日・診療時間
----------------------------------------------------------------------------------------- */
#side dl {
	font-size: 1.3rem;
}

#side dl dt:before {
	content: "● ";
}

#side dl dd {
	padding-left: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #BDCCD4;
}

.holiday {
	color: #F573A5;
}

h4.title_round {
	font-size: 1.4rem;
	color: #FFFFFF;
	background-color: #009394;
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
	border-radius: 12px;
	padding: 5px 0;
}

.phone {
	color:  #009394;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: dotted 1px #BDCCD4;
	letter-spacing: normal;
}

/* -----------------------------------------------------------------------------------------
                                          								インフォメーションリスト
----------------------------------------------------------------------------------------- */
#info_list {
}
ul#info_list li {
	width: 96%;
	margin: 0 2% 20px 2%;
	list-style: none;
	border-bottom: dotted 2px #999999;
	clear: both;
}

#info_list li h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	background-image: url(../images/common/barret-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#info_list li p {
	padding-left: 30px;
}

#info_list li .date {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0;
	font-weight: bold;
	float: left;
}
#info_list li .cate {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0;
	float: left;
	clear: right;
	padding-left: 1em;
}

.read_more a {
	display: block;
	width: 100px;
	padding: 5px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #666;
	text-align: center;
	margin: 0 0 20px;
	float: right;
	border: solid 2px #999999;
}

.read_more a:hover {
	color: #000;
	border-color: #666;
}

.date-single {
	margin-top: -30px;
	padding-left: 10px;
	font-size: 1.3rem;
	margin-bottom: 40px;
	font-weight: bold;
}

.cate-single {
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0;
	font-weight: normal;
}

.disp-no {
	display:none;
}


.info-area p {
	padding-left: 10px;
}


.cate a,
.cate-single a {
	color: #666;
}

.cate a:hover,
.cate-single a:hover {
	color: #FF931E;
}


/* 投稿内容の書式 */
.single-post #main section ul {
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-left: 1em;
}

.single-post #main section ul li {
	margin-bottom: 1em;
	margin-left: .5em;
}




/* -----------------------------------------------------------------------------------------
                                          								ギャラリー設定
----------------------------------------------------------------------------------------- */

.gallery-list {
	margin: 0 0 40px;
	padding: 0;
}
.gallery-list li {
	display: block;
	width: 178px;
	height: 178px;
	border: solid 1px #A0A0A0;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	/*-webkit-box-shadow: 0px 0px 14px #B3B3B3;
	box-shadow: 0px 0px 14px #B3B3B3;*/
}

.gallery-list li img {
	width: auto;
	height: 178px;
	display: block;
}

.gallery-list li:nth-child(4n+4) {
	margin-right: 0px;
}




/* -----------------------------------------------------------------------------------------
                                          								FAQ
----------------------------------------------------------------------------------------- */

#faq-block {
	margin-bottom: 40px;
	font-size: 1.4rem;
}

.single-faq {
	margin-bottom: 20px;
}

.expand-title {
	background-color: #F4F4F4;
	padding: 10px 20px 10px 60px;
	border-radius: 6px;
	cursor: pointer;
	background-image: url(../images/content/icon_q.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}

.faq-answer {
	padding: 20px;
	background-color: #FFF;
	border: dotted 4px #BDCCD4;
	border-radius: 6px;
	margin-left: 40px;
}

.faq-answer a {
	color: #FF931E;
}


/* -----------------------------------------------------------------------------------------
                                          								患者様の声
----------------------------------------------------------------------------------------- */

.wc-shortcodes-content {
	width: 96% !important;
	padding: 2% !important;
	font-size: 1.4rem !important;
	border-radius: 6px;
}

.wc-shortcodes-testimonial-author {
	font-size: 1.4rem !important;
}

/* 吹き出しの下
.wc-shortcodes-testimonial-left .wc-shortcodes-testimonial-content:after {
	border-right: 15px solid #FF0000;
}
*/




/* -----------------------------------------------------------------------------------------
                                          								カレンダー
----------------------------------------------------------------------------------------- */

/*
.ai1ec-field-label {
	width:auto !important;
}

.ai1ec-event-title {
	text-shadow: none;
	font-size: 1.3rem;
}

.ai1ec-event > .ai1ec-event-time {
	display: none;
}

.ai1ec-tooltip {
	display: none !important;
}

.ai1ec-event {
	margin-bottom: 5px !important;
	height: auto !important;
}
*/

.ai1ec-event span.ai1ec-event-title {
	font-size: 1.2rem !important;
	line-height: auto !important;
	color: #000 !important;
}



/* -----------------------------------------------------------------------------------------
                                          								問い合わせDL
----------------------------------------------------------------------------------------- */

#form-dl {
	font-size: 1.4rem;
	margin-bottom: 40px;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
	border-radius: 6px;
	background-image: url(../images/content/bg_form.png);
	background-position: left top;
	background-repeat: repeat-y;
}
dl#form-dl dt {
	border-radius: 0;
	float: left;
	padding: 1em 1.5em 1em 1em;
	width: 10em;
	margin: 0;
	clear: both;
	line-height: 1;
}
dl#form-dl dd {
	border-bottom: 1px solid #D4D4D4;
	padding: 1em 1em 1em 14em;
}

dl#form-dl dd:last-child {
	border-bottom: none;
}
dl#entry-form dt:nth-child(1){
	border-radius: 10px 0px 0px;
}
dl#entry-form dt:nth-last-child(2){
	border-radius: 0px 0px 0px 10px;
}


.must {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background-image: url(../images/content/must.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	margin-right: 5px;
}

dl#entry-form input,
dl#entry-form textarea {
	width: inherit;
	margin-bottom: 0;
}

.center-position {
	display: block;
	text-align: center;
	margin-bottom: 0 auto 40px;
}

.page-id-640 input[type="text"] {
    width: auto;
}



/* -----------------------------------------------------------------------------------------
                                          カレンダー書式
----------------------------------------------------------------------------------------- */
#calendar_wrap {
	margin-bottom: 40px;
	margin-top: -5px;
}

table#wp-calendar {
	width: 100%;
	font-size: 1.3rem;
	border-collapse: collapse;
	border-top: solid 1px #BDBDBD;
	border-bottom: solid 1px #BDBDBD;
}

table#wp-calendar caption {
	font-weight: bold;
}

table#wp-calendar caption:before {
	content: none;
}


table#wp-calendar tr th {
	border-bottom: solid 1px #BDBDBD;
	padding: .25em;
	text-align: center;
}
table#wp-calendar tr td {
	padding: .25em;
	text-align: center;
}

table#wp-calendar tr td.pad {
	background-color: #EEE;
}

table#wp-calendar tr td a {
	color:  #92D5F7;
}


table#wp-calendar tr td#today,
table#wp-calendar tr td#today a  {
	background-color: #92D5F7;
	color: #FFF;
}



@media screen and (max-width: 1000px) {


/* -----------------------------------------------------------------------------------------
																		  サイド：診療日・診療時間
----------------------------------------------------------------------------------------- */
#side dl {
	font-size: 1.5rem;
	width: 90%;
	margin: 0 auto 40px;
}

#side dl dt:before {
	content: "● ";
}

#side dl dt {
	float: left;
}

#side dl dd {
	padding-left: 12em;
}

/* 診療日・診療時間 */
.time_table {
	width: 100%;
	font-size: 1.2rem;
	margin: 0 auto;
}

.time_table tr th,.time_table tr td {
	border: solid 1px #000;
	padding: 5px;
	vertical-align: middle;
}

.time_table tr th span {
	font-size: xx-small;
}

ul.caption {
	font-size: 1.2rem;
}

ul.time_table_caption li {
	display: list-item;
	margin-right: 0;
	clear: both;
}

ul.time_table_caption li:last-child {
	margin-bottom: 20px;
}

ul.time_table_caption li {
	display: list-item;
	margin-right: 0;
	clear: both;
}



}



@media screen and (max-width: 768px) {


/* -----------------------------------------------------------------------------------------
                                          								サイド：診療日・診療時間
----------------------------------------------------------------------------------------- */
#side dl {
	font-size: 1.5rem;
	width: 80%;
	margin: 0 auto 40px;
}

#side dl dt:before {
	content: "● ";
}

#side dl dt {
	float: left;
}

#side dl dd {
	padding-left: 12em;
}

/* 診療日・診療時間 */
.time_table {
	width: 100%;
	font-size: 1.2rem;
	margin: 0 auto;
}

.time_table tr th,.time_table tr td {
	border: solid 1px #000;
	padding: 5px;
	vertical-align: middle;
}

.time_table tr th span {
	font-size: xx-small;
}

ul.caption {
	font-size: 1.2rem;
}

ul.time_table_caption li {
	display: list-item;
	margin-right: 0;
	clear: both;
}

ul.time_table_caption li:last-child {
	margin-bottom: 20px;
}

ul.time_table_caption li {
	display: list-item;
	margin-right: 0;
	clear: both;
}




}





@media screen and (max-width: 480px) {		/* -------------------------------------------------  480px以下用（スマートフォン用）の記述 */

blockquote {
	padding: 10px 2%;
}

/* green */
.border {
}
.border span {
    top: -39px;
}

/* blue */
.border_blue {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 2rem;
	text-shadow:0 0 2px rgba(150,150,150,.5) !important;
    border-top: 6px solid #F2F2F2;
    margin:30px 0 0;
}
.border_blue span {
    position: relative;
    top: -35px;
    padding: 0 10px 4px 10px;
    border-bottom: 6px solid #92D5F7;
}

/* h3見出し設定 */
#main h3.barret-blue {
	font-size: 1.6rem;
}


/* グレーのディスクリスト */
ul.disk_gray li h3 {
	font-size: 1.5rem;
}

.title_round_greenBack {
	font-size: 1.6rem;
	padding: 5px 10px;
	border-radius: 20px;
	margiun-bottom: 20px;
}

span.tel {
	font-size: small;
}

span.phone_num {
	font-size: 1.8rem;
	font-weight: bold;
	color: #009394;
}

.time_table_caption span.yoyaku a {
	position: static;
	font-size: 1.6rem;
	margin-top: 8px;
	margin-left: 0;
	margin-bottom: 10px;
	display: inline-block;
}

/* 診療日・診療時間 */
.time_table {
	width: 100%;
	font-size: 1.2rem;
	margin: 0 auto;
}

.time_table tr th,.time_table tr td {
	border: solid 1px #000;
	padding: 5px;
	vertical-align: middle;
}

.time_table tr th span {
	font-size: xx-small;
}

ul.caption {
	font-size: 1.2rem;
}

ul.time_table_caption li {
	display: list-item;
	margin-right: 0;
	clear: both;
}

ul.time_table_caption li:last-child {
	margin-bottom: 20px;
}

/* Mapの輪郭線 */
div#map-border {
	border: none;
}


/* -----------------------------------------------------------------------------------------
                                          								コンテンツメインイメージ
----------------------------------------------------------------------------------------- */
.main-image {
	width: 100%;
	height: auto;
	max-height: auto;
	position: inherit;
}

.main-image > img {
	/* width: 100%;
	max-width: 100%;
    height: auto;
	max-height: 100px; */
	position: inherit;
	object-fit: cover;
}

/* -----------------------------------------------------------------------------------------
                                          								タイムライン
----------------------------------------------------------------------------------------- */
.timeline h3 {
	font-size: 1.5rem;
	margin: 0px;
}
.timeline-content > p {
	margin: 0px;
}
  .timeline > li {
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
	list-style: none;
  }
  .timeline-date {
	  font-size: 1.4rem;
	  font-weight: bold;
		width: auto;
		float: none;
		margin: 0;
  }
  .timeline-content {
    width: 100%;
    float: none;
    border-left: none;
    padding-left: 0;
	padding-bottom: 10px;
	border-bottom: dotted 1px #666;
  }
  .timeline-content:before {
    display:none;
  }

/* -----------------------------------------------------------------------------------------
                                          								サイド：診療日・診療時間
----------------------------------------------------------------------------------------- */
#side dl {
	font-size: 1.5rem;
}

#side dl dt:before {
	content: "● ";
}

#side dl dt {
	float: left;
}

#side dl dd {
	padding-left: 12em;
}

/* -----------------------------------------------------------------------------------------
                                          								インフォメーションリスト
----------------------------------------------------------------------------------------- */

#info_list li h3 {
	font-size: 1.6rem;
	padding-left: 0px;
	background-image: none;
	overflow: inherit;
	width: inherit;
	text-overflow: inherit;
	white-space: inherit;
	-o-text-overflow: inherit;
}
#info_list li p {
	padding-left: 0px;
}

#info_list li .date {
	float: none;
	padding-left: 0px;
}
#info_list li .cate {
/*
	float:none;
	padding-left: 0em;
*/
}

/*#info_list li .cate:before {
	content: "[ ";
}

#info_list li .cate:after {
	content: " ]";
}
*/
.date-single {
	margin-top: -15px;
	margin-bottom: 20px;
}


.cate-single {
	padding-left: 0;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 0;
	font-weight: normal;
}


.disp-no {
	display: inherit;
}

.info-area p {
	padding-left: 0;
}


/* -----------------------------------------------------------------------------------------
                                          								ギャラリー設定
----------------------------------------------------------------------------------------- */

.gallery-list {
	margin: 0 0 40px;
	padding: 0;
}
.gallery-list li {
	width: 138px;
	height: 138px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	/*-webkit-box-shadow: 0px 0px 14px #B3B3B3;
	box-shadow: 0px 0px 14px #B3B3B3;*/
}

.gallery-list li img {
	height: 138px;
}

.gallery-list li:nth-child(4n+4) {
	margin-right: inherit;
}

.gallery-list li:nth-child(even) {
	margin-right: 0px;
}


/* テーブル設定 */
.table {
	zoom: 0.5;
}

.not-nowrap {/* 角丸テーブルth要素の折り返し設定 */
	white-space: normal !important;
}

.nowrap {
	white-space: inherit;
}

/* -----------------------------------------------------------------------------------------
                                         問い合わせDL
----------------------------------------------------------------------------------------- */
dl#form-dl {
	font-size: 1.4rem;
	background-image: none;
	width: 98%;
	margin: 0 auto;
	border: none;
}
dl#form-dl dt {
	width: auto;
	padding: 5px 5px 5px 10px;
	background-color: #D4D4D4;
	color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;
	float: none;
}

dl#form-dl dd {
	padding: 10px;
	border: none;
	margin-bottom: 20px;

}
dl#form-dl dt:nth-child(1),
dl#form-dl dt:nth-last-child(2) {
	border-radius: 5px;
}
dl#form-dl dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

dl#form-dl input,
dl#form-dl textarea {
	width: inherit;
	margin-bottom: 0;
}


/* -----------------------------------------------------------------------------------------
                                         患者様の声
----------------------------------------------------------------------------------------- */
.wc-shortcodes-testimonial-content {
	padding: 4% !important;
	width: 90% !important;
        max-width: none !important;
}


}
