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

PRICE CSS File

File Name		price.scss
Note			PRICEページ用スタイルシート


New Creation	2012/07/25 13:58
Update


Created By		Yoshiaki Murakami

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

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

* + html 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: 0;
  font: 100%;
  font-size: inherit;
}

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 {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

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

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

body > img {
  display: block;
  left: 50%;
  margin: 0 auto;
}

div:empty::before {
  line-height: 2;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  min-width: 920px;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

* + html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .wrapper {
  margin: 0 auto;
  width: 920px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
#smartphone {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

#smartphone a {
  display: block;
  padding: 30px 0;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin: 0 auto 13px;
  width: 920px;
}

#header .wrapper {
  *zoom: 1;
  position: relative;
}

#header .wrapper::after {
  content: '';
  display: table;
  clear: both;
}

#header .owo-banner {
  float: right;
  padding-top: 15px;
}

#header .owo-banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header .owo-banner a:hover {
  opacity: .6;
}

#header #logo {
  float: left;
  margin-left: 0;
  padding: 30px 0 0;
}

#header nav {
  float: right;
  padding-top: 20px;
  width: 659px;
  height: 12px;
}

#header nav ul {
  *zoom: 1;
}

#header nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#header nav ul li {
  float: left;
  margin-right: 33px;
}

#header nav ul li.active {
  margin-right: 32px;
  margin-left: -1px;
}

#header nav ul li:nth-child(5) {
  margin-right: 35px;
}

#header nav ul li:nth-child(5).active:nth-child(5) {
  margin-right: 34px;
}

#header nav ul li:last-child {
  margin-right: 0;
}

#header nav ul li a {
  display: block;
}

#header nav ul li a img {
  display: block;
  position: relative;
}

#header aside .info {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 1100;
}

#header aside .info ul li {
  margin-bottom: 5px;
}

#header aside .info ul li a {
  display: block;
}

#header aside .info ul li.mail {
  border-bottom: none;
}

#header aside .banner {
  position: absolute;
  top: 25px;
  right: 0;
}

#header aside .banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header aside .banner a:hover {
  opacity: .6;
}

#header aside .banner a img {
  border: 1px solid #464147;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 237px;
  width: 920px;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main > h1 {
  margin-bottom: 10px;
}

#main nav {
  width: 920px;
}

#main nav ul {
  *zoom: 1;
}

#main nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#main nav ul li {
  float: left;
  margin-right: 4px;
}

#main nav ul li:last-child {
  margin: 0;
}

#main nav ul li a {
  display: block;
  padding: 21px 0;
  width: 227px;
  background: rgba(139, 122, 122, 0.35);
  text-align: center;
}

#main nav ul li a:hover,
#main nav ul li.active a {
  background: rgba(37, 34, 43, 0.75);
}

#main nav.header {
  margin: 0 0 10px;
}

#main nav.header ul li a:hover,
#main nav.header ul .active a {
  padding-bottom: 19px;
  border-bottom: 2px solid #ba3921;
}

#main nav.footer {
  margin-bottom: 30px;
}

#main nav.footer ul li a:hover,
#main nav.footer ul .active a {
  padding-top: 19px;
  border-top: 2px solid #ba3921;
}

#main section {
  margin-bottom: 30px;
}

#main section h1 {
  margin-bottom: 4px;
}

#main section div {
  background: rgba(37, 34, 43, 0.75);
}

#main nav ul li a {
  width: 181px;
}

#main nav ul li:last-child a {
  width: 180px;
}

#main h2 {
  margin-bottom: 10px;
}

#main section div {
  position: relative;
  padding: 38px 50px 45px;
}

#main section div p {
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #c8c8c9;
}

#main section div p.notice-tax {
  margin: 0 0 30px;
  padding: 12px 0;
  border: 1px solid #464147;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.2em;
  color: #ba3921;
}

#main #list div {
  *zoom: 1;
  padding-top: 45px;
}

#main #list div::after {
  content: '';
  display: table;
  clear: both;
}

#main #list div div {
  padding: 0;
  background: none;
}

#main #list div #details,
#main #list div .option,
#main #list div #payment {
  clear: right;
  float: right;
  width: 488px;
}

#main #list div #details {
  position: relative;
  margin-bottom: 25px;
  width: 502px;
}

#main #list div #details table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

#main #list div #details table tbody tr th,
#main #list div #details table tbody tr td {
  border-top: 1px solid #464147;
  border-bottom: 1px solid #464147;
  background: #000;
}

#main #list div #details table tbody tr th {
  padding-left: 14px;
  border: none;
  background: none;
  font-size: 1.4em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #list div #details #parts table tbody tr th > span {
  display: block;
  padding: 20px 0 20px 21px;
  background: url(../img/price_list_bg1.png) left top no-repeat #c8c8c9;
  line-height: 1.2857142857;
  font-weight: bold;
  color: #c8c8c9;
}

#main #list div #details #parts table tbody tr:nth-child(1) th > span,
#main #list div #details #parts table tbody tr:nth-child(2) th > span {
  padding-top: 29px;
  padding-bottom: 29px;
  border: 1px solid #464147;
  border-right: none;
  background: #000;
}

#main #list div #details #parts table tbody tr:nth-child(1).active th {
  background: url(../img/price_basic_bg.png) left center no-repeat;
}

#main #list div #details #parts table tbody tr:nth-child(2).active th {
  background: url(../img/price_basic_bg.png) left center no-repeat;
}

#main #list div #details #parts table tbody .active th > span {
  margin-left: 0;
}

#main #list div #details #parts table tbody tr:nth-child(1).active th > span {
  padding-left: 22px;
  border-left: none;
  background: url(../img/price_basic_bg.png) -14px center no-repeat #000;
}

#main #list div #details #parts table tbody tr:nth-child(2).active th > span {
  padding-left: 22px;
  border-left: none;
  background: url(../img/price_basic_bg.png) -14px center no-repeat #000;
}

#main #list div #details #parts table tbody tr th span span {
  font-size: 0.8571428571em;
}

#main #list div #details #parts table tbody .active th > span,
#main #list div #details #parts table tbody .active td:last-child {
  color: #BA3921;
}

#main #list div #details table tbody tr td {
  padding: 0 23px;
  width: 140px;
  line-height: 1.4;
  color: #8C8C8D;
}

#main #list div #details table tbody tr td span {
  display: block;
  font-size: 0.7142857143em;
}

#main #list div #details table tbody tr td:last-child {
  padding: 0 !important;
  width: 127px !important;
  border-right: 1px solid #464147;
  border-left: 1px solid #464147;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #list div #details table tbody tr td small {
  font-size: 1em;
}

#main #list div #details table tbody tr td small em {
  color: #BA3921;
}

#main #list div #details p {
  margin: 0 0 30px 16px;
  line-height: 1;
  font-size: 1em;
}

#main #list div #details p small {
  font-size: 1em;
}

#main #list div #details .add {
  margin: 11px 68px 6px 212px;
  height: 35px;
  line-height: 1;
  font-size: 1em;
}

#main #list div #details .add img {
  float: left;
  margin-right: 15px;
  vertical-align: top;
}

#main #list div #details .add small {
  display: block;
  padding-top: 6px;
  line-height: 1.4;
  font-size: 1em;
  color: #8C8C8D;
}

#main #list div #details #base {
  margin-left: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}

#main #list div #details #base tbody tr th {
  padding: 0 21px;
  width: 77px;
  height: 68px;
  border-top: 1px solid #464147;
  border-bottom: 1px solid #464147;
  border-left: 1px solid #464147;
  background: #000;
  line-height: 1;
}

#main #list div #details #base tbody tr td {
  padding: 0 31px;
  width: 198px;
  color: #c8c8c9;
}

#main #list div #details .pic {
  position: absolute;
  top: -20px;
  left: -326px;
  line-height: 1;
}

#main #list div #details div h2 {
  text-align: right;
}

#main #list div #details #basic {
  margin-bottom: 25px;
}

#main #list div #details #basic table tr th {
  padding-left: 14px;
  line-height: 1.4;
  font-size: 1em;
  font-weight: normal;
  color: #8c8c8d;
}

#main #list div #details #basic table tbody tr.active th {
  padding-left: 15px;
  background: url(../img/price_basic_bg.png) left center no-repeat;
}

#main #list div #details #basic table tr th span {
  display: block;
  overflow: hidden;
  padding: 27px 21px 12px;
  border: 1px solid #464147;
  border-right: none;
  background: #000;
}

#main #list div #details #basic table tr.active th span {
  border-left: none;
  background: url(../img/price_basic_bg.png) -15px center no-repeat #000;
}

#main #list div #details #basic table tr th span span {
  margin-bottom: 25px;
  padding: 0;
  border: none;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}

#main #list div #details #basic table tr.active th span span {
  border: none;
  background: none;
  color: #BA3921;
}

#main #list div #details #basic table tr th span .base {
  margin: 1em 0;
  padding: 10px;
  background: #1e1b20 !important;
  font-size: 1em;
  color: #8c8c8d !important;
}

#main #list div #details #basic table tr th span .base em {
  line-height: 2em;
  font-weight: bold;
  color: #fff;
}

#main #list div #details #basic table tr th a {
  display: block;
  float: right;
  padding: 0 18px 0 0;
  height: 13px;
  background: url(../img/price_link_bg.png) right center no-repeat;
  line-height: 13px;
  color: #BA3921;
}

#main #list div #details #basic table tr th a:hover {
  background: url(../img/price_link_bg_h.png) right center no-repeat;
}

#main #list div #details #basic table tr.active td {
  color: #BA3921;
}

#main #list div #details #basic #base tr th {
  padding: 0 21px;
  background: #000;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}

#main #list div .option {
  margin-bottom: 40px;
}

#main #list div .option p {
  margin-bottom: 14px;
  line-height: 1;
}

#main #list div .option table {
  width: 488px;
}

#main #list div .option table tr th,
#main #list div .option table tr td {
  border: 1px solid #464147;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #list div .option table tr:nth-child(odd) th,
#main #list div .option table tr:nth-child(odd) td {
  background: #000;
}

#main #list div .option table tbody tr th {
  padding-left: 18px;
  line-height: 30px;
}

#main #list div .option table tr td {
  width: 127px;
  border: 1px solid #464147;
  text-align: center;
  line-height: 1.4;
}

#main #list div .option table tr td span {
  display: block;
  line-height: 1;
  font-size: 0.7142857143em;
}

#main #list div .option section .title {
  margin-bottom: 6px;
}

#main #list div .option .injection table tbody tr th {
  line-height: 50px;
}

#main #list div .option .absorb {
  margin: 0;
}

#main #list div .option .absorb .link {
  margin: 0;
  border: 1px solid #464147;
  background: #000;
  font-size: 1em;
}

#main #list div .option .absorb .link a {
  display: block;
  padding-left: 18px;
  background: url(../img/price_option_absorb_bg.gif) 465px 8px no-repeat;
  line-height: 30px;
  font-size: 1.4em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #list div .option .absorb div table tr th,
#main #list div .option .absorb div table tr td {
  padding: 6px 0;
  background: none;
  vertical-align: middle;
  line-height: 1.2857142857;
  font-size: 1.2em;
  color: #c8c8c9;
}

#main #list div .option .absorb div table tr th:last-child,
#main #list div .option .absorb div table tr td:last-child {
  color: #ba3921;
}

#main #list div .option .absorb div table tr td {
  width: auto;
}

#main #list div .option .absorb div table tr td:last-child {
  font-weight: bold;
  color: #ba3921;
}

#main #list div .option .absorb div table thead tr th {
  width: 128px;
  border: 1px solid #464147;
  border-bottom: none;
  text-align: center;
  font-weight: normal;
}

#main #list div .option .absorb div table tbody tr th,
#main #list div .option .absorb div table tbody tr td {
  border: 1px solid #464147;
  line-height: 23px;
  font-size: 1.2em;
  font-weight: normal;
}

#main #list div .option .absorb div table tbody tr:nth-child(odd) th,
#main #list div .option .absorb div table tbody tr:nth-child(odd) td {
  background: #000;
}

#main #list div .option .absorb div table tbody tr th {
  padding-left: 18px;
}

#main #list div .option .absorb div table tbody tr th span {
  font-size: 0.8571428571em;
  font-weight: bold;
}

#main #list div .option .absorb div table tbody tr td {
  border: 1px solid #464147;
}

#main #list div .option .absorb div table tbody tr td span {
  color: #c8c8c9;
}

#main #list div .option .absorb div table tbody tr td:nth-child(3) {
  padding: 0;
  width: 27px;
  text-align: center;
}

#main #list div .option .absorb div table tbody tr td img {
  vertical-align: middle;
}

#main #list div #payment h1 {
  margin: 0 0 9px 10px;
}

#main #list div #payment p {
  margin: 0 0 11px 10px;
  line-height: 1;
}

#main #list div #payment ul {
  border-top: 1px solid #464147;
}

#main #list div #payment ul li {
  padding: 10px 0 10px 11px;
  border-bottom: 1px solid #464147;
}

#main #list div #payment ul .no1 {
  padding-left: 15px;
}

#main #list div #payment ul li dl {
  *zoom: 1;
}

#main #list div #payment ul li dl::after {
  content: '';
  display: table;
  clear: both;
}

#main #list div #payment ul li dl dt {
  float: left;
  width: 130px;
}

#main #list div #payment ul li dl dd {
  overflow: hidden;
  line-height: 1.4;
  color: #8C8C8D;
}

#main #list div #payment ul li dl dd small {
  font-size: 1em;
}

#main #list div #payment ul li dl dd img {
  margin-top: 8px;
}

#main #list div #payment ul li dl dd ul,
#main #list div #payment ul li dl dd ul li {
  padding: 0;
  border: none;
  line-height: 1.4;
}

#main #list div #payment ul li dl dd dl dt,
#main #list div #payment ul li dl dd dl dd {
  line-height: 1.4;
}

#main #list div #payment ul li dl dd dl dt {
  float: none;
  width: auto;
}

#main #list div #payment ul li dl dd dl dd {
  overflow: visible;
}

#main #list div > .link {
  position: absolute;
  top: 629px;
  left: 50px;
  line-height: 1;
}

#main #list div > .link li + li {
  margin-top: 10px;
}

#main #list div > .link a img {
  border: 1px solid #353137;
  background: #B8B9BA;
  transition: all 1s ease;
}

#main #list div > .link a:hover img {
  border: 1px solid #353137;
  background: #BD995B;
}

#main #monitor div {
  background-image: url(../img/price_monitor_bg.png);
  background-position: 105px 115px;
  background-repeat: no-repeat;
}

#main #monitor div h2 {
  clear: both;
  text-align: right;
}

#main #monitor div div {
  padding: 0;
  background: none;
}

#main #monitor div p {
  margin-bottom: 18px;
}

#main #monitor div table,
#main #monitor div .option {
  float: right;
  width: 488px;
}

#main #monitor div table {
  margin-bottom: 30px;
}

#main #monitor div table tr th,
#main #monitor div table tr td {
  padding: 6px 0;
  vertical-align: middle;
  line-height: 1.2857142857;
  font-size: 1.2em;
  color: #c8c8c9;
}

#main #monitor div table tr th:last-child {
  color: #ba3921;
}

#main #monitor div table thead tr th {
  border: 1px solid #464147;
  border-bottom: none;
  text-align: center;
}

#main #monitor div table tbody tr th,
#main #monitor div table tbody tr td {
  border: 1px solid #464147;
}

#main #monitor div table tbody tr:nth-child(odd) th,
#main #monitor div table tbody tr:nth-child(odd) td {
  background: #000;
}

#main #monitor div table tbody tr th {
  padding-left: 18px;
  width: 214px;
  font-size: 1.4em;
  font-weight: bold;
}

#main #monitor div table tbody tr th span {
  font-size: 0.8571428571em;
  font-weight: bold;
}

#main #monitor div table tbody tr td {
  border: 1px solid #464147;
  text-align: center;
  line-height: 1.4;
}

#main #monitor div table tbody tr td span {
  display: block;
  line-height: 1;
  font-size: 0.8333333333em;
}

#main #monitor div table tbody tr td:nth-child(3) {
  padding: 0;
  width: 27px;
  text-align: center;
}

#main #monitor div table tbody tr td img {
  vertical-align: middle;
}

#main #monitor div .option {
  margin-bottom: 30px;
}

#main #monitor div .option h2 {
  margin-bottom: 8px;
}

#main #monitor div .option section {
  *zoom: 1;
  margin: 0;
}

#main #monitor div .option section::after {
  content: '';
  display: table;
  clear: both;
}

#main #monitor div .option p {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 1em;
}

#main #monitor div .option p small {
  line-height: 1;
  font-size: 1em;
}

#main #monitor div .option .link {
  margin: 0;
  border: 1px solid #464147;
  background: #000;
  font-size: 1em;
}

#main #monitor div .option .link a {
  display: block;
  padding-left: 18px;
  background: url(../img/price_option_absorb_bg.gif) 465px 8px no-repeat;
  line-height: 30px;
  font-size: 1.4em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #monitor div .option .injection table tbody tr th {
  line-height: 50px;
}

#main #monitor div .option .absorb table thead tr th {
  border-top: none;
}

#main #monitor div .option .absorb table tbody tr th {
  font-size: 1.2em;
  font-weight: normal;
}

#main #monitor div .option .absorb table tbody tr td:last-child {
  font-size: 1.2em;
}

#main #monitor div #condition {
  clear: both;
}

#main #monitor div #condition table {
  float: none;
  width: 100%;
}

#main #monitor div #condition table tbody th {
  height: 62px;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
}

#main #monitor div #condition table tbody td {
  padding: 14px 0 14px .5em;
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  color: #c8c8c9;
}

#main #monitor div #condition table tbody tr:nth-child(2) td {
  padding-left: 2.5em;
}

#main #monitor div #condition table tbody tr em {
  font-weight: bold;
  color: #ba3921;
}

#main #monitor div #condition table tbody td li {
  margin-bottom: 8px;
}

#main #monitor div #condition table tbody td ul li:last-child {
  margin-bottom: 0;
}

#main #monitor div #condition table tbody td ul li {
  margin-left: 2em;
  list-style-type: disc;
}

#main #monitor div #condition table tbody td ul li small {
  display: block;
  margin-top: 4px;
  font-size: 0.8333333333em;
}

#main #monitor div #condition table tbody td small {
  display: block;
  line-height: 1;
  font-size: 0.8333333333em;
}

#main #monitor div #application {
  *zoom: 1;
  margin: 0;
}

#main #monitor div #application::after {
  content: '';
  display: table;
  clear: both;
}

#main #monitor div #application h1 {
  margin: 0 0 14px 13px;
}

#main #monitor div #application section {
  float: left;
  margin: 0;
}

#main #monitor div #application section h1 {
  margin: 0 0 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ba3921;
}

#main #monitor div #application #tel {
  padding-left: 81px;
  width: 329px;
  background: url(../img/price_monitor_application_tel_bg.png) 21px top no-repeat;
}

#main #monitor div #application #tel ul li dl dt,
#main #monitor div #application #tel ul li dl dd {
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #c8c8c9;
}

#main #monitor div #application #tel ul li dl dt {
  float: left;
  width: 5em;
}

#main #monitor div #application #tel ul li dl dd {
  overflow: hidden;
  font-weight: bold;
}

#main #monitor div #application #tel ul li dl dd span {
  font-size: 0.8333333333em;
}

#main #monitor div #application #net {
  padding-left: 101px;
  width: 309px;
  background: url(../img/price_monitor_application_net_bg.png) 5px top no-repeat;
}

#main #monitor div #application #net p {
  margin-bottom: 12px;
  line-height: 1.6666666667;
}

#main #monitor div #application #net p small {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 0.8333333333em;
}

#main #monitor div #application #net .link {
  float: right;
  margin: 0;
  padding: 2px;
  border: 1px solid #bd995b;
}

#main #monitor div #application #net .link a {
  display: block;
  background: url(../img/price_monitor_application_net_link_h.gif) left top no-repeat;
}

#main #monitor div #application #net .link a img {
  opacity: 1;
  transition: all .2s linear;
}

#main #monitor div #application #net .link a:hover img {
  opacity: 0;
}

#main #monitor div > .link {
  position: absolute;
  top: 298px;
  left: 50px;
  line-height: 1;
}

#main #monitor div > .link a img {
  border: 1px solid #353137;
  background: #B8B9BA;
  transition: all 1s ease;
}

#main #monitor div > .link a:hover img {
  border: 1px solid #353137;
  background: #BD995B;
}

#main #campaign div p {
  margin-bottom: 23px;
}

#main #campaign div .pic {
  margin: 0;
}

#main #campaign div ol,
#main #campaign div ol li dl {
  *zoom: 1;
}

#main #campaign div ol::after,
#main #campaign div ol li dl::after {
  content: '';
  display: table;
  clear: both;
}

#main #campaign div ol {
  background: url(../img/price_campaign_bg.png) 667px center no-repeat;
}

#main #campaign div ol li {
  float: left;
  margin-right: 36px;
  border: 1px solid #464147;
}

#main #campaign div ol li dl dt,
#main #campaign div ol .after {
  margin: 0;
  padding: 29px 0;
  background: #000;
  text-align: center;
  font-size: 1.4em;
  color: #ba3921;
}

#main #campaign div ol li dl dt {
  float: left;
  width: 236px;
}

#main #campaign div ol .after {
  width: 124px;
}

#main #campaign div ol li dl dt span,
#main #campaign div ol .after em {
  font-weight: bold;
}

#main #campaign div ol li dl dt span {
  font-weight: bold;
}

#main #campaign div ol li dl dd {
  margin-left: 236px;
  padding: 6px 8px 3px;
}

#main #campaign div ol li dl dd ul {
  position: relative;
  width: 404px;
  background: url(../img/price_campaign_before_bg.gif) 138px center no-repeat;
}

#main #campaign div ol li dl dd ul li {
  float: none;
  margin-bottom: 3px;
  width: 129px;
  border: none;
  background: rgba(37, 34, 43, 0.75);
  text-align: center;
  line-height: 18px;
  font-size: 1.2em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #campaign div ol li dl dd ul .add {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 12px 0;
  width: 224px;
  font-size: 1em;
  font-weight: normal;
}

#main #campaign div ol li dl dd ul .add em {
  font-size: 1.2em;
  font-weight: bold;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer > * {
  margin: 0 auto;
  width: 920px;
}

#footer .f-info {
  margin-bottom: 24px;
  background: rgba(37, 34, 43, 0.75);
}

#footer .f-info > .title {
  padding: 20px 0 28px;
  background: url(../img/footer_info_title_bg.gif);
  text-align: center;
}

#footer .f-info .form {
  *zoom: 1;
  padding: 38px 36px 27px;
  border-bottom: 1px solid #47424b;
}

#footer .f-info .form::after {
  content: '';
  display: table;
  clear: both;
}

#footer .f-info .form .lead {
  float: left;
  margin-right: 26px;
  padding: 30px 0 28px 167px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}

#footer .f-info .form-list {
  overflow: hidden;
}

#footer .f-info .form-item {
  float: left;
  margin-right: 14px;
}

#footer .f-info .form-item:last-child {
  margin-right: 0;
}

#footer .f-info .form-item img {
  display: block;
  margin: 0 auto 9px;
}

#footer .f-info .form-item a {
  display: block;
  padding: 2px;
  border: 1px solid #bd995b;
  transition: opacity .2s linear;
}

#footer .f-info .form-item a img {
  margin: 0;
  opacity: 1;
  transition: all .2s linear;
}

#footer .f-info .form-item a:hover img {
  opacity: 0;
}

#footer .f-info .form-item.mail a {
  background: url(../img/footer_info_form_mail_h.gif) 2px 2px no-repeat;
}

#footer .f-info .form-item.counseling a {
  background: url(../img/footer_info_form_counseling_h.gif) 2px 2px no-repeat;
}

#footer .f-info .clinic {
  position: relative;
  padding: 27px 0 38px 36px;
  background: url(../img/footer_info_clinic_bg.png) 609px 16px no-repeat;
}

#footer .f-info .clinic-item {
  margin-bottom: 20px;
}

#footer .f-info .clinic-item:last-child {
  margin: 0;
}

#footer .f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 142px;
  height: 25px;
}

#footer .f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#footer .f-info .clinic-item .tel {
  overflow: hidden;
  line-height: 25px;
  font-size: 1.3em;
  color: #c8c8c9;
}

#footer .f-info .clinic-item .tel img {
  margin: 2px 7px 1px 0;
}

#footer .f-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#footer .f-info .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#footer .f-info .link a img {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer .f-info .link a:hover img {
  background: #bd995b;
}

#footer .text {
  margin-bottom: 4px;
  line-height: 1.4;
  color: #8C8C8D;
}

#footer aside ul {
  margin-left: 28em;
}

#footer aside ul li {
  display: inline;
  margin-right: 3em;
  line-height: 34px;
}

#footer aside ul li a {
  color: #b8b9ba;
}

#footer aside #pagetop {
  position: fixed;
  right: 0;
  bottom: 90px;
}

#footer aside #pagetop a img[src*=arrow],
#footer aside #pagetop a img[src*=index_about_title],
#footer aside #pagetop a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer aside #pagetop a:hover img[src*=arrow],
#footer aside #pagetop a:hover img[src*=index_about_title],
#footer aside #pagetop a:hover img[src*=pagetop] {
  background: #bd995b;
}

#footer #copyright {
  margin-top: -34px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 34px;
  color: #b8b9ba;
}

/*----------------------------------------------------------------------
市島フィールドここから
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2014.01.30　更新
----------------------------------------------------------------------*/
#main #campaign div ol li dl dd ul .add {
  line-height: 35px;
}

#main #list div #details table tbody tr th {
  width: 173px;
}

/*----------------------------------------------------------------------
2014.02.27　更新
----------------------------------------------------------------------*/
.price #main nav ul li a {
  width: 227px !important;
}

#main #list div #details #parts table tbody tr:nth-child(3).active th {
  background: url(../img/price_basic_bg.png) left center no-repeat;
}

#main #list div #details #parts table tbody tr:nth-child(3) th > span {
  padding-top: 29px;
  padding-bottom: 29px;
  border: 1px solid #464147;
  border-right: none;
  background: #000;
}

#main #list div #details #parts table tbody tr:nth-child(3).active th > span {
  padding-left: 22px;
  border-left: none;
  background: url(../img/price_basic_bg.png) -14px center no-repeat #000;
}

/*----------------------------------------------------------------------
市島フィールドここまで
----------------------------------------------------------------------*/

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