@charset "Shift_JIS";

/*formArea
---------------------------------------------------------*/
.c_form dt{
	width: 130px;
	font-weight: normal;
	padding: 6px 0 0 12px;
	clear: both;
	float: left;
}

dd{
	margin-bottom: 20px;
	padding: 0 10px 15px 180px;
}
dd.line{
	margin-bottom: 20px;
	padding: 10px 10px 6px;
}

.required{
	width: 29px;
	height: 15px;
	font-size: 10px;
	color: #F00;
}

dl#confirm dd{
    border: solid 1px #7b6250;
	margin-bottom: 20px;
	padding: 6px 10px 2px;
	border-radius: 5px;
	background-color: #FFF;
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	background-color:rgba(255,255,255,0.40);
}

dl#confirm dd#comments{
	height: 226px;
	overflow-y: scroll;
}

input, select, textarea {
    margin: 3px 0px 8px;
    padding: 6px 7px;
}

input[type="Submit"],input[type="button"]{padding: 10px 40px;}

.r_space{margin-right: 6px;}

.advance{
	text-align: right;
	margin-top: 30px;
	clear: both;
	padding-top: 10px;
	padding-right: 67px;
	padding-left: 67px;
}

/*フォームの長さ
---------------------------------------------------- */
.mini {
  width: 30px;
}

.short {
  width: 60px;
}

.medium {
  width: 450px;
}

.long {
  width: 400px;
}

textarea {
  width: 415px;
}

/*フォームの装飾
---------------------------------------------------- */
/*input, select, textarea {
  border: solid 1px #7b6250;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
  border-radius: 5px;
}
*/
input.req1, select.req1 {
  border: solid 2px #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}


table#formArea table.ageTable {
	width: 190px;
	margin-bottom: 5px;
	padding:0;
	border:1px solid #CCCCCC;
}
table#formArea table.ageTable th{
	padding: 0px 0px 0px 2px;
	text-align:left;
	vertical-align:top;
	border:1px solid #CCCCCC;
	height: 30px;
}

table#formArea table.ageTable td{
	padding: 0px 5px;
	vertical-align:middle;
	border:1px solid #CCCCCC;
	text-align:left;
	height: 30px;
}

.b_inp{
	color: #FFF;
	background: #7b6250;
	padding: 10px 20px;
	cursor:pointer;
}

/*以下今回は使用しない*/

/* フォーム
---------------------------------------------------- */
/*

fieldset {
  margin: 0;
  padding: 0.5em 0 1.3em 0;
  border-width: 1px;
  border-color: #726d6b;
  border-style: none none dotted none;
}
fieldset#last {
  border-bottom: none;
}
.label {
	clear: left;
	display: block;
	padding-top: 0.8em;
	padding-left: 10px;
	float: left;
	width: 120px;
	line-height: 2em;
	font-size: 83%;
}
.control {
	display: block;
	margin: 0 0 0 130px;
	padding-top: 0.8em;
	line-height: 2em;
	font-size: 75%;
}
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}
input.radio {
  border-style: none;
  color: #000000;
  background: transparent;
}

.label-m {
	clear: left;
	display: none;
	padding-top: 0.8em;
	padding-left: 12px;
	float: left;
	width: 120px;
	line-height: 2em;
	background: url(../images/mark.gif) no-repeat 0px 1.5em;
	font-size: 83%;
}
input.req1, select.req1 {
  border-style: solid;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}
input.req2 {
  border-style: dashed;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}

#kiyakutext {
  width: 350px;
  height:150px;
  overflow:auto;
  display: block;
  margin: 15px 0 0 0;
  padding: 5px;
  font-size: 10px;
  line-height: 1.5em;
  background: #f6f6fc;
}
html>body #kiyakutext {
  padding: 15px;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}
*/
/* 入力部品の幅設定
---------------------------------------------------- */
/*
#mail1, #mail2, #city, #number, #bldg, #comment {
  width: 290px;
}
#pass1, #pass2 {
  width: 180px;
}
#name1, #name2, #name3, #name4, #year, #month, #day {
  width: 70px;
}
#post1, #post2 {
  width: 60px;
}
#state {
  width: 120px;
}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {
  width: 60px;
}
*/
/* 送信ボタン
---------------------------------------------------- */
/*
#submit input {
  margin-left: 0.5em;
  border-width: 2px;
  border-color: #ffb87c #d26000 #d26000 #ffb87c;
  width: 6em;
  vertical-align: middle;
  color: #ffffff;
  background: #ff7400;
}
#submit {
  margin-top: 1em;
  color: #444444;
  background: url(../form/images/bg-submit1.gif) no-repeat;
}
#submit p.postext {
  margin: 0;
  padding: 10px;
  text-align: right;
  background: url(../form/images/bg-submit2.gif) no-repeat left bottom;
}
#submit button {
  width: 140px;
  height: 50px;
  padding: 4px 0 0 0;
  color: #ffffff;
  background: url(../form/images/button.gif) no-repeat;
  border-width: 0px;
}
#submit p.posted {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0;
}
#submit span {
  font-size: 10px;
}

*/
