﻿@charset "utf-8";
/* CSS Document */
.content_title2{
	margin:0px;
}
.content_title2 .title{
	line-height: 40px;
    margin: 20px 0 15px 0;
}
.content_title2 .title a:hover{
	text-decoration: none;
    color: rgb(216,145,000);
}
.showmtitle .title a font{
	transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	display: inline-block;
    font-size: 15px;
    padding: 0 5px 0px 0;
}
.showmtitle{
    padding: 0;
	border-bottom: 1px dashed #b7b5b5;
    padding-bottom: 8px;
    margin-bottom: 5px;
}
.showmtitle .title{
	margin-top:0px;
	font-size: 20px;
}
.showmlist_bg{
	padding:0 5px;
}
.showmlist_bg p
{
	font-size:1.5rem;
}
.showmlist{
    background-color: #FFF;
    width: 100%;
    display: block;
    padding: 5px 15px;
    border: 1px solid #DDD;
    color: #454444;
	    overflow:hidden;
		font-size: 2rem;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.showmlist:hover{
	color: #ffffff;
    text-decoration: none;
    background-color: #00b7ee;
}
/*------------------*/
/*shown3*/
.shown3_list{
	background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
	padding: 18px 20px;
}
.shown3_list_title{
    padding: 0;
}
.shown3_list_title a{
    color: #585858;
    font-size: 18px;
}
.shown3_list_title a:hover{
	text-decoration: none;

}

.shown3_list_list font{
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
	font-size: 12px;
    padding: 0 3px 0px 0;
}
/*醫師介紹*/
.doctor_list{
    margin-bottom: 25px;
	padding:15px;
    background-color: white;
    border: 1px solid #cecece;
	text-align:Center;
}
.projects img,
.doctor_list img{

    margin-left: 15px;
	height:auto;
    max-width: 230px;
	width:100%;
width:230px \9;
}
.doctor_list>ol{
	margin:0em 0em 0em 5em; 
	padding:0em; 
	    text-align: left;
	list-style:none; 
	    text-indent: -102px;
}
@media screen and (max-width:500px) {
.doctor_list img{
    float: none;
    margin-left: 0;
}
.doctor_list_image{ text-align:center;}
}

/*------------*/
.fb-like2{
    top: auto;
    margin-top: -60px;
}
.showmlist_doctor{padding: 0 2px;}
.showmlist_doctor .showmlist{
	margin-bottom: 4px;
}
@media screen and (max-width:767px) {
.fb-like2{
    top: auto;
    margin-top: -18px;
}
}
@media screen and (max-width:450px) {
.showmlist_doctor .showmlist{
    padding: 5px 10px;
    line-height: 18px;
}
.showmlist_doctor {
    padding: 0 2px;
}
}
.showmlist_doctor .showmlist{
   transition: all 0.2s ease;
}
.showmlistbtn_on{
    color: #ffffff;
    text-decoration: none;
    background-color: #50bfbf;
}
/*-----------*/
.index2title{
	color: #18a0a0;
}
.index2title font{
transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    font-size: 15px;
    padding: 0 5px 5px 0;
}