@charset "utf-8";
/* CSS Document */

/*form*/
#form {
	margin: 0 15px 20px;
	padding: 13px 12px 13px 13px;
	border: 2px solid #E9E9E9;
}
#formBox {
	display: block;
}
#formBox > dt,
.formPart02 #formBox dt {
	color: #0089D8;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#formBox > dt .must,
.formPart02 #formBox dt .must{
	display: block;
	float: right;
	width: 25px;
	margin: 0 3px;
	background: #0089D8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
}
#formBox > dd,
.formPart02 #formBox dd{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
	line-height: 18px;
}
#formBox > dd.borderNone {
	border: none;
}

#formBox > dd > dl {
	width: 100%;
	margin: 5px 0 0 0;
}
#formBox > dd > dl > dt {
	font-size: 13px;
	line-height: 18px;
}
#formBox > dd > dl > dd {
	margin: 0 0 6px 0;
}
input[type="text"],
input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	resize: vertical;
}
input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
input[type="radio"] + label {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 132px;
	height: 40px;
	margin: 5px 3px 0 0;
	padding: 12px 0 12px 36px;
	background: url(../../form/img/radio_off.png) no-repeat 3px 50%;
	background-size: 30px 30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
}
input[type="radio"]:checked + label {
	background-image: url(../../form/img/radio_on.png);
	background-size: 30px 30px;
}
input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}
input[type="checkbox"] + label {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 132px;
	height: 40px;
	margin: 5px 3px 0 0;
	padding: 12px 0 12px 36px;
	background: url(../../form/img/checkbox_off.png) no-repeat 3px 50%;
	background-size: 30px 30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
}
input[type="checkbox"]:checked + label {
	background-image: url(../../form/img/checkbox_on.png);
}
.memo01 {
	float: right;
	margin: 7px 0 0 0;
	width: 170px;
	letter-spacing: -1px;
}
.memo02 {
	margin: 5px 0 0 0;
}
.memo03 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.memo04 {
	float: left;
	width: 130px;
	margin: 5px 0 0 0;
}
.formNote {
	margin: 5px 0 14px 0;
}

.fleft {
	float: left;
}
.w65 {
	width: 65px !important;
}
.w70 {
	width: 70px !important;
}
.w80 {
	width: 80px !important;
}
.w90 {
	width: 90px !important;
}
.w100 {
	width: 100px !important;
}
.w110 {
	width: 110px !important;
}
.w130 {
	width: 130px !important;
}
.w135 {
	width: 135px !important;
}
.w170 {
	width: 170px !important;
}
.w210 {
	width: 210px !important;
}
.w235 {
	width: 235px !important;
}
.h60 {
	padding-top: 22px !important;
	height: 60px !important;
}
.kai2gyo {
	padding-top: 4px !important;
}
.kai3gyo {
	padding-top: 6px !important;
}
.agree {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

.agree a {
	color: #0066CC;
}

.submit {
	text-align: center;
}
.submit input[type="submit"] {
	width: 100%;
	height: 60px;
	background: #0089D8;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.submit button {
	width: 100%;
	height: 60px;
	background: #0089D8;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.formError {
	margin-top: -30px !important;
}

#form.noDetailData form #bukkenLayout,
#form.noDetailData form label[for=bukkenLayout],
#form.noDetailData form #bukkenArea,
#form.noDetailData form label[for=bukkenArea],
#form.noDetailData form .unit{
	display: none;
}

/* ===================================
#wrap
=================================== */
#wrap {
	margin: 0 15px;
}

#wrap h3 {
    margin: 0 0 10px 0;
    padding: 3px 3px 2px 22px;
    background: #F0F6F5 url(../img/ico_leave_01.png) no-repeat 5px 7px;
    background-size: 13px 10px;
    color: #0089D8;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

#wrap p {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}

#wrap .must {
    display: inline-block;
    width: 25px;
    margin: 0 3px;
    background: #0089D8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #FFF;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

/* ===================================
#step
=================================== */
#step {
	overflow: hidden;
	background: #E9E9E9;
	padding: 8px 8px 0 8px;
}

#step li {
	float: left;
	width: 28%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	background: #FFF;
	border-radius: 20px;
}

#step li.active {
	color: #FFF;
	background: #0089D8;
}

#step li.arrow {
	width: 4%;
	background: none;
    padding-top: 8px;
    margin: 0 2%;
}

/* ===================================
フォーム部分
=================================== */
#bukkenRoomName {
	width: 75%;
}

.pdLeft {
	padding-left: 7px;
}

#formBox .Rbox {
	margin-top: 5px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#formBox .Rbox input[type="text"] {
	margin-left: 5px;
}

#formBox #simulationBtn {
	width: 100%;
	font-size: 13px;
	border: 1px solid #CFCFCF;
	padding: 5px 0;
	text-align: center;
	background: linear-gradient(#FFFFFF , #EEEEEE);
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF , #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), to(#EEEEEE));
}

#formBox .flNone input[type="checkbox"] + label,
#formBox .flNone input[type="checkbox"] + label {
	float: none;
}

#formBox .zip {
	float: right;
    font-size: 12px;
	padding: 8px 0 0;
}

#formBox p.text01 {
	font-size: 10px;
	background: #E9E9E9;
	padding: 5px;
	margin-bottom: 10px;
}

#formBox .disabled {
	background: #EBEBE4!important;
}

/* ===================================
車庫証明専用style
=================================== */
#wrap p.syakoTxt {
	font-size: 13px;
    background: #FEF7F5;
    padding: 10px;
    margin-bottom: 10px;
}

.timeList input[type="text"] {
	width: 180px;
}
.miniInput input[type="text"] {
	width: 100px;
}

/* ===================================
名義変更の理由style
=================================== */
/* 選択ボタンの幅を変更とともに、float=leftを消す */
.aboutMovingReason input[type="radio"] + label{
	float: none;
	width: 100%;
}
/* fadeIn表示のため */
.ListReason01,
.ListReason02,
.ListReason03,
.ListReason04,
.ListReason05,
.ListReason06,
.ListReason07{
	display: none;
	margin-left: 35px;
}
.aboutMovingTxtArea{
	width: 100%;
}
.aboutMovingTxtArea li{
	float: left;
}

/* 駐車場複数入力ここから */
.parkingButtonArea {
	margin-top: 10px;
	margin-bottom: 10px;
}
.parkingAddButton,
.parkingDeleteButton {
	border: none;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	color: #0066CC;
	text-decoration: none;
	cursor: pointer;
}
/** 駐車場複数入力ここまで */
