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

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height: 150%;
	font-family: "a-otf-jun-pro","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
a {
	/*opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
	/*opacity: .5;*/
/*	text-decoration: underline;
	color: #0062B4;
*/
}

.news_block a:hover {
	/*opacity: .5;*/
	text-decoration: underline;
/*	color: #FFFFFF; */
}

.sp_hide {
}
.pc_hide {
	display: none;
}

/*ボタン*/
a.button01{
	font-size:14px;
	width:70px;
	height:30px;
	padding:.5em 0em 0em 0em;
}

a.button01:hover{
	color: #fff;
}

/* インフル用 */
a.button10{
	border-color: #ff3300;
	border-style: solid;
    border-width: 1px;
	font-size:1.7em;
	color:#fff;
	display:inline-block;
	margin: 5px 0px 0px 0px;
	padding:0.6em 0.5em 0.5em 0.5em;
	text-align:center;
	background:#ff3300;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	width: 95%;
	line-height: 110%;
	float: left;
}

a.button10:hover{
	background:#ff0039bf;
}

/* 自己啓発支援金用 */
a.button11{
	border-color: #c77e30;
	border-style: solid;
    border-width: 1px;
	width:280px;
	font-size:1.2em;
	color:#674700;
	display:inline-block;
	margin: 0px 0px 0px 9px;
	text-align:center;
	background:#fcf3b7;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
}

a.button11:hover{
	background:#FCF6CE;
}

/* コロナ予約された方へ用 */
a.button12{
	border-color: #2196f3;
	border-style: solid;
    border-width: 1px;
	font-size:1.7em;
	color:#fff;
	display:inline-block;
	margin: 0px 0px 0px 0px;
	padding:0.7em 0.5em 0.7em 0.5em;
	text-align:center;
	background:#2196f3;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	width: 45%;
	float: left;
}

a.button12:hover{
	background:#03a9f4;
}

/* 新型コロナウイルス */
a.covid19{
	border-color: #ff3300;
	border-style: solid;
    border-width: 1px;
	width : 553px;
	font-size:1.5em;
	color:#fff;
	display:inline-block;
	margin: 5px 0px 0px 0px;
	padding:0.7em 0.5em 0.7em 0.5em;
	text-align:center;
	background:#ff3300;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
}

a.covid19:hover{
	background:#ff0039bf;
}

#font_small{
	font-size:0.7em;
}

/* 発熱外来 */
#hatsunetsu{
	box-sizing: border-box;
	border-color: #000;
	border-style: solid;
    border-width: 1px;
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	display:inline-block;
	margin: 5px 0px 0px 0px;
	padding:0.7em 0.5em 0.7em 0.5em;
	text-align:center;
	background:#FFF;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	width:100%;
	line-height: 30px;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/


#header_wrap {
	max-width: 100%;
	min-width: 1202px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(index/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	position:relative;
	z-index:10;
}
#header {
	width: 1202px;
	height: 587px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
/*ロゴ*/

#header h1 {
	width: 214px;
	height: 65px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 17px;
}

.bn_100th{
	width:70px;
	height:65px;
	overflow:hidden;
	position:absolute;
	overflow: hidden;
	left: 234px;
	top: 17px;
}

/*キャッチ*/

#catch {
	position: absolute;
	top: 281px;
	width: 504px;
	left: 50%;
	margin-left: -257px;
	display:none;
}
/*電話番号*/

.head_tel {
	width: 274px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 58px;
}
/**/

.head_txtsize {
	width: 90px;
	height: 53px;
	position: absolute;
	overflow: hidden;
	top: 20px;
	right: 310px;
	z-index:100;
}
.head_txtsize dt {
	font-weight: bold;
}
.head_txtsize dd {
}
.head_txtsize table {
	width: 100%;
}
.head_txtsize table td {
	text-align: center;
}
/**/

.head_search {
	width: 300px;
	position: absolute;
	overflow: hidden;
	top: 9px;
	right: 420px;
}
.head_search dt {
	font-weight: bold;
	display:none;
}
/**/

.btn_sitemap {
	width: 136px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 250px;
}
/*メインメニュー*/

.main_menu {
	width: 1202px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-left: 1px solid #0062B4;
}
.main_menu li {
	list-style-type: none;
	float: left;
	display: inline;
}
.main_menu li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 137px;
	border-top: 1px solid #0062B4;
	border-bottom: 1px solid #0062B4;
	border-right: 1px solid #0062B4;
	box-sizing: border-box;
}
.mm01 a {
	width: 240px;
	background-image: url(index/menu01.png);
}
.mm01	 a:hover {
	width: 240px;
	background-image: url(index/menu01_on.png);
}
.mm02 a {
	width: 240px;
	background-image: url(index/menu02.png);
}
.mm02 a:hover {
	width: 240px;
	background-image: url(index/menu02_on.png);
}
.mm03 a {
	width: 240px;
	background-image: url(index/menu03.png);
}
.mm03 a:hover {
	width: 240px;
	background-image: url(index/menu03_on.png);
}
.mm04 a {
	width: 240px;
	background-image: url(index/menu04.png);
}
.mm04 a:hover {
	width: 240px;
	background-image: url(index/menu04_on.png);
}
.mm05 a {
	width: 240px;
	background-image: url(index/menu05.png);
}
.mm05 a:hover {
	width: 240px;
	background-image: url(index/menu05_on.png);
}
.mm06 {
	display:none !important;
}
#sub04 {
	background-image:url(index/sub04_hover.png);
	background-repeat: no-repeat;
}

#sub04:hover img {
    visibility: hidden;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap {
	clear: both;
	max-width: 100%;
	min-width: 1202px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #0062B4;
	color: #fff;
}
#footer {
	width: 1202px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#footer a {
	color: #fff;
}
/**/

.foot_menu {
	overflow: hidden;
	border-left: 1px solid #fff;
	margin-top: 12px;
	line-height: 16px;
}
.foot_menu li {
	list-style-type: none;
	float: left;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.foot_menu li a {
	color: #fff;
	overflow: hidden;
	padding: 0px 1em;
	text-decoration: none;
}
/**/

.foot_outline {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.foot_outline dt {
	font-weight: bold;
}
.foot_outline dd {
}
/**/

.foot_bn01 {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -54px;
}
/*copyright*/

.copy {
	text-align: center;
	overflow: hidden;
	margin: 1em auto;
}
/*-----------------------------------------------------------*/
/*メインコンテナ1*/

#contents1_wrap {
	clear: both;
	max-width: 100%;
	min-width: 1192px;
	margin: 0px auto;
	overflow: hidden;
}
#contents1 {
	width: 1192px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
/*お知らせ*/
.oshirase_icon{
	float:left;
}

.ichiran_icon{
	float:right;
}

.news_block {
	width: 600px;
	float: left;
	overflow: hidden;
	margin: 40px 0px 5px 0px;
}
.news_banner {
	margin: 0px 0px 10px 20px;
}
.news_list {
	width: 550px;
	height: 350px;
	margin: 0px 0px 0px 20px;
	overflow: auto;
	background-color: #E0ECF7; 
	padding: 0px 12px 12px 12px;
}
.news_list li {
	list-style-type: none;
	margin: 0.5em auto;
	overflow: hidden;
}
.news_list li dl {
	overflow: hidden;
	line-height: 25px;
    text-indent: -9em;
    padding-left: 9em;
}
.news_list li dl dt {
	float: left;
	display: inline;
}
.news_list li dl dd {
	float: left;
	display: inline;
	margin-left: 10px;
}
.news_list li div {
	clear: both;
	overflow: hidden;
	margin-top: 0.5em;
}

/**/
.news_list dl {
	list-style-type: none;
	margin: 0.5em auto;
	overflow: hidden;
}
.news_list dl dt {
	overflow: hidden;
	font-weight: bold;
	line-height: 25px;
    text-indent: -9em;
    padding-left: 9em;
}
.news_list dl dd{
	float: left;
	display: inline;
    padding-left: 0em;
}

/*右カラム*/

.right_column{
	width: 530px;
	float: right;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

/*外来のご案内*/

.gairai_block {
	width: 530px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}
.timetable {
	margin: 20px auto 20px auto;
	overflow: hidden;
	width: 500px;
}

.bn_ippan{
	margin: 10px auto 10px auto;
	overflow: hidden;
	text-align:center;
}

.bn_fujinka {
	margin: 10px auto 0px auto;
	overflow: hidden;
	text-align:center;
}
/*バナー*/

.banner_block {
	clear: both;
}
.banner_block ul {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 20px auto;
}
.banner_block ul li {
	list-style-type: none;
	width: 20%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-bottom:20px;
}

#seikei_banner {
	margin: 5px 0px 0px 0px;
}

#nyusen_banner {
	margin: 5px 0px 0px 0px;
	width: 574px;
}

#chiiki_banner{
	margin: 0px 0px 5px 5px;
}

/*-----------------------------------------------------------*/
/*メインコンテナ2*/

#contents2_wrap {
	clear: both;
	max-width: 100%;
	min-width: 1202px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #E0ECF7;
}
#contents2 {
	width: 1202px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
/*診療科のご案内*/

.class_block {
	overflow: hidden;
	margin: 40px 0px;
}
.class_list {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.class_list li {
	width: 20%;
	float: left;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 7px;
}
.a_class {
	width: 226px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}

.a_class .img{
	float:left;
	width:89px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:35px;
}

.a_class .txt{
	float:right;
	width:137px;
	padding-top:15px;
	overflow:hidden;
}

.a_class .txt dd{
	margin-top:1em;
	overflow:hidden;
	font-size:12px;
	padding-right:1em;
	text-align:justify;
	line-height:125%;
}

.a_class .btn_detail{
	clear:both;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
}

/*-----------------------------------------------------------*/

#slider_container{
	width:1588px;
	height:525px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-794px;
	z-index:0!important;
}

#slider_container li{
	list-style-type:none;
}

.bxslider{
	
}

#bx-pager{
	position:absolute;
	z-index:200;
	right:0px;
	top:220px;
	width:100px;
	text-align:center;
}

#bx-pager a{
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}



#bx-pager a img{
	border:4px solid #fff;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#bx-pager a.active img{
	border:4px solid #FFE599;
}

.bx-controls{
	display:none;
}

/*-----------------------------------------------------------*/
/* 公開講座情報 */

.kouza_base{
	display:inline;
}

#kouza_info{
	display:none;
	position:absolute;
	top:190px;
	left:280px;
	color:#fff;
	background-color:#2086C8;
	border:#1064A8 solid 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}

#kouza_info .lb{
	border-bottom:none !important;
	font-size:20px !important;
	line-height:40px;
	margin:0px auto;
	overflow:hidden;
}

#kouza_info .lb b{
	font-size:26px !important;
	margin:0px 20px 0px 0px;
}

#kouza_info div dl dt{
	float:left;
	overflow:hidden;
	margin:10px auto;
	font-size:16px;
	font-weight:bold;
}

#kouza_info a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#kouza_info a:hover {
	background-color:#FFF;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*-----------------------------------------------------------*/
/* スライド情報表示 */

.info1_base{
	display:inline;
}

#info1_title{
	text-align: center;
	font-size:30px;
}

.info1_base a {
	color: #ff2391;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
}

.info1_base a:hover {
	/*opacity: .5;*/
	text-decoration: underline;
}


#info1{
	font-size:18px;
	display:none;
	position:absolute;
	width:480px;
	top:200px;
	left:550px;
	color:#ff007f;
	background-color:#FFFFFF;
	border:#ff60af solid 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:18px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}

#info1_block{
	padding-top:15px;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
