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

File Name:		static.scss
Note:			静的ページ用scssファイル


New Creation:	2014/08/13 12:18:50.
Last Change:	2014/08/28 15:29:40.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

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;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

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

html {
  min-width: 980px;
  background: #000;
}

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

a, a:before, a:after {
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -o-transition: background-color 0.15s linear, background-image 0.15s linear;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img {
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

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

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.bg {
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 800px;
}
.bg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.bg1 {
  top: 0;
  background: url(../img/bg1.gif) center top no-repeat;
}

.bg2 {
  top: 800px;
  background: url(../img/bg2.gif) center top no-repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 44px;
  background: url(../img/header_bg.gif) center top repeat-x;
}

.h-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 980px;
}
.h-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  float: left;
  margin: 48px 54px 0 0;
}
#logo img {
  background: none;
}
#logo a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.h-nav {
  margin-left: 194px;
  padding-top: 88px;
}
.h-nav .nav-list {
  *zoom: 1;
  padding: 0 0 0 1px;
  background: url("img/nav_bg.gif") left top no-repeat;
}
.h-nav .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-nav .nav-item {
  float: left;
  margin-left: 52px;
  height: 28px;
}
.h-nav .nav-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.h-nav .nav-item:first-child {
  margin-left: 0;
}
.h-nav .nav-item.machine, .h-nav .nav-item.machine a {
  width: 102px;
}
.h-nav .nav-item.essence, .h-nav .nav-item.essence a {
  width: 100px;
}
.h-nav .nav-item.clinic, .h-nav .nav-item.clinic a {
  width: 132px;
}
.h-nav .nav-item.purchase, .h-nav .nav-item.purchase a {
  width: 92px;
}
.h-nav .nav-item.qa, .h-nav .nav-item.qa a {
  width: 88px;
}
.h-nav .nav-item.inquiry, .h-nav .nav-item.inquiry a {
  width: 84px;
}
.h-nav .nav-item.machine p {
  background-image: url(../img/nav_machine.png);
}
.h-nav .nav-item.machine p:hover {
  background-image: url(../img/nav_machine_a.png);
}
.h-nav .nav-item .nav-list-sub {
  margin-top: -25px;
  position: relative;
  display: block;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: .5s;
  width: 374px;
}
.h-nav .nav-item:hover .nav-list-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.h-nav .nav-item .nav-item-sub {
  width: 167px;
  display: inline-block;
}
.h-nav .nav-item .nav-item-sub a {
  width: 167px;
  height: 102px;
}
.h-nav a,
.h-nav p {
  position: relative;
  display: block;
  height: 28px;
}
.h-nav img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.h-nav img.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sns {
  position: absolute;
  top: 40px;
  right: 77px;
}

.sns-list {
  *zoom: 1;
}
.sns-list:after {
  content: "";
  display: table;
  clear: both;
}

.sns-item {
  float: left;
}
.sns-item a {
  display: block;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sns-item img {
  background: none;
}
.sns-item.twitter a {
  background-image: url(../img/header_sns_twitter.png);
}
.sns-item.twitter a:hover {
  background-image: url(../img/header_sns_twitter_h.png);
}
.sns-item.facebook a {
  background-image: url(../img/header_sns_facebook.png);
}
.sns-item.facebook a:hover {
  background-image: url(../img/header_sns_facebook_h.png);
}
.sns-item.google-plus a {
  background-image: url(../img/header_sns_google-plus.png);
}
.sns-item.google-plus a:hover {
  background-image: url(../img/header_sns_google-plus_h.png);
}
.sns-item.youtube a {
  background-image: url(../img/header_sns_youtube.png);
}
.sns-item.youtube a:hover {
  background-image: url(../img/header_sns_youtube_h.png);
}

.shopping {
  position: absolute;
  top: 40px;
  right: -10px;
}
.shopping a {
  display: block;
  padding: 10px;
  width: 67px;
  background: url(../img/button_shopping_bg.png) center center no-repeat;
  text-align: right;
}
.shopping a:hover {
  background-image: url(../img/button_shopping_bg_h.png);
}
.shopping img {
  background: none;
}

.missarrivo-link {
  display: none;
}

.machine-link {
  display: none;
}

.pagetop {
  display: none;
}

.is-float#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-position: center bottom;
  background-color: #000;
}
.is-float#header .h-inner {
  padding-bottom: 10px;
}
.is-float#header #logo {
  margin: 10px 84px 0 0;
}
.is-float#header .h-nav {
  padding-top: 35px;
}
.is-float#header aside > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-float#header .sns {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -52px;
  padding: 0 5px;
}
.is-float#header .sns-item {
  float: none;
}
.is-float#header .missarrivo-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .missarrivo-link a {
  display: block;
  background-image: url(../img/button_missarrivo_link.gif);
}
.is-float#header .missarrivo-link a:hover {
  background-image: url(../img/button_missarrivo_link_h.gif);
}
.is-float#header .machine-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .machine-link a {
  display: block;
  background-image: url(../img/button_machine_link.gif);
}
.is-float#header .machine-link a:hover {
  background-image: url(../img/button_machine_link_h.gif);
}
.is-float#header .shopping {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -85px;
  padding: 0 5px;
}
.is-float#header .shopping a {
  width: auto;
  background-image: url(../img/button_shopping_f.png);
}
.is-float#header .shopping a:hover {
  background-image: url(../img/button_shopping_f_h.png);
}
.is-float#header .pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50%;
  margin-bottom: -130px;
}
.is-float#header .pagetop a {
  display: block;
  padding: 7px 8px;
  background: url(../img/button_pagetop.png) 8px 7px no-repeat;
}
.is-float#header .pagetop a:hover {
  background-image: url(../img/button_pagetop_h.png);
}
.is-float#header .pagetop a img {
  background: none;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 980px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.m-title {
  margin-bottom: 23px;
}

.box {
  margin-bottom: 50px;
}

.lead {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4em;
  color: #fff;
}

.purchase-box .lead {
  line-height: 1.7;
}

.notice {
  margin-bottom: 65px;
}
.notice:last-child {
  margin-bottom: 130px;
}
.notice .title {
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #353535;
}
.notice .notice-inner .text {
  line-height: 1.75;
  font-size: 1.2em;
  color: #acabab;
}
.notice .notice-inner .text mark {
  color: #C25143;
}
.notice .notice-inner .text a {
  color: #acabab;
  text-decoration: underline;
}
.notice .notice-inner .text a:hover {
  color: #C25143;
  text-decoration: none;
}
.notice .notice-inner .text li {
  list-style: disc inside;
}
.notice .notice-inner .monitor {
  margin-top: 20px;
  width: 330px;
}
.notice .notice-inner .monitor a {
  display: block;
  background: url(../img/monitor_button_h.gif) left top no-repeat;
}
.notice .notice-inner .example {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.notice .notice-inner .qa-list {
  padding-top: 5px;
}
.notice .notice-inner .qa-list .qa-item {
  margin: 0 0 30px;
  font-size: 1.2em;
  color: #acabab;
}
.notice .notice-inner .qa-list .qa-item:last-child {
  margin-bottom: 0;
}
.notice .notice-inner .qa-list .qa-item dl dt {
  margin: 0 0 8px;
  color: #C25143;
}
.notice .notice-inner .qa-list .qa-item dl dt:before {
  content: "Q：";
  color: #acabab;
}
.notice .notice-inner .qa-list .qa-item dl dd {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.75;
}
.notice .notice-inner .qa-list .qa-item dl dd:before {
  content: "A：";
}
.notice .notice-inner .link {
  margin: 20px 0 0;
}
.notice .notice-inner .link a {
  color: #acabab;
  font-size: 1.2em;
  text-decoration: underline;
}
.notice .notice-inner .link a:hover {
  color: #C25143;
  text-decoration: none;
}
.notice .notice-inner .link a:before {
  content: ">>";
  margin-right: 2px;
}

.reference-inner {
  margin: 0 80px;
  border: 1px solid #353535;
}
.reference-inner > .title,
.reference-inner .company {
  display: table-cell;
  vertical-align: middle;
}
* html .reference-inner > .title, * html
.reference-inner .company {
  display: inline;
  zoom: 1;
}
* + html .reference-inner > .title, * + html
.reference-inner .company {
  display: inline;
  zoom: 1;
}
.reference-inner > .title {
  width: 229px;
  height: 158px;
  border-right: 1px solid #353535;
  text-align: center;
}

.company {
  padding-left: 55px;
}
.company .title {
  margin: 0 0 8px;
}
.company .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #595757;
}

.net {
  *zoom: 1;
}
.net:after {
  content: "";
  display: table;
  clear: both;
}
.net > * {
  overflow: hidden;
}
.net > .title {
  overflow: visible;
  margin: 0 0 50px;
  padding: 0 0 20px;
  border-bottom: 1px solid #353535;
}
.net > .text {
  margin-bottom: 25px;
  line-height: 1.4285714286;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4em;
  color: #fff;
}

.order {
  overflow: visible;
  float: left;
  margin-right: 20px;
}

legend {
  display: none;
}

table {
  table-layout: separate;
  margin-bottom: 50px;
  width: 780px;
}
table th,
table td {
  border: 1px solid #353535;
}
table th {
  padding: 0 0 0 23px;
  width: 205px;
  height: 50px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.6em;
  color: #acabab;
}
table .required {
  background: url(../img/form_required.png) 194px 6px no-repeat;
}
table td {
  padding: 3px 4px;
  font-size: 1.2em;
  color: #bdbcbc;
}
table ul {
  display: table;
  table-layout: fixed;
  width: 541px;
}
table li {
  position: relative;
  float: left;
  margin: 0 0 0 3px;
  padding-left: 10px;
  background: url(../img/form_list_bg.gif) left top repeat-x;
  line-height: 45px;
  width: 152px;
}
table li input {
  position: relative;
  z-index: 20;
}
table li label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 0 0 30px;
  height: 45px;
  width: 128px;
}
table li:first-child {
  width: 201px;
  margin-left: 0;
}
table li:first-child label {
  width: 181px;
}
table input[type=text],
table textarea {
  padding: 14px;
  border: none;
  background: url(../img/form_input_bg.png);
  line-height: 1.2857142857;
  font-size: 1.1666666667em;
  color: #bdbcbc;
}
table .full {
  width: 513px;
}

.button {
  text-align: center;
}
.button input {
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: #000;
}
.button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.button .confirmation {
  background: url(../img/button_confirmation_h.png) center top no-repeat;
}

#error {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 24px 52px;
  border: 2px solid #c15348;
}
#error p {
  padding: 0 53px;
  background: url(../img/form_message_bg.png) left center no-repeat;
  text-align: center;
  line-height: 2;
  font-size: 1.2em;
  color: #c15348;
}

.formError {
  padding: 0;
}
.formError .formErrorContent {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #c15348;
  background: #000;
  color: #acabab;
}
.formError .formErrorArrow {
  display: none;
}
.formError .formErrorClose {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  border: 1px solid #c15348;
  background: #000;
  font-weight: normal;
  font-size: 20px;
  color: #acabab;
}

.confirmation table td {
  padding: 13px 18px;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #fff;
}
.confirmation .email td {
  font-weight: bold;
  font-size: 1.8em;
  color: #ab8553;
}
.confirmation .button {
  position: relative;
}
.confirmation .back {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/button_back_h.png) center top no-repeat;
}
.confirmation .back img {
  background: none;
}
.confirmation .send {
  width: 100%;
  background: url(../img/button_send_h.png) center top no-repeat;
}

.sendto {
  margin-bottom: 50px;
  border: 1px solid #353535;
}
.sendto .title,
.sendto .text {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
* html .sendto .title, * html
.sendto .text {
  display: inline;
  zoom: 1;
}
* + html .sendto .title, * + html
.sendto .text {
  display: inline;
  zoom: 1;
}
.sendto .title {
  width: 178px;
  border-right: 1px solid #353535;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.6em;
  color: #acabab;
}
.sendto .text {
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.8em;
  color: #ab8553;
}

.recieve .title {
  margin-bottom: 15px;
  padding: 0 0 9px 11px;
  border-bottom: 1px solid #353535;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.6em;
  color: #fff;
}
.recieve .text {
  margin-bottom: 46px;
  padding-left: 11px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #acabab;
}

.send .button {
  margin-left: 200px;
  background: url(../img/button_top_h.png) center top no-repeat;
}
.send .button img {
  background: none;
}

.purchase-list {
  *zoom: 1;
  margin: 25px 0 35px;
}
.purchase-list:after {
  content: "";
  display: table;
  clear: both;
}
.purchase-list .purchase-item {
  float: left;
  margin: 0 10px 0 0;
  width: 260px;
}
.purchase-list .purchase-item:last-child {
  margin-right: 0;
}
.purchase-list .purchase-item a {
  display: block;
}
.purchase-list .purchase-item.drarrivo a {
  background: url(../img/machine_drarrivo_button_h.gif) left top no-repeat;
}
.purchase-list .purchase-item.missarrivo a {
  background: url(../img/machine_missarrivo_button_h.gif) left top no-repeat;
}
.purchase-list .purchase-item.essence a {
  background: url(../img/essence_button_h.gif) left top no-repeat;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -490px;
  width: 980px;
}

#copyright {
  margin-bottom: 22px;
  color: #696969;
}

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