
/* 【お問い合わせ】フォームテーブル
--------------------------------------------------- */
table.formTable01{
    width:500px;
    margin:0 auto 20px;
    border-width:1px 0pt 0pt 1px;
    border-color:#bebebe; /* 枠線の色変更 */
    border-style:solid;
    border-collapse:collapse;
    empty-cells: show;
    font-size:1em;
    line-height:150%;
}

table.formTable01 th{
    padding:8px;
    border-width:0pt 1px 1px 0pt;
    border-color:#bebebe; /* 枠線の色変更 */
    border-style:solid;
    background-color:#ededed; /* 左セルの背景色の変更 */
    font-weight:bold;
    text-align:left;
	width: 30%;
}

table.formTable01 td{
	width: 70%;
    padding:8px;
    border-width:0pt 1px 1px 0pt;
    border-color:#bebebe; /* 枠線の色変更 */
    border-style:solid;
    background-color:#ffffff; /* 右セルの背景色の変更 */
    font-weight:normal;
    text-align:left;
}

table.formTable01 caption{
	text-align: left;
	font-size: 0.9em;
	color: #09a;
}
input::placeholder{
  color: #e6e6e6;
}
/* 【お問い合わせ】セル内カラム分け
--------------------------------------------------- */
div.sellLeft01{
    float:left;
    margin-left:0px;    /* 左方向の位置調整 */
    margin-right:0px; /* 右方向の位置調整 */
}

div.sellLeft02{
    float:left;
    margin-left:20px; /* 左方向の位置調整 */
    margin-right:0px; /* 右方向の位置調整 */
}

div.sellLeft03{
    float:left;
    margin-left:0px;    /* 左方向の位置調整 */
    margin-right:10px;  /* 右方向の位置調整 */
}

div.sellLeft04{
    float:left;
    margin-left:0px;    /* 左方向の位置調整 */
    margin-right:20px;  /* 右方向の位置調整 */
}


div.sellLeft05{
    float:left;
    margin-left:10px; /* 左方向の位置調整 */
    margin-right:10px;  /* 右方向の位置調整 */
}


div.sellRight{
    float:right;
    margin-left:0px;    /* 左方向の位置調整 */
    margin-right:0px; /* 右方向の位置調整 */
}

div.clear{
	clear: both;
}

/* エラーテキスト等 */

div.formtext{
    clear:both;
	margin-top: 5px;
	font-size: 0.8em;
	color: #999;
}

div.errtext{
    clear:both;
    color:red;
    padding-bottom:5px;
}


/* inputフォーム等 */

span.head{ display: block; color:  #09a; font-size: 0.95em; }

table.formTable01 textarea,input,select{
	border: 1px solid #999;
	padding: 3px;
}

table.formTable01 textarea{
	font-size: 1.0em;
}

table.formTable01 input.lng{
    width:200px;
}

table.formTable01 input.srt{
    width:100px;
}

table.formTable01 input.inputAddress{
	width:180px;
}

/* 入力欄の長さ調整 */

table.formTable01 input.doconid{ width: 100px; letter-spacing:0.3em; }
table.formTable01 input.syodoconid{ width: 100px; letter-spacing:0.3em; }
table.formTable01 input.s_name{ width: 150px; }
table.formTable01 input.m_name{ width: 150px; }
table.formTable01 input.s_fname{ width: 150px; }
table.formTable01 input.m_fname{ width: 150px; }
table.formTable01 input.s_syoname{ width: 150px; }
table.formTable01 input.m_syoname{ width: 150px; }
table.formTable01 input.tel1{ width: 50px; margin-right: 5px;}
table.formTable01 input.tel2{ width: 50px; margin: 0 5px;}
table.formTable01 input.tel3{ width: 50px; margin-left: 5px;}
table.formTable01 input.fax1{ width: 50px; margin-right: 5px;}
table.formTable01 input.fax2{ width: 50px; margin: 0 5px;}
table.formTable01 input.fax3{ width: 50px; margin-left: 5px;}
table.formTable01 input.email1{ width: 100px; margin-right: 5px;}
table.formTable01 input.email2{ width: 150px; margin-left: 5px;}
table.formTable01 input.re_email1{ width: 100px; margin-right:5px;}
table.formTable01 input.re_email2{ width: 150px; margin-left: 5px;}
table.formTable01 input.zip1{ width: 30px; margin-right: 5px;}
table.formTable01 input.zip2{ width: 30px; margin: 0 5px; }
table.formTable01 input.address{ width: 310px; }
table.formTable01 input.building{ width: 310px; }
table.formTable01 input.school{ width: 310px; }
table.formTable01 textarea.question{ width: 310px; }

/* 完了画面 */

.second #mainContents p.end{
	width: 460px;
	margin: 20px auto;
	padding: 15px 15px 15px 15px;
	border: 1px dashed #a8e1ea;
	background-color : #ebf9fa;
	text-align: center;
	line-height: 1.5em;
}

/* ボタン中央寄せ */
div.aligncenter{
    margin:10px auto;
    text-align:center;
}

div.aligncenter input.btn{
/*    padding:5px; */
}

p.alignCenter{
	text-align:center;
}
