@charset "utf-8";
/* CSS Document */
h2{ background-color:#DB2452;
	background: -moz-linear-gradient(top,#F8ACB5 0%,#DB2452) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8ACB5), to(#DB2452));
	border: 1px solid #EF8195;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	padding: 16px 0 16px 12px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;	  
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; 	 
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;	  
    -moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

div#doctor{margin:0 auto; padding:0 0 60px; width:1100px;}
div#doctorPhoto{float:left;}
div#doctorText{width:830px; float:right;}
div#doctorText p{margin:0 0 30px 0; padding:0;}


ul#Menu a.profile{background-position:left bottom;}

ul.profile_menu{margin:0 auto 40px; display:table; text-align:center;}
ul.profile_menu li{display:table-cell; margin:0; padding:0 8px;}
ul.profile_menu li a{display:block; border:1px solid #CCCCCC; padding:6px 6px 6px 20px; background:url(../common/arrow_down.png) no-repeat left center;}
ul.profile_menu li a:hover{background-color:#FDECEE; color:#CC0000; border:1px solid #CC0000; text-decoration:none;}

div.profile{margin:0 auto 40px; padding:12px; clear:both; width:1100px; border:1px solid #CCCCCC;}
div.profile .left{display:block; width:71%; float:left; text-align:left; line-height:1.6em;}
div.profile .left p{margin:0;}
div.profile .left p.jun{margin-top:16px;}
.profile p.maps{font-size:0.8em; text-align:right;}

div.profile .right{width:24%; float:right; text-align:right;}
	
div.profile h4{border-left:5px solid #FF3366; padding:2px 0 0 5px; margin:0; font-size:1.2em;} 

.profile .map{
	width:100%;
	height:180px;
	}

/* googlemapのストリートビューに出るエラー回避用 */
.profile .map img {
	max-width:none!important;
}
div.each_map img, div.googlemaps img {
	max-width:none!important;
}
/* 上記2つのセットでimgのmax-widthを打ち消します */

p.attent{font-size:0.8em; color:#669900;}

