/* CSS Document */

@charset"utf-8";

/*body要素内全体の指定*/
body {
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:180%;
	color:#000000;
	background:#fff;
	font-family: "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "メイリオ" , "meiryo" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L"; 
}
a { color: #111; }
a:link { color: #111; }
a:visited { color: #111; }
a:active { color: #666; }
a:hover { color: #666; }

p {
	line-height:180%;
}




@media print, screen and (min-width: 630px) {

/*body要素の左右に10pxの余白を入れる*/
#wrapper {
	width:1000px;
	margin:0px auto;
	padding: 0 10px;
}

/*header要素*/
header {
	width:100%;
	min-width:1020px;
	height:80px;
	margin:0px auto;
	padding: 25px 0px 35px 0px;
	/*background:#e9f8ff;*/
	border-top: 8px solid #15b6fa;
}

.header_haba{
	width:1000px;
	margin:0px auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.header_haba a:link {
	text-decoration:none;
}

header #l {
	width:360px;
	margin:0px;
	margin-top: 10px;
	padding:0px;
	color: #505050;
	text-decoration:none;
	float:left;
}

header #l img {
	width:100%;
	margin:0px;
	padding:0px;
	line-height:0%;
}

header a:hover #l{
	text-decoration:none;
	-moz-opacity: 0.7;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

header #r {
	width:50%;
	margin:0;
	padding:0;
	text-align:right;
	color: #505050;
	float:right;
}

header #r .tel {
	margin:0;
	padding:0;
	font-size:24px;
	line-height:100%;
}
header #r h2 {
	margin:5px 0 0;
	padding:0;
	font-size: 16px;
    line-height: 160%;
	font-weight: normal;
}

	
/*footer要素*/
footer {
	width:auto;
	min-width:1020px;
	margin:0px auto;
	color: #505050;
	position:relative;
	overflow:hidden;
	zoom:1;
}

/*footernav*/
footer #footernav {
	width:auto;
	margin:40px auto 0 auto;
	font-size:14px;
	color: #505050;
	font-weight:normal;
	text-align:center;
}

footer #footernav a {
	color: #505050;
	text-decoration:none;
}

footer #footernav a:visited {
	text-decoration:none;
}

footer #footernav a:hover {
	text-decoration:underline;
}

/*footerinner*/
footer #footermain {
	width:auto;
	height:auto;
	margin:20px auto 0;
	padding:50px 0 5px;
	background:#ededed;
	text-align:center;
}

footer .footerlogo {
	width: 280px;
	border: 5px solid #ffffff;
	margin:0 auto;
	padding:0;
	font-size:32px;
	line-height:50%;
}
footer p br {
	display: none;
}

/*copyright*/
footer #copyright {
	width:auto;
	height:auto;
	margin:30px 0 0 0;
	padding:0px;
	font-size:12px;
}



/* --- ナビゲーションバー --- */

div.nav {
	width: 200px; /* ナビゲーションの幅 */
	height:auto;
	font-size: 18px;
	line-height: 1.5em;
	float:left;
}

/* --- メニューエリア --- */
div.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-radius:20px;
	text-align: center;
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- メニュー項目 --- */
div.nav ul li {
	margin:0 0 10px;
	padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
	background: #3ab6ed; /* リンクエリアの背景 */
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
	color: #fff; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	display: block;
	position: relative; /* IE6用 */
}

/* --- リンク --- */
div.nav ul a:link { 
	text-decoration: none !important; /* テキストの下線（なし） */
}

div.nav ul a li:link {
	text-decoration: none !important; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */

div.nav ul a li:hover {
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/*トップ画像*/
.box_image{
	width:1000px;
	margin:0px auto 30px;
	padding:0px 10px;
	position:relative;
	overflow:hidden;
	zoom:1;
	line-height:0;
}

#box_image{
	width:100%;
	height: 200px;
	min-width: 1020px;
	margin:0px auto 30px;
	padding:0px;
	background-image:url("../img/staff.png");
	background-position: center;
	background-size: cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#box_image.about{
	background-image:url("../img/about.png");
}
#box_image.guide{
	background-image:url("../img/guide.png");
}
#box_image.news{
	background-image:url("../img/news.png");
}
#box_image.access{
	background-image:url("../img/access.png");
}
#box_image.reha{
	background-image:url("../img/reha.jpg");	
}
#box_image.docs{
	background-image:url("../img/docs.jpg");	
}
    

/*article内共通要素*/
#main{
	width:1000px;
	margin:10px auto 80px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.pankuzu {
	width:750px;
	margin:0;
	padding:0;
	font-size:13px;
	color:#616161;
	text-align:left;
	float:right;
}

.pankuzu a:link {
	text-decoration:none;
	color:#616161;
}

.pankuzu a:hover {
	text-decoration:none;
	color:#616161;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.content_box{
	width:750px;
	margin:0;
	padding:0;
	float:right;
}


/*article内table要素ここから*/

/*table要素共通*/
article table {
	color: #000000;
}

/*トップページお知らせ*/
article #news {
	width:100%;
	height:auto;
	margin: 0px auto 50px;
}

article #news table {
	width:100%;
	height:auto;
	margin: 0 auto;
	border-collapse:collapse;
}


article table .news_l {
	width: 80px;
	padding: 15px;
	color: #15b6fa;
	line-height: 130%;
	border-bottom: solid 1px #cacaca;
	text-align: center;
}

article table .news_r {
	width:100%;
	padding: 20px;
	line-height: 150%;
	border-bottom: solid 1px #cacaca;
	color: #000000;
}

/*トップページ診療日表*/
article #hyou ,
article #hyou-2{
	width:100%;
	height:auto;
	margin:30px auto;
}

article #hyou table,
article #hyou-2 table{
	width:100%;
	height:auto;
	background:#cacaca;
	border:none;
}

article #hyou table .hyou_l ,
article #hyou-2 table .hyou_l {
	width: 80px;
	height:70px;
	color: #000000;
	line-height: 120%;
	text-align: center;
	background:#fff;
	border:none;
}

article  #hyou table .hyou_ue,
article  #hyou-2 table .hyou_ue {
	height:50px;
	background:#e6f5fa;
	color: #15b6fa;
	line-height: 120%;
	text-align: center;
	border:none;
}

/*トップページ概要欄*/
article #top_about {
	width:750px;
	height:auto;
	margin:30px auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #top_about table {
	width:100%;
	background:#fff;
	border:none;
}

article table .top_ttl {
	padding:15px 0 15px 20px;
	color: #15b6fa;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro", "hiragino maru gothic pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif; 
	background:#fff;
	border-bottom:#cacaca solid 1px;
}
article table .top_ttl .logo {
	width: 320px;
	margin-left: -30px;
}

article table .top_l {
	width: 75px;
	padding:15px 0;
	color: #15b6fa;
	text-align: center;
	background:#fff;
	border-bottom:#cacaca solid 1px;
}

article table .top_r {
	width: 205px;
	padding:15px 0;
	color: #000000;
	background:#fff;
	border-bottom:#cacaca solid 1px;
}
.hosoku{
}


/*スタッフ一覧*/
article #staff {
	width:100%;
	margin:20px auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #staff p {
	padding:0;
	margin:0;
}

article #staff p.name {
	font-size:22px;
	text-align:right;
}
	
article #staff img {
	width:100%;
	margin:40px auto;
	display:block;
}

#stafflist {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #staff table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	margin:10px auto;
	position:relative;
	overflow:hidden;
}
article table .staff_l {
	width:100px;
	padding: 15px 0;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	border-bottom: solid 1px #cacaca;
	text-align: left;
}
article table .staff_l span {
	color:#15b6fa;
}
article table .staff_r {
	padding: 15px 0;
	font-size: 18px;
	line-height: 130%;
	border-bottom: solid 1px #cacaca;
	color: #000000;
}
article table .staff_c {
	width:100px;
	text-align:center;
}


/*診療案内*/
article #guide {
	width:700px;
	height:auto;
	margin:10px 0px 30px 0px;
}

article #guide table {
	width:100%;
	height:auto;
/*	border-collapse:collapse;*/
}

article table .guide_mds {
	width: 100%;
	padding: 15px 0 0 10px;
	color: #15b6fa;
	font-size: 22px;
	line-height: 120%;
	text-align: left;
}

article table .guide_syosai {
	width: 100%;
	color: #000000;
	font-size: 17px;
	line-height: 160%;
	padding: 10px 15px 20px;
/*	border-bottom: solid 1px #cacaca;*/
	text-align: left;
}
	
article #img_box .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*
	position:relative;
	overflow:hidden;
	zoom:1;
	*/
}
article #img_box .box .img {
	width: 355px;
	margin: 20px 10px 0px;
}
article #img_box .box .img img {
	width: 100%;
	margin: 0;
}
article #img_box .box .img p {
	width: 100%;
	margin: 0;
	text-align: center;
}
/*通所リハビリテーション*/
ul.reha_sub_cont{
	font-size: 24px;
	padding-left: 0;
	color: #505050;
	list-style: none;
}
.reha_sub_cont .reha_sub_title{
	font-size: 24px;
	line-height: 1.3em;
	margin-left: 0.6em;
	margin-top: 2em;
	position: relative;
	color: #15b6fa;
}
.reha_sub_cont .reha_sub_title::before{
	content: "";
	width: 0.3em;
	height: 100%;
	position: absolute;
	top: 0;
	left: -0.6em;
	background-color: #3ab6ed;
}
.reha_sub_cont li span{
	color: #3ab6ed;
	display: inline-block;
	margin-right: 0.2em;
}
.reha_sub_cont p{
	font-size: 16px;
	color: #000000;
}

.reha_schedule ul{
	margin: 0;
	padding: 0;
	color: #000000;
	}
.reha_sch_item{
	display: flex;
	position: relative;
	background: #e6f5fa;
	border-radius: 5px;
	padding: 1em 1.5em;
}
.reha_sch_img_area{
	width: 20%;
}
.reha_sch_img_area img{
	display: block;
	width: 100%;	
}
.reha_sch_txt_area{
	width: 70%;
	margin-left: auto;
}
h4.reha_sch_title{
	margin-top: 0.5em;
	line-height: 1em;
	font-size: 20px;
	font-weight: normal;
}
.reha_sch_item+.reha_sch_item{
	margin-top: 2em;
}
.reha_sch_item+.reha_sch_item::before{
	content: "";
	position: absolute;
	border: 0.6em solid transparent; 
	border-top-color: #3ab6ed;
	top: -1.4em;
	left: 50%;
	transform: translate(-50%);
}
.reha_sch_item:last-of-type{
	margin-bottom: 2em;
}
	
.recep{
	position: relative;
	border: 2px solid #15b6fa;
	border-radius: 10px;
	padding: 0.2em 1.5em;
	text-align: center;
	margin-top: 2em;
}
.recep .recep_title{
	font-size: 26px;
	line-height: 1em;
	color: #3ab6ed;
	font-weight: 600;
	margin-bottom: 0.2em;
}
.reha_sub_title br{
		display: none;
}
h4.reha_sch_title {
    margin-top: 0;
	margin-bottom: 1em;
    line-height: 1em;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    background-color: #15b6fa;
	border-radius: 5px;
    padding: 0.4em 0.6em;
}
	
/*最新情報一覧*/
article #news {
	width:100%;
	margin:15px auto 50px;
}
article #news .pagination {
	width:100%;
	margin: 50px auto;
	padding:0;
	font-size:16px;
	line-height:350%;
	text-align: center;
	position:relative;
	overflow:hidden;
	zoom:1;
}
article #news .page-numbers {
	margin: 0 2px;
	padding: 10px 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}
article #news span.page-numbers {
	color: #15b6fa;
	background: #e6f5fa;
	border: solid 1px #e6f5fa;
}
article #news a.page-numbers {
	background: #15b6fa;
	border: solid 1px #15b6fa;
}
article #news a.page-numbers:hover {
	background: #15b6fa;
	border: solid 1px #15b6fa;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*最新情報詳細*/
article #news_cnt {
	width:100%;
	margin:10px auto 50px;
	padding:0;
	border-bottom:thin #505050 solid; 
}
article #news_cnt span {
	font-size: 13px;
	line-height: 110%;
	font-weight: normal;
}
article #news_cnt p {
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
}	
article #news_cnt img {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
	padding:0;
	border:0;
}

#backwrap {
	width:100%;
	margin:30px auto;
	padding:0;
	position:relative;
	overflow:hidden;
	zoom:1;
}
#backwrap a {
	text-decoration:none;
}
#backwrap a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#newsback {
	width:150px;
	background:#15b6fa;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:10px;
	float:right;
	text-decoration:none;
	transition: 0.5s;
}

/*アクセス情報*/
#access {
	width:100%;
	height:auto;
	margin:30px auto 50px;
	position: relative;
	overflow: hidden;
	zoom:1;
}
#parea {
	width:100%;
	height:auto;
	margin:30px auto;
	position: relative;
	overflow: hidden;
	zoom:1;
}
#parea .parea {
	width:100%;
	margin: 0 0 20px;
	display: block;
}
#access p ,
#parea p {
	font-size: 14px;
}
#parea table {
	width:100%;	
	font-size: 14px;
}
#parea tr td:first-child {
	width:60px;
}
   
/*院内掲示物*/    
.docs ul{
    padding: 0;    
}
    
.docs li{
    margin: 0 0 0 20px;
    list-style: none;
    line-height: 200%;
    text-decoration: underline;
}

.docs li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #3CB7ED;
    margin: 18px -20px 0px;
    border-radius: 50%;
    display: inline-block;
}

.docs li::after{
    position: relative;
    content: url("../img/docs_icon.svg");
    width: 10px;
    top: 10px;
    margin: 0px;
}
    
/*font*/

h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 160%;
	color: #505050;
	padding: 10px 0;
	margin: 0;
	border-bottom:2px solid #15b6fa;
}
h3 span {
	font-size: 18px;
	color:#15b6fa;
	display: block;
	float: left;
}
	
.smds {
	width:100%;
	padding: 15px 0;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	border-bottom: solid 1px #cacaca;
	text-align: left;
}
.smds span {
	color:#15b6fa;
}

.top_black_center {
	font-size:36px;
	font-weight:normal;
	line-height:44px;
	color:#000000;
	text-align:center;
	padding:50px 0;
}

.font_black_l {
	font-size:28px;
	font-weight:normal;
	line-height:220%s;
	color:#000000;
	margin:0;
	padding:0;
}

.font_black_m {
	line-height:20px;
	color:#000000;
	margin:0;
	padding:0;
}

.font_black_l {
	color:#000000;
	margin:0;
	padding:0;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

}

@media screen and (max-width: 630px) {
body {
	font-size:15px;
}

/*body要素の左右に10pxの余白を入れる*/
#wrapper {
	width:100%;
	margin:0px;
	padding:0;
}

/*header要素*/
header {
	width:100%;
	height:50px;
	margin:0px auto;
	padding: 15px 0px;
	/*background:#e9f8ff;*/
	border-top: 5px solid #15b6fa;
}

.header_haba{
	width:100%;
	margin:0px auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.header_haba a:link {
	text-decoration:none;
}

header #l {
	max-width:100%;
	height: 45px;
	margin:0px;
	margin-left:70px;
	padding:0px;
	color: #505050;
	text-decoration:none;
	float:left;
}

header #l img {
	height:100%;
	margin:0px;
	padding:0px;
	line-height:0%;
}

header a:hover #l{
	text-decoration:none;
	-moz-opacity: 0.7;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

header #l .site_name {
	margin:0px;
	padding:0px;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro", "hiragino maru gothic pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif; 
	color:#15b6fa;
}

header #r {
	display: none;
}


	
/*footer要素*/
footer {
	width:auto;
	margin:0px auto;
	color: #505050;
	position:relative;
	overflow:hidden;
	zoom:1;
}

/*footernav*/
footer #footernav {
	display: none;
}


/*footerinner*/
footer #footermain {
	width:auto;
	height:auto;
	margin:20px auto 0;
	padding:50px 0 5px;
	background:#ededed;
	text-align:center;
}

footer .footerlogo {
	width: 200px;
	border: 5px solid #ffffff;
	margin:0 auto;
	padding:0;
	line-height:50%;
}

/*copyright*/
footer #copyright {
	width:auto;
	height:auto;
	margin:30px 0 0 0;
	padding:0px;
	font-size:12px;
}



/* --- ナビゲーションバー --- */

div.nav {
	display: none;
}


/*トップ画像*/
.box_image {
	width:100%;
	margin:0% auto 5%;
	padding:0px;
	line-height:0;
	position:relative;
	overflow:hidden;
	zoom:1;
}
.box_image img {
	width:100%;
}
#box_image{
	width:100%;
	height: 120px;
	margin:0% auto 5%;
	padding:0%;
	background-image:url("../img/staff.png");
	background-position: center;
	background-size: cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#box_image.about{
	background-image:url("../img/about.png");
}
#box_image.guide{
	background-image:url("../img/guide.png");
}
#box_image.news{
	background-image:url("../img/news.png");
}
#box_image.access{
	background-image:url("../img/access.png");
}
#box_image.reha{
	background-image:url("../img/reha.jpg");
}
#box_image.docs{
	background-image:url("../img/docs.jpg");
}



/*article内共通要素*/
#main{
	width:100%;
	margin:10px auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.pankuzu {
	width:95%;
	margin:0 auto;
	padding:0;
	font-size:13px;
	color:#616161;
	text-align:left;
}

.pankuzu a:link {
	text-decoration:none;
	color:#616161;
}

.pankuzu a:hover {
	text-decoration:none;
	color:#616161;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.content_box {
	width:90%;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	zoom:1;
}


/*article内table要素ここから*/

/*table要素共通*/
article table {
	color: #000000;
}

/*トップページお知らせ*/
article #news {
	width:100%;
	height:auto;
	margin: 0px auto 50px;
}

article #news table {
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	border-collapse:collapse;
}


article table .news_l {
	width: 100%;
	color: #15b6fa;
	line-height: 130%;
	text-align: left;
	display: block;
	padding-top: 15px;
}

article table .news_r {
	width:100%;
	line-height: 150%;
	border-bottom: solid 1px #cacaca;
	color: #000000;
	display: block;
	padding-bottom: 15px;
}
article table .news_r a {
	display: block;
}

/*トップページ診療日表*/
article #hyou,
article #hyou-2{
	width:100%;
	height:auto;
	margin:50px auto;
}

article #hyou table,
article #hyou-2 table {
	width:100%;
	height:auto;
	background:#cacaca;
	border:none;
}

article #hyou table .hyou_l ,
article #hyou-2 table .hyou_l{
	width: 10%;
	height:70px;
	font-size: 14px;
	color: #000000;
	line-height: 120%;
	text-align: center;
	background:#fff;
	border:none;
}

article  #hyou table .hyou_ue,
article  #hyou-2 table .hyou_ue {
	height:50px;
	background:#e6f5fa;
	color: #15b6fa;
	line-height: 120%;
	text-align: center;
	border:none;
}

/*トップページ概要欄*/
article #top_about {
	width:100%;
	height:auto;
	margin:30px auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #top_about table {
	width:100%;
	background:#fff;
	border:none;
}

article table .top_ttl {
	width:100%;
	padding:15px 0 15px;
	color: #15b6fa;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro", "hiragino maru gothic pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif; 
	background:#fff;
	border-bottom:#cacaca solid 1px;
}
article table .top_ttl .logo {
	width: 230px;
}

article table .top_l {
	width:100%;
	padding-top:2%;
	color: #15b6fa;
	background:#fff;
	display: block;
}
article table .top_r {
	width:100%;
	padding-bottom:2%;
	color: #000000;
	background:#fff;
	border-bottom:#cacaca solid 1px;
	display: block;
}
article table .top_l br,
article table .top_r br {
	display: none;
}

.hosoku{
    font-size: 0.9rem;
}

/*スタッフ一覧*/
article #staff {
	width:100%;
	margin:20px auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #staff p {
	padding:0;
	margin:0;
}

article #staff p.name {
	font-size:22px;
	text-align:right;
}
	
article #staff img {
	width:100%;
	margin:40px auto;
	display:block;
}

#stafflist {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #staff table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
article #staff table:nth-child(2n+1) {
	margin-bottom:20px;
}
article table .staff_l {
	width:100%;
	padding: 15px 0;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	border-bottom: solid 1px #cacaca;
	text-align: left;
	display: block;
}
article table .staff_l span {
	color:#15b6fa;
}
article table .staff_r {
	width:100%;
	padding: 15px 0;
	font-size: 18px;
	line-height: 130%;
	border-bottom: solid 1px #cacaca;
	color: #000000;
	display: block;
}
article table .staff_c {
	width:100%;
	display: block;
	padding-top: 10px;
}
article table .staff_t {
	width:100%;
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cacaca;
}


/*診療案内*/
article #guide {
	width:100%;
	height:auto;
	margin:15px auto 40px;
	position:relative;
	overflow:hidden;
	zoom:1;
}

article #guide table {
	width:100%;
	height:auto;
/*	border-collapse:collapse;*/
}

article table .guide_mds {
	width: 100%;
	padding: 15px 0 0;
	color: #15b6fa;
	font-size: 20px;
	line-height: 180%;
	text-align: left;
}

article table .guide_syosai {
	width: 100%;
	padding: 0 0 15px;
	color: #000000;
	font-size: 16px;
	line-height: 180%;
/*	border-bottom: solid 1px #cacaca;*/
	text-align: left;
}

article #img_box .box {
	width: 100%;
	margin: 2% 0;
	position:relative;
	overflow:hidden;
	zoom:1;
}
article #img_box .box {
	width: 100%;
	position:relative;
	overflow:hidden;
	zoom:1;
}
article #img_box .box .inner {
	width: 100%;
	margin: 0;
	display: block;
	float: left;
}
article #img_box .box .img {
	width: 49%;
	margin: 2% 0;
	margin-left: 2%;
	display: block;
	float: left;
}
article #img_box .box .img:first-child,
article #img_box .box .img:nth-child(3),
article #img_box .box .img:nth-child(5) {
	margin-left: 0;
}
article #img_box .box .img img {
	width: 100%;
	margin: 0;
}
article #img_box .box .img p {
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1.4em;
}

/*通所リハビリテーション*/
ul.reha_sub_cont{
	font-size: 24px;
	padding-left: 0;
	color: #505050;
	list-style: none;
}
.reha_sub_cont .reha_sub_title{
	font-size: 24px;
	line-height: 1.3em;
	margin-left: 0.6em;
	margin-top: 2em;
	position: relative;
	color: #15b6fa;
}
.reha_sub_cont .reha_sub_title::before{
	content: "";
	width: 0.3em;
	height: 100%;
	position: absolute;
	top: 0;
	left: -0.6em;
	background-color: #3ab6ed;
}
.reha_sub_cont li span{
	color: #3ab6ed;
	display: inline-block;
	margin-right: 0.2em;
}
.reha_sub_cont p{
	font-size: 16px;
	color: #000000;
}

.reha_schedule ul{
	margin: 0;
	padding: 0;
	color: #000000;
	}
.reha_sch_item{
	display: flex;
	flex-direction: column;
	position: relative;
	background: #e6f5fa;
	border-radius: 5px;
	padding: 1em 1.5em;
}
.reha_sch_img_area{
	width: 60%;
	margin: 0 auto;
}
.reha_sch_img_area img{
	display: block;
	width: 100%;	
	
}
.reha_sch_txt_area{
	width: 100%;
	margin-left: auto;
}
h4.reha_sch_title{
	margin-top: 1em;
	line-height: 1em;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #15b6fa;
	border-radius: 5px;
	padding: 0.5em;
}
.reha_sch_item+.reha_sch_item{
	margin-top: 2em;
}
.reha_sch_item+.reha_sch_item::before{
	content: "";
	position: absolute;
	border: 0.6em solid transparent; 
	border-top-color: #3ab6ed;
	top: -1.4em;
	left: 50%;
	transform: translate(-50%);
}
.reha_sch_item:last-of-type{
	margin-bottom: 2em;
}
	
.recep{
	position: relative;
	border: 2px solid #15b6fa;
	border-radius: 10px;
	padding: 0.2em 1.5em;
	text-align: center;
	margin-top: 2em;
}
.recep .recep_title{
	font-size: 26px;
	line-height: 1em;
	color: #3ab6ed;
	font-weight: 600;
	margin-bottom: 0.2em;
}

	
/*最新情報一覧*/
article #news {
	width:100%;
	margin:15px auto 50px;
	position:relative;
	overflow:hidden;
	zoom:1;
}
article #news .pagination {
	width:100%;
	margin: 50px auto;
	padding:0;
	font-size:16px;
	line-height:350%;
	text-align: center;
	position:relative;
	overflow:hidden;
	zoom:1;
}
article #news .page-numbers {
	margin: 0 2px;
	padding: 10px 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}
article #news span.page-numbers {
	color: #15b6fa;
	background: #e6f5fa;
	border: solid 1px #e6f5fa;
}
article #news a.page-numbers {
	background: #15b6fa;
	border: solid 1px #15b6fa;
}
article #news a.page-numbers:hover {
	background: #15b6fa;
	border: solid 1px #15b6fa;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*最新情報詳細*/
article #news_cnt {
	width:100%;
	margin:10px auto 50px;
	padding:0;
	border-bottom:thin #505050 solid; 
}
article #news_cnt span {
	font-size: 13px;
	line-height: 110%;
	font-weight: normal;
}
article #news_cnt p {
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
}	
article #news_cnt img {
	width: 100%;
	margin-bottom:10px;
	float:left;
	padding:0;
	border:0;
}

#backwrap {
	width:100%;
	margin:30px auto;
	padding:0;
	position:relative;
	overflow:hidden;
	zoom:1;
}
#backwrap a {
	text-decoration:none;
}
#backwrap a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#newsback {
	width:100%;
	background:#15b6fa;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:15px;
	border-radius:10px;
	float:right;
	text-decoration:none;
	transition: 0.5s;
}


/*アクセス情報*/
#access {
	width:100%;
	height:auto;
	margin:30px auto 50px;
	position: relative;
	overflow: hidden;
	zoom:1;
}
#parea {
	width:100%;
	height:auto;
	margin:30px auto;
	position: relative;
	overflow: hidden;
	zoom:1;
}
#parea .parea {
	width:100%;
	margin: 0 0 20px;
	display: block;
}
#access p ,
#parea p {
	font-size: 14px;
}
#parea table {
	width:100%;	
	font-size: 14px;
}
#parea tr td:first-child {
	width:60px;
}

/*院内掲示物*/    
.docs ul{
    padding: 0;    
}
    
.docs li{
    margin: 0 0 0 20px;
    list-style: none;
    line-height: 220%;
    text-decoration: underline;
}

.docs li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #3CB7ED;
    margin: 18px -20px 0px;
    border-radius: 50%;
    display: inline-block;
}

.docs li::after{
    position: relative;
    content: url("../img/docs_icon.svg");
    width: 10px;
    top: 10px;
    margin: 0px;
}
    
    
    
    
/*contents内table要素ここまで*/


/*font*/

h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 160%;
	color: #505050;
	padding: 10px 0;
	margin: 0;
	border-bottom:2px solid #15b6fa;
}
h3 span {
	font-size: 16px;
	color:#15b6fa;
	display: block;
	float: left;
}
.smds {
	width:100%;
	padding: 15px 0;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	border-bottom: solid 1px #cacaca;
	text-align: left;
}
.smds span {
	color:#15b6fa;
}

.top_black_center {
	font-size:36px;
	font-weight:normal;
	line-height:44px;
	color:#000000;
	text-align:center;
	padding:50px 0;
}

.font_black_l {
	font-size:28px;
	font-weight:normal;
	line-height:220%;
	color:#000000;
	margin:0;
	padding:0;
}

.font_black_m {
	line-height:20px;
	color:#000000;
	margin:0;
	padding:0;
}

.font_black_l {
	color:#000000;
	margin:0;
	padding:0;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}


}