@charset "utf-8";

@media screen and (min-width: 1024px) {

/*=============================================

ALL

=============================================*/	

.rehabilitation .mainBg {
    text-align: center;
    background:url(../img/rehabilitation/mainttl_reha.png) no-repeat;
	height:160px;
}


/*リハビリテーション体制
-----------------------------------------*/

.reha_underline {
    width: 48%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 100px 0;
    margin: 0 auto;
}



/*リハビリテーション療法
-----------------------------------------*/

/*タブ*/
.rehabilitation  ul.tab_reha{
	overflow: hidden;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    position: relative;
    top: 2px;
}

.rehabilitation  ul.tab_reha li {
    width:32.86%;
}

.rehabilitation  ul.tab_reha li.reh01 {
    float: left;
    border-left: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
	border-right:2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation  ul.tab_reha li.reh01 a {
    display: block;
    width: 100%;
    padding:18px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation  ul.tab_reha li.reh01 a:hover {
	background:#dff1f6;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

.rehabilitation ul.tab_reha li.reh01.active {
	border-left: 2px solid #7ecef4;
    border-top: 2px solid #7ecef4;
    border-right: 2px solid #7ecef4;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation  ul.tab_reha li.reh01.active a:hover{
	background:none;
}

.rehabilitation ul.tab_reha li.reh02 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh02 a {
    display: block;
    width: 100%;
    padding:18px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation  ul.tab_reha li.reh02 a:hover {
	background:#fff6e9;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

.rehabilitation ul.tab_reha li.reh02.active {
	border-left: 2px solid #f29b76;
	border-top: 2px solid #f29b76;
	border-right: 2px solid #f29b76;
	border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation ul.tab_reha li.reh02.active a:hover {
	background:none;
}

.rehabilitation ul.tab_reha li.reh03 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh03 a {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation  ul.tab_reha li.reh03 a:hover {
	background:#d6e9c4;
 -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}

.rehabilitation ul.tab_reha li.reh03.active {
	border-left: 2px solid #8dc556;
	border-top: 2px solid #8dc556;
	border-right: 2px solid #8dc556;
	border-bottom: 2px solid #fff;
}

.rehabilitation ul.tab_reha li.reh03.active a:hover {
	background:none;
}


.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding: 5px 0 5px 30px;
}


.rehabilitation .item_bar dd ol li {
	padding:0;
}

.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding:0 0 0 30px;
}

.rehabilitation .rehastaff {
	overflow:hidden;
	padding: 10px 0 0 0;
	margin:0 0 30px 0;
}

.rehabilitation .rehastaff dt {
	width:45%;
	float:right;
	padding: 0 0 20px 20px;
}

.rehabilitation .rehastaff dd {
	padding: 0 0 10px 0;
	line-height: 25px;
}


/*理学療法_サブタイトルバー*/
.rehabilitation #reh1 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh1 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #7ecef4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh1 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh1 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #7ecef4;
    border-radius:5px;	
}

.rehabilitation #reh1 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh1 .item_bar dd img {
	float:left;
	width:45%;
}

.rehabilitation #reh1 .item_bar dd span{
    float: right;
    width: 50%;
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh1 .item_bar dd.none span{
	float:none;
	width:100%;
}


/*作業療法_サブタイトルバー*/
.rehabilitation #reh2 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh2 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #f29b76;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh2 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh2 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #f29b76;
    border-radius:5px;	
}

.rehabilitation #reh2 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh2 .item_bar dd img {
	float:left;
	width:45%;
}

.rehabilitation #reh2 .item_bar dd span{
    float: right;
    width: 50%;
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh2 .item_bar dd.none span{
	float:none;
	width:100%;
}

/*言語療法_サブタイトルバー*/
.rehabilitation #reh3 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh3 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #d6e9c4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh3 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh3 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #d6e9c4;
    border-radius:5px;	
}

.rehabilitation #reh3 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh3 .item_bar dd img {
	float:left;
	width:45%;
	padding:0 20px 20px 0;
}

.rehabilitation #reh3 .item_bar dd span{
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh3 .item_bar dd.none span{
	float:none;
	width:100%;
}

.rehabilitation .reha_content#reh1 {
    display: block;
    border: 2px solid #7ecef4;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}

.rehabilitation .reha_content#reh2 {
    display: block;
    border: 2px solid #f29b76;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}

.rehabilitation .reha_content#reh3 {
    display: block;
    border: 2px solid #8dc556;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}

}


@media screen and (min-width:641px) and ( max-width:1023px){
	
/*=============================================

ALL

=============================================*/	

.rehabilitation .mainBg {
    text-align: center;
    background:url(../img/rehabilitation/mainttl_reha.png) no-repeat;
}


/*理事長挨拶
-----------------------------------------*/
.greetingBox {
}

.grt01{
	width: 100%;
}

.grt02{
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 100%;
    line-height: 40px;
    letter-spacing: 1px;
    text-align:left;
}

/*施設概要
-----------------------------------------*/

#rehabilitation04 table {
	width: 100%;
	font-size: 120%;
	border-top: 1px solid #ccc;
}

#rehabilitation04 table th{
	width: 20%;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
	background:#e8e9ee;
	color:#041459;
}

#rehabilitation04 table td{
	width: 80;
	padding:20px 20px 20px 40px;
	border-bottom: 1px dotted #ccc;
}

#rehabilitation04 dl{
}


#rehabilitation04 dt {
	text-align:left;
}

#rehabilitation04 dd {
	padding:0 0 0 20px;
	font-size:110%;
	line-height:30px;
}

#rehabilitation04 dd ol{
	list-style-type:disc;
	text-align:left;
}

/*リハビリテーション療法
-----------------------------------------*/

/*タブ*/
.rehabilitation  ul.tab_reha{
	overflow: hidden;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    position: relative;
    top: 2px;
}

.rehabilitation  ul.tab_reha li {
	padding:0 50px;
}

.rehabilitation  ul.tab_reha li.reh01 {
    float: left;
    border-left: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation  ul.tab_reha li.reh01 a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;

}

.rehabilitation ul.tab_reha li.reh01.active {
	border-left: 2px solid #7ecef4;
    border-top: 2px solid #7ecef4;
    border-right: 2px solid #7ecef4;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation ul.tab_reha li.reh02 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh02 a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation ul.tab_reha li.reh02.active {
	border-left: 2px solid #f29b76;
	border-top: 2px solid #f29b76;
	border-right: 2px solid #f29b76;
	border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation ul.tab_reha li.reh03 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh03 a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 120%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation ul.tab_reha li.reh03.active {
	border-left: 2px solid #8dc556;
	border-top: 2px solid #8dc556;
	border-right: 2px solid #8dc556;
	border-bottom: 2px solid #fff;
}


.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding: 5px 0 5px 30px;
}


.rehabilitation .item_bar dd ol li {
	padding:0;
}

.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding:0 0 0 30px;
}

.rehabilitation .rehastaff {
	overflow:hidden;
	padding: 10px 0 0 0;
	margin:0 0 30px 0;
}

.rehabilitation .rehastaff dt {
	width:45%;
	float:right;
	padding: 0 0 20px 20px;
}

.rehabilitation .rehastaff dd {
	padding: 0 0 10px 0;
	line-height: 25px;
}


/*理学療法_サブタイトルバー*/
.rehabilitation #reh1 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh1 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #7ecef4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh1 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh1 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #7ecef4;
    border-radius:5px;	
}

.rehabilitation #reh1 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh1 .item_bar dd img {
	float:left;
	width:45%;
}

.rehabilitation #reh1 .item_bar dd span{
    float: right;
    width: 50%;
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh1 .item_bar dd.none span{
	float:none;
	width:100%;
}


/*作業療法_サブタイトルバー*/
.rehabilitation #reh2 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh2 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #f29b76;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh2 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh2 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #f29b76;
    border-radius:5px;	
}

.rehabilitation #reh2 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh2 .item_bar dd img {
	float:left;
	width:45%;
}

.rehabilitation #reh2 .item_bar dd span{
    float: right;
    width: 50%;
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh2 .item_bar dd.none span{
	float:none;
	width:100%;
}

/*言語療法_サブタイトルバー*/
.rehabilitation #reh3 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh3 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #d6e9c4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh3 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh3 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #d6e9c4;
    border-radius:5px;	
}

.rehabilitation #reh3 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 20px 0 20px 10px;
}

.rehabilitation #reh3 .item_bar dd img {
	float:left;
	width:45%;
	padding:0 20px 20px 0;
}

.rehabilitation #reh3 .item_bar dd span{
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh3 .item_bar dd.none span{
	float:none;
	width:100%;
}

.rehabilitation .reha_content#reh1 {
    display: block;
    border: 2px solid #7ecef4;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}

.rehabilitation .reha_content#reh2 {
    display: block;
    border: 2px solid #f29b76;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}

.rehabilitation .reha_content#reh3 {
    display: block;
    border: 2px solid #8dc556;
    z-index: 0;
    position: relative;
    top: 0px;
	padding:20px;
}



	
}

@media screen and (max-width:640px){
	
/*=============================================

ALL

=============================================*/	

.rehabilitation .mainBg {
    text-align: center;
    background:url(../img/rehabilitation/mainttl_reha.png) no-repeat;
}

/*理事長挨拶
-----------------------------------------*/
.greetingBox {
}

.grt01{
	width: 100%;
}

.grt02{
    padding: 20px;
    background: #fffcf2;
    font-size: 80%;
    line-height: 24px;
    letter-spacing: 1px;
	text-align:left;
}


/*リハビリテーション療法
-----------------------------------------*/

/*タブ*/
.rehabilitation  ul.tab_reha{
	overflow: hidden;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    position: relative;
    top: 2px;
}

.rehabilitation  ul.tab_reha li {
	padding:0 20px;
}

.rehabilitation  ul.tab_reha li.reh01 {
    float: left;
    border-left: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation  ul.tab_reha li.reh01 a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 100%;
    text-align:center;
    text-decoration: none;

}

.rehabilitation ul.tab_reha li.reh01.active {
	border-left: 2px solid #7ecef4;
    border-top: 2px solid #7ecef4;
    border-right: 2px solid #7ecef4;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation ul.tab_reha li.reh02 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh02 a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 100%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation ul.tab_reha li.reh02.active {
	border-left: 2px solid #f29b76;
	border-top: 2px solid #f29b76;
	border-right: 2px solid #f29b76;
	border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 100;
    position: relative;
    top: 1px;
    background: #fff;
}

.rehabilitation ul.tab_reha li.reh03 {
    float: left;
    border-right: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
    margin: 0;
	border-radius:5px 5px 0 0;
}


.rehabilitation ul.tab_reha li.reh03 a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 100%;
    text-align:center;
    text-decoration: none;
}

.rehabilitation ul.tab_reha li.reh03.active {
	border-left: 2px solid #8dc556;
	border-top: 2px solid #8dc556;
	border-right: 2px solid #8dc556;
	border-bottom: 2px solid #fff;
}


.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding: 5px 0 5px 30px;
}


.rehabilitation .item_bar dd ol li {
	padding:0;
}

.rehabilitation .item_bar dd ol {
	list-style-type:disc;
	padding:0 0 0 30px;
}

.rehabilitation .rehastaff {
	overflow:hidden;
	padding: 10px 0 0 0;
	margin:0 0 30px 0;
}

.rehabilitation .rehastaff dt {
}

.rehabilitation .rehastaff dt img {
	width:100%;
	margin:0 auto 10px;
}

.rehabilitation .rehastaff dd {
	padding: 10px 0;
	line-height: 25px;
}


/*理学療法_サブタイトルバー*/
.rehabilitation #reh1 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh1 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #7ecef4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh1 .item_bar {
    margin: 0;
    overflow:hidden;
    padding: 0;
}

.rehabilitation #reh1 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #7ecef4;
    border-radius:5px;	
}

.rehabilitation #reh1 .item_bar dd {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 100%;
    padding: 10px 0 20px 0;
}

.rehabilitation #reh1 .item_bar dd img {
    width: 100%;
    margin: 0 auto 10px;
}

.rehabilitation #reh1 .item_bar dd span{
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh1 .item_bar dd.none span{
	float:none;
	width:100%;
}


/*作業療法_サブタイトルバー*/
.rehabilitation #reh2 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh2 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #f29b76;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh2 .item_bar {
    margin: 0;
    overflow:hidden;
    padding: 0;
}

.rehabilitation #reh2 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #f29b76;
    border-radius:5px;	
}

.rehabilitation #reh2 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 10px 0 20px 0;
}

.rehabilitation #reh2 .item_bar dd img {
    width: 100%;
    margin: 0 auto 10px;
}

.rehabilitation #reh2 .item_bar dd span{
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh2 .item_bar dd.none span{
	float:none;
	width:100%;
}

/*言語療法_サブタイトルバー*/
.rehabilitation #reh3 .h4_ttlbar {
    margin:0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px 0;
}

.rehabilitation #reh3 .h4_ttlbar span {
	padding: 10px;
	display: block;
	height: 12px;
	border-left: 5px solid #d6e9c4;
	margin: 0;
	line-height: 10px;
	font-size:110%;
}



/*項目バー*/
.rehabilitation #reh3 .item_bar {
    margin: 0 0 20px 0;
	overflow:hidden;
}

.rehabilitation #reh3 .item_bar dt{
    padding: 5px 5px 5px 10px;
    background: #d6e9c4;
    border-radius:5px;	
}

.rehabilitation #reh3 .item_bar dd {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 100%;
    padding: 10px 0 20px 0;
}

.rehabilitation #reh3 .item_bar dd img {
    width: 100%;
    margin: 0 auto 10px;
}

.rehabilitation #reh3 .item_bar dd span{
    display: block;
    line-height: 25px;
    font-size: 100%;
}

.rehabilitation #reh3 .item_bar dd.none span{
	float:none;
	width:100%;
}

.rehabilitation .reha_content#reh1 {
    display: block;
    border: 2px solid #7ecef4;
    z-index: 0;
    position: relative;
    top: 0px;
    padding: 10px;
}

.rehabilitation .reha_content#reh2 {
    display: block;
    border: 2px solid #f29b76;
    z-index: 0;
    position: relative;
    top: 0px;
    padding: 10px;
}

.rehabilitation .reha_content#reh3 {
    display: block;
    border: 2px solid #8dc556;
    z-index: 0;
    position: relative;
    top: 0px;
    padding: 10px;
}


}
