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

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

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

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

#contents #price {
	padding:0px 25p;
}
/* 自費料金 */
#contents #jihi {
	padding-bottom:60px;
}
#contents #jihi p {
	line-height: 1.4em;
}
#contents #jihi table {
	padding:0.5em 0px;
	margin-bottom:1em;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1A19F;
}
#contents #jihi td {
	font-size: 23px;
	line-height: 1.4em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

#contents #price {
}
/* 自費料金 */
#contents #jihi {
	padding:0px 10px;
	padding-bottom:30px;
}
#contents #jihi p {
	line-height: 1.4em;
}
#contents #jihi table {
	padding:0.5em 0px;
	margin-bottom:1em;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1A19F;
}
#contents #jihi td {
	font-size: 16px;
	line-height: 1.4em;
}
}
