@charset "UTF-8";
@import url("../../common/css/style.css");

/* ------------------------------  */

/* ------------------------------  */



/*サイドナビ位置調整*/


#a01,#a02 {
    margin-top: 117px;
}

#a01,#a02 {
    padding-top: 100px;
}

#a02 {
    padding-top: 116px;
}




#index #navi li#n01 a img {
	display: none;
}
#top-img {
	height: 140px;
}

/*お取扱病院のご紹介*/
.txtarea table.t01{
	background:url(img/bg_table02.jpg) repeat;
	border:1px solid #999;
	width:95%;
	margin:0 0 25px 15px;
}
.txtarea table.t01 th{
	background:url(img/bg_table01.jpg) repeat;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	width:190px;
	padding:7px 15px;
	text-align:left;
}
.txtarea table.t01 td{
	border-bottom:1px solid #999;
	padding:7px 15px;
}

/*保険の給付について*/

.txtarea table.t02{
	background:url(img/bg_table02.jpg) repeat;
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:95%;
	margin:0 0 25px 15px;
}
.txtarea table.t02 th{
	background:url(img/bg_table01.jpg) repeat;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:3px 7px;
}
.txtarea table.t02 th.t02a{
	background:#FFCCCC;
	font-weight:bold;
}
.txtarea table.t02 th.t02b{
	background:#D5E6F0;
}
.txtarea table.t02 .t02c{
	border-bottom:double #999;
}
.txtarea table.t02 td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:7px 15px;
}



.txtarea table td a{
	color:#069;
	text-decoration:underline;
	font-size:10px;
}

.txtarea .txtarea_box01{
	background-color:#E8EFF4;
	margin:12px;
	padding:12px;
}
	
.a02_ttl {
    background-color: #ffeeef;
    border: 1px dotted #f00;
    color: #f00;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 12px;
    padding: 12px;
}

.next_img {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
 

}


@media screen and (max-width: 640px) {
	
	
.a02_ttl {
    width: 92%;
	height: auto;
	font-size: 15px;
	
}

.next_img {
	margin-left: 35%; 
}

.txtarea table.t02{
	width: 100%;
	margin: 1em 0;
}









}