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

body {
	width: 640px;
	background-size: 640px auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(240, 230, 61, 0.3) 1px, rgba(240, 230, 61, 0.3) 3px );
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	margin: 0 auto;
	padding: 0;
}
img {
	width: 100%;
}

@media screen and (max-width: 767px){
	body {
		width: 100%;
		background-size: auto auto;
	}
}


/************************************
header
************************************/
#header {
}
#header ul {
	width: 90%;
	margin: 20px auto 0;
}
#header ul li {
	margin-bottom: 40px;
}
#header ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
}


/************************************
detail
************************************/
#detail {
	width: 90%;
	padding: 10% 5% 5%;
}
#detail ul li {
	margin-bottom: 30px;
}
#detail ul li:last-child {
	margin-bottom: 0;
}

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

}


/************************************
result
************************************/
#result {
	width: 90%;
	padding: 5%;
}
#result ul li {
	margin-bottom: 30px;
}
#result ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	#result ul li {
		margin-bottom: 10px;
	}
}


/************************************
footer
************************************/
#footer {
	width: 90%;
	margin: 0 auto 25px;
}

#footer .ask dt {
	font-size: 85%;
	line-height: 1.4em;
}
#footer .ask dd {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin: 10px 0 20px;
}


@media screen and (max-width: 767px){
	#footer .ask dt {
		font-size: 60%;
	}
	#footer .ask dd {
		font-size: 95%;
	}
}