#contents_box {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* メインコンテンツタイトル表示設定 */
h2 {
  width: 890px;
  height: 20px;
  border-left: 10px solid #6a6a6a;
  border-radius: 8px;
  margin: 30px auto 20px auto;
  padding: 7px 10px 13px 10px;
  background-image: none;
  background-color:#373737;
  color: #fff;
  text-align: left;
  font-size: 18px;
}

/*[メールでのお問い合わせ]設定*/
/* [メールでのお問い合わせ]欄　枠設定 */
#inq_mail_box {
  width: 900px;
  border-radius: 20px;
  margin: 10px auto 10px auto;
  padding: 40px 0px 40px 0px;
  background-color: #dcdcdc;
}

/* ログイン欄　表示設定 */
#login_line {
  width: 778px;
  border-radius-topright: 10px;
  margin: 0px auto 0px auto;
  padding : 10px 10px 10px 10px;
  background-color: #003399;
  font-size: 10px;
  color: #fff;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-top right: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* ログイン欄　インライン設定 */
#login_line form {
  display: inline;
  float: right;
  margin-top: -4px;
  text-align: right;
  vertical-align: top;
}

#login_line input submit {
  clear: both;
  width: 800px;
}

#login_bar {
border-radius: 5px;
background: #ebf1f6; /* Old browsers */
background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

/* 新規登録表示設定 */
#new_reg {
  width: 795px;
  margin: 0px auto 0px auto;
  padding: 2px 5px 2px 0px;
  background-color: #fff;
  text-align: right;
  font-size: 11px;
}

/* [メールでのお問い合わせ]欄タイトル画像設定 */
#inq_mail_title {
  width: 690px;
  height: 92px;
  margin: 0px auto 0px auto;
  padding: 15px 0px 0px 110px;
  background-image: url(../img/ico_inq_mail.png);
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

/* [メールでのお問い合わせ]欄タイトルコメント設定 */
#inq_mail_title p {
  color: #f37144;
  font-size: 12px;
  font-weight: normal;
  line-height: 0.8em;
}

/* [メールでのお問い合わせ]欄　フォーム/テーブル設定 */
#inq_form_box {
  width: 800px;
  margin: 0px auto 0px auto;
  background-color: #fff;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#inq_form_box table {
  margin: 0px auto 0px auto;
  background-color: #fff;
}

#inq_form_box table th {
  width: 180px;
  padding: 10px 0px 10px 0px;
  text-align: right;
  vertical-align: top;
}

#inq_form_box table td {
  padding: 10px 0px 10px 10px;
  vertical-align: middle;
}

#inq_form_box table td img {
  vertical-align: middle;
}

/* form表示設定 */
form input {
  padding: 3px 3px 3px 5px;
  background-color: #fff;
  font-size: 12px;
}

form textarea {
  border: 1px solid #dadada;
  padding: 3px 3px 3px 3px;
  background-color: #fff;
  font-size: 12px;
}

#button_favo form input{
  border: none;
}




/* [電話でのお問い合わせ]設定 */
/* [電話でのお問い合わせ]欄　枠設定 */
#inq_tel_box {
  width: 900px;
  border-radius: 20px;
  margin: 10px auto 10px auto;
  padding: 40px 0px 40px 0px;
  background-color: #dcdcdc;
}

#info_box {
  border: 2px dotted #dcdcdc;
  margin: 0px auto 0px auto;
  padding: 0px;
}

/* [電話でのお問い合わせ]欄タイトルコメント設定 */
#inq_tel_title p {
  color: #f37144;
  font-size: 12px;
  font-weight: normal;
  line-height: 0.8em;
}

/* [電話でのお問い合わせ]欄タイトル画像設定 */
#inq_tel_title {
  width: 690px;
  height: 92px;
  margin: 0px auto 0px auto;
  padding: 25px 0px 0px 110px;
  background-image: url(../img/ico_inq_tel.png);
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* [電話でのお問い合わせ]欄タイトルコメント設定 */
#inq_tel_title p {
  color: #f37144;
  font-size: 12px;
  font-weight: normal;
  line-height: 0.8em;
}

/* 企業連絡先表示設定 */
#inq_contact_box {
  width: 760px;
  margin: 0px auto 0px auto;
  padding: 10px 20px 50px 20px;
  background-color: #fff;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
text-align: center;
}

#inq_contact_box .corpname {
  width: 700px;
  margin: -15px auto 0px auto;
  font-size: 20px;
  font-weight: bold;
}

#inq_contact_box .add {
  width: 700px;
  margin: 0px auto 0px auto;
  font-size: 16px;
  font-weight: noemal;
}

#inq_contact_box .tel {
  width: 700px;
  margin: 0px auto 0px auto;
  font-size: 32px;
  font-weight: bold;
}

#inq_contact_box .charge {
  width: 700px;
  margin: 0px auto 0px auto;
  font-size: 13px;
  font-weight: normal;
  text-indent: 20px;
}





