@charset "utf-8";

/* 【お問い合わせ】フォームテーブル
--------------------------------------------------- */
.formTable01{ width:600px; margin:0 auto 20px; border-width:1px 0pt 0pt 1px; border-color:#bebebe; border-style:solid; border-collapse:collapse; empty-cells: show; line-height:150%; }

.formTable01 th{ width:200px; padding:8px; border-width:0pt 1px 1px 0pt; border-color:#bebebe; border-style:solid; background-color:#ededed; font-weight:bold; text-align:left; }

.formTable01 td{ padding:8px; border-width:0pt 1px 1px 0pt; border-color:#bebebe; border-style:solid; background-color:#ffffff; font-weight:normal; text-align:left; }

/* 【お問い合わせ】セル内カラム分け
--------------------------------------------------- */
.sellLeft01{ float:left; margin-left:0px; margin-right:0px; }

.sellLeft02{ float:left; margin-left:20px; margin-right:0px; }

.sellLeft03{ float:left; margin-left:0px; margin-right:10px; }

.sellLeft04{ float:left; margin-left:0px; margin-right:20px; }


.sellLeft05{ float:left; margin-left:10px; margin-right:10px; }


.sellRight{ float:right; margin-left:0px; margin-right:0px; }

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

.formtext{ clear:both; }

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


/* inputフォーム等 */

.formTable01 textarea{ width:300px; height:150px; font-size:0.9em; }

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

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

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

#inputArea{ text-align: center; margin-bottom: 30px; }

#inputArea .send{ width: 340px; float: right; display: inline; text-align: left; }

#inputArea .back{ width: 340px; float: left; display: inline; text-align: right; }

#inputArea{ zoom: 1; }

#inputArea:after{ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; font-size: 0; }
