@charset "utf-8";

/*  INPUT,TEXTAREA,OPTION  ============================================================= */
input {
	padding: 2px 3px 1px;
	height: 14px;
	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;
}

textarea {
	padding: 3px 3px 1px;
}

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: 20px;
}

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: -30%;
	margin: 5px 0 0 ;
}

html>/**/body #mailform .radioBtn,
html>/**/body #mailform .checkbox {
        margin /*\**/: 3px 0 0\9;
}

*:first-child+html #mailform .radioBtn,
*:first-child+html #mailform .checkbox {
	vertical-align: -0.5%;
}

* html #mailform .radioBtn,
* html #mailform .checkbox {
	vertical-align: -0.5%;
}

/*  SUBMIT         ===================================================================== */
#mailform .sendBtn { 
	width: 12em;
	height: 22px;
}

*: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;
}

/* 
div#formInner は
dlタグに1pxのマージンを設け、borderのように見せる
*/
#mailform #formBox {
	border: none;
	margin-bottom: 40px;
	padding-bottom: 0;
}

#mailform #selectBox {
	margin-bottom: 40px;
}

#formDescription {
	margin-bottom: 20px;
	line-height: 1.5;
}

#formDescription p {
	margin-bottom: 15px;
}

.disable {
	display: none;
}

#errorMessage {
	padding: 10px 20px;
	line-height: 1.6;
	margin: 20px 0 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 {
	border-bottom: 1px solid #dde6eb;
}


/* 最下部のdlタグに指定 */
#mailform dl.last {	
	margin-bottom: 0;
}

#mailform dl dt {
	float: left;
	width: 170px;
	padding: 14px 0 0 0px;
}

#mailform dl dd {
	float: right;
	width: 430px;
	padding: 11px 10px 10px;
	min-height: 1.55em;
}


* html #mailform dl dd {
	height: 1.55em;
}

/* ddタグが複数個ある場合に使用　最下部の要素以外にクラス指定 */
#mailform dl dd.multi {
	padding: 11px 10px 1px;
}

#mailform #selectBox dl dd {
	float: none;
	width: auto;
	margin-bottom: 0;
	padding: 12px 10px 14px;
}

/*  SPAN          ===================================================================== */
#mailform .nameLabel {
	display: inline-block;
	width: 2em;
	text-align: right;
}

#mailform .addressLabel {
	display: inline-block;
	width: 9em;
}


/*  CONFIRM PAGE  ===================================================================== */
body.confirm #mailform dl dd {
	padding-top: 14px;
}

body.confirm #mailform dl#addressBox dd{
	padding-top: 12px;
}

body.confirm #mailform #selectBox dl dd {
	padding-bottom: 10px;
}


#submitBox div {
	float: left;
	width: 14em;
}


/*  BASE          ===================================================================== */

.caution {
	color:#FF0000;
}


