@charset "euc-jp";
/* CSS Document */

.t140p {
	font-size:140%;
}

/*
クリアフィックス
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

label {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	cursor: pointer;
}
label:hover {
	border-bottom-color: #ff2200;
}

#wrap #main #contents .required {
	color: #FD0000;
}#wrap #main #contents #form #submit {
	padding-top: 10px;
}
#wrap #main #contents #form #inquiry,#tochiAddress,#user {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
#formTable th {
	background-color: #f2f2f2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #adadad;
	text-align: left;
	width: 80px;
	padding: 5px;
}
#formTable ul {
	margin:0;
	padding:0;
}
#formTable li {
	list-style-type: none;
	margin:0;
	margin-bottom:8px;
}

.error {
	font-size: 11px;
	color: #FD0000;
	font-weight: bold;
	display: none;
}
.bDisp {
	display:block;
}

#addressTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
}
#formTable {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
}
#formTable td {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #adadad;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	border-left-style: solid;
	padding: 5px;
}
#wrap #main #contents #form #inquiry #formTable #noborder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrap #main #contents #form h4 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 2px;
}
#wrap #main #contents #form #tochiAddress #formTable ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
em.normal {
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}

label.agree {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	cursor:pointer;
}
ul.step {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	margin-right: 5px;
	margin-left: 5px;
	padding:0 0 0 5px;
}
ul.step li {
	background-image: url(images/icnStep.png);
	background-repeat: no-repeat;
	background-position: right;

	float:left;
	list-style-type: none;
	margin-right: 3px;
	background-color: #dfdfdf;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.step li.on {
	background-image: url(images/icnStepOn.png);
	background-color: #DB7504;
	font-weight: bold;
	color: #ffffff;
}