@charset "utf-8";

/*  INPUT,TEXTAREA,OPTION  ============================================================= */
input {
	padding: 2px 3px 1px;
	vertical-align: 0%;
}

html>/**/body input {
	vertical-align /*\**/: 0%\9;
	padding: 3px 3px 0\9;
}


* html input {
	vertical-align: -30%;
	padding-top: 2px;
}

*:first-child+html input {
	vertical-align: -30%;
	padding-top: 3px;
}

.fieldName { width: 205px;}
.fieldText { width: 205px;}
.fieldPostal1 { width: 2.5em;}
.fieldPostal2 { width: 3.5em;}

textarea {
	padding: 3px 3px 1px;
	width: 600px;
	resize: vertical;
}

option { /* セレクトメニュー用 */
	padding: 1px 4px 0 5px;
}

*:first-child+html option {
	padding-top: 20px;
}

select { 
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	height: auto;
}

html>/**/body select {
	margin /*\**/: 0\9;
}

*:first-child+html select {
	vertical-align: -16%;
}

* html select {
	vertical-align: -24%;
	margin: 0;
}

#mailForm .radioBtn,
#mailForm .checkbox { /* ラジオボタン・チェックボックス用 */
	vertical-align: -10%;
}

*:first-child+html #mailForm .radioBtn,
*:first-child+html #mailForm .checkbox {
	vertical-align: 0%;
}

* html #mailForm .radioBtn,
* html #mailForm .checkbox {
	vertical-align: 0%;
}

/*  SUBMIT         ===================================================================== */
#mailForm .sendBtn { 
	width: 12em;
	height: auto;
}

*:first-child+html #mailForm .sendBtn {
	padding: 0;
}

* html #mailForm .sendBtn {
	padding: 0;
}

/*  CLEARFIX       ===================================================================== */
#mailForm dl:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#mailForm dl{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html #mailForm dl{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


/*  DIV            ===================================================================== */

#mailForm {
	line-height: 1.4;
	padding-bottom: 10px;
}

/* 
div#formInner は
dlタグに1pxのマージンを設け、borderのように見せる
*/
#mailForm #formBox {
	margin-bottom: 40px;
	padding-bottom: 0;
}

#mailForm #formInner {
	margin: 0 0px;
	background: #ccc;
	padding-bottom: 0;
	margin-bottom: 0;
}

#mailForm #selectBox {
	border: 1px solid #e0e0e0;
	margin-bottom: 40px;
	padding: 0 3px;
}

#formDescription {
}

.disable {
	display: none;
}

#errorMessage {
	padding: 10px 20px;
	line-height: 1.6;
	margin-bottom: 30px;
	color: #ff0000;
	border: 2px solid #ff0000;
}

#errorMessage strong {
	display: block;
	padding: 0 0 1px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 8px;
	font-weight: bold;
	color: #ff0000;
}


/*  DL,DT,DD       ===================================================================== */

#mailForm dl {
	margin-bottom: 1px;
	border: 3px solid #ffffff;
	border-left: none;
	border-right: none;
	background: url(../img/entry_form_bg.gif) repeat-y #E2F7FF;
}


/* 最下部のdlタグに指定 */
#mailForm dl.last {	
	margin-bottom: 0;
}

#mailForm dl dt {
	float: left;
	width: 130px;
	padding: 13px 0 0 10px;
}

#mailForm dl dd {
	float: right;
	width: 622px;
	padding: 13px 10px 10px;
	background: #ffffff;
	min-height: 1.55em;
}

* html #mailForm dl dd {
	height: 1.55em;
}

/* ddタグが複数個ある場合に使用　最下部の要素以外にクラス指定 */
#mailForm dl dd.multi {
	padding-bottom: 1px;
}

#mailForm #selectBox dl dd {
	float: none;
	width: auto;
	margin-bottom: 0;
	padding: 15px 10px 14px;
	background: #f1f1f1;
}

/*  SPAN          ===================================================================== */
#mailForm .nameLabel {
	display: inline-block;
	width: 2.4em;
	text-align: right;
}

#mailForm .addressLabel {
	display: inline-block;
	width: 9.6em;
}

#mailForm .checkboxElement1 {
	display: inline-block;
	width: 110px;
}

#mailForm .checkboxElement2 {
	display: inline-block;
	width: 200px;
}



/*  CONFIRM PAGE  ===================================================================== */
body.confirm #mailForm dl dd {
	padding-top: 13px;
}

body.confirm #mailForm dl#addressBox dd{
	padding-top: 13px;
}

body.confirm #mailForm #selectBox dl dd {
	padding-bottom: 10px;
}


#submitBox form {
	display: inline-block;
	margin:0 4px;
}


/*  BASE          ===================================================================== */
/* 他ページが進行中の場合は既に設定済み */

.caution {
	color:#FF0000;
}


