@charset "utf-8";
.challenge strong{color: #0078be;font-weight: bold;}
.challenge #contents .sbttl{
	clear: both;
	margin: 30px 0 15px;
	padding: 5px 0 5px 15px;
	font-size: 128.571%;
	border-left: 5px solid #c1d78f;
	border-bottom: 1px solid #c8c8c8;
}
#faq-list{margin: 10px 0 0;}
#faq-list dt{
	padding: 10px 0 10px 50px;
	color: #649600;
	font-size: 114.285%;
	text-decoration: underline;
	cursor: pointer;
	border-top: 1px dashed #b3b3b3;
	background: url(../../challenge/img/q.gif) no-repeat 0 10px;
}
#faq-list dt:hover{
	color: #ff6400;
}
#faq-list dd{
	display: none;
	padding: 10px 0 10px 50px;
	background: url(../../challenge/img/a.gif) no-repeat 0 10px;
}
.sgec{margin: 50px 0 0;}
.sgec li{vertical-align: middle;}
.sgec li:first-child{margin-right: 20px;}
@media only screen and (max-width: 640px){
	.sgec li:first-child{margin-right: 0;}
}