@charset "utf-8";
@import "../common/css/0-import.css";
@import"../css/index.css";

#drivedoctor #main a:link,
#drivedoctor #main a:visited {
	color: #0B3388;
	text-decoration: underline;
}

#drivedoctor #main a:hover {
	color: #0B3388;
	text-decoration: none;
}


.dirvedoctor_head {
	width: 750px;
	height: 240px;
	position: relative;
}
.dirvedoctor_second {
	width: 750px;
	height: 128px;
	position: relative;
}


.dirvedoctor_head h2 {
	position: absolute;
	top: 0;
	left: 0;
}
.dirvedoctor_second h3 {
	position: absolute;
	top: 75px;
	left: 21px;
}

.dirvedoctor_head .lead {
	position: absolute;
	top: 93px;
	left: 31px;
	width: 478px;
	height: 66px;
}
.dirvedoctor_head .inquirybtn {
	position: absolute;
	top: 177px;
	left: 382px;
	width: 142px;
	height: 33px;
}
.dirvedoctor_second .inquirybtn {
	position: absolute;
	top: 67px;
	left: 499px;
}

.drivedoctor_inner {
	width: 710px;
	margin-left: 21px;
}

.drive_item {
	width: 450px;
	background: #EFEFEF;
	padding: 20px;
}
.drive_item th,
.drive_item td {
	text-align: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
	vertical-align: middle;
}
#drivedoctor img {
	display: inline;
	vertical-align: middle;
}
.drive_item td img {
	margin-right: 2px;
}
#drivedoctor h4 {
	background: #9ED9F6;
	padding: 7px 10px;
	margin: 30px 0 13px;
	font-size: 14px;
	clear: both;
}

table.drive_topics {
}
.drive_topics th,
.drive_topics td {
	padding: 5px 10px 5px 0;
	line-height: 1.4;
	vertical-align: middle;
}

.drive_topics th {
	text-align: left;
	padding: 5px;
}
.drive_topics th img {
	margin-right: 5px;
}
.alignright {
	text-align: right;
	clear: both;
}
.alignright a {
	padding-left: 15px;
	background: url(../common/img/icon01.gif) no-repeat left center;
}

.taglink {
	margin: 0 10px;
}

.taglink li {
	list-style: none;
	float: left;
	margin: 0 25px 10px 0;
}

/*------------------------------------*/
.taglink:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.taglink { display: inline-block; }
/* exlude MacIE5 \*/
* html .taglink { height: 1% }
.taglink {display:block;}
/* end MacIE5 */  
/*------------------------------------*/

.doctor_search {
	margin-bottom: 50px;
}

.doctor_search input {
	vertical-align: middle;
}

.doctor_search input[type="text"] {
	width: 145px;
	margin-right: 7px;
	height: 20px;
}

#main ul.btn01 {
	padding-left: 5px;
	margin-bottom: 12px;
}

#main ul.btn01 li {
	margin-right: 13px;
	float: left;
}

#main ul.btn01 li.mr0 {
	margin-right: 0;
}

table.drivedoctor_detail {
	width: 565px;
	margin-bottom: 15px;
	border: 7px solid #FFF;
	border-collapse: collapse;
	margin-left: -7px;
}
table.drivedoctor_answer {
	width: 565px;
	margin-bottom: 80px;
	border: 7px solid #FFF;
	border-collapse: collapse;
	margin-left: -7px;
}

.drivedoctor_detail th,
.drivedoctor_detail td,
.drivedoctor_answer th,
.drivedoctor_answer td {
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
	border: 7px solid #FFF;
}
.drivedoctor_detail th {
	background: #BCB9B8;
	width: 70px;
	padding: 15px;
}
.drivedoctor_detail td {
	background: #EFEFEF;
	padding: 15px;
}


.drivedoctor_answer th {
	width: 70px;
	padding: 15px;
}
.drivedoctor_answer td {
	padding: 15px;
}


.drivedoctor_answer td table {
	color: #000;
}
.drivedoctor_answer td table td {
	background-color: transparent;
	border: none;
}


/* inquiry用 */
table.inquiry_detail {
	width: 565px;
	margin-bottom: 15px;
	border: 7px solid #FFF;
	border-collapse: collapse;
	margin-left: -7px;
}
table.inquiry_answer {
	width: 565px;
	margin-bottom: 80px;
	border: 7px solid #FFF;
	border-collapse: collapse;
	margin-left: -7px;
}

.inquiry_detail th,
.inquiry_detail td,
.inquiry_answer th,
.inquiry_answer td {
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
	border: 7px solid #FFF;
}
.inquiry_detail th {
	background: #BCB9B8;
	padding: 15px;
}
.inquiry_detail td {
	background: #EFEFEF;
	padding: 15px;
}


.inquiry_answer th {
	padding: 15px;
}
.inquiry_answer td {
	padding: 15px;
}


.inquiry_answer td table {
	color: #000;
}
.inquiry_answer td table td {
	background-color: transparent;
	border: none;
}

.question th {
	background: #BBE3F9;
}
.question td {
	background: #EBF6FD;
}

.answer th {
	background: #F7C9DD;
}
.answer td {
	background: #FDEFF5;
}


