@charset "UTF-8";
/* CSS Document */
#gnav li:nth-of-type(4) a{
  color:#A63365;
  text-decoration:underline;
}
#main2 h1{
	background: url(/life/health-new/course02/img/h1_bg.gif) repeat-x 0 bottom !important;
}
#main2 h2{
	background: url(/life/health-new/course02/img/h2_bg.gif) no-repeat 20px center !important;
}
#no1 .link_btn{
	margin-top:35px;
}

#no1 .link_btn a{
	border: 1px solid #495CAE;
	outline: solid 5px #495CAE;
	outline-offset: 1px;
	margin:6px;
	}

#no1 a{
	border: 1px solid #495CAE;
    background:url(/life/health-new/course02/img/arrow.png)no-repeat 5% 50%, url(/life/health-new/common/img/square02.gif) no-repeat 95% 50%;
}
#no1 a:hover{
  background:#495CAE;
}
#no2 div{
	background-image:url(/life/health-new/course02/img/image02.jpg);
}

@media screen and (max-width : 768px) {
#no1 a{
	border: 2px solid #495CAE;
}
}