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

header {
	min-height: 72px;
	border-bottom: 5px double #666;	
}
header .header-title {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
header .header-title div {
	display: inline-block;
}
header h1 {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
header .header-logo {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}
header .header-logo-right {
	float: right;
    margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.upper-block {
    margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.form-title {
    text-align: center;
}

.explanation-block {

}

.explanation-text {
	font-size: 16px;
	line-height: 150%;
}

.negative-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.attention-text {
    font-size: 16px;
    text-indent: 1em;
}
.annotation {
    font-size: 16px;
    color: #d00;
}
.error-text {
    font-size: 18px;
    color: #d00;
}

.question-title {
    padding: 10px;
    font-size: 16px;
}
.answer-required {
    font-weight: 600;
    color: #d00;
}
.answer {
    padding: 10px;
    font-size: 16px;
}
.border-top {
    border-top: 1px solid #000;
}
.border-left {
    border-left: 1px solid #000;
}
.border-right {
    border-right: 1px solid #000;
}
.border-bottom {
    border-bottom: 1px solid #000;
}

.information-text {
    font-size: 16px;
}

footer {
	margin-top: 30px;
	border-top: 1px solid #000;
}

.copyright {
	font-size: 16px;
	text-align: right;
}


@media ( min-width: 700px ) {
	.upper-block {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}
    .form-block {
		margin-left: auto;
		margin-right: auto;
		width: 700px;        
    }

}