@charset "utf-8";

/* ===================================================================

 コンテンツ｜田尻病院

 [1]トップページ：お知らせ
 [2]病院案内
 - 院長あいさつ
 - 病院概要
 - 基本理念
 - 沿革
 - 館内平面図
 [3]外来案内
 - 初診のご案内
 - 再診のご案内
 - 外来医師担当表
 - 検査のご案内
 [4]入院案内
 [5]診療科・部署案内
 [6]訪問看護
 [7]交通アクセス
 [8]求人情報

======================================================================
2015.04.04 sonoda
------------------------------------------------------------------- */
/*--------------------------------------------------------------------
	[1]トップページ：お知らせ
--------------------------------------------------------------------*/
.news-list{
	width: 100%;
	overflow:auto;
	height: 330px;
	/*height: 450px;*/
	/*height: 350px;*/
	/*height: 200px;*/
}
.news-list dt{
	float: left;
	clear: left;
	margin: 0px 0px 8px;
	padding-bottom: 8px;
}
.news-list dd{
	margin: 0px 0px 8px;
	padding: 0px 0px 8px 7em;
	border-bottom: 1px dotted #DDD;
	border-bottom: 1px solid #CCC;
}




.col-md-9{
	margin-bottom: 20px;
}

@media screen and (max-width:594px) { 
.bannerold img{
	width:100%;
	max-height:81px;

}
}


/*--------------------------------------------------------------------
	[2]病院案内 /hospital/
--------------------------------------------------------------------*/
.menu-box h3 {
	font-size: 16px;
}

.menu-box .thumbnail {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.menu-box .caption {
	padding: 5px;
}

.menu-box div:hover {
	background-color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.menu-box img {
	width: 100%;
	height: auto;
}

.menu-box-title {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #c0dafc 40%);
	padding: 0 15px 0 10px;
	text-align: left;
	border: none;
	color: #333;
}

.menu-box-title-pink {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #fac5da 40%);
	padding: 0 15px 0 10px;
	text-align: left;
	border: none;
	color: #333;
}

.menu-box-title-orange {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #fddfc7 40%);
	padding: 0 15px 0 10px;
	text-align: left;
	border: none;
	color: #333;
}

/*院長あいさつ /aisatu/*/
.aisatsu img {
	width: 100%;
	height: auto;
}

/*病院概要 /gaiyou/*/

/*基本理念 /rinen/*/
.rinen_bg {
	background: url(../hospital/img/rinen_02.png) no-repeat bottom;
	height: 460px;
	text-align: center;
	line-height: 180%;
	margin: 20px 0;
}

@media (max-width:768px) {
.rinen_bg {
	background-size: contain;
}
}

/*沿革 /enkaku/*/

/*館内平面図 /kannai/*/
.kannai h3 span {
	background: #104db6;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 10px;
	margin: 0 0 0 10px;
}

.kannai .f150 {
	font-size: 150%;
}



/*--------------------------------------------------------------------
	[3]外来案内 /gairai/
--------------------------------------------------------------------*/
/*初診のご案内 /syoshin/*/
/*再診のご案内 /saishin/*/
/*外来医師担当表 /tantou/*/
/*検査のご案内 /kensa/*/
.kensa ul {
	margin-left: -30px;
	font-weight: bold;
	font-size: 16px;
}

.kensa p {
	font-size: 14px;
}

.kensa .bg_call {
	border: #c9c9c9 1px solid;
	background: #f2f2f2;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.kensa .bg_call p span:before {
	content:"　";
	background: url(../gairai/img/kensa_ico_tel.png) 1px 6px no-repeat;
	margin: 5px;
}

.kensa .bg_call span {
	font-size: 24px;
	font-weight: bold;
}

.kensa .bg_kensa {
	background: url(../gairai/img/kensa_bg.png) no-repeat;
}

.kensa .bg_kensa p span {
	background: #5dc1bd;
	color: #fff;
	width: 100%;
	padding: 5px;
	margin: 0 5px;
	text-align: center;
	display: block;
}



/*--------------------------------------------------------------------
	[4]入院案内 /nyuin/
--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
	[5]診療科・部署案内 /shinryou/
--------------------------------------------------------------------*/
.menu-box-shinryou {
	text-align: center;
}

.menu-box-shinryou a {
	background: #4679d2;
	display: block;
	margin: 8px 0;
	padding: 15px 0 10px 0;
	line-height: 100%;
}

.menu-box-shinryou a:hover {
	text-decoration: none;
	background: #4679d2;
	background: -moz-linear-gradient(left,  #4679d2 0%, #5594dc 50%, #4679d2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4679d2), color-stop(50%,#5594dc), color-stop(100%,#4679d2));
	background: -webkit-linear-gradient(left,  #4679d2 0%,#5594dc 50%,#4679d2 100%);
	background: -o-linear-gradient(left,  #4679d2 0%,#5594dc 50%,#4679d2 100%);
	background: -ms-linear-gradient(left,  #4679d2 0%,#5594dc 50%,#4679d2 100%);
	background: linear-gradient(to right,  #4679d2 0%,#5594dc 50%,#4679d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4679d2', endColorstr='#4679d2',GradientType=1 );
}

.menu-box-shinryou h3 {
	font-size: 16px;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.menu-box-shinryou div {
	padding: 0 5px;
}


/*--------------------------------------------------------------------
	[6]訪問看護 /kango/
--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
	[7]交通アクセス /access/
--------------------------------------------------------------------*/
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*--------------------------------------------------------------------
	[8]求人情報 /kyujin/
--------------------------------------------------------------------*/
.kyujin_doctor .nav-tabs1,
.kyujin_nurse .nav-tabs1,
.kyujin_staff .nav-tabs1 {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.kyujin_doctor .nav-tabs1 { border-bottom: #104db6 2px solid; }
.kyujin_nurse .nav-tabs1 { border-bottom: #e5004f 2px solid; }
.kyujin_staff .nav-tabs1 { border-bottom: #ff6900 2px solid; }

.kyujin_doctor .nav-tabs2,
.kyujin_nurse .nav-tabs2,
.kyujin_staff .nav-tabs2 {
	display: table-row;
	table-layout: fixed;
	width: 100%;
}

.kyujin_doctor .nav-tabs2>li,
.kyujin_nurse .nav-tabs2>li,
.kyujin_staff .nav-tabs2>li {
	text-align: center;
	border-right: 1px #fff solid;
	margin: 0;
	display: table-cell;
}

.kyujin_doctor .nav-tabs2>li:last-child,
.kyujin_nurse .nav-tabs2>li:last-child,
.kyujin_staff .nav-tabs2>li:last-child {
	border-right: none;
}

.kyujin_doctor .nav-tabs2>li>a,
.kyujin_nurse .nav-tabs2>li>a,
.kyujin_staff .nav-tabs2>li>a {
	color: #fff;
	border: none;
	border-radius: 0px;
	margin: 0;
	display: block;
	padding: 6px 0 4px 0;
	text-decoration: none;
}

.kyujin_doctor .nav-tabs2>li>a { background: #609de5; }
.kyujin_nurse .nav-tabs2>li>a { background: #ff75a5; }
.kyujin_staff .nav-tabs2>li>a { background: #ffa15f; }

.kyujin_doctor .nav-tabs2>li>a:hover,
.kyujin_doctor .nav-tabs2>li.active>a,
.kyujin_doctor .nav-tabs2>li.active>a:hover {
	background: #104db6;
	border: none;
	color: #fff;
}

.kyujin_nurse .nav-tabs2>li>a:hover,
.kyujin_nurse .nav-tabs2>li.active>a,
.kyujin_nurse .nav-tabs2>li.active>a:hover {
	background: #e5004f;
	border: none;
	color: #fff;
}

.kyujin_staff .nav-tabs2>li>a:hover,
.kyujin_staff .nav-tabs2>li.active>a,
.kyujin_staff .nav-tabs2>li.active>a:hover {
	background: #ff6900;
	border: none;
	color: #fff;
}

.kyujin_doctor .nav-tabs2>li.active>a,
.kyujin_nurse .nav-tabs2>li.active>a,
.kyujin_staff .nav-tabs2>li.active>a {
	cursor: default;
}

.container:nth-child(3) .kyujin_doctor ul {
	margin: 0;
}

.kyujin_doctor th,
.kyujin_nurse th,
.kyujin_staff th {
	width: 20%;
}

.kyujin_doctor td,
.kyujin_nurse td,
.kyujin_staff td {
	text-align: left;
}

.kyujin_doctor .table span,
.kyujin_nurse .table span,
.kyujin_staff .table span {
	background: #20c89e;
	border-radius: 12px;
	color: #fff;
	padding: 0px 10px;
	margin: 0 5px 0 0;
	line-height: 1.8em;
}

.kyujin_doctor .table span.kyubo,
.kyujin_nurse .table span.kyubo,
.kyujin_staff .table span.kyubo {
	background: #e53737;
}

.form-table {
	font-size: 16px;
}

.kyujin_doctor .form-table th {
	background: url(../kyujin/img/form_mark_blue.png) no-repeat 10px 12px #dce7f4;
	border-bottom: #104db6 1px solid;
	padding: 6px 0 4px 25px;
}

.kyujin_nurse .form-table th {
	background: url(../kyujin/img/form_mark_pink.png) no-repeat 10px 12px #ffeef4;
	border-bottom: #e5004f 1px solid;
	padding: 6px 0 4px 25px;
}

.kyujin_staff .form-table th {
	background: url(../kyujin/img/form_mark_orange.png) no-repeat 10px 12px #ffe7d7;
	border-bottom: #ff6900 1px solid;
	padding: 6px 0 4px 25px;
}

.form-table td {
	padding: 10px 10px 20px 10px;
}

.form-table input,
.form-table textarea {
	padding: 5px;
	border: #d2d2d2 1px solid;
	border-radius: 4px;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-table input[type=radio],
.form-table input[type=checkbox] {
	width: auto;
	box-shadow: none;
	border: none;
}

.form-table .wd-min {
	width: 10%;
}

.form-table .wd-back {
	width: 25%;
	background: #ff8733;
	border: #ff7819 1px solid;
	box-shadow: none;
	color: #fff;
	padding: 10px;
}

.form-table .wd-next {
	width: 70%;
	background: #4ebd60;
	border: #38b44c 1px solid;
	box-shadow: none;
	color: #fff;
	padding: 10px;
}

.kyujin_nurse .message {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	padding: 20px 0 10px 0;
}

.toiawase-tel{
	text-align:center;
	font-size: 1.5rem;
	border: 1px solid #cdcbcb;
	background-color: #f2f0f0;
}
.toiawase-tel a{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2em;
}
.toiawase-tel p{
	margin: 0 10px;
}
.toiawase-tel h5{
	font-size: 2rem;
	font-weight: bold;
}




@media screen and (max-width:690px) { 
.kyuseiki_pic img{
	width:100%;
	max-height:450px;

}
}




/*--------------------------------------------------------------------
	[9]介護相談 /kaigo/
--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
	[10]院内保育園ゆりかご /yurikago/
--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
	[11]プライバシーポリシー /privacy/
--------------------------------------------------------------------*/
.container .privacy ul {
	list-style: disc;
	margin: 0 0 50px -10px;
}

.container .privacy ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

.privacy .name {
	text-align: right;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
}



@media (max-width:992px) {
}

@media (max-width:768px) {
.kyujin_doctor .nav-tabs2 li a,
.kyujin_nurse .nav-tabs2 li a,
.kyujin_staff .nav-tabs2 li a {
	height: 50px;
}
}

@media (max-width:460px) {

}



.menu-box_tokutyo h3 {
	font-size: 16px;
}

.menu-box_tokutyo .thumbnail {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.menu-box_tokutyo .caption {
	padding: 5px;
}



.menu-box_tokutyo img {
	width: 100%;
	height: auto;
}


.tamotsu {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 800;
	font-size: 16px;
	padding: 0px 0 0px 0;
}


.tantou-henkou {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.2em;
}