@charset "UTF-8";
/* CSS Document */
@media (min-width: 1020px) {}
/* 全体レイアウト
-------------------------------------------------------------- */
@media (min-width: 788px), print {}
@media (max-width: 787px) {}
/* 共通スタイル
-------------------------------------------------------------- */


html {
	font-size: 14px;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}
@media (min-width: 788px), print {
	.alignleft, img.alignleft {
		display: inline;
		float: left;
		margin-right: 20px;
		margin-top: 4px;
	}
	.alignright, img.alignright {
		display: inline;
		float: right;
		margin-left: 20px;
		margin-top: 4px;
	}
}
@media (max-width: 787px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.alignleft, img.alignleft {
		display: inline;
		float: left;
		margin-right: 10px;
		margin-top: 4px;
		max-width: 33.3%;
		height: auto;
	}
	.alignright, img.alignright {
		display: inline;
		float: right;
		margin-left: 10px;
		margin-top: 4px;
		max-width: 33.3%;
		height: auto;
	}
}
@media (min-width: 788px), print {
	#trailMenu {
		line-height: 3em;
	}
}
@media (max-width: 787px) {
	#trailMenu {
		line-height: 1.3em;
		font-size: 12px;
		padding-top: 5px;
	}
}
blockquote {
	padding: inherit 1em inherit inherit;
	margin: inherit;
	font-size: inherit;
	border: none;
}
/* 共通スタイル（編集領域内）
-------------------------------------------------------------- */
.entry-body p {
	/*
	padding-left: 2em;
	*/
}
.entry-body table {
	/*
	margin-left: 2em;
	*/
}
@media (max-width: 787px) {
	.entry-body .table-wrapper {
		overflow-x: scroll;
	}
	.entry-body table td, .entry-body table th {
		white-space: nowrap;
	}
}
.entry-body table.table-nobordered, .entry-body table.table-nobordered td {
	border: none;
}
.entry-body table td {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.entry-body td, .entry-body th {
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.entry-body td {
	vertical-align: top;
}
.entry-body th {
	font-weight: normal;
	background-color: #0E3192;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.entry-body .btn-margin {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* 箇条書き
------------------------------- */
.entry-body ul {}
.entry-body ul li {
	line-height: 1.6em;
}
.entry-body ol {}
.entry-body ol li {
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
.entry-body ul.list-column1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
.entry-body ul.list-column1 li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
	width: 100%
}
.entry-body ul.list-column1 li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
/* ２列表示 */
@media (min-width: 480px) {
	.entry-body ul.list-column2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 1em 0;
		width: 100%;
	}
	.entry-body .list-column2-wrapper ul.list-column2 {
		display: block;
	}
	.entry-body ul.list-column2 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
		width: 50%
	}
	.entry-body ul.list-column2 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
}
@media (max-width: 479px) {
	.entry-body ul.list-column2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}
	.entry-body ul.list-column2 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
		width: 100%
	}
	.entry-body ul.list-column2 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
}
/* ２列表示（左右分離） */
@media (min-width: 480px) {
	div.list-column2-wrapper {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}
ul.list-column2 {
	border-radius: 5px;
}
@media (min-width: 480px) {
	.entry-body ul.list-column2.list-column2-left, .entry-body ul.list-column2.list-column2-right {
		width: 50%;
	}
	.entry-body ul.list-column2.list-column2-left li, .entry-body ul.list-column2.list-column2-right li {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.entry-body ul.list-column2.list-column2-left {
		margin-bottom: 0;
	}
	.entry-body ul.list-column2.list-column2-right {
		margin-top: 0;
	}
}
@media (min-width: 788px), print {
	.entry-body ul.list-column3 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}
	.entry-body ul.list-column3 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
		width: 33.3%
	}
	.entry-body ul.list-column3 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
	.entry-body ul.list-column4 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}
	.entry-body ul.list-column4 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
		width: 25%
	}
	.entry-body ul.list-column4 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
}
@media (max-width: 787px) {
	.entry-body ul.list-column3 {
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}
	.entry-body ul.list-column3 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
	}
	.entry-body ul.list-column3 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
	.entry-body ul.list-column4 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}
	.entry-body ul.list-column4 li {
		margin: 0.5em 0;
		padding: 0 1em;
		font-size: 14px;
		line-height: 1.2em;
		width: 100%
	}
	.entry-body ul.list-column4 li a:before {
		content: "\f04b";
		font-family: FontAwesome;
		margin-right: 0.5em;
	}
}
/* クリッカブル箇条書き */
ul.parent {
	display: block;
	position: relative;
}
ul.parent > li {
	display: inline-block;
}
ul.parent li a:hover {
	text-decoration: none;
	cursor: pointer;
}
ul.parent ul.child {
	display: none;
}
ul.parent:hover ul.child {
	padding: 0.5em 1em;
	display: inline-block;
	position: absolute;
	z-index: 100;
	left: 7em;
	top: 1.5em;
	background-color: rgba(14, 49, 146, 1);
	/*
	background-color: rgba(255,255,255,0.8);
	*/
	list-style: none;
}
ul.parent:hover ul.child li {
	line-height: 2em; /*
	background-color: rgba(255,255,255,1);
	*/
}
ul.parent:hover ul.child li a {
	color: #ffffff;
}
ul.parent:hover ul.child li a:hover {
	text-decoration: underline;
}
ul.parent:hover ul.child li:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #ffffff;
}
@media (max-width: 787px) {
	ul, ol {
		padding-left: 2em;
	}
	ul li, ol li {
		margin-top: 0.3em !important;
		margin-bottom: 0.3em !important;
	}
}
.entry-body figcaption {
	padding: 0.2em;
}
/* アコーディオン */
.entry-body .panel-heading {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8ebf4);
	background: -moz-linear-gradient(#fff, #e8ebf4);
	background: -o-linear-gradient(#fff, #e8ebf4);
	background: -ms-linear-gradient(#fff, #e8ebf4);
	background: linear-gradient(#fff, #e8ebf4);
}
.entry-body .panel-body li {
	list-style: none;
}
.entry-body .panel-heading h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 0;
}
.entry-body .panel-heading h3 > a {
	display: block;
}
.entry-body .panel-heading h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.entry-body .panel-heading h4 > a {
	display: block;
}
/* スライダー共通 */
.slick-slider {
	/*
	display: none;
	*/
}
.slick-slider.slick-initialized {
	/*
	display: block;
	*/
}
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.boxtop-1 {
	padding: 10px;
	margin-bottom: 10px;
	border: 5px double #333333;
	border-radius: 10px;
}
.sample-box-9 {
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	border: 1px solid #ccc;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin: 2em 0;
	padding: 1em;
}
.sample-box-9-title {
	font-size: 1.2em;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	margin: 0 0 10px 0;
	border-bottom: 2px solid #999;
	text-align: center;
	color: #666;
	letter-spacing: 0.05em;
}
.under {
	text-decoration: underline;
}
/* 見出し（ＰＣ）
-------------------------------------------------------------- */
.entry-title h2 {
	margin-top: 0;
	background-color: #0E3192;
	line-height: 56px;
	font-size: 1.8em;
	color: #ffffff;
	padding-left: 27px;
	border-radius: 6px;
	margin-bottom: 1em;
}
h2.entry-title {
	margin-top: 2em;
	background-color: #0E3192;
	line-height: 56px;
	font-size: 1.8em;
	color: #ffffff;
	padding-left: 27px;
	border-radius: 6px;
	margin-bottom: 1em;
}
.entry-body h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.3em;
	color: #0E3192;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0E3192;
	padding-bottom: 0.3em;
}
.entry-body h4 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.15em;
	color: #0E3192;
	font-weight: bold;
	padding-bottom: 0.3em;
}
.entry-body h5 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #0E3192;
	font-weight: bold;
}
.entry-body h6 {}
/* 見出し（モバイル）
-------------------------------------------------------------- */
@media (max-width: 787px) {
	.entry-body h2 {
		margin-top: 1em;
		margin-bottom: 0.5em;
		line-height: 32px;
		font-size: 16px;
		padding-left: 0.6em;
		padding-right: 0.6em;
		border-radius: 3px;
	}
	.entry-title h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.entry-body h3 {
		font-size: 16px;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	.entry-body h4 {
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	.entry-body h5 {
		margin-top: 0.5em;
		margin-bottom: 0.2em;
	}
}
/* 共通デザインパーツ
-------------------------------------------------------------- */
@media (max-width: 787px) {
	.entry-body .btn {
		margin-bottom: 0.5em;
		max-width: 100%;
	}
}
.entry-body ul.heigh li {
	line-height: 2.4em;
}
.entry-body ul.bg-none {
	background-color: inherit !important;
}
.entry-body ul li.list-none {
	list-style: none;
}
.entry-body ol li.list-none {
	list-style: none;
}
.entry-body ul.list-bura1 {
	text-indent: -1em;
	padding-left: 1em;
}
.entry-body ul.list-bura1b {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.entry-body ul.list-bura2 {
	text-indent: -2em;
	padding-left: 2em;
}
.entry-body ul.list-check {
	list-style: none;
	padding-left: 3em;
	text-indent: -1.5em;
}
.entry-body ul.list-check li:before {}
.entry-body ul.list-check.list-check-danger li:before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #f9818f;
}

.entry-body ol {
	background-color: #f1f2f9;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
}

.entry-body ul.list-none {
	background-color: #f1f2f9;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	list-style: none;
}
@media (max-width: 787px) {
	.entry-body ul.list-none {
		padding-left: 1em;
	}
}
ul.inpage-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 1em 0;
}

ul.inpage-nav li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
}

ul.inpage-nav li img {
	display: none;
}
ul.inpage-nav li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
}


ul.inpage-nav_kou {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 1em 0;
	justify-content:space-around;
}

ul.inpage-nav_kou li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
}

ul.inpage-nav_kou li img {
	display: none;
}
ul.inpage-nav_kou li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
}






ul.inpage-nav02 {
	text-align: right;
	list-style: none;
	margin: 1em 0;
}
ul.inpage-nav02 li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
}
ul.inpage-nav02 li img {
	display: none;
}
ul.inpage-nav02 li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
ul.inpage-nav03 {
	list-style: none;
	margin: 1em 0;
}
ul.inpage-nav03 li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
}
ul.inpage-nav03 li img {
	display: none;
}
ul.inpage-nav03 li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.media-table {}
.media-table h4.media-heading {
	margin: 0;
}
.icon-play-white:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #ffffff;
}
.icon-play-blue:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #1a318b;
}
/* キャプション付きリキッドレイアウト */
@media (min-width: 788px), print {
	.image-requid {
		padding-left: 13.3%;
		padding-right: 13.3%;
	}
	.image-requid figcaption {
		min-height: 4em;
	}
}
@media (max-width: 787px) {
	.image-requid {}
	.image-requid figcaption {
		font-size: 10px;
		min-height: 4em;
	}
}
.image-requid {}
.image-requid .image-box {}
.image-box p.image, .image-box p.caption {}
@media (max-width: 787px) {}
/* ウィジェット
-------------------------------------------------------------- */
#side-info {
	font-family: Meiryo;
	background-color: #0e3192;
	color: #ffffff;
	font-size: 12px;
	padding: 9px;
	border-radius: 12px;
}
@media print {
	#side-info {
		font-size: 8px !important;
	}
	#side-info span {
		font-size: 10px !important;
	}
}
#side-info p {
	margin: 0;
	padding: 0;
}
#side-receptioncounter .btn-receptioncounter {
	background-color: #008837;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	padding-top: 15px;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
}
#side-receptioncounter .btn-receptioncounter:hover {
	opacity: 0.6;
}
#side-banners-1 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
@media (min-width: 788px), print {
	#side-banners-1 .banner-1 {
		width: 232.5px;
		height: 64px;
		padding-left: 10px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#side-banners-1 a:hover {
		text-decoration: none;
		opacity: 0.6;
	}
	#side-banners-1 .banner-1 p {
		color: #ffffff;
		line-height: 1.2;
		margin: 0;
	}
	#side-banners-1 .banner-1 p span {
		position: absolute;
		margin-top: -10px;
		margin-left: 5px;
	}
	#side-banners-1 .banner-1-0 {
		background: url(../images/side-banners-1-0.jpg);
		background-repeat: no-repeat;
	}
	#side-banners-1 .banner-1-1 {
		margin-top: 5px;
		background: url(../images/side-banners-1-1.png);
		background-repeat: no-repeat;
		text-shadow: 0px 2px 2px #00791c, 0px -2px 2px #00791c, 2px 0px 2px #00791c, -2px 0px 2px #00791C;
		background-size: contain;
	}
	#side-banners-1 .banner-1-2 {
		margin-top: 5px;
		background: url(../images/side-banners-1-2.png);
		background-repeat: no-repeat;
		text-shadow: 0px 2px 2px #001A87, 0px -2px 2px #001A87, 2px 0px 2px #001A87, -2px 0px 2px #001A87;
		background-size: contain;
	}
	#side-banners-1 .banner-1-3 {
		margin-top: 5px;
		background: url(../images/side-banners-1-3.png);
		background-repeat: no-repeat;
		text-shadow: 0px 2px 2px #F87685, 0px -2px 2px #F87685, 2px 0px 2px #F87685, -2px 0px 2px #F87685;
		background-size: contain;
	}
}
@media (max-width: 787px) {
	#side-banners-1 p {
		line-height: 1.4em;
		margin-bottom: 0;
		font-size: 12px;
	}
}
section#side-nav-main {
	margin-top: 10px;
	box-shadow: 0px 0px 2px;
}
section#side-nav-main .btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8ebf4);
	background: -moz-linear-gradient(#fff, #e8ebf4);
	background: -o-linear-gradient(#fff, #e8ebf4);
	background: -ms-linear-gradient(#fff, #e8ebf4);
	background: linear-gradient(#fff, #e8ebf4);
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	color: #0e3192;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-radius: initial;
}
@media print {
	section#side-nav-main .btn {
		font-size: 12px;
	}
}
#side-nav-main img {
	height: 30px;
	width: auto;
	margin-right: 10px;
}
@media print {
	#side-nav-main img {
		height: 20px;
		width: auto;
		margin-right: 5px;
	}
}
section#side-nav-main .btn + .btn-block {
	margin-top: 0;
	border-top: none;
}
section#side-nav-sub {
	margin-top: 10px;
}
#side-nav-sub a {
	text-decoration: none;
}
#side-nav-sub .btn-nav {
	list-style: none; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e5aa8+0,546db2+42,546db2+59,3e5aa8+100 */
	background: #3e5aa8; /* Old browsers */
	background: -moz-linear-gradient(top, #3e5aa8 0%, #546db2 42%, #546db2 59%, #3e5aa8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3e5aa8 0%, #546db2 42%, #546db2 59%, #3e5aa8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3e5aa8 0%, #546db2 42%, #546db2 59%, #3e5aa8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e5aa8', endColorstr='#3e5aa8', GradientType=0); /* IE6-9 */
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	padding-top: 15px;
	border-radius: 8px;
	text-align: center;
}
#side-nav-sub .btn-nav:hover {
	opacity: 0.6;
}
@media (min-width: 788px), print {
	#side-banners-2 a:hover {
		opacity: 0.6;
	}
	#side-banners-2 .banner-2-2 {
		margin-top: 5px;
	}
	#side-banners-2 .banner-2-3 {
		margin-top: 5px;
	}
	#side-banners-2 {
		margin-top: 10px;
	}
	#side-banners-2 .banner-2 {
		width: 232.5px;
		height: 64px;
		padding-top: 10px;
		padding-left: 10px;
		text-shadow: 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#side-banners-2 .banner-2 p {
		font-size: 16px;
		font-weight: normal;
		vertical-align: middle;
		border-top-style: solid;
		border-bottom-style: solid;
		border-width: 1px;
		padding: 6px 0;
	}
	#side-banners-2 a:hover {
		text-decoration: none;
		opacity: 0.6;
	}
	#side-banners-2 .banner-2 p {
		color: #ffffff;
		line-height: 1.2em;
		margin: 0;
	}
	#side-banners-2 .banner-2 p span {
		position: absolute;
		margin-top: -10px;
		margin-left: 5px;
	}
	#side-banners-2 .banner-2-1 {
		background: url(../images/side-banners-2-1.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#side-banners-2 .banner-2-2 {
		margin-top: 5px;
		background: url(../images/side-banners-2-2.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#side-banners-2 .banner-2-3 {
		margin-top: 5px;
		background: url(../images/side-banners-2-3.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#side-banners-2 .banner-2-1 p {
		color: #41b8d4;
		border-bottom-color: rgba(65, 184, 212, 0.4);
	}
	#side-banners-2 .banner-2-2 p {
		color: #054a5e;
		border-bottom-color: rgba(4, 55, 70, 0.4);
	}
	#side-banners-2 .banner-2-3 p {
		color: #0e3192;
		border-bottom-color: rgba(14, 49, 146, 0.4);
	}
}
@media (max-width: 787px) {
	#side-banners-2 .btn {
		white-space: normal;
	}
	#side-banners-2 p {
		line-height: 1.4em;
		margin-bottom: 0;
		font-size: 12px;
	}
}
/* 関連施設 */
section#side-relatedfacility {
	margin-top: 5px;
	border: 1px solid #0E3192;
	padding: 4px;
}
section#side-relatedfacility .side-relatedfacility-title {
	display: block;
	width: 100%;
	text-align: center;
	color: #0e3192;
}
section#side-relatedfacility .slick-slider {
	border-right: 7px solid #0E3192;
	border-left: 7px solid #0e3192;
}
section#side-relatedfacility .slick-slide {
	/*
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	*/
}
section#side-relatedfacility img {
	width: 100px;
	height: auto;
}
section#side-relatedfacility .slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 8px;
}
section#side-relatedfacility .slick-prev {
	left: -14px;
	height: 100%
}
section#side-relatedfacility .slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 8px;
}
section#side-relatedfacility .slick-next::before:hover {
	opacity: 0.5;
}
section#side-relatedfacility .slick-next {
	right: -14px;
	height: 100%
}
/* 外部リンク */
section#side-relatedlink {
	margin-top: 5px;
	border: 1px solid #0E3192;
	padding: 4px;
}
section#side-relatedlink .side-relatedlink-title {
	display: block;
	width: 100%;
	text-align: center;
	color: #0e3192;
}
section#side-relatedlink .slick-slider {
	border-right: 7px solid #0E3192;
	border-left: 7px solid #0e3192;
}
section#side-relatedlink .slick-slide {
	/*
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	*/
}
section#side-relatedlink img {
	width: 100px;
	height: auto;
}
section#side-relatedlink .slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 8px;
}
section#side-relatedlink .slick-prev {
	left: -14px;
	height: 100%
}
section#side-relatedlink .slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 8px;
}
section#side-relatedlink .slick-next::before:hover {
	opacity: 0.5;
}
section#side-relatedlink .slick-next {
	right: -14px;
	height: 100%
}
/* 院内専用 */
section#side-staffonly {
	margin-top: 10px;
}
#side-staffonly .btn-nav {
	list-style: none;
	height: 50px;
	color: #0e3192;
	font-size: 15px;
	padding-top: 15px;
	border-radius: 8px;
	text-align: center;
	border-color: #0e3192;
	border-style: solid;
	border-width: 1px;
	display: block;
}
#side-staffonly .btn-nav:hover {
	background-color: #0e3192;
	color: #ffffff;
}
/* テーブルタイプ
-------------------------------------------------------------- */
/* ヘッダー
-------------------------------------------------------------- */
header {
	box-sizing: border-box;
	border-top-style: solid;
	border-top-color: #c0cde6;
	border-top-width: 10px;
}
@media (min-width: 788px), print {
	header .headerlogoSection {
		height: 116px;
		padding-right: 10px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .headernavSection {
		padding-left: 60px;
	}
}
header .headernavSection .row1 {
	margin-top: 9px;
}
header .headernavSection .headernav-search {}
header .headernavSection input[name="q"] {
	width: 160px;
	height: 30px;
	border: none;
	border-style: solid;
	border-width: 1px;
	border-color: #1A318B;
	margin: 0;
}
header .headernavSection .headernav-search {}
header .headernavSection input[name="btnG"] {
	width: 30px;
	height: 30px;
	background-color: #0E3192;
	background-image: url(../images/header-search-btn.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position-x: 5px;
	background-position-y: 5px;
	border: none;
	margin: 0;
}
.headernav-search, .headernav-size, .headernav-access, .headernav-sitemap {
	vertical-align: bottom;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}
header .headernavSection .headernav-size {
	font-size: 13px;
	line-height: 31px;
}
header .headernavSection .headernav-size ul {
	margin-bottom: 0;
	padding-left: 10px;
}
header .headernavSection .headernav-size ul li {
	display: inline-block;
}
header .headernavSection .headernav-size ul li .btn {
	padding: 0;
}
header .headernavSection .headernav-size ul li .small {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	background-color: #929dcb;
}
header .headernavSection .headernav-size ul li .small:hover {
	background-color: #1A318B;
}
header .headernavSection .headernav-size ul li .medium {
	margin-left: 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background-color: #677cb9;
}
header .headernavSection .headernav-size ul li .medium:hover {
	background-color: #1A318B;
}
header .headernavSection .headernav-size ul li .large {
	margin-left: 5px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	color: #ffffff;
	background-color: #929dcb;
	text-align: center;
}
header .headernavSection .headernav-size ul li .large:hover {
	background-color: #1A318B;
}
header .headernavSection .row2 {
	margin-top: 32px;
}
header .headernavSection .headernav-access {
	height: 33px;
	width: 144px;
	padding-left: 16px;
	font-size: 13px;
	background-color: #1A318B;
	color: #ffffff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media print {
	header .headernavSection input[name="q"] {
		width: 80px;
		height: 15px;
	}
	header .headernavSection input[name="btnG"] {
		width: 15px;
		height: 15px;
	}
	header .headernavSection .headernav-size {
		font-size: 7px;
		line-height: 15px;
	}
	header .headernavSection .row2 {
		margin-top: 6px;
	}
	header .headernavSection .headernav-access {
		height: 16px;
		width: 72px;
		padding-left: 8px;
		font-size: 8px;
	}
}
header .headernavSection .headernav-access:hover {
	text-decoration: underline;
}
header .headernavSection .headernav-access img {
	width: 16px;
	height: 18px;
	margin-right: 9px;
}
header .headernavSection .headernav-sitemap {
	margin-left: 29px;
	font-size: 13px;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
header .headernavSection .headernav-sitemap:hover {
	text-decoration: underline;
}
header .headernavSection .headernav-sitemap img.icon-sitemap {
	margin-right: 4px;
	width: 12px;
	height: 17px;
}
header .headernavSection .headernav-sitemap img.icon-play {
	margin-left: 6px;
	width: 4px;
	height: 6px;
}
header .mainnavSection {
	height: 46px;
	background-color: #1a318b;
}
header .mainnavSection table.site-nav-header, header .mainnavSection table.site-nav-header tr, header .mainnavSection table.site-nav-header td {
	margin: 0;
	padding: 0;
}
header .mainnavSection table.site-nav-header {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
}
header .mainnavSection table.site-nav-header td {
	text-align: center;
}
header .mainnavSection table.site-nav-header td.home {
	width: 50px;
	background-color: #7f7f7f;
}
header .mainnavSection table.site-nav-header td.home:hover {
	background-color: #dddddd;
}
header .mainnavSection table.site-nav-header td.home img {
	width: 50px;
	height: auto;
}
header .mainnavSection table.site-nav-header td.navtxt {
	width: 20%;
}
header .mainnavSection table.site-nav-header td a {
	color: #ffffff;
	display: block;
	line-height: 46px;
}
header .mainnavSection table.site-nav-header td.navtxt:hover {
	background-color: #dddddd;
}
header .mainnavSection table.site-nav-header td.navtxt a:hover {
	color: #1A318B;
	text-decoration: none;
}
header .mainnavSection .site-nav-header-sep {
	height: 46px;
	width: auto;
}
@media (max-width: 787px) {
	header#siteHeader {
		padding-top: 10px;
	}
	header#siteHeader .mainnavSection {
		display: none;
	}
	#nav-drawer {
		position: relative;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display: none;
	}
	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}
	/*ハンバーガーアイコン */
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px; /*線の太さ*/
		width: 25px; /*長さ*/
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}
	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none; /*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0; /*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999; /*最前面に*/
		width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 330px; /*最大幅（調整してください）*/
		height: 100%;
		background: #fff; /*背景色*/
		transition: .3s ease-in-out; /*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%); /*左に隠しておく*/
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block; /*カバーを表示*/
		opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%); /*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
	}
	.mobile .nav-main-group {
		margin-top: 5px;
	}
	.mobile .nav-main {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
		background: -webkit-linear-gradient(#fff, #e8ebf4);
		background: -moz-linear-gradient(#fff, #e8ebf4);
		background: -o-linear-gradient(#fff, #e8ebf4);
		background: -ms-linear-gradient(#fff, #e8ebf4);
		background: linear-gradient(#fff, #e8ebf4);
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
		color: #0e3192;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
		border-radius: initial;
	}
	.mobile .nav-main img {
		height: 30px;
		width: auto;
		margin-right: 10px;
	}
	.mobile .nav-main .btn + .btn-block {
		margin-top: 0;
		border-top: none;
	}
	.mobile .nav-main .btn {
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		font-size: 15px;
		font-weight: bold;
		text-shadow: 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff;
	}
	.mobile .nav-main.nav-main-1 .btn {
		background-image: url(../images/mp-top-nav-main-1.png);
	}
	.mobile .nav-main.nav-main-2 .btn {
		background-image: url(../images/mp-top-nav-main-2.png);
	}
	.mobile .nav-main.nav-main-3 .btn {
		background-image: url(../images/mp-top-nav-main-3.png);
	}
	.mobile .nav-main.nav-main-4 .btn {
		background-image: url(../images/mp-top-nav-main-4.png);
	}
	.mobile .nav-main.nav-main-5 .btn {
		background-image: url(../images/mp-top-nav-main-5.png);
	}
	.mobile .nav-main.nav-main-6 .btn {
		background-image: url(../images/mp-top-nav-main-6.png);
	}
	.receptioncounter .btn-receptioncounter {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
		background: -webkit-linear-gradient(#fff, #e8ebf4);
		background: -moz-linear-gradient(#fff, #e8ebf4);
		background: -o-linear-gradient(#fff, #e8ebf4);
		background: -ms-linear-gradient(#fff, #e8ebf4);
		background: linear-gradient(#fff, #e8ebf4);
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
		color: #0e3192;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
		border-radius: initial;
	}
}
/* サブセクション（サイドバー）
-------------------------------------------------------------- */
/* フッター
-------------------------------------------------------------- */
@media (min-width: 788px), print {
	footer {
		margin-top: 10px;
		background-color: #1a318b;
		padding-top: 17px;
		padding-bottom: 17px;
	}
}
@media (max-width: 787px) {
	footer {
		background-color: #1a318b;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer-information {
		margin-top: 5px;
		font-size: 11px;
		text-align: center;
		background-color: #ffffff;
		border-top-style: solid;
		border-top-color: #cccccc;
		border-top-width: 1px;
		padding-top: 10px;
	}
	.footer-information p {
		line-height: 1em;
	}
	.footer-information p span {
		font-size: 10px;
	}
}
footer .addressSection {
	text-align: right;
	color: #ffffff;
}
footer .addressSection address {
	margin-bottom: 0;
}
footer .addressSection address a {
	color: #ffffff;
}
footer .copySection {
	text-align: right;
	color: #ffffff;
}
footer #hiddenbutton {
	display: none;
}
.home footer #hiddenbutton {
	display: inline;
	height: 1em;
	padding-bottom: 0.1em;
	margin-right: 0.3em;
}
footer #hiddenbutton-mp {
	display: none;
}
.home footer #hiddenbutton-mp {
	display: inline;
	height: 1em;
	padding-bottom: 0.1em;
	margin-right: 0.3em;
}
@media (max-width: 787px) {
	footer .addressSection {
		text-align: center;
	}
	footer .addressSection address {
		font-size: 12px;
	}
	footer .copySection {
		font-size: 7px;
		text-align: center;
	}
}
/* メインセクション
-------------------------------------------------------------- */
/* 固定ページ共通
-------------------------------------------------------------- */
/* シングルページ共通
-------------------------------------------------------------- */
/* 個別ページ
-------------------------------------------------------------- */
#entry-subheader {
	/*
	margin-top: 1.5em;
	*/
}
#entry-subheader h3 {
	border: none;
	margin-top: 1em;
	font-size: 1.5em;
}
/* トピックスページ共通
-------------------------------------------------------------- */
.topicks-number {
	text-decoration: underline;
	color: #0e3192;
	text-align: right;
}
.topicks-date {
	color: #0e3192;
	text-align: right;
}
.topicks-department:before {
	content: "\f0f8";
	font-family: FontAwesome;
	margin-right: 2px;
}
.topicks-department {
	color: #0e3192;
	font-size: 1.2em;
	padding-top: 0.9em;
}
.topicks-charge:before {
	content: "\f0f0";
	font-family: FontAwesome;
	margin-right: 4px;
}
.topicks-charge {
	text-align: right;
	font-size: 1.2em;
	color: #0e3192;
	margin-bottom: 0.5em;
}
.topicks-pic1 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topicks-pic2 {
	margin-top: 10px;
}
.topicks-pic2 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topicks-subcontent {
	padding-left: 1em;
}
.topicks-footer {
	text-align: right;
	font-size: 0;
}
.topicks-footer .tfooter-label {
	display: inline-block;
	font-size: 1rem;
	border-radius: 6px 0 0 6px / 6px 0 0 6px;
	background-color: #0e3192;
	color: #ffffff;
	border-color: #0e3192;
	border-style: solid;
	border-width: 1px;
	padding: 0.3em;
}
.topicks-footer .tfooter-link {
	display: inline-block;
	font-size: 1rem;
	border-radius: 0 6px 6px 0 / 0 6px 6px 0;
	border-color: #0e3192;
	border-style: solid;
	border-width: 1px;
	padding: 0.3em;
}
/* 診療科ページ共通
-------------------------------------------------------------- */
/* ページヘッター */
@media (min-width: 788px), print {
	.departments-pheader {
		box-shadow: 0px 0px 2px;
		margin-bottom: 2em;
	}
	.departments-pheader div.nav + div.nav {
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #cccccc;
	}
	.departments-pheader a.btn {
		display: block;
		line-height: 2em;
		padding-top: 0.5em;
		padding-bottom: 0.2em;
	}
	.departments-pheader a.btn:hover {
		background-color: #0e3192;
		color: #ffffff;
	}
	.departments-pheader a.btn:after {
		content: "\f144";
		font-family: FontAwesome;
		margin-right: 0.3em;
		color: #0e3192;
		margin-left: 0.3em; /*    margin:0 0 0 4px;
    content:" ";
    display:inline-block;
    width:18px;
    height:18px;
    background:url(../images/icon-circletriangle.png);    
    background-size:contain;
    vertical-align:middle;*/
	}
	.departments-pheader a:hover.btn:after {
		content: "\f144";
		font-family: FontAwesome;
		margin-right: 0.3em;
		color: #ffffff;
		margin-left: 0.3em;
	}
	.departments-pheader a {
		font-size: 16px;
		color: #1a318b;
	}
	.departments-pheader .icon-circletriangle {
		width: 1em;
		height: 1em;
		margin-left: 0.5em;
		margin-top: -0.2em;
	}
	.departments-pheader1 {
		margin-left: 33%;
		margin-right: 33%;
	}
	.departments-pheader2 {
		margin-left: 16.7%;
		margin-right: 16.7%;
	}
}
@media (max-width: 787px) {
	.departments-pheader {
		box-shadow: 0px 0px 1px;
	}
	.departments-pheader div.nav + div.nav {
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #cccccc;
	}
	.departments-pheader a.btn {
		display: block;
		line-height: 1.4em;
		padding-top: 0.3em;
		padding-bottom: 0.1em;
		font-size: 12px;
	}
	.departments-pheader a.btn:after {
		/*
	content: "\f144";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #0e3192;
	margin-left: 0.3em;
	*/
	}
	.departments-pheader a:hover.btn:after {
		content: "\f144";
		font-family: FontAwesome;
		margin-right: 0.3em;
		color: #ffffff;
		margin-left: 0.3em;
	}
	.departments-pheader a {
		font-size: 16px;
		color: #1a318b;
	}
	.departments-pheader .icon-circletriangle {
		width: 1em;
		height: 1em;
		margin-left: 0.5em;
		margin-top: -0.2em;
	}
	.departments-pheader1 {
		margin-left: 33%;
		margin-right: 33%;
	}
	.departments-pheader2 {
		margin-left: 16.7%;
		margin-right: 16.7%;
	}
}
/*
.departments-pheader .nav ul.child {
	display:none;
}
.departments-pheader .nav a.btn:hover + ul.child {
	display:block;
	position: absolute;
	top: 2.6em;
	left: 100px;
	list-style: none;
	background-color: rgba(255,255,255,1);
	padding-left:0.4em;
	color:#0e3192;
}
.departments-pheader .nav a.btn + ul.child li:before{
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color:#0e3192;
}
*/
/* ページフッター */
.departments-pfooter {
	clear: both;
	margin-top: 2em;
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
@media (max-width: 787px) {
	.departments-pfooter {
		margin-top: 0.5em;
	}
}
.departments-pfooter .pfooter-title {
	background-color: #1a318b;
	color: #ffffff;
	padding: 5px 0;
}
.departments-pfooter ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 4em;
	margin: 1em 0;
}
.departments-pfooter ul li {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 14px;
	line-height: 1.2em;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}
@media (max-width: 787px) {
	.departments-pfooter ul {
		padding: 0;
		margin: 0.5em 0;
	}
	.departments-pfooter ul li {
		padding: 0 0.5em;
	}
}
.departments-pfooter ul li:last-child {
	border-right: none;
}
/* 部門ページ共通
-------------------------------------------------------------- */
/* 部門一覧ページ */
.list-column2-group1 > ul, .list-column2-group2 > ul, .list-column2-group3 > ul, .list-column2-group4 > ul {
	margin: 0 !important;
}
.list-column2-group1 {
	background-color: rgba(0, 136, 55, 0.2);
	border-radius: 5px;
	margin: 1em 0;
}
.list-column2-group2 {
	background-color: rgba(249, 129, 143, 0.2);
	border-radius: 5px;
	margin: 1em 0;
}
.list-column2-group3 {
	background-color: rgba(26, 175, 208, 0.2);
	border-radius: 5px;
	margin: 1em 0;
}
.list-column2-group4 {
	background-color: rgba(255, 153, 0, 0.2);
	border-radius: 5px;
	margin: 1em 0;
}
/***** 診療担当表ページ共通 *****/
.main-doctor-table {}
.main-doctor-table h1 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 18px;
	color: #0E3192;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0E3192;
	padding-bottom: 0.3em;
}
.main-doctor-table h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 16px;
	color: #0E3192;
	font-weight: bold;
	padding-bottom: 0.3em;
	padding-left: 1rem;
}
.main-doctor-table .update {
	text-align: right;
}
table.table-doctor-basic, table.table-doctor-special {
	width: 100%;
}
.table-doctor-basic tr > th, .table-doctor-special tr > th {
	width: 13%;
}
.table-doctor-basic td, .table-doctor-special td {
	width: 14.5%;
}
.table-doctor-basic td, .table-doctor-basic th {
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.table-doctor-basic td {
	vertical-align: top;
}
.table-doctor-basic th {
	background-color: #0E3192;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.table-doctor-special td, .table-doctor-special th {
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.table-doctor-special td {
	vertical-align: top;
}
.table-doctor-special th {
	background-color: #0E3192;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.table-doctor-special2 td, .table-doctor-special2 th {
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.table-doctor-special2 td {
	vertical-align: top;
}
.table-doctor-special2 th {
	background-color: #0E3192;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
@media (min-width: 788px), print {
	.main-doctor-table .btn-winclose {
		background-color: #0E3192;
		color: #ffffff;
		display: none;
	}
}
@media (max-width: 787px) {
	.main-doctor-table .btn-winclose {
		display: none;
	}
}
/* カンファレンスページ共通
-------------------------------------------------------------- */
.entry-title2 {
	margin-top: 3em;
}
/* 連携医療機関一覧ページ共通
-------------------------------------------------------------- */
#main.page-iryoukikan div.left-box {
	float: left;
	width: 50%;
}
#main.page-iryoukikan div.right-box {
	float: right;
	width: 50%;
}
#main.page-iryoukikan div.left-box ul, #main.page-iryoukikan div.right-box ul {
	margin-top: 0;
	padding-top: 0;
	background-color: inherit;
}
#main.page-iryoukikan div.left-box ul li, #main.page-iryoukikan div.right-box ul li {
	padding-bottom: 1em;
}
#main.page-iryoukikan h3 {
	clear: both;
}
/* 新着情報一覧ページ共通
-------------------------------------------------------------- */
section.whats-new-all .btn-wahtsnewall {
	display: none !important;
}
section.whats-new-all ul.post {
	list-style: none;
}
section.whats-new-all ul.post li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}
section.whats-new-all .left {
	display: table-cell;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	width: 6em;
}
section.whats-new-all ul.whatsnew1 .left {
	width: 15em;
}
section.whats-new-all .right {
	display: table-cell;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
@media (max-width: 787px) {
	section.whats-new-all .left {
		display: block;
		padding-top: 0.4em;
		padding-bottom: 0;
		width: 100%
	}
	section.whats-new-all .right {
		display: block;
		padding-top: 0;
		padding-bottom: 0.4em;
		width: 100%
	}
}
section.whats-new-all .tab-content ul li div.title {}
section.whats-new-all li time.date {}
@media (min-width: 788px), print {
	section.whats-new-all .whatsnew1 li time.date:after {
		float: right;
		display: inline-block;
		width: 8em;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		line-height: 1.6em;
		padding-top: 0.2em;
		margin-top: -0.3em;
	}
	section.whats-new-all .whatsnew1 li.whatsnew2 .date:after {
		content: "病院のご案内";
		background-color: #008837;
	}
	section.whats-new-all .whatsnew1 li.whatsnew3 .date:after {
		content: "講座・イベント";
		background-color: #F9818F;
	}
	section.whats-new-all .whatsnew1 li.whatsnew4 .date:after {
		content: "医療関係の方";
		background-color: #1aafd0;
	}
	section.whats-new-all .whatsnew1 li.whatsnew5 .date:after {
		content: "その他";
		background-color: #ff9900;
	}
}
@media (max-width: 787px) {
	section.whats-new-all .whatsnew1 li time.date:before {
		display: inline-block;
		width: 8em;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		line-height: 1.6em;
		padding-top: 0.2em;
		margin-top: -0.3em;
		margin-right: 1em;
	}
	section.whats-new-all .whatsnew1 li.whatsnew2 .date:before {
		content: "病院のご案内";
		background-color: #008837;
	}
	section.whats-new-all .whatsnew1 li.whatsnew3 .date:before {
		content: "講座・イベント";
		background-color: #F9818F;
	}
	section.whats-new-all .whatsnew1 li.whatsnew4 .date:before {
		content: "医療関係の方";
		background-color: #1aafd0;
	}
	section.whats-new-all .whatsnew1 li.whatsnew5 .date:before {
		content: "その他";
		background-color: #ff9900;
	}
}
section.whats-new-all .btn-wahtsnewall {
	display: inline-flex;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 10px;
}
section.whats-new-all .btn-wahtsnewall:after {
	content: "\f04b";
	font-family: FontAwesome;
	margin-left: 4px;
}
section.whats-new-all .btn-wahtsnewall1 {
	background-color: #0E3192;
}
section.whats-new-all .btn-wahtsnewall2 {
	background-color: #008837;
}
section.whats-new-all .btn-wahtsnewall3 {
	background-color: #F9818F;
}
section.whats-new-all .btn-wahtsnewall4 {
	background-color: #1AAFD0;
}
section.whats-new-all .btn-wahtsnewall5 {
	background-color: #FF9900;
}
/* トピックス一覧ページ
-------------------------------------------------------------- */
ul.topicks {
	list-style: none;
}
ul.topicks li.topick {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}
ul.topicks .left {
	display: table-cell;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	width: 6em;
}
ul.topicks .left {
	width: 6em;
}
ul.topicks .right {
	display: table-cell;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
/* スタッフページ（診療科、部門共通）
-------------------------------------------------------------- */
.staff-winclose {
	display: none;
}
h4.staff-wintitle {
	text-align: right;
}
h4.staff-windepart {
	margin-top: 0;
	text-align: right;
}
table.staff-table td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	vertical-align: bottom;
}
table.staff-table td + td {
	padding-left: 2em;
}
/* 病院概要ページ（診療科、部門共通）
-------------------------------------------------------------- */
.kijyundetail:target {
	display: block;
}
.kijyundetail:not(:target) {
	display: none;
}
/* 隠しページ
-------------------------------------------------------------- */
.conter-wrap {
	opacity: 0.5;
	margin-top: 20px;
	text-align: center;
}
/* 印刷時調整
----------------------------------------------------*/
@media print {
	body {}
	a, a:visited {
		text-decoration: none;
	}
	a[href]:after {
		content: ""
	}
	abbr[title]:after {
		content: "";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	.main-doctor-table header {
		display: none;
	}
	.main-doctor-table footer {
		display: none;
	}
	.main-doctor-table .subSection {
		display: none;
	}
	.main-doctor-table .container {
		top: 0 !important;
		left: 0 !important;
		width: 172mm !IMPORTANT;
	}
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}
	.table-doctor-basic th, .table-doctor-basic td dl, .table-doctor-basic td dd, .table-doctor-basic td dt, .table-doctor-special th, .table-doctor-special td dl, .table-doctor-special td dd, .table-doctor-special td dt {
		white-space: normal;
		margin: 0;
	}
	.main-doctor-table img {
		max-width: 172mm !IMPORTANT;
	}
	.test {
		font-size: 12px;
		color: #3cb371;
	}
}
@media print {
	.hidden-xs {
		display: block !important;
	}
	.visible-xs-block {
		display: none !important;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.visible-md {
		display: none;
	}
	.hidden-md {
		display: block;
	}
	table.hidden-md {
		display: table;
	}
	tr.hidden-md {
		display: table-row;
	}
	th.hidden-md, td.hidden-md {
		display: table-cell;
	}
	.hidden-md.hidden-print {
		display: none;
	}
	.hidden-lg {
		display: none;
	}
	.visible-lg {
		display: block;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.visible-sm {
		display: none;
	}
	.hidden-sm {
		display: block;
	}
	table.hidden-sm {
		display: table;
	}
	tr.hidden-sm {
		display: table-row;
	}
	th.hidden-sm, td.hidden-sm {
		display: table-cell;
	}
	.hidden-sm.hidden-print {
		display: none;
	}
	.hidden-md {
		display: none;
	}
	.visible-md {
		display: block;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row;
	}
	th.visible-md, td.visible-md {
		display: table-cell;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.visible-xs {
		display: none;
	}
	.hidden-xs {
		display: block;
	}
	table.hidden-xs {
		display: table;
	}
	tr.hidden-xs {
		display: table-row;
	}
	th.hidden-xs, td.hidden-xs {
		display: table-cell;
	}
	.hidden-xs.hidden-print {
		display: none;
	}
	.hidden-sm {
		display: none;
	}
	.visible-sm {
		display: block;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell;
	}
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
	nonborder {
		border: none
	}
	
