@charset "UTF-8";

h2 {
	height: 69px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:url(../images/c01.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

p.mlead {
	height: 32px;
	background:url(../images/c02.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

/* form ----------------------------------------------------- */
fieldset.top {
	/*width: 585px;*/
	margin: 20px 0 0 0;
	padding: 0px;
	border-top: solid #CCCCCC 1px;
	border-right: 1px none #ffffff;
	border-bottom: 1px none #ffffff;
	border-left: 1px none #ffffff;
	background: url(../images/line_dotted.gif) repeat-x left bottom;
}

fieldset.d {
	/*width: 585px;*/
	margin: 0px;
	padding: 0px;
	border-top: 1px none #ffffff;
	border-right: 1px none #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px none #ffffff;
	/*background-color: #e6eff8;*/
	background: url(../images/line_dotted.gif) repeat-x left bottom;
}

fieldset.nod {
	/*width: 585px;*/
	margin: 0px;
	padding: 0px;
	border-top: 1px none #ffffff;
	border-right: 1px none #ffffff;
	border-bottom:solid #CCCCCC 1px;
	border-left: 1px none #ffffff;
	/*background-color: #e6eff8;*/
}

.label {
	width: 170px;
	margin: 0px;
	padding: 15px 0px 14px 15px;
	display: block;
	float: left;
	line-height: 1.6em;
	border-left: 1px none #ffffff;
	clear: left;
}
.control {
	margin: 0px 0px 0px 190px;
	padding: 15px 0px 14px 20px;
	display: block;
}

input,textarea,select {
  background: #f1f1ed;
}

select {
border-color:#999999;
}


.e {
  background: #efcbcb;
}

.btn1  {
	margin: 20px 0 0 0;
	padding: 5px 0 0px 0px;
	text-align:center;
}

.btn  {
	margin: 20px 0 0 0;
	padding: 5px 0 0px 100px;
}

.btn input, .btn1 input {
	width: 150px;
	vertical-align: middle;
	height: 30px;
}

/* 入力ボックスサイズ */
.tbox {
	width: 365px;
}

/* 郵便番号 */
.w30 {
	width: 30px;
}

/* TEL&FAX */
.w50 {
	width: 50px;
}

/* TEL&FAX */
.w3 {
	width: 365px;
}


/* エラー
---------------------------------------------------- */
p.errer {
	/*width: 100%;*/
	margin: 0;
	padding: 8px 0 0 22px;
	color:#b02222;
	/*font-weight:bold;*/
	background: url(../images/stop.gif) no-repeat 0 7px;
	/*line-height:100%;*/
}



/* チェック画面
---------------------------------------------------- */
h3.check {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

table.conf {
	width: 100%;
	margin: 40px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top:solid #CCCCCC 1px;
	border-bottom:solid #CCCCCC 1px;
	text-align:left;
}

table.conf th {
	width: 200px;
	padding:15px 0px 15px 5px;
	empty-cells: show;
	font-weight: normal;
	vertical-align: top;
}

table.conf td {
	padding:15px;
	empty-cells: show;
}

.line {
	background: url(../images/line_dotted.gif) repeat-x left bottom;
}


/* thanks
---------------------------------------------------- */
p.thanks {
	padding: 80px 0 25px 0;
	text-align:center;
}

p.thanks2 {
	padding: 15px 0 130px 0;
	text-align:center;
}

