@charset "UTF-8";

/* 左サイドコンテンツ ページタイトル
------------------------------------------------ */

#page_title {
  background: url(../contact/image/ptitle_contact.gif) no-repeat;
}

#lnavi_tel a {
  width: 185px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 10px;
  background: url(../contact/image/pmenu_tel.gif) 0 0 no-repeat;
}

#lnavi_tel a:hover {
  background: url(../contact/image/pmenu_tel.gif) 0 -46px no-repeat;
}

#lnavi_form a {
  width: 185px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 10px;
  background: url(../contact/image/pmenu_form.gif) 0 0 no-repeat;
}

#lnavi_form a:hover {
  background: url(../contact/image/pmenu_form.gif) 0 -46px no-repeat;
}

#lnavi_privacy a {
  width: 185px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 10px;
  background: url(../contact/image/pmenu_privacy.gif) 0 0 no-repeat;
}

#lnavi_privacy a:hover {
  background: url(../contact/image/pmenu_privacy.gif) 0 -46px no-repeat;
}


/* メインコンテンツ　共通
------------------------------------------------ */

#main_contents p {
  line-height: 1.6em;
}

#main_contents p strong {
  font-size: 101%;
  line-height: 3em;
}


/* メインコンテンツ  ［見出し］
------------------------------------------------ */

#container_top {
  width: 540px;
  margin: 0 0 40px 100px;
}


/* メインコンテンツ　［お電話］
------------------------------------------------ */

#tel_title {
  background: url(../contact/image/stitle_tel.gif) no-repeat;
}

#container_tel {
  width: 500px;
  border: 2px dotted #00a4e5;
  -moz-border-radius: 30px;
  /* firefox */
  border-radius: 30px;
  /* CSS3 */
  text-align: center;
  padding: 20px;
  margin: 0 0 70px 100px;
}

#tel {
  width: 500px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background: url(../contact/image/con-tel.gif) center 0 no-repeat;
  padding-bottom: 10px;
}


/* メインコンテンツ　［お問い合わせフォーム］
------------------------------------------------ */

#form_title {
  background: url(../contact/image/stitle_form.gif) no-repeat;
}

#container_form {
  width: 500px;
  border: 2px dotted #00a4e5;
  -moz-border-radius: 30px;
  /* firefox */
  border-radius: 30px;
  /* CSS3 */
  text-align: left;
  padding: 20px;
  margin: 0 0 30px 100px;
}


/* プライバシーポリシー
------------------------------------------------ */

.accordion {
  margin: 0 0 30px 100px;
}

.accordion a {
  width: 540px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  background: url(../contact/image/stitle_privacy.gif) 0 0 no-repeat;
  border: 1px dotted #00a4e5;
}

.accordion a:hover {
  background: url(../contact/image/stitle_privacy.gif) 0 -38px no-repeat;
}

.privacy {
  width: 500px;
  border: 1px dotted #00a4e5;
  border-top: none;
  padding: 20px;
}

.privacy h4 {
  color: #00a4e5;
  font-size: 1.1em;
  border-bottom: 1px dotted #00a4e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.privacy .ptitle {
  font-size: 1em;
  border-bottom: none;
}

.privacy h5 {
  font-size: 13px;
  margin: 0 0 5px 1.5em;
}

.privacy p {
  line-height: 1.8em;
  margin: 0 0 20px 1.8em;
}

.privacy ul {
  margin: 0 0 20px 1.8em;
}

.privacy li {
  line-height: 1.8em;
}

.privacy span {
  color: #00a4e5;
}


/* お問い合せフォーム
------------------------------------------------ */

form#mailform {
  padding-bottom: 50px;
}

table.mailform {
  width: 540px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: 100px;
}

table.mailform tr th,
table.mailform tr td {
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  border: 1px dotted #000;
  padding: 10px;
}

table.mailform tr .bnone {
  border: none;
  background-color: #fff;
}

table.mailform tr th {
  color: #fff;
  width: 1%;
  white-space: nowrap;
  background-color: #00a4e5;
}

table.mailform tr th span {
  color: #c00;
  font-size: 0.75em;
}

table.mailform strong {
  color: #c00;
  font-weight: normal;
}

table.mailform small {
  color: #00a4e5;
  line-height: 1.5em;
}

table.mailform tr td textarea {
  width: 100%;
  height: 100px;
}


/* お問い合せありがとうございました
------------------------------------------------ */

#main_contents .thanks {
  font-size: 15px;
  text-align: center;
  margin: 0 0 20px 100px;
}
