﻿
#inquiry #right h2 {
    background-image: url("../_img/common/nav3.png");
}
#inquiry #left h1 {
    border-bottom: 1px solid #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}
#inquiry #left h3 {
  font-weight: bold;
}

#inquiry #left ul,
#inquiry #left p{margin-bottom: 2em;}

#inquiry #left ul {
  padding-left: 20px;
}
#inquiry #left ul li{
  list-style-type: disc;
}

#inquiry.top #right li:nth-child(1) a,
#inquiry.privacy #right li:nth-child(2) a{
  background-color: #e9e9e9;
}


/*　電話番号表記*/
#left .head_tel{
  width: 240px;
  line-height: 1em;
  padding: 10px 10px 10px 40px;
  margin-bottom: 20px !important;
  font-weight: bold;
  border:1px solid #000;

  background: no-repeat 10px 12px url('../_img/common/icon_tel.png');
  background-size: 24px 20px;

  color: #D33640;
  font-size: 30px;

}
#left .head_tel span{
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 1em;
}
.g_tel span.row1{
  font-size: 11px;
  line-height: 1em;
}
.g_tel span.row2{
  background: no-repeat left center url('../_img/common/icon_tel.png');
  background-size: 24px 20px;

  padding-left: 30px;

  font-size: 25px;
  color: #C90613;
  line-height: 1em;
}

#contents{
	margin-bottom: 40px;
}
#contents table.form{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; width: 100%;}
#contents table.form{
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #ccc;
  border-radius:5px;
}
#contents table.form tr th,#contents table.form tr td{
  border:none;
  background:none;
  text-align:left;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:10px;
}
#contents table.form tr th {
  background-color:#f0f0f0;
  width:160px;
  font-size: 13px;
}
#contents table.form tr:first-child th:first-child {
  border-radius:5px 0 0 0;
}
#contents table.form tr:last-child th:first-child {
  border-radius:0 0 0 5px;
}
#contents table.form tr td{
  font-size:90%;
}
.name label{
  float:left;
  width:3em;
  display:block;
  line-height:2.3em;
}
.name input{
  float:left;
  margin-right:20px;
}
#contents table.form input[type="text"],#contents table.form textarea,#contents table.form select{
  border-radius:3px;
  border:1px solid #ccc;
  padding:5px;
}
#contents table.form textarea{width: 500px;}
#contents table.form tr td span.example{
  color:#999;
}
#contents table.form tr td:first-child {
  width:160px;
}
#contents table.form tr td:last-child {
  border-right:none;
}
#contents table.form tr:last-child th,#contents table.form tr:last-child td {
  border-bottom:none;
}
table.form td.moji{font-size:14px;}
.img_center img
{
	margin-left:20px;
}
p.submit{
  width:200px !important;
  margin:0 auto !important;
}
p.submit input{
  padding:10px;
  border-radius:5px;
  border-top:2px solid #ccc;
  border-left:2px solid #ccc;
  border-right:2px solid #999;
  border-bottom:2px solid #999;
  box-shadow:rgba(148, 148, 148, 0.5) 2px 2px 6px 0px;
  font-size:120%;
  font-weight:bold;
}
p.submit input:hover{
  cursor:pointer;
  background-color:#F9F9F9;
}
p.submit input:first-child{
  float:left;
}
p.submit input:last-child{
  float:right;
}	