@charset "utf-8";
/* CSS Document */

nav#pc li#question a{
  background: #FFF url(../img/nav.png) no-repeat -640px -120px;
}
nav#pc li#question a:hover {
  background: #FFF url(../img/nav.png) no-repeat -640px -120px;
}
#main{
	background-color:#FFF;
	box-shadow:0 0 5px #666 inset;
}
#main dl{
	padding:30px 20px;}
#main dt{
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	padding-left:50px;
	margin-bottom:20px;
	border-bottom:5px solid #44BBA6;
	background:url(../img/question.png) no-repeat left top;
	}
	
#main dd{
	background:url(../img/answer.png) no-repeat left top;
	padding-left:50px;
	font-size:16px;
	line-height:1.4;
	margin:0 0 60px 20px;
	}
@media screen and (max-width:959px){
nav#mobile li#question a{
  opacity:0.8;
}
nav#mobile li#question a:hover {
  opacity:0.6;
}
}
@media screen and (max-width:767px){
#main dt{
	font-size:20px;
}
#main dd{
	font-size:98%;
}
}
