@charset "UTF-8";


/* ヘッダ */
header {
}
header .top_header {
}


.about_ct .ct_img {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin: 0px 30px 0px 0px;
	max-width: 50%;
}
.about_ct .ct_img img {
	width: auto;
	height: auto;
}

.inspection a {
	font-weight: bold;
	color: #0d63c4;
}

article .price_cap {
	text-align: right;
}
article .price_cap:before {
	content: "※";
    color: #0d63c4;
}
article blockquote.res_table {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 30px;
}
article blockquote.res_table table {
	text-align: center;
	width: 100%;
}
article blockquote.res_table table thead th {
	color: #FFF;
	background: #765d32;
	border-left: 1px dotted #FFF;
	padding: 0.5em;
	white-space: nowrap;
	width: 25%;
}
article blockquote.res_table table thead th:first-child {
	border-left: none;
}
article blockquote.res_table table tbody tr td {
	background: #FFF;
	border-bottom: thin dotted #765d32;
	border-left: thin dotted #765d32;
	padding: 0.5em;
	text-align: center;
	white-space: nowrap;
}
article blockquote.res_table table tbody tr td:first-child {
	border-left: none;
}
article blockquote.res_table table tbody tr.even td {
	background: #f8f4e6;
}

article h4 {
	font-size: 2em;
	font-weight: 400;
	color: #0d63c4;
	padding: 0.3em 1em;
	background: #d0e1f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1em;
}

article dl.iconhead dt {
	background: url(../image/icon_listhead.gif) no-repeat 0px 5px;
	padding-left: 30px;
	list-style: none;
	font-weight: bold;
}
article dl.iconhead dd {
	margin: -1.5em 0px 1em;
	border-bottom: 1px dotted #765d32;
	padding: 0px 0px 1em 12em;
}
article dl.iconhead dd:last-child {
	margin: -1.5em 0px 0px;
	border-bottom: none;
	padding: 0px 0px 0px 12em;
}
article dl.iconhead dd p {
	display: inline-block;
	padding-right: 2em;
}
article dl.iconhead dd .textblue {
	display: inline-block;
	color: #0d63c4;
}






@media screen and (max-width: 1199px) {
article dl.iconhead dt {
	padding-left: 25px;
}
/* 神経外科
------------------------------------------------------------ */
article h4 {
	font-size: 1.6em;
}
article .ivdd .ivdd01,
article .ivdd .ivdd02 {
	margin-top: 30px;
}
}


@media screen and (max-width: 767px) {
.about_ct .ct_img {
	margin: 0px 15px 0px 0px;
}

article .ivdd h4 {
	font-size: 1.4em;
	padding: 0.3em 1em;
}

article dl.iconhead dd {
	margin: 0.5em 0px 1em;
	border-bottom: 1px dotted #765d32;
	padding: 0px 0px 1em 25px;
}
article dl.iconhead dd:last-child {
	margin: 1em 0px 0px;
	border-bottom: none;
	padding: 0px 0px 0px 25px;
}
article dl.iconhead dd p {
	display: block;
	padding-right: 0em;
}
article dl.iconhead dd .textblue {
	display: block;
}

}

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


}

@media screen and (max-width: 414px) {
.about_ct .ct_img {
	margin: 0px auto 1em;
	float: none;
	max-width: 80%;
}
}

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

}
