@charset "utf-8";

/* ------------------------------
 お問合せ
------------------------------ */
.status {
	margin: 35px 0 30px;
}

#step01, #step02, #step03 {
	width: 290px;
	height: 40px;
	color: #4c4c4c;
}

#step01 {
	background: url(../img/status01.gif) repeat scroll 0 0;
}

#step02 {
	background: url(../img/status02.gif) repeat scroll 0 0;
}

#step03 {
	background: url(../img/status03.gif) repeat scroll 0 0;
}

div.w98 {
	float: left;
	width: 98px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

div.w96 {
	float: left;
	width: 96px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.white {
	color: #fff;
}

#main table {
	width: 681px;
	margin: 10px 0 35px;
	border-collapse: collapse;
	border-top: 1px dotted #c4c4c4;
}

#main table th {
	width: 230px;
	padding: 10px 0;
	border-bottom: 1px dotted #c4c4c4;
	font-weight: bold;
	text-align: left;
}

#main table th span {
	color: #f00;
}

#main table td {
	padding: 10px;
	border-bottom: 1px dotted #c4c4c4;
}

#main table td .w420 {
	width: 420px;
	font-size: 12px;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}

#main table td .w290 {
	width: 290px;
}

#main table td .w110 {
	width: 110px;
}

#main table td .w55 {
	width: 55px;
}

#main table td .smaller {
	margin: 5px 0;
}

#main table td select {
	margin: 0 0 10px;
}

.textcenter {
	text-align: center;
}

.btn {
	margin: 30px 0;
	text-align: center;
}

#check{
	width: 192px;
	height: 36px;
	padding: 0;
	border: none;
	background: url(../img/btn_next.gif) repeat-x 0 bottom;
	cursor: pointer;
}

#check:hover{
	width: 192px;
	height: 36px;
	padding: 0;
	border: none;
	background: url(../img/btn_next.gif) repeat-x 0 bottom;
	cursor: pointer;
}

#back {
	float: left;
	width: 192px;
	height: 36px;
	margin-right: 20px;
	padding: 0;
	border: none;
	background: url(../img/btn_back.gif) no-repeat 0 0;
	cursor: pointer;
}

#back:hover {
	width: 192px;
	height: 36px;
	margin-right: 20px;
	padding: 0;
	border: none;
	background: url(../img/btn_back.gif) no-repeat 0 0;
	cursor: pointer;
}

#submit {
	float: right;
	width: 192px;
	height: 36px;
	padding: 0;
	border: none;
	background: url(../img/btn_submit.gif) no-repeat 0 0;
	cursor: pointer;
}

#submit:hover {
	width: 192px;
	height: 36px;
	padding: 0;
	border: none;
	background: url(../img/btn_submit.gif) no-repeat 0 0;
	cursor: pointer;
}

#buttons {
	width: 413px;
	text-align: center;
}

#buttons {
	width: 413px;
	margin: 0 auto;
}



/* ------------------------------
 スマホ用
------------------------------ */
main table {
	width: 100%;
	margin: 10px 0 35px;
	border-collapse: collapse;
	border-top: 1px solid #c4c4c4;
}

main table th {
	width: auto;
	padding: 10px 0;
	border-bottom: 1px dotted #c4c4c4;
	font-weight: bold;
	text-align: left;
}

main table th span {
	color: #f00;
}

main #form_box input[type="text"], main #form_box textarea, main #form_box select {
	display: block;
	width: 97%;
	padding: 5px;
	font-size: 120%;
}

main #form_box #zip1, main #form_box #zip2 {
	display: inline;
	width: 27%;
	padding: 5px;
	font-size: 120%;
}

main #buttons {
	width: 100%;
}

main .textcenter button[id="back"], main .textcenter button[id="submit"] {
	float: none !important;
	margin: 0 auto;
}

main .textcenter button[id="submit"] {
	display: block;
}

main .textcenter button[id="back"] {
	margin-right: 0 !important;
	margin-bottom: 10px;
}

main .zip_srch {
	margin-top: 10px;
}
