@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
一覧ページ
-----------------------------------------------------*/

#contentDoctor {
	line-height:160%;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
}

.doctor {
	width:165px;
	height:325px;
	background:#faf6ec;
	margin:10px 5px 10px 15px;
	padding-bottom:5px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	float:left;
}
.doctor a {
	text-decoration:none;
	color:#333;
}
.doctor a:hover {
	color:#666;
}
.doctor img {
	padding:10px;
}



.category {
	background: #44ccff; /* Old browsers */
	margin:-30px 0 5px -5px;
	padding:3px;
	font-size:12px;
	
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	
	background:#66ccff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#3eccff', endColorstr = '#66ccff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#3eccff', endColorstr = '#66ccff')";
	background-image: -moz-linear-gradient(left, #3eccff, #66ccff);
	background-image: -ms-linear-gradient(left, #3eccff, #66ccff);
	background-image: -o-linear-gradient(left, #3eccff, #66ccff);
	background-image: -webkit-gradient(linear, left top, right top, from(#3eccff), to(#66ccff));
	background-image: -webkit-linear-gradient(left, #3eccff, #66ccff);
	background-image: linear-gradient(left, #3eccff, #66ccff);

	position:relative;
	width:40%;
	text-align:center;
	zoom:1;
}
 
.category:before {
	content: ' ';
	position: absolute;
	z-index: -1;
	zoom:1;
	width: 0;
	height: 0;
	background: transparent;
	border-style:solid;
	border-width:15px;
	left: -14px;
	top:-16px;
	right:auto;
	border-color: transparent #999 transparent transparent;
	border-style:none\9;
}



.doctor .text {
	height:92px;
	overflow:hidden;
}

.doctor h2 {
	border-bottom:1px dotted #CCC;
	margin:5px 10px;
	padding:0 0 5px 0;
	font-size:14px;
	font-weight:normal;
}
.doctor p {
	font-size:12px;
	margin:5px 10px;
	line-height:150%;
}


/*-----------------------------------------------------
popup画面
-----------------------------------------------------*/
body.single-post_doctor {
	background:none;
	background-color:#faf4ea;
}
#popup {
	width:680px;
	margin:0 auto;
}

#TB_window {
	background-color:#faf4ea!important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom:10px;
}
#TB_ajaxWindowTitle {
	display:none!important;
}
#TB_title {
	background:none!important;
	position:relative;
	height:20px!important;
}
#TB_closeAjaxWindow {
	padding:0!important;
	margin:0!important;
	float:none!important;
	width:42px;
	height:42px;
	right:-23px;
	top:-16px;
	position:absolute;
}
#TB_closeAjaxWindow a {
	display:block;
	width:42px;
	height:42px;
	background:url(../images/doctor-story/close.png) no-repeat;
}
#TB_closeAjaxWindow a img {
	display:none;
}


.doctorEntry img {
	margin-bottom:10px;
}

.entryCategory {
	width:80px;
	text-align:center;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	float:left;
	padding:3px 5px;
	margin-right:1em;
	margin-top:4px;
	font-size:12px;
}
.doctorEntry h1 {
	font-size:22px;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
.doctorEntry h1 span{
	font-size:16px;
}
.doctorEntry p {
	margin:0.5em 0;
	font-size:12px;
	line-height:170%;
}

/*ページ送り*/
#popup .navigation {
	text-align:center;
	margin-top:1em;
	font-size:14px;
}
#popup .navigation .next,
#popup .navigation .prev {
	margin:0 1em;
}
#popup .navigation .prev a {
	background:url(../images/icon/icon_prev.gif) no-repeat left;
	padding-left:10px;
}
#popup .navigation .next a {
	background:url(../images/icon/icon_next.gif) no-repeat right;
	padding-right:10px;
}


/*-----------------------------------------------------
診療科別色分け
-----------------------------------------------------*/

.dc-internal-medicine .category,
.dc-internal-medicine .entryCategory {
	background:#66ccff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#3eccff', endColorstr = '#66ccff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#3eccff', endColorstr = '#66ccff')";
	background-image: -moz-linear-gradient(left, #3eccff, #66ccff);
	background-image: -ms-linear-gradient(left, #3eccff, #66ccff);
	background-image: -o-linear-gradient(left, #3eccff, #66ccff);
	background-image: -webkit-gradient(linear, left top, right top, from(#3eccff), to(#66ccff));
	background-image: -webkit-linear-gradient(left, #3eccff, #66ccff);
	background-image: linear-gradient(left, #3eccff, #66ccff);
}
.dc-surgery .category,
.dc-surgery .entryCategory {
	background:#c9ec83;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#bae04a', endColorstr = '#c9ec83');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#bae04a', endColorstr = '#c9ec83')";
	background-image: -moz-linear-gradient(left, #bae04a, #c9ec83);
	background-image: -ms-linear-gradient(left, #bae04a, #c9ec83);
	background-image: -o-linear-gradient(left, #bae04a, #c9ec83);
	background-image: -webkit-gradient(linear, left top, right top, from(#bae04a), to(#c9ec83));
	background-image: -webkit-linear-gradient(left, #bae04a, #c9ec83);
	background-image: linear-gradient(left, #bae04a, #c9ec83);
}
.dc-orthopedics .category,
.dc-orthopedics .entryCategory {
	background:#a9cb62;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#5da40b', endColorstr = '#a9cb62');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#5da40b', endColorstr = '#a9cb62')";
	background-image: -moz-linear-gradient(left, #5da40b, #a9cb62);
	background-image: -ms-linear-gradient(left, #5da40b, #a9cb62);
	background-image: -o-linear-gradient(left, #5da40b, #a9cb62);
	background-image: -webkit-gradient(linear, left top, right top, from(#5da40b), to(#a9cb62));
	background-image: -webkit-linear-gradient(left, #5da40b, #a9cb62);
	background-image: linear-gradient(left, #5da40b, #a9cb62);
}
.dc-obstetrics-gynecology .category,
.dc-obstetrics-gynecology .entryCategory {
	background:#ffcccc;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffa4a4', endColorstr = '#ffcccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffa4a4', endColorstr = '#ffcccc')";
	background-image: -moz-linear-gradient(left, #ffa4a4, #ffcccc);
	background-image: -ms-linear-gradient(left, #ffa4a4, #ffcccc);
	background-image: -o-linear-gradient(left, #ffa4a4, #ffcccc);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffa4a4), to(#ffcccc));
	background-image: -webkit-linear-gradient(left, #ffa4a4, #ffcccc);
	background-image: linear-gradient(left, #ffa4a4, #ffcccc);
}
.dc-pediatrics .category,
.dc-pediatrics .entryCategory {
	background:#ffcc33;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffa415', endColorstr = '#ffcc33');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffa415', endColorstr = '#ffcc33')";
	background-image: -moz-linear-gradient(left, #ffa415, #ffcc33);
	background-image: -ms-linear-gradient(left, #ffa415, #ffcc33);
	background-image: -o-linear-gradient(left, #ffa415, #ffcc33);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffa415), to(#ffcc33));
	background-image: -webkit-linear-gradient(left, #ffa415, #ffcc33);
	background-image: linear-gradient(left, #ffa415, #ffcc33);
}
.dc-ophthalmology .category,
.dc-ophthalmology .entryCategory {
	background:#f1c1a8;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#d5997c', endColorstr = '#f1c1a8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#d5997c', endColorstr = '#f1c1a8')";
	background-image: -moz-linear-gradient(left, #d5997c, #f1c1a8);
	background-image: -ms-linear-gradient(left, #d5997c, #f1c1a8);
	background-image: -o-linear-gradient(left, #d5997c, #f1c1a8);
	background-image: -webkit-gradient(linear, left top, right top, from(#d5997c), to(#f1c1a8));
	background-image: -webkit-linear-gradient(left, #d5997c, #f1c1a8);
	background-image: linear-gradient(left, #d5997c, #f1c1a8);
}
.dc-urology .category,
.dc-urology .entryCategory {
	background:#6ab4e7;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#4c9ae0', endColorstr = '#6ab4e7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#4c9ae0', endColorstr = '#6ab4e7')";
	background-image: -moz-linear-gradient(left, #4c9ae0, #6ab4e7);
	background-image: -ms-linear-gradient(left, #4c9ae0, #6ab4e7);
	background-image: -o-linear-gradient(left, #4c9ae0, #6ab4e7);
	background-image: -webkit-gradient(linear, left top, right top, from(#4c9ae0), to(#6ab4e7));
	background-image: -webkit-linear-gradient(left, #4c9ae0, #6ab4e7);
	background-image: linear-gradient(left, #4c9ae0, #6ab4e7);
}
.dc-dermatology .category,
.dc-dermatology .entryCategory {
	background:#e7d46a;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#e7bb42', endColorstr = '#e7d46a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#e7bb42', endColorstr = '#e7d46a')";
	background-image: -moz-linear-gradient(left, #e7bb42, #e7d46a);
	background-image: -ms-linear-gradient(left, #e7bb42, #e7d46a);
	background-image: -o-linear-gradient(left, #e7bb42, #e7d46a);
	background-image: -webkit-gradient(linear, left top, right top, from(#e7bb42), to(#e7d46a));
	background-image: -webkit-linear-gradient(left, #e7bb42, #e7d46a);
	background-image: linear-gradient(left, #e7bb42, #e7d46a);
}
.dc-neurology .category,
.dc-neurology .entryCategory {
	background:#8fc4da;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#6cb2d4', endColorstr = '#8fc4da');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#6cb2d4', endColorstr = '#8fc4da')";
	background-image: -moz-linear-gradient(left, #6cb2d4, #8fc4da);
	background-image: -ms-linear-gradient(left, #6cb2d4, #8fc4da);
	background-image: -o-linear-gradient(left, #6cb2d4, #8fc4da);
	background-image: -webkit-gradient(linear, left top, right top, from(#6cb2d4), to(#8fc4da));
	background-image: -webkit-linear-gradient(left, #6cb2d4, #8fc4da);
	background-image: linear-gradient(left, #6cb2d4, #8fc4da);
}
.dc-rheumatism .category,
.dc-rheumatism .entryCategory {
	background:#e2e6e7;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#dedede', endColorstr = '#e2e6e7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#dedede', endColorstr = '#e2e6e7')";
	background-image: -moz-linear-gradient(left, #dedede, #e2e6e7);
	background-image: -ms-linear-gradient(left, #dedede, #e2e6e7);
	background-image: -o-linear-gradient(left, #dedede, #e2e6e7);
	background-image: -webkit-gradient(linear, left top, right top, from(#dedede), to(#e2e6e7));
	background-image: -webkit-linear-gradient(left, #dedede, #e2e6e7);
	background-image: linear-gradient(left, #dedede, #e2e6e7);
}