@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / Daisan  ======================

	総合診療部紹介ページ
	 mainColumn

====================================================== */
/*	Date : 2012.01	*/


/* 見出し
 ------------------------------------ */
h2.staff_tit{
	margin:40px 0 0 0;
	color:#041861;
	display:block;
	line-height:300%;
	height:50px;
	width:745px;
	text-indent:70px;
	letter-spacing:0.1em;
	border-top:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
	background:url(../image/staff_icon.gif) left center no-repeat;
	background-color:#fafafa;
} 

h3.hospital{
	margin:50px 0 0px 0px;
	padding:13px 0 10px 10px;
	color:#041861;
	font-weight:bold;
	display:block;
	line-height:130%;
	letter-spacing:0.1em;
	border-top:1px #041861 solid;
	border-left:1px #041861 solid;
	border-right:1px #041861 solid;
	border-bottom:1px #041861 solid;
}

h4.tit{
	margin:35px 0 0 10px;
	padding:1px 0 2px 10px;
	color:#3b3b3b;
	font-weight:bold;
	display:block;
	line-height:130%;
	letter-spacing:0.1em;
	border-left:2px #358ceb solid;
} 

h5{
	margin:20px 10px 10px; 
	color:#041861;
	line-height:180%;
	padding:5px 5px 5px 15px;
	background:#f2f2f2;
	font-weight:bold;
	letter-spacing:0.05em;
} 



/* contents
 ------------------------------------ */
 
.content{ 
	margin:15px 0;
	padding:0 10px;
} 
.overview_txt{ 
	color:#3b3b3b;
	margin:20px 0;
	padding:0 0px;
	line-height:180%;
} 
.content ul{
	display:block;
	color:#3b3b3b;
	line-height:180%;
	list-style:none;
	margin:0 0 20px 15px;
} 
.content ul:last-child{
	display:block;
	color:#3b3b3b;
	line-height:180%;
	list-style:none;
	margin:0 0 35px 15px;
} 
.content ul li{
	margin:5px 0 0 10px;
	
} 
.posi{
	font-weight:bold;
} 

h3.hospital_link{
	margin:15px 0 0px 0px;
	padding:13px 0 10px 10px;
	color:#041861;
	font-weight:bold;
	display:block;
	line-height:130%;
	letter-spacing:0.1em;
	border-top:1px #041861 solid;
	border-left:1px #041861 solid;
	border-right:1px #041861 solid;
	border-bottom:1px #041861 solid;
	width:30%;
	float:left;
	margin-right:10px;
	background:url(../image/link_icon.gif) 90% center no-repeat;
}
h3.hospital_link a{
	color:#041861;
	text-decoration:none;
}
h3.hospital_link a:hover{
	color:#1031a9;
	text-decoration:underline;
}

.message_btn {
    width:400px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
    color:#fff;
    background-color:#7dbafd;
    border-radius:25px;
	letter-spacing:0.1em;
}
.message_btn:hover {
    width:400px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
    color:#fff;
    background-color:#5aa9ff;
    border-radius:25px;
	letter-spacing:0.1em;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.message a{
	width:400px;
	display:block;
	text-decoration:none;
	margin-right:auto;
	margin-left:auto;
}
.messageicon_size {
  font-size: 1.8em;
  margin:0 0 0 8px;
  display:block;
  vertical-align:bottom;
}




