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

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	line-height:150%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	color:#000;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
	line-height:100%;
}

a{
	overflow:hidden;
	outline:none;
	color:#000;

}

.pc_hide{
	display:none;
}

.sp_hide{
}


a{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration:none;
}
a:hover{
	opacity:.5;

}



a:visited {
	text-decoration:none;
}

/*-----------------------------------------------------------*/
/*コンテンツコンテナ*/

#contents_container{
	margin:0px auto 0px auto;
	overflow:hidden;	
}


/*-----------------------------------------------------------*/
#header_wrap{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	overflow:hidden;
	z-index:10;
}

.header{
	width:1200px;
	position:relative;
	height:100px;
	margin:0px auto;
	float:left;

}


.header h1{
	width:397px;
	height:81px;
	position:absolute;
	left:10px;
	top:20px;
	overflow:hidden;
}

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


/*文字サイズ・検索窓*/


.kensaku_area {
	position:absolute;
	top:5px;
	right:0;
	  width:60%;
	  height:50px;
	  overflow:hidden;
	  opacity:1;
 }


  
/*テキストサイズ*/

.txtsize{
	position:absolute;
	overflow:hidden;
	top:5px;
	right:390px;
}


/*フォントサイズ*/
/* fontsize
-----------------------------------------*/
.fontS { font-size: 100% ;}
.fontM { font-size: 110%; }
.fontL { font-size: 120% ;}
 
 .mod_headerbox_size ul li {
  float: left;
  margin-left:10px;  
  overflow: hidden;

}

.mod_headerbox_size ul li#fontS {
  float: left;
  width:34px;
  height:34px;
  margin-left:10px;  
  overflow: hidden;

}

.mod_headerbox_size ul li#fontM {
  float: left;
  width:34px;
  height: 34px;
  margin-left:10px;  
  overflow: hidden;
  padding:0px;
}

.mod_headerbox_size ul li#fontL {
  float: left;
  width:34px;
  height: 34px;
  margin-left:10px;  
  overflow: hidden;
  padding:0px;
}

.mod_headerbox_size ul li span {
  display: block;
  cursor: pointer;

}

/*検索窓*/

   .headerbox1 {
		display:block;
		float:right;

  
  }
  
  .kensaku {
	width:470px;
	position:absolute;
	top:-10px;
	right:-80px;
	  
  }
  
.key {
	display:block;
	 color:#000; 
	 float:left;
	 text-align:right;
	 width:120px;
	 margin:20px 0px 20px 10px;

}


#search_block {
	float:left;
	margin:10px 0px 10px 20px;
	width:262px;
	height:25px;
		

}

#search_block table{
	width:180px;
	/*border:1px solid #CCC;*/
	padding:0px;	
}
#search_block table td{
	padding:0px;
}

#search_block table .input{
}

#search_block table .input input{
	width:170px;
	height:26px;
	border: solid 1px #C6C6C6;
}


#search_block table td.bt{
	padding-top:8px;
	width:59px;
	height:28px;
}


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

.menu_area {
	width:570px;
	position:absolute;
	overflow:hidden;
	top:55px;
	left:600px;
	}
.tel {
	position:absolute;
	overflow:hidden;
	top:55px;
	right:0px;

}


  .toiawase {
	width:270px;
	position:absolute;
	overflow:hidden;
	top:55px;
	left:985px;

  }
  
/*----グローバルナビゲーション-----------------------------------------*/ 	  

#gnavi_wrap{
	width:100%;
	height:60px;
	position:absolute;
	top:100px;
	z-index:10;
	background-color:#FFF;
	text-align:center;

}

#gnavi{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	z-index:2000;

}

#gnavi ul{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#gnavi ul li{
	list-style-type:none;
	float:left;
	display:block;
	padding:0;
}

#gnavi ul li a{
	text-decoration:none;

}

.navi01{
	background:url(images/gnavi01.png) no-repeat;
	width:200px;	

}

.navi01:hover{
	background:url(images/gnavi01_on.png) no-repeat;	

}



.navi02 {
	background-image:url(images/gnavi02.png);
	background-repeat:no-repeat;	
}

.navi02:hover {

	background-image:url(images/gnavi02_on.png);
	background-repeat:no-repeat;
	width:200px;
}

.navi03 {
	background-image:url(images/gnavi03.png);
	background-repeat:no-repeat;	
}

.navi03:hover {

	background-image:url(images/gnavi03_on.png);
	background-repeat:no-repeat;
}

.navi04{
	background:url(images/gnavi04.png) no-repeat;	

}

.navi04:hover{
	background:url(images/gnavi04_on.png) no-repeat;	

}


.navi05{
	background:url(images/gnavi05.png) no-repeat;	

}

.navi05:hover{
	background:url(images/gnavi05_on.png) no-repeat;	

}
.navi06{
	background:url(images/gnavi06.png) no-repeat;	

}

.navi06:hover{
	background:url(images/gnavi06_on.png) no-repeat;	

}

	
#gnavi a:hover{
	opacity:.6 !important;
}

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

/*　メインコンテンツエリア　*/

.contents_wrap {
	width:100%;
	min-width:1200px;	
	margin:0px auto;
	position:relative;
	top:40px;
	overflow:hidden;
	z-index:0;
}
/*-----------------------------------------------------------*/
/*-------------トップイメージ・案内エリア---------------*/ 

#mainimage {
	background-image:url(images/main_back.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	width:1200px;
	height:439px;
	overflow:hidden;
	margin:0px auto 20px auto;

}

/*イメージ枠*/
.img_area {
	float:left;
	width:746px;
	height:303px;
	background-image:url(images/topimg_gaikan.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
	background-color:#fff;
	margin:70px auto 10px 50px;
	padding:.5em 0;
}

.text {
	display:none;
	float:left;
	height:172px;
	padding-top:5.5em;
	padding-left:1em;
	padding-right:2em;
	font-size:18px;
	line-height:2em;
	letter-spacing:.25em;
	font-weight:600;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*診療案内枠*/
.top_annai {
	float:left;
	width:340px;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
	margin:20px auto 10px 30px;
	overflow:hidden;
	padding-bottom:1.2em;
}

.sinryo {
	color: #3E8BB4;
	font-weight: 700;
	font-size:16px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

.heijitu {
	font-weight:700;
	margin:0px auto;
}

.ampm {
	display: inline-block;
	float:left;
	width:100px;
	height:20px;
	background-color:#3E8BB4;
	color:#ffffff;
	margin:0px 5px 10px 25px;
	padding:0.2em 0.1em 0.2em 0em;
	text-align:center;
}

.ampm span {
	font-size: 12px;
}

/*診療時間表*/
.jikan {
	width: 330px;
	margin: 0px auto;
}

.jikan table{
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.jikan table tr:nth-child(1) {
	margin: 0.5em 0em;
}

.jikan table th{
	color:#FFFFFF;
	text-align: center;
	background-color: #3E8BB4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.jikan table th{
	color:#FFFFFF;
	text-align: center;
	background-color: #3E8BB4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.jikan table th.col1{
	width: 100px;
}

.jikan table th.col2, th.col3, th.col4, th.col5, th.col6, th.col7{
	width: 35px;
}

.jikan table th span{
	font-size: 10px;
}

.jikan table td{
	text-align: center;
	padding: 0.5em 0em;
	border-right: 1px solid #3E8BB4;
	border-bottom: 1px solid #3E8BB4;
}

.jikan table td span{
	color:#FF0000;
	font-size: 12px;
}

.time {
	display:inline-block;
	float:left;
	width:130px;
	text-align:right;
	padding:.2em .1em 0 .1em;	
}

.kyusin {
	font-weight:700;
	color:#c1272d;
	clear:both;
	margin: 0 auto 8px auto;
}

.btn_kamoku {
	display: block;
	width: 280px;
	margin: 0px auto 8px auto;
	background-color: #E3E3E3;
	padding: .6em;
	font-weight: 700;
	clear: both;
}

.sinryo2 {
	color:#3E8BB4;
	font-weight:700;
	margin:0px auto 5px auto;
	font-size:16px;
}

.day {
	width: 90%;
	margin: 0px auto;
	font-size:16px;
	white-space: nowrap;
	
}

.day span {
	color: #FF0000;
}

/*-----------------------------------------------------------*/
/*-------------トップリンクボタンエリア------------*/ 

.contents1_wrap {
	width:100%;
	min-width:1200px;	
	margin:0px auto;
	position:relative;
	overflow:hidden;
	z-index:0;
}

.contents1_wrap dl {
	display: table;
	margin: auto;
	}

.contents1_wrap dt {
	display: table-cell;
vertical-align: top;
padding: 20px;
	}

.contents1_wrap dd {
	display: table-cell;
vertical-align: top;
padding: 20px;
	}

.link_oshirase{
	width:1090px;
	height: 50px;
	/*background-color: #FFD4D5;*/
	background-color: #FF6367;
	margin:40px auto 10px auto;
	overflow:hidden;
}

.link_oshirase p{
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5em;
}

.link_oshirase02{
	width:1090px;
	height: 70px;
	background-color: #3CA1B5;
	margin:40px auto 10px auto;
	overflow:hidden;
}

.link_oshirase02 p{
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5em;
}

.link_oshirase03{
	width:500px;
	height: 70px;
	background-color: #3CA1B5;
	margin:40px auto 10px auto;
	float: left
}

.link_oshirase03 p{
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5em;
}


.link_oshirase04{
	width:500px;
	height: 70px;
	background-color: #e27ab0;
	margin:40px auto 10px auto;
	clear: both;
		
}

.link_oshirase04 p{
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5em;
}


.contents1 {
	width:1120px;
	margin:40px auto 10px auto;
	overflow:hidden;
}

.contents1 div {
	float:left;
	margin:0 auto 0 10px;
}

.bnlist {
	/*width:1120px;*/
    width: 735px;
	margin:40px auto 10px auto;
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
}

.bnlist div {
	/*float:left;*/
    width: calc(25% - 10px); /* margin padding分を引く */
	margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.bnlist div:nth-child(5){
	padding-left: 95px;
}

/*
.top_navi01 {
	background-image:url(images/top_navi01.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi02 {
	background-image:url(images/top_navi02.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi03 {
	background-image:url(images/top_navi03.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi04 {
	background-image:url(images/top_navi04.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi05 {
	background-image:url(images/top_navi05.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi06 {
	background-image:url(images/top_navi06.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}

.top_navi07 {
	background-image:url(images/top_navi07.png);
	background-repeat:no-repeat;
	width:174px;
	height:174px;
}
*/

/*-----------------------------------------------------------*/
/*-------------診療案内------------------------------*/
.contents2 {
	width:1200px;
	margin:50px auto 10px auto;
	overflow:hidden;
}

.annai {
	width:900px;
	float:left;
	overflow:hidden;
	margin:30px 30px 30px auto;
}

.annai h2{
	border-bottom:solid 3px #3e8bb4;
	padding-top:.3em;
	padding-bottom:.5em;
	margin-bottom:30px;

}


.annai h3{
	font-size:18px;
	border-bottom:1px solid #1C688F;
	margin-bottom:10px;
	

}
.annai1 {
	float:left;
	width:70%;
}

.annai1 dl {
	clear:both;
}


.annai1 dt {
	display:block;
	background-color:#9ED3E5;
	font-weight:bold;
	float:left;
	width:78px;
	padding:.3em 0;
	height:20px;
	text-align:center;
	margin:10px;

}

.annai1 dd {
	width: 475px;
	display:block;
	float:left;
	margin:10px;
	background-color: #E7F3F8;
}

.annai1 dd table{
	padding: 5px 30px 5px 10px;
}

.annai1 dd table td{
	vertical-align: top;
	padding: 0px 10px 7px 0px;
}

.annai1 dd table td a{
	color: #0A00FF;
	text-decoration: underline;
}

.annai1 dd table td:nth-of-type(1){
	text-align: center;
}

.annai1 dd table td:nth-of-type(2){
	padding: 0px 20px 7px 0px;
}

.annai1 dd table td:nth-of-type(3) span.f12{
	padding-left: 3em;
}

.kamoku {
	padding: 5px 30px 5px 10px;
	line-height:175%;
}

.annai2 {
	float:left;
	width:20%;
}

.doc {
	font-size:12px;
	margin-top:5px;
	text-align:center;
}

 
/*----　　　　右サイド　　リンクエリア　--------*/



 
.navi_area {
	width:261px;
	float:left;
	clear:right;
}


.navi_area  a {
	opacity:1;
}

.navi_area img {
	margin:10px auto;

}


/*マップ*/

.map {
	margin:20px auto;
	clear:right;
}

#gmap {
	width:261px;
	height:200px;
	margin:10px auto;
}


.eki {
	display:block;
	width:200px;
	margin:2px auto;
	text-align:center;
	padding:.1em;
	border: solid 1px #B6B6B6;
}



/*新着情報*/


.news_contents {
	width:900px;
	overflow:hidden;
	margin:10px auto;
}

.news{
	background-color:#FFF;
	width:100%;
	float:left;
}

.news h3 {
	border-bottom:solid 1px #B1B1B1;
	font-size:18px;
	text-align:left;
	margin:20px auto 0 auto;
	
}

.news_top {
	width:100%;
	height: 45px;
	margin:10px auto;
	padding-bottom:1em;
	padding-top:1em;
	text-align:left;
	clear:both;

}

.news_top div {
	float:left;
	margin:0px 20px;
}

.news_top dt {
	width:100%;
	margin:10px auto;
	font-weight:700;
	clear:both;
}

.news_top dd {
	clear:both;
	width:100%;
	margin-top:2em;
	padding-top:1em;
}

.title {
	color:#000 !important;
}

.title a {
	color:#000 !important;
}


.honbun {
	font-weight:bold;
	overflow:hidden;
	color:#A5A5A5 !important;
	padding-bottom:2em;
	border-bottom:solid 1px #BFBFBF;
	width:95%;	
	margin-bottom:10px;
}

.honbun a {
	font-weight:bold;
	color:#A5A5A5 !important;
	
}

.news_top th {
	display:block;
	padding:1em;
}

.news_top td.new {
	display:block;
	padding:1em;
	color:#FF9900 !important;
}

.new {
	color:#FF9900 !important;
	font-weight:700;
}

.news_top td.title {
	padding:1em;
}

.news_text {
	width:100%;
	float:left;
}

.news_img {
	width:160px;
	float:right;
	margin-left:15px;
	margin-right:15px;
}

.news_img img {
	width:100%;
}

.img_center {
	width:80%;
	text-align:center;
	margin:30px auto;
	overflow:hidden;
	clear:both;
}

.img_center img {
	argin:30px auto;
}

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

/*　入札公告　*/

.nyusatsu_block{
	width:850px;
	overflow:hidden;
	margin:10px auto　150px auto;
}

.nyusatsu_block .left_col{
	width: 35%;
	float: left;
	overflow: hidden;
}

.nyusatsu_block .left_col p{
	margin-bottom: 20px;
}

.nyusatsu_block .left_col dl dt{
	
}

.nyusatsu_block .left_col dl dd{
	margin: 10px auto;
}

.nyusatsu_block .left_col dl dd a{
	display: block;
	padding: 15px 10px;
	background-color: #9ED3E5;
	text-align: center;
	font-weight: bold;
}


.nyusatsu_block .right_col{
	width: 65%;
	float: right;
	overflow: hidden;
	text-align: right;
}


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

/*フッター　*/


#footer_wrap{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	position:relative;

}

.contents3 {
	width:100%;
	margin:0 auto;
	position: absolute;
	bottom:75px;
	z-index:3;
	text-align:center;
}
.btm_img {
	width:1200px;
	margin:0 auto;
	text-align:center;
}

#footer{
	width:1200px;
	background-color:#3E8BB4;	
	margin:0px auto 0px auto;
	color:#FFF;
	overflow:hidden;
	position:relative;
	}
	
.copy {
	margin:20px auto;
	text-align:center;

}

#footer div {
	margin:20px;
}

#footer img {
	margin:0px 10px;
}



/*-----------------------------------------------------------*/
/*ページトップボタン*/
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index:9999;
	
}
 
.move-page-top
{
	display: block ;
	width: 60px ;
	height: 60px ;
	line-height: 60px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

}

.move-page-top:hover
{
	opacity: 0.85 ;
}

/*-----------------------------------------------------------*/
/*---------共通項目------------------------------------*/

.red {
	color:#ff0000;
}


.setoblue {
	color:#3e8bb4;
}

.bold {
	font-weight:bold;
}

.right{
	float:right;
}

.left {
	float: left;

}

.clear {
	clear:both;
}

.f16 {
	font-size:16px;
}

.f14 {
	font-size:12px;
}

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