@charset "utf-8";


/* 研修医の募集 */

.houseman_btn {
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.houseman_btn img {
	margin: 0px 5px 0px 5px;
}

.blue {
color:#33B2BD;
}

/*研修医の特徴*/

.point table.kikan th {
	width: 80px;
	border: 1px solid #33B2BD;
	color: #33B2BD;
	font-weight: bold;
	text-align: cenater;
	padding: 5px;
}

.point table.kikan td {
	padding-left: 10px;
}

.point .photo_3 {
	width: 620px;
}

.point .photo_3 p {
	width: 195px;
	float: left;
	padding-right: 16px;
	display: block;
}

.point .photo_3 p.none {
	padding-right: 0px;
}

.point .photo_3 span {
	display: block;
}

.point .maT15 { margin-top: 15px;}
.point h5 strong { font-size: 110%;}



/*先輩研修医の声*/

.voice {
	border-bottom: 1px dotted #bbbbbb;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.noline {
	border: none;
}

.voice .voice_l {
	width: 200px;
	float: left;
}

.voice .voice_r {
	width: 400px;
	float: right;
}

.voice .copy {
	color: #33b2bd;
	font-size: 180%;
	line-height: 1.2em;
}

.voice .text01 {
	background-color: #e6e6e6;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 80%;
}

.voice .text02 {
	margin: 5px 0px 0px 0px;
}

.voice .text03 {
	margin: 5px 0px 0px 0px;
	font-size: 150%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}



/*指導医の声*/

.history {
	width: 100%;
	margin-top: 15px;
}

.history th {
	font-weight: normal;
	text-align: left;
	width: 100px;
}

.history caption {
	border: 1px solid #33b2bd;
	color: #33b2bd;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	text-align: left;
}


/*指導医の一日*/

.oneday {
}

.oneday .staff img {
	float: left;
}

.oneday .staff .text {
	float: right;
	width: 360px;
}

.oneday .staff .copy {
	color: #33b2bd;
	font-size: 155%;
	line-height: 1.4em;
	padding: 5px 0px 5px 15px;
}

.oneday .staff .name {
	text-align: right;
	border-top: 1px solid #c8c8c8;
	padding-top: 15px;
}

.oneday .staff .name span {
	font-size: 150%;
	padding-left: 15px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

.oneday .schedule dt {
	border-top: 1px dotted #33b2bd;
	border-bottom: 1px dotted #33b2bd;
	font-size: 150%;
	color: #33b2bd;
	padding: 10px 0px 8px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.oneday .schedule dt img {
	vertical-align: middle;
	padding-right: 5px;
}

.oneday .schedule dd {
	background-image: url(/medical/inc/images/houseman/oneday/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.oneday .schedule dd p {
	float: left;
	width: 340px;
	padding-left: 60px;
}

.oneday .schedule dd img {
	float: right;
}

.oneday .schedule dd.last {
	background-image: none;
}

.oneday .schedule dd.last p {
	padding-left: 0px;
	width: 400px;
}
.oneday .schedule dd p.box_long {
	width: 550px;
}

