@charset "UTF-8";

.content .left, .content .right {
	width: 445px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

.content .left, .clinicLeft {
	float: left;
}

.content .right, .clinicRight {
	float: right;
}

h3 {
	margin-bottom: 20px;
}

h3 img {
	width: 100%;
}


/* ↓↓↓お知らせ表示部分css↓↓↓ */
#newsWrap {
	width: 433px;
	height: 186px;
	padding: 5px;
	border: 1px solid #000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.clearfix2:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix2 {
	display:inline-block;
}

/* for macIE \*/
* html .clearfix2 {
	height:1%;
}

.clearfix2 {
	display:block;
}

ul#newsList li{
	font-size:14px;
	margin:0;
	padding:5px 0;
	line-height:120%;
	list-style-type:none;
}

ul#newsList li .title {
	vertical-align: top;
}

.up_ymd {
	color: #5CB531;
}

.title2 {
	display: block;
}
/* ↑↑↑お知らせ表示部分cssここまで↑↑↑ */

.consul_table {
	width: 100%
}

.noConsultation {
	font-size: 14px;
}

#clinic {
	background-image: url(../img/top/bg_about.png);
	background-repeat: no-repeat;
	background-position: 440px 110px;
	background-size: 250px;
	clear: both;
}


.clinicLeft {
	width: 440px;
	text-align: left;
}

.clinicLeft dl dt {
	padding: 3px;
	background-color: #006934;
	color: #fff;
	border-radius: 5px;
	width: 90px;
	text-align: center;
}

.clinicLeft dl .high {
	font-size: 22px;
	font-weight: bold;
}

.clinicLeft dl .low {
	margin-top: 20px;
}

.clinicLeft dl dd {
	margin-top: 10px;
}

.clinicRight {
	width: 230px;
	font-size: 14px;
}

.clinicRight ul {
	background-color: #5cb531;
	padding: 5px;
	border-radius: 5px;
}

.clinicRight .low {
	margin-top: 10px;
}

.clinicRight ul li {
	color: #fff;
	font-size: 12px;
}

.doctor dl dt {
	font-size: 22px;
	font-weight: bold;
}

.doctor dl dt .nameBig {
	font-size: 38px;
	margin-left: 15px;
}

.underDtted {
	border-bottom: 1px dotted #535d64;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.doctor .greetLink {
	width: 298px;
	margin: 55px auto 0px;
	display: block;
}

.access ul li:first-child {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.access .map {
	margin-top: 20px;
}

.access p {
	text-align: right;
	margin-right: 25px;
	font-size: 18px;
}

.access p a {
	color: #231815;
	text-decoration: none;
}

.access address {
	font-size: 16px;
	font-weight: bold;
}

.access address a {
	color: #231815;
	text-decoration: none;
}

.gmapLink a {
	color: #e60000 !important;
	font-size: 16px;
}

.access address .tel {
	font-size: 24px;
	font-weight: bold;
}

.access address .number {
	font-size: 46px;
	font-weight: bold;
	margin-left: 10px;
}
