@charset 'UTF-8';
/*---------------------------------------------------------------------------------
contact
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
メニュー非表示
---------------------------------------------------------------------------------*/
#globalNavi {
  display: none;
}

/*
区切り線削除
---------------------------------------------------------------------------------*/
#content {
  background: none;
  padding-bottom: 20px;
}

/*
共通
---------------------------------------------------------------------------------*/
.wrapCnt {
  border: 1px solid #a0a0a0;
  margin: 0 auto 10px;
  text-align: left;
  width: 888px;
}

.wrapCnt h3,
.wrapCnt h4 {
  margin: 0;
}

.wrapCnt p {
  font-size: 72%;
  margin: 10px;
}

.wrapCnt span {
  color: #c00;
}

.wrapCnt table {
  margin: 10px;
  width: 866px;
}

.wrapCnt th,
.wrapCnt td {
  font-size: 72%;
  padding: 8px;
  text-align: left;
}

.wrapCnt th {
  background: #ffc;
  font-weight: normal;
}

.wrapCnt .centering {
  text-align: center;
}

/*
店舗情報
---------------------------------------------------------------------------------*/
#shopData {
	border: 1px solid #a0a0a0;
	border-right: none;
	margin: 10px auto 0;
	width: 890px;
}

#shopData th,
#shopData td {
	border-right: 1px solid #a0a0a0;
	font-size: 72%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#shopData th {
	background: #ffc;
	border-bottom: 1px dotted #a0a0a0;
	font-weight: normal;
}

#shopData .industry {
	width: 200px;
}

#shopData .treat {
	width: 280px;
}

#shopData .treat {
	width: 410px;
}

/*
問い合わせフォーム
---------------------------------------------------------------------------------*/
#contact {
  margin-top: 10px;
  padding-bottom: 20px;
}

#contact th,
#contact td {
  border-bottom: 1px dotted #a0a0a0;
  vertical-align: top;
}

#contact th {
  background: #f3f0e7;
  white-space: nowrap;
  width: 150px;
}

#contact .necessary {
  background: url(../img/system/form/imgRequired.png) no-repeat 120px 6px #fee;
}

#contact th img {
  display: none;
}

#contact td input {
  border: 1px solid #a0a0a0;
  width: 330px;
}

#contact td label {
  padding-right: 10px;
}

#contact td label input {
  border: none;
  width: auto;
}

#contact td .size {
  margin: 0 5px;
  width: 50px;
}

#contact td textarea {
  border: 1px solid #a0a0a0;
  font-size: 97%;
	height: 85px;
  width: 330px;
}

#contact .address {
  font-size: 110%;
}

/*
ボタン
---------------------------------------------------------------------------------*/
#wrapSubmit,
.wrapSubmit {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 300px;
}

#wrapSubmit input,
.wrapSubmit input {
  border: 0;
  cursor: pointer;
  display: block;
  height: 45px;
}

#wrapSubmit #btnConf,
.wrapSubmit .btnConf {
  background: url(../img/cmn/form/btnConf.gif) no-repeat;
  margin: 10px auto 0;
  width: 145px;
}

#wrapSubmit #btnBack,
.wrapSubmit .btnBack {
  background: url(../img/cmn/form/btnBack.gif) no-repeat;
  margin: 10px auto 0;
  width: 115px;
}

#wrapSubmit #btnSubmit,
.wrapSubmit .btnSubmit {
  background: url(../img/cmn/form/btnSubmit.gif) no-repeat;
  float: left;
  margin: 10px auto 0;
  width: 145px;
}

/*
エラー
---------------------------------------------------------------------------------*/
.wrapError {
  background: #fee;
  border: 1px solid #c00;
  color: #c00;
  font-size: 72%;
  margin: 10px;
  padding: 10px;
  text-align: left;
  width: 844px;
}

.wrapError ul {
  margin: 0;
  padding: 0 0 0 20px;
}

/*
キープBOXから問い合わせ - 店舗一覧
---------------------------------------------------------------------------------*/
#shopList {
  margin-bottom: 20px;
}

#shopList table {
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#shopList th,
#shopList td {
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

#shopList td {
  border-top: 1px dotted #a0a0a0;
}

#arrow {
  display: block;
  margin: 20px auto;
}

/*
キープBOXから問い合わせ - 店舗登録なし
---------------------------------------------------------------------------------*/
#wrapAttention {
  background: #fee;
  border: 1px solid #c00;
  color: #c00;
  font-size: 122%;
  margin: 10px auto 20px;
  padding: 20px 10px;
  text-align: center;
  width: 868px;
}

/*
非公開応募 - 店舗名
---------------------------------------------------------------------------------*/
h3#titleV2 {
  background: url(../img/system/search/detail/v2/bgShopNameLong.gif) no-repeat;
  color: #fff;
  display: block;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 110%;
  height: 34px;
  margin: 0 auto;
  padding: 16px 10px 0 75px;
  text-align: left;
  width: 805px;
}

h3#titleV0 {
  background: url(../img/system/search/detail/v0/bgShopNameLong.gif) no-repeat;
  color: #fff;
  display: block;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 110%;
  height: 34px;
  margin: 0 auto;
  padding: 16px 10px 0 75px;
  text-align: left;
  width: 805px;
}

/*
非公開応募 - ボタン
---------------------------------------------------------------------------------*/
#wrapBtn {
  margin: 10px auto;
  overflow: hidden;
  width: 890px;
}

#wrapBtn #back {
  float: left;
  margin-top: 2px;
}

#wrapBtn #keep {
  float: right;
}

/*
返信フォーム
---------------------------------------------------------------------------------*/
#inputInfo {
  margin-top: 20px;
}

#inputInfo table {
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  margin-bottom: 0;
}

#inputInfo th,
#inputInfo td {
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

#inputInfo td {
  border-top: 1px dotted #a0a0a0;
}

#inputInfo p {
  color: #c00;
  font-size: 85%;
  margin-top: 0;
}

/*
送信完了
---------------------------------------------------------------------------------*/
#wrapComp {
  background: #ffc;
  border: 1px solid #f60;
  color: #f60;
  margin: 10px auto 20px;
  padding: 20px 10px;
  text-align: center;
  width: 868px;
}

#wrapComp p {
  font-size: 85%;
}

#wrapComp #complete {
  font-size: 110%;
  font-weight: bold;
}