@charset "utf-8";


/* 入力フォーム用DIV */
div.formBorder{
  padding: 15px;
  overflow: visible;
  background: #F8F8F8;
  border: 5px solid #DDDDDD;
}


/* 入力フォームタイトル関係 */
div.formBorder div.formTitle{
  height: 20px;
  padding-left: 22px;
  padding-bottom: 2px;
  background: url(../../images/form/formicon.gif) no-repeat left top;
  border-bottom: 1px solid #CCCCCC;
}

div.formBorder div.formTitle span{
  float: left;
  color: #667788;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

div.formBorder div.formTitle p{
  float: right;
  margin-top: 1px;
  padding: 2px;
  color: #FF6600;
  font-size: 10px;
  line-height: 10px;
  background-color: #FFFFEE;
  border: 1px solid #FFAA00;
}

div.formBorder div.formNotes{
  margin-top:5px;
}


/* フォームの終了メッセージ */
div.formBorder p.formEnd{
  padding: 10px;
  margin-top: 10px;
  line-height: 18px;
  background: #FFFFFF;
}



/* フォーム用メッセージ */
div#mainBodyOther p.inqMessage{
  width: 720px;
  margin: 20px auto 10px auto;
}



/* 送信ボタン用テーブルと内容記入用テーブルの初期化 */
table.formSendTable ,table.formTable{
  width: 695px;
  margin: 10px auto;
  padding: 0;
  border: none;
  border-collapse: collapse;
}

/* フォームの送信ボタン関係 */
div.formBorder table.formSendTable{
  margin-top: 20px;
  padding: 0px 15px 0px 15px;
}
div.formBorder table.formSendTable td{
  text-align:center;
}

div.formBorder table.formSendTable input{
  border:none;
  margin:0px;
  padding:0px;
  width:250px;
  height:40px;
}

input.formSend1       { background:url(../../images/form/inqBtn1.gif) no-repeat; }
input:hover.formSend1 { background:url(../../images/form/inqBtn1_f2.gif) no-repeat; }
input.formSend2       { background:url(../../images/form/inqBtn2.gif) no-repeat; }
input:hover.formSend2 { background:url(../../images/form/inqBtn2_f2.gif) no-repeat; }
input.formSend3       { background:url(../../images/form/inqBtn3.gif) no-repeat; }
input:hover.formSend3 { background:url(../../images/form/inqBtn3_f2.gif) no-repeat; }


/* フォーム用テーブル */
table.formTable {
}

table.formTable th, table.formTable td{
  border:1px solid #DDDDDD;
  line-height:1.5em;
}

table.formTable th{
  width: 180px;
  padding: 5px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background: #FFFFFF;

}

table.formTable th.need{
  color:#DD4400;
  background-color: #FFFFFF;
/*  background-image: url(../../images/form_req.gif);*/
  background-repeat: no-repeat;
  background-position: 125px 7px;
}


table.formTable th p{
  color:#AAAAAA;
  font-size:10px;
}

table.formTable td{
  padding:5px;
  vertical-align:top;
  background:#FFFFFF;
}

table.formTable td p{
  padding:3px;
  padding-bottom:0px;
  color:#999999;
  font-size:10px;
}

table.formTable td p a{
  width:100%;
  color:#999999;
  text-align:right;
}

table.formTable td.rfNote{
  width:200px;
  color:#999999;
  font-size:10px;
}

table.formTable input,table.formTable textarea{
  margin:1px;
  padding:1px;
  font-size:12px;
  line-height:12px;
  border:1px solid #BBBBBB;
}


table.formTable input:focus, table.formTable textarea:focus{
  background:#FFFFDD;
  border:1px solid #CCBBAA;
}

table.formTable td input.radio{
  margin-top:3px;
  border:none;
}
table.formTable td select{
  margin:1px;
  padding:2px;
  border:1px solid #CCCCCC;
}

table.formTable td select option{
  padding-right:5px;
}

table.formTable td select option {
  padding-left:10px;
  background:none;
  border:none;
}


/* エリア選択用(freeshop用) */
div.regionArea{
  margin:0;
  padding:0;
}

div.regionArea div{
  display:inline;
}


/* ヘッダー下説明用 */
p.underH2p, p.titleHelp{
  padding: 10px;
  line-height: 150%;
}

p.underH2p span{
  display: block;
  margin: 3px;
  padding-left: 5px;
  color: #FF0000;
  border-left: 5px solid #999999;
}
