@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  -pie-load-path: "http://any.server/path/to/pie-js-files/PIE.htc";
  min-width: 1200px;
}

body {
  -webkit-text-size-adjust: 100%;
}

a img {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #000;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.gif) left 24px repeat-x;
}

.header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.header-wrapper .h1 {
  font-size: 1.1em;
  text-align: center;
  line-height: 24px;
  color: #968c85;
}

.form #header {
  background: url(../img/form_header_bg.jpg) left top repeat-x;
}
.form .header-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  background: url(../img/form_header_wrapper_bg.jpg) center 24px no-repeat;
}
.form .header-wrapper:after {
  position: absolute;
  top: 154px;
  content: '';
  width: 1200px;
  height: 3px;
  background: url(../img/nav_bg2.gif) left center no-repeat;
  background-size: 1200px 3px;
}
.form .header-wrapper #logo {
  padding: 4px 0 0 164px;
}
.form .header-wrapper #logo a img:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}
.form .header-wrapper .link {
  position: absolute;
  top: 108px;
  right: 169px;
}
.form .header-wrapper .link a img:hover {
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}
.form.send .header-wrapper {
  padding-bottom: 15px;
}
.form.send .header-wrapper:after {
  content: none;
}

#gnavi {
  width: 100%;
  background: url(../img/nav_bg.gif) left top repeat-x;
  z-index: 100;
}
#gnavi ul {
  *zoom: 1;
  width: 860px;
  margin: 0 auto;
}
#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi ul:after {
  position: relative;
  top: 0;
  right: 170px;
  content: '';
  width: 1200px;
  height: 3px;
  background: url(../img/nav_bg2.gif) left center no-repeat;
  background-size: 1200px 3px;
}
#gnavi li {
  float: left;
}
#gnavi li.top {
  background: url(../img/nav_top_bg.gif) left top no-repeat;
}
#gnavi li.about {
  background: url(../img/nav_about_bg.gif) left top no-repeat;
}
#gnavi li.technic {
  background: url(../img/nav_technic_bg.gif) left top no-repeat;
}
#gnavi li.attention {
  background: url(../img/nav_attention_bg.gif) left top no-repeat;
}
#gnavi li.price {
  background: url(../img/nav_price_bg.gif) left top no-repeat;
}
#gnavi li.clinic {
  background: url(../img/nav_clinic_bg.gif) left top no-repeat;
}
#gnavi li.mail {
  background: url(../img/nav_mail_bg.gif) left top no-repeat;
}
#gnavi li.counseling {
  background: url(../img/nav_counseling_bg.gif) left top no-repeat;
}
#gnavi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 24px;
}

.send #content {
  padding-top: 50px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.radius1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#main {
  width: 860px;
  margin: 0 auto 60px;
  padding-bottom: 6px;
}
#main h2 {
  margin-bottom: 2px;
}
#main .wrapper {
  width: 726px;
  padding: 40px 66px;
  border-right: 1px solid #767676;
  border-left: 1px solid #767676;
  background-color: #F7F7F7;
}
#main .wrapper div#message {
  margin: 0 0 30px;
  padding: 30px 0 30px 162px;
  border: 2px solid #d40e16;
  background: #fff;
}
#main .wrapper div#message p {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 5px 48px;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.67em;
  color: #d40e16;
}
#main .wrapper div#message p span {
  font-size: 0.8333333334em;
  color: #4d4d4d;
}
#main .wrapper .mail-notice {
  padding: 20px 0 30px;
  color: #5e5c5c;
  font-size: 1.4em;
  line-height: 1.8571428571;
}

form legend {
  display: none;
}
form table {
  width: 731px;
  background: #fff;
}
form table tbody tr th, form table tbody tr td {
  padding: 15px;
  color: #7d7c7d;
  font-size: 14px;
  line-height: 1.2857142857;
  border: 1px solid #B5B5B6;
}
form table tbody tr th {
  width: 248px;
  line-height: 1;
  vertical-align: middle;
}
form table tbody tr th label {
  padding-left: 17px;
  background: url(../img/arrow.png) 4px 3px no-repeat;
  display: block;
}
form table tbody tr td input, form table tbody tr td textarea {
  width: 97%;
  padding: 7px 0 7px 10px;
  border: 1px solid #B5B5B6;
}
form table tbody tr.required th {
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 238px 4px;
  background-repeat: no-repeat;
}
form table tbody tr.name th label {
  margin-bottom: 5px;
}
form table tbody tr.name th span {
  font-size: 12px;
}
form table tbody tr.history input, form table tbody tr.clinic input {
  width: auto;
  margin-right: 5px;
  padding: 0;
}
form table tbody tr.history {
  *zoom: 1;
}
form table tbody tr.history:after {
  content: "";
  display: table;
  clear: both;
}
form table tbody tr.history ul li {
  display: inline;
}
form table tbody tr.history ul li:first-child {
  margin-right: 20px;
}
form table tbody tr.clinic ul li {
  line-height: 1.6666666667;
}
form table tbody tr.emailcheck span {
  font-size: 12px;
}
form table tbody tr.even th {
  background-color: #EFEFEF;
}
form table tbody tr.even td {
  background-color: #EDEDED;
}
form table tbody tr.required td.errbg {
  background-color: #F9E5E0;
}
form table tbody tr.required.even td.errbg {
  background-color: #F6D2CB;
}
form #button {
  margin-top: 49px;
  text-align: center;
}
form #button li {
  background: url(../img/button_confirmation_h.gif) center top no-repeat;
}
form #button li input:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/*----------------------------------------------------------------------
8.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer #copyright {
  color: #2d2b29;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: #9b9c9d;
}

img.assist {
  display: none;
}

/*# sourceMappingURL=mail.css.map */
