@charset "UTF-8";



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

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

	h2
	
========================================*/

.medicalcare-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_top.png) no-repeat 0px 0px;
	background-size:34px 34px;
}
.medicalcare-kensa{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kensa.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-kenshin{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kenshin.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-rihabiri{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_rihabiri.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-yobou{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_yobou.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-kinen{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kinen.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.menu-medicalcare-top{
	display: inline-block;
	width:28px;
	height:30px;
	background: transparent url(../../i_icon/icon_medicalcare_menu.png) no-repeat 0px 0px;
	background-size:26px 26px;
}



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

	top
	
========================================*/


section#link-to-otherpage{
	width:100%;
	padding:0 0 0 0;
	margin:30px 0 0 0;
}
.to-otherpage a{
	display: block;
	width:100%;
	height:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 15px 0;
	padding:0px 0 0 0;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
}
.to-otherpage-left{
	width:300px;
	height:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0px 0 0px;
	padding:38px 0 0 90px;
	float: left;
	color:#fff;
	font-size:15px;
	text-align: left;
}

.to-otherpage-right{
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 0px;
	padding:0px 0 0 0px;
	float: left;
	color:#fff;
	font-size:15px;
	line-height: 30px;
	text-align: left;
}

#to-kensa a{
	background: #80c187 url(../../i/anchor_white.png) no-repeat 95% center ;
}
#left-kensa{
	background: transparent url(../../i_icon/icon_circle_kensa.png) no-repeat 10px 15px;
	background-size: 70px 70px;
}

#to-kenshin a{
	background: #b38fbc url(../../i/anchor_white.png) no-repeat 95% center ;
}
#left-kenshin{
	background: transparent url(../../i_icon/icon_circle_kenshin.png) no-repeat 10px 15px;
	background-size: 70px 70px;
}

#to-rihabiri a{
	background: #c1817a url(../../i/anchor_white.png) no-repeat 95% center ;
}
#left-rihabiri{
	background: transparent url(../../i_icon/icon_circle_rihabiri.png) no-repeat 10px 15px;
	background-size: 70px 70px;
}

#to-yobou a{
	background: #bfc474 url(../../i/anchor_white.png) no-repeat 95% center ;
}
#left-yobou{
	background: transparent url(../../i_icon/icon_circle_yobou.png) no-repeat 10px 15px;
	background-size: 70px 70px;
}

#to-kinen a{
	background: #7794af url(../../i/anchor_white.png) no-repeat 95% center ;
}
#left-kinen{
	background: transparent url(../../i_icon/icon_circle_kinen.png) no-repeat 10px 15px;
	background-size: 70px 70px;
}





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

	kensa
	
========================================*/
section.kensa{
	margin:0 0 30px 0;
}
.kensa-left{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float: none;
}

.kensa-right{
	width:120px;
	padding:0 0 0 0;
	margin:20px auto 0 auto;
	float: none;
}




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

	kenshin
	
========================================*/

.kenshin-notice{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kenshin-notice h4{
	font-size:18px;
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #999;
}

#kenshin-menu{
font-size: 14px;
line-height:28px;
color:#555;
width:100%;
background:#fff;
border-bottom:1px solid #1c80b7;
margin:30px 0 30px 0px;
}

#kenshin-menu dt{
clear: left;
float: none;
margin: 0 0 0 0;
padding:12px 0 12px 4px;
width: 100%;
color:#333;
font-weight:normal;
border-top:1px solid #1c80b7;
background:#fff;
}

#kenshin-menu dd{
  margin: 0 0 30px 0;
  padding:12px 0 12px 4px;
  border-top:1px solid #1c80b7;
background:#fff;
}

.gan-banner{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ddd;
}
.gan-banner:hover{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ddd;
}




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

	yobou
	
========================================*/

#yobou-notice{
	margin:10px 0 0 0;
	padding:0 0 0 20px;
}
#yobou-notice li{
	font-size:14px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	list-style: decimal;
}




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

	kinen
	
========================================*/

#kinen-jouken{
	margin:10px 0 0 0;
	padding:0 0 0 20px;
}
#kinen-jouken li{
	font-size:15px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	color:#1c80b7;
}

#kinen-jouken li span{
	color:#444;
}




}/*//end  max-width: 480px ///////////////////////*/











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


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

	h2
	
========================================*/

.medicalcare-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_top.png) no-repeat 0px 0px;
	background-size:34px 34px;
}
.medicalcare-kensa{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kensa.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-kenshin{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kenshin.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-rihabiri{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_rihabiri.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-yobou{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_yobou.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.medicalcare-kinen{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_medicalcare_kinen.png) no-repeat 0px 3px;
	background-size:28px 28px;
}

.menu-medicalcare-top{
	display: inline-block;
	width:28px;
	height:30px;
	background: transparent url(../../i_icon/icon_medicalcare_menu.png) no-repeat 0px 0px;
	background-size:26px 26px;
}


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

	top
	
========================================*/


section#link-to-otherpage{
	width:100%;
	padding:0 0 0 0;
	margin:30px 0 0 0;
}
.to-otherpage a{
	display: block;
	width:100%;
	height:140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 15px 0;
	padding:24px 0 0 0;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
}
.to-otherpage-left{
	width:140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 20px 0 0px;
	padding:75px 0 0 0px;
	float: left;
	color:#fff;
	font-size:15px;
	text-align: center;
}

.to-otherpage-right{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 0px;
	padding:0px 0 0 0px;
	float: left;
	color:#fff;
	font-size:15px;
	line-height: 30px;
	text-align: left;
}

#to-kensa a{
	background: #80c187 url(../../i/anchor_white.png) no-repeat 610px center ;
}
#left-kensa{
	background: transparent url(../../i_icon/icon_circle_kensa.png) no-repeat top center;
	background-size: 70px 70px;
}

#to-kenshin a{
	background: #b38fbc url(../../i/anchor_white.png) no-repeat 610px center ;
}
#left-kenshin{
	background: transparent url(../../i_icon/icon_circle_kenshin.png) no-repeat top center;
	background-size: 70px 70px;
}

#to-rihabiri a{
	background: #c1817a url(../../i/anchor_white.png) no-repeat 610px center ;
}
#left-rihabiri{
	background: transparent url(../../i_icon/icon_circle_rihabiri.png) no-repeat top center;
	background-size: 70px 70px;
}

#to-yobou a{
	background: #bfc474 url(../../i/anchor_white.png) no-repeat 610px center ;
}
#left-yobou{
	background: transparent url(../../i_icon/icon_circle_yobou.png) no-repeat top center;
	background-size: 70px 70px;
}

#to-kinen a{
	background: #7794af url(../../i/anchor_white.png) no-repeat 610px center ;
}
#left-kinen{
	background: transparent url(../../i_icon/icon_circle_kinen.png) no-repeat top center;
	background-size: 70px 70px;
}



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

	kensa
	
========================================*/
section.kensa{
	margin:0 0 30px 0;
}
.kensa-left{
	width:480px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float: left;
}

.kensa-right{
	width:120px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float: right;
}


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

	kenshin
	
========================================*/

.kenshin-notice{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kenshin-notice h4{
	font-size:18px;
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #999;
}

#kenshin-menu{
font-size: 14px;
line-height:28px;
color:#555;
width:100%;
background:#fff;
border-bottom:1px solid #1c80b7;
margin:30px 0 30px 0px;
}

#kenshin-menu dt{
clear: left;
float: left;
margin: 0 0 0 0;
padding:16px 0 16px 20px;
width: 150px;
color:#333;
font-weight:normal;
border-top:1px solid #1c80b7;
background:#fff;
}

#kenshin-menu dd{
  margin: 0 0 0 0;
  padding:16px 0 16px 180px;
  border-top:1px solid #1c80b7;
background:#fff;
}


.gan-banner{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ddd;
}
.gan-banner:hover{
	width:100%;
	background: #fcdcdc;
	margin:20px 0 20px 0px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ddd;
}



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

	yobou
	
========================================*/

#yobou-notice{
	margin:10px 0 0 0;
	padding:0 0 0 20px;
}
#yobou-notice li{
	font-size:15px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	list-style: decimal;
}


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

	kinen
	
========================================*/

#kinen-jouken{
	margin:10px 0 0 0;
	padding:0 0 0 20px;
}
#kinen-jouken li{
	font-size:15px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	color:#1c80b7;
}

#kinen-jouken li span{
	color:#444;
}

}/*//end  min-width: 481px ///////////////////////*/







