@charset "utf-8";

/*------------------------------------------------------ 
common
------------------------------------------------------*/
#container {
	background:url(../images/container_bg.jpg) top center no-repeat;
}

.section {
	padding-right:6px;
	margin-bottom:40px;
}



/*------------------------------------------------------ 
interview top
------------------------------------------------------*/
.section .read {
	padding:20px 10px 0;
}



/*------------------------------------------------------ 
doctor
------------------------------------------------------*/
.doctor-list {
	border-bottom:3px solid #D5D9D8;
	padding-right:0;
	margin:25px 6px 30px 0;
}

.doctor .section {
	padding-right:0;
	margin:25px 6px 0 0;
}

.doctor h3 {
	padding-left:16px;
	margin-bottom:15px;
	background:url(../../common/images/icon_circle.gif) no-repeat 0 5px;
	color:#3A87C5;
	font-size:120%;
	font-weight:bold;
}

.doctor .pic {
	float:right;
	margin:0 0 30px 20px;
}

.doctor .block {
	padding-left:10px;
	margin-bottom:30px;
}

.doctor p {
	margin-bottom:1em;
}

.doctor .btn {
	padding-left:4px;
}

.doctor .date {
	text-align:right;
}

.doctor .drname {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.ul_cafe {
	width: 400px;
}
.ul_cafe li {
	text-align: right;
	line-height: 50px;
	border-bottom: dashed 1px #CCC;
}
.ul_cafe li img {
	vertical-align: middle;
	float: none;
	margin: 0;
}

/*------------------------------------------------------ 
shidoi-resident
------------------------------------------------------*/
.hp_menu {
	width: 660px;
	margin: 0 0 10px 10px;
}
.hp_menu li {
	width: 210px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin: 0 10px 10px 0;
	text-align:center;
}
.hp_menu li a {
	display: block;
	background: url(../images/bg_menu_off.png) no-repeat;
	color: #444;
	text-decoration: none;
}
.hp_menu li a:hover {
	width: 210px;
	height: 34px;
	background: url(../images/bg_menu_on.png) no-repeat;
}

.shidoi-box {
	width: 320px;
	float: left;
}
.resident-box {
	width: 320px;
	float: right;
}

.shidoi,
.resident {
	padding-top: 20px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
}

.shidoi h3 {
	padding-left:16px;
	background:url(../../common/images/icon_circle.gif) no-repeat 0 center;
	color:#3A87C5;
	font-size:120%;
	font-weight:bold;
	margin-bottom: 10px;
}

.resident h3 {
	padding-left:16px;
	background:url(../../common/images/icon_circle2.gif) no-repeat 0 center;
	color:#378C30;
	font-size:120%;
	font-weight:bold;
	margin-bottom: 10px;
}

.shidoi .pic,
.resident .pic {
	display:table-cell;
	width:70px;
	padding:0 10px 0 3px;
}
/*IE7だけに適用*/
*+html .shidoi .pic,
*+html .resident .pic {
	display:inline;
	zoom:1;
}

.shidoi .title,
.resident .title {
	display:table-cell;
	width:230px;
	height:110px;
	vertical-align:top;
}
/*IE7だけに適用*/
*+html .shidoi .title,
*+html .resident .title {
	display:inline;
	padding-right:0;
	zoom:1;
}

.shidoi .title p,
.resident .title p {
	padding-left:5px;
}

.shidoi .btn,
.resident .btn {
	padding-top: 10px;
	text-align: center;
}

p.comment {
	margin-bottom:0;
	padding-right:6px;
	text-align:right;
}

.shidoi .date,
.resident .date {
	text-align:right;
}



/*------------------------------------------------------ 
interview
------------------------------------------------------*/
.name {
	color:#FF7800;
	font-weight:bold;
}

.name2 {
	color:#299540;
	font-weight:bold;
}

.name3 {
	color:#FF84AC;
	font-weight:bold;
}

.interview-header {
	display:table;
	margin:12px 7px 30px;
}

.interview-header .pic {
	display:table-cell;
	padding-right:20px;
}
/*IE7だけに適用*/
*+html .interview-header .pic {
	display:inline;
	zoom:1;
}

.interview-header .body {
	display:table-cell;
	vertical-align:top;
}
/*IE7だけに適用*/
*+html .interview-header .body {
	display:inline;
	zoom:1;
}

.interview-header h3 {
	margin-bottom:1em;
	color:#3A87C5;
	font-size:120%;
	font-weight:bold;
}

.interview-header p {
	margin-bottom:1em;
}

ul.profile {
	padding-bottom:30px;
}

ul.profile li dl {
	margin:0 3px;
}

ul.profile li dl dt {
	padding:0 0 10px 22px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	background:url(../../common/images/icon_circle.gif) no-repeat 6px 4px;
	color:#3A87C5;
	font-weight:bold;
}

ul.profile li dl dd {
	padding:0 6px;
}

.interview {
	padding:30px 0;
	border-top:3px solid #D5D9D8;
	border-bottom:3px solid #D5D9D8;
	margin:0 6px 30px 0;
}

.interview ul li {
	margin-bottom: 40px;
}

.interview ul li dl dt {
	clear:both;
	padding:0 0 10px 22px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	background:url(../../common/images/icon_circle.gif) no-repeat 6px 4px;
	color:#3A87C5;
	font-size: 13px;
	font-weight:bold;
}

.interview ul li dl dd {
	padding:0 6px;
	margin-top:1em;
}
.interview ul li dl dd:first-child {
	margin-top:0;
}

.interview ul li dl img {
	float:right;
	margin-left:10px;
}

.interview table.schedule {
	width:100%;
	border-collapse:collapse;
}

.interview table.schedule table {
	min-width:300px;
}
.interview table.schedule table th,
.interview table.schedule table td {
	padding:6px 8px;
	border:1px solid #CCC;
}

.interview table.schedule table th {
	width:60px;
	text-align:center;
	background:#EFEFEF;
	font-weight:bold;
}

.interview-footer {
	padding:10px;
	border:2px solid #4C94DB;
}

.interview-supplement {
	padding-top:30px;
	border-top:1px dashed #CCC;
	margin:0 7px 30px;
}


