@charset "UTF-8";
@media screen and (min-width: 641px),print {

#contents #page h2 {
	margin: 0px;
}
#contents .outline {
	margin-top: 20px;
	margin-bottom: 40px;
}
#contents dl {
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}
#contents dt {
	float: left;
	width: 15em;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 1em;
	display: block;
}
#contents dd {
	margin-left: 16em;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
}
#contents h4 {
	font-size: 18px;
	padding-left: 10px;
	color: #036;
	font-weight: bold;
}
.form-area label i {
	font-style: normal;
	text-decoration:line-through;
}
.form-area label strong {
	color: #F00;
	font-weight: bold;
}
.form-area label b {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#contents #page h2 {
	margin: 0px;
}
#contents .outline {
	margin-top: 20px;
	margin-bottom: 40px;
}
#contents dl {
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}
#contents dt {
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1em;
	display: block;
	background-color: #F1F1F1;
	padding-right: 1em;
}
#contents dd {
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents h4 {
	font-size: 18px;
	padding-left: 10px;
	color: #036;
	font-weight: bold;
}
}
