body {
	background: #f1f1f1;
}
header {
	text-align: center;
	height: 58px;
	background: #ffffff;
	position: relative;
	z-index: 100;
}
header h1 img{
	width: 84px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.contentsArea {
	margin-bottom: 26px;
}
.contentsArea .logo {
	text-align: center;
	margin-top: 26px;
}
.contentsArea .logo img{
	width: 100px;
}
.contentsArea h2 {
	font-size: 25px;
	color: #0086c2;
	text-align: center;
	margin-top: 34px;
}
.contentsArea .infoText{
	color: #333333;
	text-align: center;
	margin: 13px 5px 0 10px;
	font-size: 14px;
	line-height: 1.3;
}
.contentsArea .infoTextTop{
	margin-top: 25px !important;
}

.contentsArea .doneTable {
	max-width: 640px;
	width: 100%;
	margin: 20px auto;
}
.contentsArea .doneTable td.label {
	width: 50%;
	padding: 8px 16px 8px 0;
	text-align: right;
}
.contentsArea .doneTable td.value {
	width: 50%;
	padding: 8px 0;
	text-align: left;
}

.contentsArea .confirmText {
	padding: 16px 32px;
	max-width: 640px;
	line-height: 1.4em;
	margin: 0 auto;
}
.contentsArea .confirmText h3 {
	margin-top: 16px;
}
.contentsArea .confirmText h4 {
	margin-top: 12px;
}
.contentsArea .confirmText p {
	margin-top: 12px;
}
.contentsArea .checkbox {
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.contentsArea .checkbox label {
	padding-left: 38px;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.contentsArea .checkbox label:before {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #fff;
	box-shadow: inset 1px 2px 3px 0px #000;
	border-radius: 6px 6px 6px 6px;
}
.contentsArea .checkbox input[type=checkbox] {
	display:        none;
}
.contentsArea .checkbox input[type=checkbox]:checked + label:before {
	content: '\2713';
	font-size: 24px;
	color: #fff;
	background-color: #06f;
}

.contentsArea .next {
	margin-top: 32px;
}
.contentsArea .form {
	margin-bottom: 32px;
}

.contentsArea .errorMessage {
	text-align: center;
	margin: 15px 20px;
	color: #ff0000;
	line-height: 1.3;
}
.contentsArea .alertMessage {
	text-align: center;
	margin: 15px 20px;
	line-height: 1.3;
}
.contentsArea .alertMessage div {
	color: #ff0000;
	font-weight: bold;
	padding: 8px 12px;
	border: 2px solid #ff0000;
	display: inline-block;
}

.checkboxArea {
	margin-top: 50px;
}


form {
	margin-top: 28px;
	text-align: center;
}
input[type=submit],
input[type=password],
input[type=text] {
	border: 1px solid #999999;
	width: 100%;
	max-width: 320px;
	height: 47px;
	margin-top: 15px;
	font-size: 20px;
	padding-left: 10px;
}
input.submit {
	width: 246px;
	color: #fff;
	background: #006b9b;
	padding-left: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input.submit:disabled {
	background: #999999 !important;
}
.trouble {
	width: 246px;
	margin: 15px auto 0;
	line-height: 1.3;
}
.trouble a{
	color: #ff0000;
	border-bottom: 1px solid;
}

.contentsArea .inputLabel {
	width: 100%;
	max-width: 320px;
	text-align: left;
	margin: 20px auto -10px auto;
}
.contentsArea .inputLabelSub {
	font-size: 11px;
}
.contentsArea div.errorLabel {
	width: 100%;
	max-width: 320px;
	text-align: left;
	margin: 10px auto 0 auto;
	font-size: 11px;
	color: #ff0000;
}

select.numplate {
	border: 1px solid #999999;
	width: 100%;
	max-width: 320px;
	height: 47px;
	margin-top: 15px;
	font-size: 20px;
	padding-left: 10px;
	background-color: #ffffff;
}
input.numplate {
	font-size: 18px;
	padding: 0 4px;
}
select.numplate-1 {
	width: 115px;
}
input.numplate-2 {
	width: 55px;
}
select.numplate-3 {
	width: 54px;
}
input.numplate-4 {
	width: 74px;
}


.titleBox h2.ttl {
	background: 
		url(../images/bg_site_title.png);
	background-size: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 21px;
	padding-left: 7px;
	border-top: 2px solid #000;
}

.informationBox {
	line-height: 1.4;
	width: 96%;
	margin: 0 auto;
}
.informationBox .MT10 {margin-top: 10px}
.informationBox .MT15 {margin-top: 15px}
.informationBox .MT20 {margin-top: 20px}

.informationBox h2 {
	background: url(../images/mk01_noh.gif) no-repeat left 1px;
	margin-top: 10px;
	padding-left: 25px;
}

.informationBox .rightElm {
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
.informationBox h3 {
	margin-top: 20px;
}
.informationBox tr {
	margin-top: 10px;
	display: block;
}
.informationBox p.lm {
	margin: 0.5em 0 0 0;
}
.informationBox p.bm {
	margin: 2em 0 0 0;
}

.contact {
	background-color: rgb(208, 231, 252);
	padding: 5px;
	
}
.text dd {
    margin: -1.5em 0 1em 2em;
}

.sitemapArea .sitemapBox li{
	border-top: 1px solid #aaaaaa;
}
.sitemapArea .sitemapBox li a {
	background:  url(../../common/images/footer_arrow.png) no-repeat 98% center;
	background-size: 10px;
	padding: 18px 10px 18px 10px;
	display: block;
	color: #333;
	font-weight: bold;
}
.sitemapArea .sitemapBox li:last-child {
 margin-bottom: -20px;
}

.privacyArea .end {
 text-align: right;
}


@media screen and (min-width:700px){ 
	section {
		max-width: 700px;
		margin: 0 auto;
	}
}