
@charset "UTF-8";
@import "/modules/d3doctor/index.php?page=main_css";

#doctor_description {
	background-image: url(../imageData/doctor/doctor_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 5px 25px 5px;
	padding: 0 5px 5px 110px;
	border-bottom: 1px dotted #6FE1DD;
	font-size: 90%;
}
.topic_path {
	float: left;
	margin-left: 30px;
	padding: 0 10px 0 16px;;
	background: url('../img/icon_arrowP.jpg') no-repeat left bottom;
}

#post_preview {
	clear: both;
}
 
.about {
	clear: both;
	margin: 0 1em 1em 0;
}
.about h2 {
	padding-bottom: 0.5em;
	color: #0FB4A0;
	font-size: 110%;
}
.about strong {
	color: #EB1719;
	font-weight: normal;
}


form#search {
	width: 700px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #F7BFB9;
	border-bottom: 1px solid #F7BFB9;
	background-color: #fff3f3;
}
form#search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
form#search fieldset legend {
	display: none;
}

form#search fieldset.keyword {
	/*background: url('../img/uchinoko/title_search.jpg') no-repeat 20px 0;*/
	padding-left: 157px;
}
form#search fieldset.keyword input {
	width: 150px;
	font-size: 90%;
}
form#search fieldset.keyword p.search_comment {
	font-size: 10px;
}

form#search fieldset.detail {
	text-align: center;
}
form#search fieldset.detail p.search_comment {
	height: 25px;
	margin: 4px 0 8px;
	text-indent: -9999em;
	background: #f3c1bb url('../img/kuchikomi/search_detail.jpg') no-repeat 0 3px;
}
form#search fieldset.detail button {
	display: block;
	margin: 7px auto 0;
}

.total_posts {
	float: left;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #35beae;
}

table.forum {
	clear: left;
	width: 680px;
	margin: 3px 10px;
	padding: 3px;
}
table.forum thead th {
	font-size: 80%;
	text-align: right;
}
table.forum thead th.title {
	text-align: left;
}
table.forum thead th.post_count {
	width: 8em;
}
table.forum thead th.view_count {
	width: 8em;
}
table.forum thead th.updated_at {
	width: 15em;
}
table.forum thead th a {
	text-decoration: underline;
}
table.forum tbody th ,
table.forum tbody td {
	padding: 6px 0 2px;
	border-bottom: 1px dotted #6FE1DD;
	font-size: 95%;
}
table.forum tbody td {
	text-align: right;
}

table.forum tbody th {
	padding-left: 22px;
	background-position: left center;
}
.post.depth0 h2 ,
table.forum tbody th {
	padding-left: 22px;
	background-image: url('../img/kuchikomi/icon_goods.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

.d3forum.cat_id_3 #backnumbers .section
{
	clear: both;
	margin: 0.3em 1em;
	border-bottom: 1px dotted #B8D2C9;
	padding: 0.6em 0;
}

.d3forum.cat_id_3 #backnumbers .section
{
	clear: both;
	margin: 0.3em 1em;
	border-bottom: 1px dotted #B8D2C9;
	padding: 0.6em 0;
}
.d3forum.cat_id_3 #backnumbers .section h3
{
	float: left;
	margin: 0 0 0.5em;
	font-weight: normal;
}
.d3forum.cat_id_3 #backnumbers .section .datetime
{
	clear: none;
	float: right;
	margin: 0.5em 1em;
	font-size: 90%;
}
.d3forum.cat_id_3 #backnumbers .section p
{
	width: 70%;
	font-size: 90%;
	line-height: 1.6;
}

.page {
	clear: left;
	text-align: right;
}

/* postform */

form#postform {
	width: 670px;
	height: auto;
	padding: 15px;
}
form#postform table {
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
form#postform #subject {
	width: 60%;
}
form#postform textarea {
	width: 90%;
}
form#postform .category select {
	margin-right: 1em;
}

#post_preview {
	width: 670px;
	padding: 0 15px;
}
#post_preview dt ,
#post_preview dd {
	display: block;
	margin: 0;
	padding: 0.5em 0.8em;
}
#post_preview dt {
	background-color: #B1E2DE;
}
#post_preview dd {
	_height: 10em;
	min-height: 10em;
	border: 1px solid #B1E2DE;
	background-color: #E1F5F3;
}

#help {
	width: 670px;
	margin: 0 auto 2em;
	line-height: 1.8;
}
#help h2 {
	text-indent: -9999em;
	background: url('../img/knack.jpg') no-repeat;
}
#help dt{
	margin-top: 1em;
}
#help dd{
	text-indent: 1em;
}
#help em
{
	color: red;
}

/* post */

.post {
	float: right;
	clear: right;
	width: 630px /* under depth4*/ ;
	margin-right: 18px;
	margin-bottom: 0.8em;
	border: 1px solid #B1E2DE;
}
.post.depth0 { width: 670px; }
.post.depth1 { width: 660px; }
.post.depth2 { width: 650px; }
.post.depth3 { width: 640px; }

.post a {
	color: #35AA8F;
}

.post h2 {
	padding: 0.5em 0.6em;
	font-size: 100%;
	background-color: #B1E2DE;
}
.post.depth0 h2 {
	padding-left: 30px;
	font-size: 110%;
	background-position: 7px center;
}

.post dl.metadata {
	padding: 0.5em 0.6em;
	background-color: #DAEDEB;
}
.post dl.metadata dt ,
.post dl.metadata dd {
	display: inline;
}
.post dl.metadata dd {
	margin-right: 0.5em;
	padding-right: 0.4em;
	border-right: 1px solid;
}

.post .body {
	padding: 0.5em 0.6em;
	line-height: 1.6;
	background-color: #F6FCFC;
	overflow: auto;
}

.post ul.control {
	padding: 0.2em 0.6em;
	text-align: right;
	background-color: #DAEDEB;
}
.post.depth0 ul.control {
	background-color: #B1E2DE;
}
.post ul.control li ,
.post ul.control li form {
	display: inline;
	list-style: none;
}
.post ul.control li a {
padding: 0.1em 0.2em;
	border: 0;

	color: WindowText;

	background: url("../../../themes/petowa/img/back_btn.gif") no-repeat 0 0;
}
.doctor_caution {
	color: #FF0000;
	margin: 5px 0;
	font-size: 11px;
	padding-left: 100px;
}

#admin_panel {
	position: fixed;
	_position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
}

.submit input ,
.submit button {
	padding: 0;
	font-size: 100%;
}
#topic_pet {
	width: 80px;
}
#topic_gender {
	width: 80px;
}

/* topic block */
#d3doctor_description {
	/*background-image: url(../imageData/doctor/title_new_askDoctor.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 25px 0;
	margin-top:-28px;
	padding: 30px 5px 0 0;
}
.d3doctor_team_info_table td {
	padding: 5px 5px 5px 10px;
}
.d3doctor_team_info_1 {
	font-size: 14px;
	color: #30B0B0;
	text-decoration: underline;
	font-weight: bold;
	
}
.d3doctor_team_info_1 a{
	color: #30B0B0;
	
}
.d3doctor_team_info_2 {
	margin: 10px 0;
}
.d3doctor_team_info_3 {
	width: 100%;
	text-align: right;
}
.d3doctor_team_info_3 a {
	color: #FFA0A0;
}
#d3doctor_comment_count {
	width: 400px;
	margin: 15px 5px 5px 5px;
}
#d3doctor_comment_count p{
	color: #30B0B0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0 10px;
}

#ask_doctor_title {
	background: transparent url(../imageData/doctor/askDoctor_title.jpg) no-repeat scroll left bottom;
	padding: 0 0 0 165px;
	border-bottom: 1px dotted #6FE1DD;
	width: 535px;
	min-height: 36px;
	_height: 36px;
	font-size: 90%;
}
#ask_doctor_title p {
	width: 320px;
	padding: 0 10px;
	float: left;
}
a.new_post {
	float: right;
	clear: none;
	display: block;
	width: 145px;
	height: 33px;
	margin-right: 18px;
	_margin-right: 9px;
	text-indent: -9999px;
	background: url('../imageData/doctor/doctor_btn.jpg') no-repeat;
}
a.new_post:hover {
	background-position: 0px -33px;
}

#doctor_teams_infomation {
	background: url(../imageData/doctor/title_introduction.jpg) no-repeat scroll left top;
	width: 700px;
	margin: 10px 0;
	padding: 26px 0 0 0;
}
.doctor_teams_infomation_image {
	width: 200px;
	float: left;
	margin: 10px 5px 20px 0;
}
.doctor_teams_infomation_text {
	/*border:5px solid #A2EEDF;*/
	width: 450px;
	float: left;
	margin: 10px 5px 20px 5px;
	padding-top: 2px; height: 25px;
	font-weight: bold;
	font-size: 16px;
	color:#35BEAE;
	margin-left: 150px;
	text-align: center;
}
.doctor_teams_infomation_text h2 {
	color: #0FB4A0;
	font-size: 110%;
}

#d3doctor_termofuse_title {
	background: url(../img/icon_arrowP.jpg) no-repeat scroll left bottom;
	padding: 0 0 5px 15px;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #60B0B0;
}
#d3doctor_termofuse_title h2 {
	font-size: 14px;
}
#d3doctor_termofuse_section {
	margin: 15px 0;
	width: 700px;
	text-align: center;
	padding: 10px 0;
}
#d3doctor_termofuse_section textarea {
	width: 100%;
	margin: auto 0;
	font-size: 13px;
}
#d3doctor_termofuse_section p {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
#d3doctor_termofuse_submit_button {
	background: url(../imageData/doctor/doctor_btn.jpg) no-repeat scroll left top;
	display: block;
	width: 145px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}
#d3doctor_termofuse_submit_button:hover {
	background-position: 0 -33px;
}
.back_top_link {
	margin: 20px 0;
	padding-right: 20px;
	text-align: right;
}
.back_top_link a {
	color: #F07474;
	text-decoration: underline;
}

