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

.hed_img {
	background:url(../images/category/request/hed_img.png) 0 0 no-repeat;
	width:940px;
	height:70px;
	margin:0 auto 20px;
	font-size:1.6em;
	padding:50px 0 0 20px;
}

.ol_list {
	margin:0;
	padding:0;
}

.ol_list li {
	list-style-position:inside;
	padding-left:10px;
	margin:0 auto 10px;
}




/*step
----------------------------------*/

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}

.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}

.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}

.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}

.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.stepBar .step.current {
	color: #FFF;
	background-color: #C00;
}

.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #C00;
}

.stepBar.step2 .step {
	width: 50%;
}

.stepBar.step3 .step {
	width: 33.333%;
}

.stepBar.step4 .step {
	width: 25%;
}

.stepBar.step5 .step {
	width: 20%;
}




/*form
----------------------------------*/

.need {
	font-size: 0.75em;
	line-height: normal;
	color: #FFF;
	background: #C00;
	padding: 0px 7px;
	margin-right: 5px;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	font-weight: normal;
}

.fR {
	float: right;
}

table.form {
	border-collapse: collapse;
	border-spacing: 50px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
	background: #FFF;
}

table.form th {
	padding: 14px;
	white-space: nowrap;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	font-size: 1.2em;
	background: #F0F0F0;
	text-align: left;
	width: 25%;
}

table.form td {
	padding: 14px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 75%;
}

table.form tr:nth-child(2n) {
	background: #F9F9F9;
}

.plan_title {
	font-size: 1.2em;
	color: #FFF;
	background: #06F;
	padding: 5px 20px;
	font-weight: bold;
	display: inline-block;
}

input[type="text"], input[type="tel"], input[type="date"], input[type="email"], input[type="number"], textarea {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 1.4em;
}

select {
	border: 1px solid #C8C8C8;
	padding: 2px 5px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
	border: 1px solid #C00;
	background: #FEE;
}

input[type="submit"], .btn_form a {
	padding: 5px 80px;
	color: #FFF;
	background: #C00;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font: bold 2em/normal "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn_form {
	text-align: center;
	margin: 20px 0;
}

input[type="submit"]:hover, .btn_form a:hover {
	background: #900;
}

input[type="reset"] {
	padding: 10px 50px;
	color: #FFF;
	background: #C60;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
}

input[type="reset"]:hover {
	background: #960;
}

.ui-datepicker-trigger {
	vertical-align: top;
}

.btn_radio {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 180%;
}

.btn_radio label {
	margin-right: 15px;
	white-space: nowrap;
}



/*complete
-----------------------------------*/

