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

@media screen and (min-width: 1024px) {
	

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

ALL

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

.index .box_ttl {
	color:#8dc556;
	font-size:120%;
	margin:0 0 10px 0;
	overflow:hidden;
}

.index .box_ttl span {
	float:right;
	font-size:80%;
	background:#8dc556;
	padding:5 10px;
	border-radius:5px;
}

.index .box_ttl span a {
	text-decoration:none;
	color:#fff;
}

.index .box_ttl_bk{
	color:#333;
	font-size:120%;
	margin: 0;
}

#slider {

}
	
/*コンテンツ
-----------------------------------------*/

#slideBox {
    width: 55.5%;
    float: left;
	margin:0 15px 15px 0;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 15px 15px 0;
}

#slideBox li {
	padding:10px;
    background: #fff;
    border-radius: 3px;
}

#indexBox {
    width: 43%;
    float: right;
    margin: 0 0 15px 0;
}

#indexBox li {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
	text-align:center;
	    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index #indexBox li.hover img {
	padding:5px 0 20px 0;
}


.index #indexBox li span.info_col {
	display:inline-block;
	padding:0 0px 0 28px;
	color:#182346;
	font-size:120%;
	background: url(../img/btn_index_info_arrow.png) no-repeat left center;
}

.index #indexBox li span.info_col.on {
	color:#fff;
}


#indexBox li:last-child {
    margin: 0 5px  0 0;
}

#indexBox li.hover a{
	display:block;
	padding:16px 0;

 
}

#indexBox li a.hover {
	display:block;
	padding:28px 0;
	background:none;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

#indexBox li a.hover.on {
	opacity:1;
	background:url(../img/bg_index_info.png) no-repeat;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}


/*施設メニュー*/
.index .facilityBox {
	clear:both;
	margin:0 0 15px 0;
}

.index .facilityBox li {
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 15px 0px 0;
    border-radius: 3px;
}

.index .facilityBox li:last-child {
	margin:0;
}

.index .facilityBox li a {
    text-decoration: none;
    display: block;
    padding: 10px 10px 0 10px;
}

.index .facilityBox li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:120%;
}


.index .facilityBox li span.garden_col {
	color:#58b0cf;
	background: url(../img/btn_index_garden_arrow.png) no-repeat left center;
}

.index .facilityBox li span.garden_col span.gdtxt {
    color: #58b0cf;
    font-size: 70%;
    padding: 0;
    display: inline;
}

.index .facilityBox li span.flower_col {
	color:#ed9dc1;
	background: url(../img/btn_index_flower_arrow.png) no-repeat left center;
}

.index .facilityBox li span.care_col {
	color:#eb9864;
	background: url(../img/btn_index_care_arrow.png) no-repeat left center;
}

.index .facilityBox li span.center_col {
	color:#ed9ba6;
	background: url(../img/btn_index_center_arrow.png) no-repeat left center;
}


/*リハビリテーション部
-----------------------------------------*/

.index .rehaBox {
	width: 49%;
    padding: 0;
    margin: 0 15px 15px 0;
    float: left;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .rehaBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}

.index .rehaBox span.reha_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

/*看護部
-----------------------------------------*/

.index .nurseBox {
	width: 49%;
    padding: 0;
    margin: 0 0 15px 0;
    float:right;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .nurseBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}


.index .nurseBox span.nurse_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}



/*その他コンテンツメニュー*/
.index .facility02Box {
	clear:both;
	margin:15px 0;
}

.index .facility02Box li {
    display: inline-block;
    width: 43.5%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 15px 0px 0;
    border-radius: 3px;
    padding: 10px 10px 0 10px;
}

.index .facility02Box li:nth-child(2n){
	margin:0;
}

.index .facility02Box li a {
	text-decoration:none;
}

.index .facility02Box li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:120%;
}

.index .facility02Box li span.weekly_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

.index .facility02Box li span.gallery_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}


/*広報誌メニュー*/
.index .magazineBox {
	clear:both;
}

/*お知らせ
-----------------------------------------*/

.index .newBox {
	width: 46%;
    padding: 0 15px 15px 15px;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .newBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.index .scroll_area {
	width:100%;
	height:200px; 
	overflow:auto; 
}

.index .newBox ul {
    overflow-x: hidden;
}

.index .newBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .newBox li dl:last-child  {
}

.index .newBox li dt {
	padding:0 0 10px 0;
}

/*お知らせアイコン*/
.index .newBox li dt span.tag_center {
    background: #ed9ba6;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .newBox li dt span.tag_hospital {
    background: #8dc556;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}


.ticker ul li dd {
	padding:5px;
	font-size:100%;
}

.index .newBox li dd {
}


/*新着情報
-----------------------------------------*/

.index .blogBox {
	width: 46%;
    padding:0 15px 15px;
    margin: 0 0 15px 0;
    float:right;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .blogBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.index .blogBox ul {
    height: 24%;
}

.index .blogBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .blogBox li dl:last-child  {
}

.index .blogBox li dt {
	padding:0 0 10px 0;
}

/*お知らせアイコン*/
.index .blogBox li dt span.tag_garden {
    background: #58b0cf;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .blogBox li dt span.tag_flower {
    background: #ed9dc1;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}



.index .blogBox li dd {
}



/*お問い合わせ
-----------------------------------------*/

.index .pageMenuBox {
	clear:both;
	width: 49.5%;
    margin: 0 15px 0 0;
    float: left;
	border-radius:5px;
}

.index .contactBox {
	width:98%;
	clear:both;
    margin: 0 15px 0 0;
    border:3px solid #438C82;
    background: #fff;
	border-radius:5px;
}


.index .contactBox dl{
	padding: 15px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.index .contactBox dl:last-child {
	border:none;
}

.index .contactBox dt{
	padding: 5px 0 5px 0;
	float: left;
	width: 50%;
}

.index .contactBox dd{
	padding: 0;
	float: right;
	width: 45%;
	font-size: 80%;
}



.index .contactBox p{
	background: #438C82;
    padding: 10px;
	color:#fff;
	font-size:130%;
}

.index .contactBox_inner {
}


.index .contactBox  ul {
	padding:15px;
}

.index .contactBox  li{
}

/*その他メニュー
-----------------------------------------*/

.index .subMenuBox {
    width: 49%;
    float: right;
    margin:0;
}

.index .subMenuBox  li {
    width: 42%;
    background: #fff;
	float:left;
    margin: 0 10px 0 0;
    padding: 0 15px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.index .subMenuBox li.access span {
	color:#333;
}

.index .subMenuBox li span {
    color: #8dc556;
    font-size: 110%;
    margin: 8px 0;
    display: block;
    padding: 5px;
	background:#f5f5f5;
}


/*週間外来表*/
.index .subMenuBox  li.weekly {
}

.index .subMenuBox  li.weekly .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 0 0 0;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dt {
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dd {
	padding:0 0 0 20px;
}

/*交通アクセス*/
.index .subMenuBox  li.access {
	background:#ecf4d9;
}

.index .subMenuBox  li.access .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding:15px 0 0 0;
}

.index .subMenuBox  li.access .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.access .subMenuBox_inner  dt {
	padding: 10px 0 5px 0;
	font-size: 110%;
}

.index .subMenuBox  li.access .subMenuBox_inner  dd {
	padding: 0;
}


.index .subMenuBox li:last-child {
    margin: 0;
	border:1px solid #8dc556;
}

.index #map {
	width:100%;
	height: auto;
    margin: 3px auto;
}
	
.index #map iframe {
	width:100%;
    height: 230px;
}


/*病院紹介
-----------------------------------------*/

section#index_intro {
	clear:both;
	padding:0 0 30px 0;
}

.intro_menu {
    width: 65%;
    overflow: hidden;
	float:left;
	margin:0 0 30px 0;
}

.intro_menu li {
    width: 48.5%;
    margin: 0 15px 15px 0;
    float: left;
}

.intro_menu li:nth-child(2n) {
    width: 48.5%;
    margin: 0 0 15px 0;
    float: left;
}

.intro_menu li img {
	width:100%;
	height:auto;
}

.intro_menu li a {
}

.notice {
    width: 28%;
    float: right;
    padding: 20px;
    border: 6px solid #ccc;
}

.notice dl {
	font-size:100%;
	margin:10px 0 12px;
}

.notice dd {
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

.noticeTtl {
	background:url(../img/icon_index_notice.png) no-repeat;
	font-size:200%;
	padding:0 0 0 60px;
	color:#1e2e54;
	margin:0 0 30px 0;
}

.btn_notice {
    background: url(../img/icon_index_list.png) no-repeat #1e2e54 left 26% top 50%;
    font-size: 120%;
    text-align: center;
    margin: 25px 0 20px 0;
}

.btn_notice a {
	display:block;
    color: #fff;
    padding: 20px 0 20px 20px;
}

.btn_notice a:hover{
	text-decoration:none;
}

.submenu {
	clear: both;
	max-width: 1050px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.submenu li {
    float: left;
    margin: 0 10px;
}

.submenu li:nth-child(odd) {
    margin: 0;
}


/*外来診療
-------------------------*/

section#index_subject {
	/*background:#fffcf2;*/
	overflow:hidden;
	
}

.subject_wrap {
	max-width:1024px;
	margin:0 auto;
	position:relative;
}

.subjectBox {
	border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
	overflow:hidden;
}

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

.kamoku li{
	text-align:center;
    display: inline-block;
    margin: 8px;
    background: #fff;
}

.subjectBox li a {
    padding: 10px;
	display:block;
-webkit-transition: all 0.2s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
}

.subjectBox li a:hover {  
	  -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
}

.subjectBox li a span {
	display:block;
	padding:5px 0px;
	font-size:80%;
}

ul.gairai {
	float: right;
    width: 30%;
    height: 55%;
    padding: 0px;
    background: #f3f3f3;
}

ul.gairai li {
	text-align:center;
    display: inline-block;
    margin: 8px;
}


/*お知らせ一覧
-----------------------------------------*/

section#contents_wrap {
	padding:0 10px;
}

.topics .mainTtl {
	background:url(../img/outpatient/mainttl_outpatient.jpg) no-repeat;
	background-size:cover;
}

.topics .topics_wrap {
	overflow:hidden;
	margin:50px 0;
}

.topics .topics_wrap dl {
	background:url(../img/icon_index_subject_next.png) no-repeat center right 1%;
	background-size:1%;
	overflow: hidden;
	border-bottom:	1px dotted #ccc;
	padding: 20px 0;
}

.topics .topics_wrap dt {
	float: left;
	width: 20%;
	color: #1e2e54;
	font-weight: bold;
}


.topics .topics_wrap dd {
	width: 80%;
	float: right;
}


/*お知らせ詳細
-----------------------------------------*/

.topics .topics_wrap span {
	float:right;
	margin: 0 0 20px 0;
}

.topics .topics_wrap p {
	clear:right;
	line-height: 36px;
}

.topics_underline {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 100px 0;
    margin: 0 auto;
}

.back_number {
	background:url(../img/icon_index_subject_prev.png) no-repeat center left 5%;
	background-size:5%;
    border: 1px solid #ccc;
    width: 25%;
    margin: 40px auto 0;
    padding: 20px;
    text-align: center;
}


/*休診のお知らせ*/
.index .closed {
	clear:both;
	margin:20px 0;
	border:1px solid #d83932;
	border-radius:5px;
}

.index .closed p {
    background:#d83932;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 130%;
}


.index .closed dl {
    text-align: center;
    padding: 5px 0 10px;
    background: #fff;
    border-radius: 5px;
}

.index .closed dt {
	font-size: 110%;
	color: #333;
	display: inline-block;
}

.index .closed dt span {
    font-weight: bolder;
    letter-spacing: 2px;
    font-size: 130%;
    color: #303776;
}

.index .closed dd {
    font-size: 150%;
    font-weight: bold;
    color: #d83932;
    padding: 8px 0 0 8px;
    display: inline-block;
}

/*緊急のお知らせ*/
.empbox {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
}

.empbox ul{
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}

.empbox li{
	width: 100%;
	margin: 0 2% 0 0;
	/* float: left; */
}

.empbox li:last-child{
	margin: 0;
}


}


@media screen and (min-width:641px) and ( max-width:1023px){


/*******************************************

INDEX

*******************************************/

.index .box_ttl {
	color:#8dc556;
	font-size:120%;
	margin:0 0 10px 0;
	overflow:hidden;
	background:none;
}

.index .box_ttl span {
	float:right;
	font-size:80%;
	background:#8dc556;
	padding:5 10px;
	border-radius:5px;
}

.index .box_ttl span a {
	text-decoration:none;
	color:#fff;
}
.index .box_ttl_bk{
	color:#333;
	font-size:120%;
	margin: 0;
}

#slider {

}
/*コンテンツ
-----------------------------------------*/

section#index_wrap {
	max-width: 100%;
	padding: 30px 0;
}

.index_wrap_inner {
	max-width: 1200px;
	overflow: hidden;
	margin: 0px auto;
	padding:0 10px 0;
}

#slideBox {
    width: 55.5%;
    float: left;
	margin:0 15px 15px 0;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 15px 15px 0;
}

#slideBox li {
	padding:10px;
    background: #fff;
    border-radius: 3px;
}

#indexBox {
    width: 42%;
    float: right;
    margin: 0 0 15px 0;
}

#indexBox li {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
	background:#fff;
	text-align:center;
	    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
}

#indexBox li:last-child {
    margin: 0 5px  0 0;
}

.index #indexBox li.hover img {
	padding:5px 0 20px 0;
}


.index #indexBox li span.info_col {
	display:inline-block;
	padding:0 0px 0 28px;
	color:#182346;
	font-size:120%;
	background: url(../img/btn_index_info_arrow.png) no-repeat left center;
}

.index #indexBox li span.info_col.on {
	color:#fff;
}

#indexBox li a{
	display:block;
	padding:0;
	background:#fff;
}

#indexBox li a.hover {
	display:block;
	padding:28px 0;
	background:none;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

#indexBox li a.hover.on {
	opacity:1;
	background:url(../img/bg_index_info.png) no-repeat;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}



/*施設メニュー*/
.index .facilityBox {
clear: both;
    margin: 0 0 15px 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.index .facilityBox li {
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 5px 0px 0;
    border-radius: 3px;
}

.index .facilityBox li:last-child {
	margin:0;
}

.index .facilityBox li a {
	text-decoration:none;
	display:block;
    padding: 10px 10px 0 10px;
}

.index .facilityBox li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:110%;
	text-align:left;
}


.index .facilityBox li span.garden_col {
	color:#58b0cf;
	background: url(../img/btn_index_garden_arrow.png) no-repeat left center;
}

.index .facilityBox li span.garden_col span.gdtxt {
    color: #58b0cf;
    font-size: 70%;
    padding: 0;
}

.index .facilityBox li span.flower_col {
	color:#ed9dc1;
	background: url(../img/btn_index_flower_arrow.png) no-repeat left center;
}

.index .facilityBox li span.care_col {
	color:#eb9864;
	background: url(../img/btn_index_care_arrow.png) no-repeat left center;
}

.index .facilityBox li span.center_col {
	color:#ed9ba6;
	background: url(../img/btn_index_center_arrow.png) no-repeat left center;
}

/*リハビリテーション部
-----------------------------------------*/

.index .rehaBox {
	width: 49%;
    padding: 0;
    margin: 0 10px 10px 0;
    float: left;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .rehaBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}

.index .rehaBox span.reha_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

/*看護部
-----------------------------------------*/

.index .nurseBox {
	width: 49%;
    padding: 0;
    margin: 0 0 10px 0;
    float:right;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .nurseBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}


.index .nurseBox span.nurse_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}


/*その他コンテンツメニュー*/
.index .facility02Box {
	clear:both;
	margin:15px 0;
	text-align: center;
}

.index .facility02Box li {
    display: inline-block;
    text-align: left;
    width: 48%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 10px 0px 0;
    border-radius: 3px;
}

.index .facility02Box li:last-child{
	margin:0;
}

.index .facility02Box li img {
	width:100%;
}

.index .facility02Box li a {
	display: block;
	text-decoration:none;
	padding: 10px 10px 0 10px;
}


.index .facility02Box li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:120%;
}

.index .facility02Box li span.weekly_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

.index .facility02Box li span.gallery_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

/*新着情報
-----------------------------------------*/

.index .newBox {
	width: 45%;
    padding: 0 15px 15px 15px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .newBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.index .newBox span {
	color:#8dc556;
	margin: 0 0 10px 0;
}

.index .newBox ul {
    overflow-x: hidden;
    height: 24%;
}

.index .newBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .newBox li dl:last-child  {
}

.index .newBox li dt {
	padding:0 0 10px 0;
}



.index .newBox li dt span.tag_center {
    background: #ed9ba6;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .newBox li dt span.tag_hospital {
    background: #8dc556;
    margin: 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .newBox li dd {
}

/*ブログ
-----------------------------------------*/

.index .blogBox {
	width: 45%;
    padding: 0 0 15px 15px;
    margin: 0 0 10px 0;
    float:right;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .blogBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.index .blogBox ul {
    overflow-x: hidden;
    height: 24%;
}

.index .blogBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .blogBox li dl:last-child  {
}

.index .blogBox li dt {
    padding: 0 0 10px 0;
}

.index .blogBox li dt span.tag_garden {
    background: #58b0cf;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .blogBox li dt span.tag_flower {
    background: #ed9dc1;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}



.index .blogBox li dd {
}

/*お問い合わせ
-----------------------------------------*/

.index .pageMenuBox {
	clear:both;
    margin: 0;
	border-radius:5px;
}

.index .contactBox {
	clear:both;
    margin: 0;
    border:3px solid #438C82;
    background: #fff;
	border-radius:5px;
}


.index .contactBox dl{
	padding: 15px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.index .contactBox dl:last-child {
	border:none;
}

.index .contactBox dt{
	padding: 5px 0 5px 0;
	float: left;
	width: 45%;
}

.index .contactBox dd{
	padding: 5px 0 5px 5px;
	float: right;
	width: 50%;
	font-size: 100%;
}



.index .contactBox p{
	background: #438C82;
    padding: 10px;
	color:#fff;
	font-size:130%;
}

.index .contactBox_inner {
}


.index .contactBox  ul {
	padding:15px;
}

.index .contactBox  li{
}

/*その他メニュー
-----------------------------------------*/

.index .subMenuBox {
    margin:0;
}

.index .subMenuBox  li {
    width: 48.5%;
    background: #fff;
    float:left;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.index .subMenuBox li span {
    color: #8dc556;
    font-size: 110%;
    margin: 8px 0;
    display: block;
    padding: 5px;
    background: #f5f5f5;
}


/*週間外来表*/
.index .subMenuBox  li.weekly {
}

.index .subMenuBox  li.weekly .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding: 15px;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dt {
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dd {
	padding:0 0 0 20px;
}

/*交通アクセス*/
.index .subMenuBox  li.access {
	background:#ecf4d9;
	float:right;
}

.index .subMenuBox  li.access .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding: 15px;
}

.index .subMenuBox  li.access .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.access .subMenuBox_inner  dt {
	padding: 10px 0 5px 0;
	font-size: 110%;
}

.index .subMenuBox  li.access .subMenuBox_inner  dd {
	padding: 0;
}


.index .subMenuBox li:last-child {
    margin: 0;
}

.index #map {
	width:100%;

    margin: 3px auto;
}
	
.index #map iframe {
    height: 200px;		
}

/*広報誌メニュー*/
.index .magazineBox {
	clear:both;
	width:50%;
}


/*病院紹介
-------------------------*/

section#index_intro {
	padding:20px 20px 20px;
}

.intro_menu {
    width: 100%;
    overflow: hidden;
	float:left;
	margin:0 0 30px 0;
}

.intro_menu li {
    width: 48%;
    margin: 0 15px 15px 0;
    float: left;
}

.intro_menu li:nth-child(2n) {
    width: 48%;
    margin: 0 0 15px 0;
    float: left;
}

.intro_menu li img {
	width:100%;
	height:auto;
}

.notice {
	clear:both;
    width: 92%;
    padding: 20px;
    height: 558px;
    border: 6px solid #ccc;
}

.notice dl {
	margin:10px 0 20px;
}

.notice dd {
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

.noticeTtl {
	background:url(../img/icon_index_notice.png) no-repeat;
	font-size:200%;
	padding:0 0 0 60px;
	color:#1e2e54;
	margin:0 0 30px 0;
}

.btn_notice {
    background: url(../img/icon_index_list.png) no-repeat #1e2e54 left 26% top 50%;
    font-size: 120%;
    text-align: center;
    margin: 25px 0;
}

.btn_notice a {
	display:block;
    color: #fff;
    padding: 20px 0 20px 20px;
}

.btn_notice a:hover{
	text-decoration:none;
}

.submenu {
	clear: both;
	max-width: 1024px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.submenu li {
    margin: 10px;
    width: 100%;
    height: auto;
    text-align: center;
}


/*外来診療
-------------------------*/

section#index_subject {
	overflow:hidden;
}

.subject_wrap {
	max-width:1024px;
	overflow:hidden;
	margin:0 auto;
	padding: 0 10px;
	position:relative;
}

.subjectBox {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 10px 20px 10px;
	overflow:hidden;
}

.kamoku {
}

.kamoku li{
	text-align:center;
	display: inline-block;
	margin: 8px;
	background: #fff;
}

.subjectBox li a {
    padding: 10px;
    display:block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subjectBox li a:hover {  
	  -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
}

.subjectBox li a span {
	display:block;
	padding:5px 0px;
	font-size:80%;
}

ul.gairai {
	padding: 0px;
	background: #f3f3f3;
}

ul.gairai li {
	text-align:center;
    display: inline-block;
    margin: 8px;
}


/*お知らせ一覧
-----------------------------------------*/
section#contents_wrap {
	padding:0 10px;
}

.topics .mainTtl {
	background:url(../img/outpatient/mainttl_outpatient.jpg) no-repeat;
	background-size:cover;
}

.topics .topics_wrap {
	overflow:hidden;
	margin:50px 0;
}

.topics .topics_wrap dl {
	background:url(../img/icon_index_subject_next.png) no-repeat center right 1%;
	background-size:1%;
	overflow: hidden;border-bottom: 
	1px dotted #ccc;
	padding: 20px 0;
}

.topics .topics_wrap dt {
	float: left;
	width: 20%;
	color: #1e2e54;
	font-weight: bold;
}


.topics .topics_wrap dd {
	width: 80%;
	float: right;
}


/*お知らせ詳細
-----------------------------------------*/

.topics .topics_wrap span {
	float:right;
	margin: 0 0 20px 0;
}

.topics .topics_wrap p {
	clear:right;
	line-height: 36px;
}

.topics_underline {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 100px 0;
    margin: 0 auto;
}

.back_number {
	background:url(../img/icon_index_subject_prev.png) no-repeat center left 5%;
	background-size:5%;
    border: 1px solid #ccc;
    width: 25%;
    margin: 40px auto 0;
    padding: 20px;
    text-align: center;
}


/*休診のお知らせ*/
.index .closed {
	clear:both;
	margin:20px 0;
	border:1px solid #d83932;
	border-radius:5px;
}

.index .closed p {
    background: #d83932;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 110%;
}

.index .closed dl {
    text-align: center;
    padding: 5px 0 10px;
    background: #fff;
    border-radius: 5px;
}

.index .closed dt {
	font-size: 110%;
	color: #333;
	display: inline-block;
}

.index .closed dd {
    font-size: 150%;
    font-weight: bold;
    color: #d83932;
    padding: 8px 0 0 8px;
    display: inline-block;
}
	
	/*緊急のお知らせ*/
.empbox {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
}

.empbox ul{
	overflow: hidden;
}

.empbox li{
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}

.empbox li:last-child{
	margin: 0;
	float: right;
}

}

@media screen and (max-width:640px) {




/*******************************************

INDEX

*******************************************/

.index .box_ttl {
	color:#8dc556;
	font-size:120%;
	margin:0 0 10px 0;
	overflow:hidden;
	background:none;
}

.index .box_ttl span {
	float:right;
	font-size:80%;
	background:#8dc556;
	padding:5 10px;
	border-radius:5px;
}

.index .box_ttl span a {
	text-decoration:none;
	color:#fff;
}

.index .box_ttl_bk{
	color:#333;
	font-size:120%;
	margin: 0;
}

#slider {

}
	
/*コンテンツ
-----------------------------------------*/

section#index_wrap {
	max-width: 100%;
	padding: 30px 0;
}

.index_wrap_inner {
	max-width: 1200px;
	overflow: hidden;
	margin: 0px auto;
	padding:0 10px 0;
}

#slideBox {
    width: 100%;
	margin:0 15px 15px 0;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 15px 15px 0;
}

#slideBox li {
	padding:10px;
    background: #fff;
    border-radius: 3px;
}

#indexBox {
    margin: 0 0 15px 0;
}

#indexBox li {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
	background:#fff;
	text-align:center;
	    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
}

.index #indexBox li.hover img {
	padding:5px 0 20px 0;
}


.index #indexBox li span.info_col {
	display:inline-block;
	padding:0 0px 0 28px;
	color:#182346;
	font-size:120%;
	background: url(../img/btn_index_info_arrow.png) no-repeat left center;
}

.index #indexBox li span.info_col.on {
	color:#fff;
}

#indexBox li.info a {
}

#indexBox li:last-child {
    margin: 0 5px  0 0;
}

#indexBox li a{
	display:block;
	padding:0;
	background:#fff;
}

#indexBox li a.hover {
	display:block;
	padding:28px 0;
	background:none;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

#indexBox li a.hover.on {
	opacity:1;
	background:url(../img/bg_index_info.png) no-repeat;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}



/*施設メニュー*/
.index .facilityBox {
	clear:both;
	margin:0 0 15px 0;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.index .facilityBox li {
	display:inline-block;
    width: 47%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.index .facilityBox li img {
	width:100%;
}

.index .facilityBox li:nth-child(2n) {
	margin:0;
}

.index .facilityBox li a {
	text-decoration:none;
	display:block;
	padding:10px 10px 0 10px;
}

.index .facilityBox li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:100%;
	text-align:left;
}


.index .facilityBox li span.garden_col {
	color:#58b0cf;
	background: url(../img/btn_index_garden_arrow.png) no-repeat left center;
}

.index .facilityBox li span.garden_col span.gdtxt {
    color: #58b0cf;
    font-size: 70%;
    padding: 0;
}

.index .facilityBox li span.flower_col {
	color:#ed9dc1;
	background: url(../img/btn_index_flower_arrow.png) no-repeat left center;
}

.index .facilityBox li span.care_col {
	color:#eb9864;
	background: url(../img/btn_index_care_arrow.png) no-repeat left center;
}

.index .facilityBox li span.center_col {
	color:#ed9ba6;
	background: url(../img/btn_index_center_arrow.png) no-repeat left center;
}

/*リハビリテーション部
-----------------------------------------*/

.index .rehaBox {
    padding: 0;
    margin: 0 0 15px 0;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .rehaBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}

.index .rehaBox a img {
	width:100%;
}

.index .rehaBox span.reha_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

/*看護部
-----------------------------------------*/

.index .nurseBox {
    padding: 0;
    margin: 0 0 15px 0;
	box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
	border-radius:3px;
	background:#fff; 
}

.index .nurseBox a {
	display:block;
	text-decoration:none;
	padding:10px 10px 0 10px;
}

.index .nurseBox a img {
	width:100%;
}


.index .nurseBox span.nurse_col {
	display:block;
	padding: 10px 0 10px 25px;
    font-size: 120%;
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}


/*その他コンテンツメニュー*/
.index .facility02Box {
	clear:both;
	margin:15px 0;
}

.index .facility02Box li {
	float:left;
    width: 48%;
    vertical-align: top;
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #d5dbcf;
    -moz-box-shadow: 0px 0px 5px #d5dbcf;
    -webkit-box-shadow: 0px 0px 5px #d5dbcf;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.index .facility02Box li:nth-child(2n){
	margin:0;
	float:right;
}

.index .facility02Box li a {
	text-decoration:none;
	display:block;
	padding:10px 10px 0;
}

.index .facility02Box li a img {
	width:100%;
}

.index .facility02Box li span {
	display:block;
	padding: 10px 0 10px 25px;
	font-size:120%;
}

.index .facility02Box li span.weekly_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

.index .facility02Box li span.gallery_col {
	color:#8dc556;
	background: url(../img/btn_index_other_arrow.png) no-repeat left center;
}

/*新着情報
-----------------------------------------*/

.index .newBox {
	clear:both;
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .newBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.index .newBox span {
	color:#8dc556;
	margin: 0 0 10px 0;
}

.index .newBox ul {
    overflow-x: hidden;
    height: 24%;
}

.index .newBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .newBox li dl:last-child  {
}

.index .newBox li dt {
    padding: 0 0 10px 0;
    font-size: 85%;
}

.index .newBox li dd {
}

/*お知らせアイコン*/
.index .newBox li dt span.tag_center {
    background: #ed9ba6;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .newBox li dt span.tag_hospital {
    background: #8dc556;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

/*ブログ
-----------------------------------------*/

.index .blogBox {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    background: #fff;
	border-radius:3px;
}

.index .blogBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 10px 0 10px;
}

.blogBox span {
	color:#8dc556;
	margin: 0 0 10px 0;
}

.index .blogBox ul {
    overflow-x: hidden;
    height: 24%;
}

.index .blogBox li{
}

.index .blogBox li dl {
	overflow:hidden;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.index .blogBox li dt {
    padding: 0 0 10px 0;
	font-size:85%;
}

.index .blogBox li dd {
}

/*お知らせアイコン*/
.index .blogBox li dt span.tag_garden {
    background: #58b0cf;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.index .blogBox li dt span.tag_flower {
    background: #ed9dc1;
    margin: 0 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

/*お問い合わせ
-----------------------------------------*/

.index .pageMenuBox {
	clear:both;
    margin: 0;
	border-radius:5px;
}

.index .contactBox {
	clear:both;
    margin: 0 ;
    border:3px solid #438C82;
    background: #fff;
	border-radius:5px;
}


.index .contactBox dl{
	padding: 15px;
	clear: both;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.index .contactBox dl:last-child {
	border:none;
}

.index .contactBox dt{
	padding: 0 0 5px 0;
	width: 100%;
	text-align: center;
}

.index .contactBox dd{
	padding: 0;
}




.index .contactBox p{
	background: #438C82;
    padding: 10px;
	color:#fff;
	font-size:130%;
}

.index .contactBox_inner {
}


.index .contactBox  ul {
	padding:15px;
}

.index .contactBox  li{
}

/*その他メニュー
-----------------------------------------*/

.index .subMenuBox {
	clear:both;
    margin:0;
}

.index .subMenuBox  li {
    background: #fff;
    margin: 0 0 15px 0;
    padding: 0 15px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.index .subMenuBox li span {
	color:#8dc556;
	font-size:120%;
	margin: 0 0 10px 0;
	display:block;
	background:#f5f5f5;
}


/*週間外来表*/
.index .subMenuBox  li.weekly {
}

.index .subMenuBox  li.weekly .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding:20px 0 0 0;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dt {
}

.index .subMenuBox  li.weekly .subMenuBox_inner  dd {
	padding:0 0 0 20px;
}

/*交通アクセス*/
.index .subMenuBox  li.access {
	background:#ecf4d9;
}

.index .subMenuBox  li.access .subMenuBox_inner {
	border-top:5px solid #8dc556;
	padding:15px 0 0 0;
}

.index .subMenuBox  li.access .subMenuBox_inner  dl {
	width: 100%;
	padding: 0 0 5px 0;
}

.index .subMenuBox  li.access .subMenuBox_inner  dt {
	padding: 10px 0 5px 0;
	font-size: 110%;
}

.index .subMenuBox  li.access .subMenuBox_inner  dd {
	padding: 0;
}


.index .subMenuBox li:last-child {
    margin: 0;
    border: 1px solid #8dc556;
}

.index #map {
	width:100%;
	height: auto;
    margin: 3px auto;
}
	
	.index #map iframe {
    height: 200px;
		width: 100%;
	}

/*広報誌メニュー*/
.index .magazineBox {
	clear:both;
	padding:10px 0;
}

/*病院紹介
-------------------------*/

section#index_intro {
	padding:20px 10px 20px;
}

.intro_menu {
    width: 100%;
    overflow: hidden;
	float:left;
	margin:0 0 30px 0;
}

.intro_menu li {
    width: 48%;
    margin: 0 0 10px;
    float: left;
}

.intro_menu li:nth-child(2n) {
    width: 48%;
    margin: 0 0 10px;
	float:right;
}

.intro_menu li img {
    width: 100%;
    height: auto;
}

.notice {
	clear:both;
    padding: 20px;
    border: 6px solid #ccc;
}

.notice dl {
	margin:10px 0;
	font-size:90%;
}

.notice dd {
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

.noticeTtl {
    font-size: 150%;
    text-align: center;
    color: #1e2e54;
    margin: 0 0 20px 0;
}

.btn_notice {
    background: url(../img/icon_index_list.png) no-repeat #1e2e54 left 16% top 50%;
    font-size: 120%;
    text-align: center;
    background-size: 5%;
}

.btn_notice a {
	display:block;
	font-size:80%;
    color: #fff;
    padding:10px 0 10px 20px;
}

.btn_notice a:hover{
	text-decoration:none;
}

.submenu {
	clear: both;
	max-width: 1050px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.submenu li {
	margin: 0 auto 10px;
    text-align: center;
    width: 70%;
}


/*外来診療
-------------------------*/

section#index_subject {
	overflow:hidden;
}

.subject_wrap {
	max-width: 1024px;
	padding: 0 10px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

.subjectBox {
	border: 1px solid #ccc;
	padding: 10px 10px 20px 10px;
	overflow:hidden;
}

.kamoku {
}

.kamoku li{
	width: 32%;
	text-align:center;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}

.subjectBox li a {
    padding: 10px;
    display:block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subjectBox li a:hover {  
	  -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
}

.subjectBox li a span {
	display:block;
	padding:5px 0px;
	font-size:80%;
}

ul.gairai {
	text-align: center;
	padding: 0px;
	background: #f3f3f3;
}

ul.gairai li {
	text-align:center;
    display: inline-block;
    margin: 8px;
}




/*お知らせ一覧
-----------------------------------------*/

section#contents_wrap {
	padding:0 10px;
}

.topics .mainTtl {
	background:url(../img/outpatient/mainttl_outpatient.jpg) no-repeat;
	background-size:cover;
}

.topics .topics_wrap {
	overflow:hidden;
	margin:50px 0;
}

.topics .topics_wrap dl {
	background:url(../img/icon_index_subject_next.png) no-repeat center right 1%;
	background-size:1%;
	overflow: hidden;
	border-bottom:	1px dotted #ccc;
	padding: 11px 0;
	font-size:90%;
}

.topics .topics_wrap dt {
	color: #1e2e54;
	font-weight: bold;
}


.topics .topics_wrap dd {
}



/*お知らせ詳細
-----------------------------------------*/

.topics .topics_wrap span {
	float:right;
	margin: 0 0 20px 0;
	font-size: 90%;
}

.topics .topics_wrap p {
	clear:right;
	line-height: 25px;
	font-size: 90%;
}

.topics_underline {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 100px 0;
    margin: 0 auto;
}

.back_number {
	background:url(../img/icon_index_subject_prev.png) no-repeat center left 5%;
	background-size:5%;
	border: 1px solid #ccc;
	width: 80%;
	margin: 40px auto 0;
	padding: 20px;
	text-align: center;
}

/*休診のお知らせ*/
.index .closed {
	clear:both;
	margin:20px 0;
	border:1px solid #d83932;
	border-radius:5px;
}

.index .closed p {
    background: #d83932;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 110%;
}

.index .closed dl {
    text-align: center;
    padding: 5px 0 10px;
    background: #fff;
    border-radius: 5px;
}

.index .closed dt {
	font-size: 100%;
	color: #333;
	display: block;
}

.index .closed dt span {
    font-weight: bolder;
    letter-spacing: 2px;
    font-size: 130%;
    color: #303776;
}

.index .closed dd {
    font-size: 130%;
    font-weight: bold;
    color: #d83932;
    padding: 0;
    display: block;
}

/*緊急のお知らせ*/
.empbox  {
	margin: 0 0 10px;
}
.empbox ul {
	display:block;
}
.empbox li{
	width: auto;
	margin: 0;
	float: none;
}

.empbox li:last-child {
	float:none;
}

}