@charset "utf-8";
/* CSS Document */

/* 治療料金ページ設定 */

#contents #jihi .pink { 
color:#F3A999
}

@media print,screen and (min-width: 768px){
/* PC用設定 */

#contents #price {
	padding-top:30px;
}
#contents #price h2 {
	margin-bottom:30px;
}
/* 保険診療 */
#contents #hoken {
	padding-bottom:30px;
}
#contents #hoken .table {
	margin-top: 1.5em;
	margin-left: 0em;
	margin-bottom: 1.5em;
	}
#contents #hoken .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
	}
#contents #hoken .table th {
	padding: 7px 1em 7px 1em;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#contents #hoken .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contents #hoken .table td {
	padding: 7px 5px 7px 5px;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#contents #hoken .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/* 自費料金 */
#contents #jihi {
	padding-bottom:60px;
}
#contents #jihi .section {
}
#contents #jihi h3 {
	margin-top:1em;
}
#contents #jihi ul {
}
#contents #jihi li {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

#contents #price {
	padding-top:15px;
}
#contents #price h2 {
	margin-bottom:10px;
}
/* 保険診療 */
#contents #hoken {
	padding-bottom:15px;
}
#contents #hoken .table {
	margin-top: 1.5em;
	margin-left: 0em;
	margin-bottom: 1.5em;
	}
#contents #hoken .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
	}
#contents #hoken .table th {
	padding: 7px 1em 7px 1em;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#contents #hoken .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contents #hoken .table td {
	padding: 7px 5px 7px 5px;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#contents #hoken .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/* 自費料金 */
/*
#contents #jihi {
	padding:0px 10px;
	background-image: url(../img/contents_bk_orange.png);
	background-size:27px;
}
#contents #jihi .section {
	background-color: #FFF;
	margin:0px;
	padding:30px 15px;
}
*/
#contents #jihi {
	padding-bottom:30px;
}
#contents #jihi .section {
}
#contents #jihi h3 {
	margin-top:1em;
}
#contents #jihi li {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
}
