@charset "UTF-8";

/* ---------- else -------------------- */
header,
main { margin-bottom:20px; }

/* ---------- section -------------------- */
section h2 {
	width:96%;
	margin:0 2% 10px 2%;
}
section h2 strong {
	font-size:2.0em;
	letter-spacing:1px;
}
section p {
	font-size:1.3em;
	margin-bottom:15px;
	padding:0 2%;
}
section div { margin-bottom:10px; }
section div > strong {
	font-size:1.6em;
	margin:0 2% 10px 2%;
}
section div dl { width:100%; }
section div dl dt {
	background-color:#eee;
	width:96%;
	font-size:1.3em;
	padding:5px 2%;
}
section div dl dt span {
	background-color:#f00;
	border-radius:5px;
	font-size:0.8em;
	color:#fff;
	letter-spacing:1px;
	margin-left:10px;
	padding:1px 5px;
}
section div dl dd {
	width:96%;
	font-size:1.3em;
	padding:10px 2%;
}
section div dl dd > input[type="text"] {
	border:solid 1px #999;
	width:99%;
	height:30px;
	text-indent:0.5em;
}
section div dl dd strong {
	display:block;
	padding:5px 0;
}
section div dl dd .list li {
	float:left;
	margin-right:15px;
}
section div dl dd ul li input[type="text"] {
	border:solid 1px #999;
	width:50%;
	height:30px;
	text-indent:0.5em;
}
section div dl dd input.small_size,
section div dl dd ul li input.small_size { width:80px; }
section div dl dd select {
	border:solid 1px #999;
	width:99%;
	height:30px;
	font-size:1.0em;
}
section div dl dd textarea {
	border:solid 1px #999;
	width:99%;
	height:100px;
}
section div dl dd span {
	display:block;
	font-size:0.8em;
	color:#f66;
	letter-spacing:1px;
	padding:5px;
}
section .bt { width:100%; }
section .bt input[type="submit"] {
	-webkit-appearance:button;
	display:block;
	background-color:#f90;
	border:none;
	border-radius:10px;
	width:90%;
	height:50px;
	font-size:1.6em;
	color:#fff;
	letter-spacing:2px;
	margin:0 auto;
}
section .bt input[type="submit"]:hover {
	opacity:0.8;
	cursor:pointer;
}

@media only screen and (min-width: 768px) {
section div > strong {
	display:block;
	margin-top:20px;
}
section div dl {
	clear:both;
	border:solid 1px #ccc;
	background-color:#eee;
	margin-bottom:-1px;
}
section div dl dt {
	float:left;
	width:200px;
	padding:10px;
}
section div dl dd {
	float:right;
	border-left:solid 1px #ccc;
	background-color:#fff;
	width:500px;
	padding:10px;
}
section div dl dd select { width:auto; }
section .bt { margin-top:40px; }
}
