@charset "utf-8";

.btn_box a{background: #fff url("../images/guide/btn_under.png") no-repeat 96% center / 38px;}


.table{width:100%;}
.table th{width:25%; background:#29aa75;color:#FFF;border-width:0 0 1px 0;border-color:#fff;border-style: solid;}
.table td{border:1px solid #29aa75; max-width: 75%;}



@media only screen and (max-width:1025px){
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* 各診療科の説明
	--------------------------------------*/
	.plaid_box.inner_box{width: 100%;}

}