@charset "utf-8";


#mainvis {
	width: 900px;
	margin: 0 auto;
}

#lead p {
	line-height: 1.7em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #001764;  /* momo modified 2015-05-10 */
}

#menu{margin-bottom:30px;}

#menu01 {
	float:left;
	width:595px;
}

#menu02 {
	float:right;
	width:290px;
}

#medical{
	width:290px;
}

#medical a{
	display:block;
	width:290px;
	height:18px;
	background-image: url(../../images/menu02_medical.jpg);
	background-repeat: no-repeat;
	color:#fff;
	text-decoration:none;
	padding-top:240px;
	text-align:center;
	background-color:#0075c1;
	font-size:16px;
}

#koryo{
	width:290px;
	float: right;
}

#therapeutie{
	width:290px;
	float: left;
}
#therapeutie a{
	display:block;
	width:290px;
	height:18px;
	background-image: url(../../images/menu03_radiology.jpg);
	background-repeat: no-repeat;
	color:#fff;
	text-decoration:none;
	padding-top:240px;
	text-align:center;
	background-color:#0075c1;
	font-size:16px;
}

dl#news_area{
	clear:both;
	width:555px;
	background-color: #ffffff;
	float:left;
	border-top:solid 6px #001764;
	padding:0px 0px 20px 0px;
}

dl#news_area #link_news{text-align:right;margin-top:-36px;margin-bottom:20px;font-size:15px;}
dl#news_area dt{padding:20px;font-weight:bold;font-size:20px;}
dl#news_area dd {margin:0px 20px 0 20px;}
dl#news_area dd table th{line-height:1.2em;
	padding:10px 10px 10px 0px;
	border-top:dotted 1px #ccc;
	vertical-align: top;
	font-size:12px;
}

dl#news_area dd a {
	color: #333;
}

dl#news_area dd table td{padding:10px 0px 10px 10px;border-top:dotted 1px #ccc;vertical-align: top;line-height:1.2em;font-size:15px;}

#top_right{width:320px; float:right;}


#top_right p#patient {
	float: left;
	width: 150px;
}


#top_right p#nyukyoku {
	float: right;
	width: 150px;
	margin-left: 20px;
}

#top_right p#hokokai {
	margin-top: 20px;
}

@media screen and (min-width: 641px) {	
	dl#news_area #newsList {
		height: 235px;
		padding-right: 5px;
		overflow-y: scroll;
	}
}

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

#mainvis {
	width: 100%;
}

#lead {
	padding: 0 10px;
}


#lead p {
	padding: 10px;
}

#menu01{
	width:290px;
	margin:0px auto;
	float: none;
}	

#menu01 li {
	margin: 15px 0 0 0;
}

#menu01 li:first-child {
	margin-top: 0;
}

#menu02{
	width:290px;
	margin:15px auto 0;
	float: none;
}	

#koryo,
#medical,
#therapeutie{
	float:none;
	text-align: center;
}

#medical a, 
#therapeutie a{
	padding-top:240px;
	text-align:center;
	font-size:12px;
}

dl#news_area{
	clear:both;
	width:100%;
	background-color: #ffffff;
	float:none;
	height: auto;
	border-top:solid 6px #001764;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;
}

#top_right{width:300px; float:none;margin:0px auto 0px auto;}
#top_right img{width:100%; height:auto;}

#top_right p#nyukyoku {
	width: 140px;
}

#top_right p#patient {
	width: 140px;
}

}
