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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	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;
}

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 {
  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 {
  text-align: center;
  line-height: 24px;
  font-size: 1.1em;
  color: #968c85;
}

.monitorHead {
  position: absolute;
  top: 420px;
  left: 171px;
}

.monitorHead ul {
  overflow: hidden;
}

.monitorHead li {
  float: left;
  margin: 0 10px 10px 0;
}

.monitorHead .counter {
  width: 147px;
  height: 64px;
  background: url(../img/monitor_footer_counter_bg.gif) top center no-repeat;
  color: #FFF;
}

.monitorHead .counter dt {
  margin: 14px 0 0;
  padding-bottom: 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
}

.monitorHead .counter dd {
  text-align: center;
  font-size: 18px;
}

.monitorHead .counter .hour {
  padding: 0 0 0 5px;
}

.monitorHead a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.footerBtn {
  margin: 0 auto;
  width: 515px;
}

.footerBtn ul {
  overflow: hidden;
}

.footerBtn li {
  float: left;
  margin: 0 10px 10px 0;
}

.footerBtn .last {
  margin: 0;
}

.footerBtn .counter {
  width: 147px;
  height: 64px;
  background: url(../img/monitor_footer_counter_bg.gif) top center no-repeat;
  color: #FFF;
}

.footerBtn .counter dt {
  margin: 14px 0 0;
  padding-bottom: 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
}

.footerBtn .counter dd {
  text-align: center;
  font-size: 18px;
  color: #FFF;
}

.footerBtn .counter .hour {
  padding: 0 0 0 5px;
}

.footerBtn a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.form #header {
  background: url(../img/form_header_bg.jpg) left top repeat-x;
}

.form .header-wrapper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 1200px;
  background: url(../img/form_header_wrapper_bg.jpg) center 24px no-repeat;
}

.form .header-wrapper::after {
  content: '';
  position: absolute;
  top: 154px;
  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: .6;
  filter: Alpha(Opacity=60);
}

.form.send .header-wrapper {
  padding-bottom: 15px;
}

.form.send .header-wrapper::after {
  content: none;
}

#gnavi {
  z-index: 100;
  width: 100%;
  background: url(../img/nav_bg.gif) left top repeat-x;
}

#gnavi ul {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}

#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}

#gnavi ul::after {
  content: '';
  position: relative;
  top: 0;
  right: 170px;
  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.outline {
  background: url(../img/nav_outline_bg.gif) left top no-repeat;
}

#gnavi li.flow {
  background: url(../img/nav_flow_bg.gif) left top no-repeat;
}

#gnavi li.application {
  background: url(../img/nav_application_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
----------------------------------------------------------------------*/
#main {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 860px;
}

.box {
  margin-bottom: 50px;
  padding: 50px 0 0;
}

.box .box-title {
  margin-bottom: 2px;
}

.box-wrapper {
  padding: 40px 65px;
  border-right: 1px solid #767676;
  border-left: 1px solid #767676;
  background: #f7f7f7;
}

.box-wrapper p,
.box-wrapper dd.text {
  line-height: 1.8571428571;
  font-size: 1em;
  color: #4c4a4a;
}

.box-wrapper ul li,
.box-wrapper dl dd {
  color: #4c4a4a;
}

.radius1 {
  border-radius: 4px;
}

.radius2 {
  border-radius: 4px 4px 0 0;
}

.radius3 {
  border-radius: 0 0 4px 4px;
}

.box-footer {
  *zoom: 1;
  padding: 23px 66px 24px;
  border-top: none;
  background: url(../img/box_footer_bg.gif) left top no-repeat;
}

.box-footer:after {
  content: "";
  display: table;
  clear: both;
}

.box-footer .link {
  background: url(../img/footer_link_button_h.gif) top center no-repeat;
  text-align: center;
}

.box-footer .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.subbox {
  margin: 0 auto 40px;
}

.subbox-title {
  margin-bottom: 20px;
}

.banner {
  text-align: center;
}

.box footer .box-wrapper {
  border-radius: 0 0 4px 4px;
  padding: 20px 65px;
  border: none;
  background: url(../img/box_footer_information_bg.gif) left top repeat-x #f7f7f7;
}

.box footer .box-wrapper ul {
  *zoom: 1;
}

.box footer .box-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}

.box footer .box-wrapper ul li {
  float: left;
  line-height: 1.4;
  font-size: 10px;
}

.box footer .box-wrapper ul.footer-clinictel {
  margin-bottom: 8px;
}

.box footer .box-wrapper ul.footer-clinictel li {
  margin-bottom: 12px;
}

.box footer .box-wrapper ul.footer-clinictel li:nth-child(odd) {
  margin-right: 52px;
}

.box footer .box-wrapper ul.footer-clinictel dt,
.box footer .box-wrapper ul.footer-clinictel dd {
  display: table-cell;
  vertical-align: middle;
}

.box footer .box-wrapper ul.footer-clinictel dt {
  padding-top: 10px;
}

.box footer .box-wrapper ul.footer-clinictel .telnum {
  padding-left: 11px;
}

.box footer .box-wrapper ul.footer-clinictel .abroad {
  display: block;
  padding: 3px 0 0 51px;
}

.box footer .box-wrapper ul.footer-clinictel .hours {
  padding-left: 5px;
  font-weight: bold;
}

.box footer .box-wrapper ul.footer-linkform li:first-child {
  margin-right: 17px;
}

#about .box-wrapper {
  padding: 40px 60px;
}

#about .box-wrapper h2 {
  margin: 0 0 16px;
}

#about .ex ul {
  overflow: hidden;
}

#about .ex li {
  float: left;
  margin: 0 26px 26px 0;
}

#about .ex li.last {
  margin-right: 0;
}

#about #detail {
  background: url(../img/index_about_detail_bg.jpg) 560px 815px no-repeat;
}

#about #detail .comparison-notice {
  line-height: 1.5;
  font-size: 10px;
  color: #4c4c4c;
}

#about #point {
  *zoom: 1;
  margin-bottom: 40px;
}

#about #point:after {
  content: "";
  display: table;
  clear: both;
}

#about #point li {
  display: inline;
  position: relative;
  float: left;
  margin-right: 6px;
  width: 242px;
  height: 234px;
  background: url(../img/index_about_point_bg.gif) left top repeat-y;
}

#about #point li.last {
  margin-right: 0;
}

#about #point li dl {
  min-height: 228px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#about #point li dl dt {
  padding: 32px 0 0 22px;
  background: url(../img/index_about_point_bg_header.gif) left top no-repeat;
}

#about #point li dl dd {
  margin: 24px 110px 0 20px;
  padding-bottom: 43px;
  line-height: 1.5em;
  font-size: 1.2em;
  color: #4d4d4d;
}

#about #point li#no1 dl {
  background-image: url(../img/index_about_point_no1_bg_footer.gif);
}

#about #point li#no2 dl {
  background-image: url(../img/index_about_point_no2_bg_footer.gif);
}

#about #point li#no3 dl {
  background-image: url(../img/index_about_point_no3_bg_footer.gif);
}

#about #point li#no2 dl dt,
#about #point li#no3 dl dt {
  padding-left: 21px;
}

#about #point li#no2 dl dd {
  margin: 24px 126px 0 20px;
}

#about #point li#no3 dl dd {
  margin: 24px 125px 0 20px;
}

#about .comparison {
  clear: both;
  margin-bottom: 10px;
  width: 523px;
  border-bottom: 1px solid #c8c4c1;
}

#about .comparison thead tr th.first {
  padding-left: 1px;
}

#about .comparison tbody {
  border: 1px solid #c8c4c1;
}

#about .comparison tbody tr th,
#about .comparison tbody tr td {
  padding: 9px 0 8px;
  border-right: 1px solid #c8c5c1;
  border-left: 1px solid #c8c5c1;
  background: url(../img/border1.gif) left bottom repeat-x #f2f2f2;
  text-align: center;
  color: #4c4c4c;
}

#about .comparison tbody tr th {
  padding: 14px 0;
  background-color: #e8e7e7;
}

#about .comparison tbody tr td {
  width: 110px;
  background-color: #fff;
}

#about .comparison tbody tr .vaser {
  font-weight: bold;
  color: #fb1e3b;
}

#about .comparison tbody tr.last th,
#about .comparison tbody tr.last td {
  background-image: none;
}

#about .case-info {
  margin-top: -16px;
  margin-bottom: 26px;
}

* html #container #content #main #about ul li dl {
  height: 228px;
}

* html #container #content #main #about ul li dl {
  height: 1%;
  text-align: left;
}

* + html #container #content #main #about ul li dl {
  height: 1%;
}

* html #index #container #main #about .comparison table thead tr th {
  border-bottom: 1px solid #c8c4c1;
}

* + html #index #container #main #about .comparison table thead tr th {
  border-bottom: 1px solid #c8c4c1;
}

* html #index #container #main #about .comparison table thead tr th {
  text-align: right;
}

* + html #index #container #main #about .comparison table thead tr th {
  text-align: right;
}

* html #index #container #main #about .comparison table tbody tr td {
  width: 111px;
}

* + html #index #container #main #about .comparison table tbody tr td {
  width: 109px;
}

.attention-banner {
  text-align: center;
}

#attention #technology {
  *zoom: 1;
}

#attention #technology:after {
  content: "";
  display: table;
  clear: both;
}

#attention #technology p {
  float: left;
}

#attention #technology p.attention-text {
  width: 480px;
}

#attention #technology p.pic {
  margin: -20px 0 0 22px;
}

#attention #failure {
  margin-bottom: 20px;
}

#attention #failure ul {
  *zoom: 1;
}

#attention #failure ul:after {
  content: "";
  display: table;
  clear: both;
}

#attention #failure ul li {
  float: left;
  margin-right: 16px;
  width: 225px;
}

#attention #failure ul li:last-child {
  margin-right: 0;
}

#attention #failure ul li dl dt {
  margin-bottom: 10px;
}

.attention-text {
  text-align: justify;
  line-height: 1.8571428571;
  font-size: 14px;
  color: #4c4c4c;
}

.attention-text mark {
  background: none;
  font-weight: bold;
  color: #d83750;
}

#technic .technic-list .technic-list-item {
  margin-bottom: 14px;
  width: 728px;
  height: 233px;
  background: url(../img/index_technic_list_bg.gif) left top no-repeat;
}

#technic .technic-list .technic-list-item:last-child {
  margin-bottom: 0;
}

#technic .technic-list .technic-list-item dl {
  position: relative;
  padding: 30px 0 0 35px;
  height: 233px;
}

#technic .technic-list .technic-list-item dl dt {
  margin-bottom: 10px;
}

#technic .technic-list .technic-list-item dl dd {
  width: 465px;
  text-align: justify;
}

#technic .technic-list .technic-list-item.no1 dl::after {
  content: '';
  position: absolute;
  width: 193px;
  height: 231px;
  background: url(../img/index_technic_list1_bg.png);
  background-size: 193px 231px;
}

#technic .technic-list .technic-list-item.no2 dl::after {
  content: '';
  position: absolute;
  width: 227px;
  height: 244px;
  background: url(../img/index_technic_list2_bg.png);
  background-size: 227px 244px;
}

#technic .technic-list .technic-list-item.no3 dl::after {
  content: '';
  position: absolute;
  width: 238px;
  height: 229px;
  background: url(../img/index_technic_list3_bg.png);
  background-size: 238px 229px;
}

#technic .technic-list .technic-list-item.no1 dl::after {
  top: 1px;
  right: -6px;
}

#technic .technic-list .technic-list-item.no2 dl {
  padding-left: 231px;
}

#technic .technic-list .technic-list-item.no2 dl::after {
  top: -13px;
  left: -10px;
}

#technic .technic-list .technic-list-item.no3 dl::after {
  top: 1px;
  right: -35px;
}

#price .pic {
  margin: 0 auto 55px;
}

#price table {
  table-layout: fixed;
}

#price table tbody th {
  padding: 6px 0 6px 9px;
}

#price table tbody td {
  text-align: center;
}

#price .table-box {
  *zoom: 1;
}

#price .table-box:after {
  content: "";
  display: table;
  clear: both;
}

#price .table-box .base {
  float: right;
  width: 494px;
}

#price .table-box .base thead {
  border-bottom: 1px solid #989898;
}

#price .table-box .base thead th {
  width: 127px;
}

#price .table-box .base tbody tr th {
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
  background-color: #fefefe;
}

#price .table-box .base tbody tr th span {
  display: block;
  padding-left: 10px;
  background: url(../img/arrow1.gif) left 4px no-repeat;
  line-height: 1.2;
  font-size: 12px;
}

#price .table-box .base tbody tr th span span {
  padding-left: 0;
  background-image: none;
  font-size: 10px;
}

#price .table-box .base tbody tr td {
  border-right: 1px solid #989898;
  background-color: #fefefe;
  font-size: 16px;
  font-weight: bold;
  color: #D83750;
}

#price .table-box .base tbody tr.last th {
  border-bottom: 1px solid #989898;
  background-image: none;
}

#price .table-box .base tbody tr.last td {
  border-bottom: 1px solid #989898;
}

#price .table-box .base tbody tr.last .price-notice {
  color: #D83750;
}

#price .add {
  float: right;
  margin-right: 180px;
  padding-left: 24px;
  background: url(../img/index_price_pricelist_add_bg.gif) left 9px no-repeat;
  line-height: 36px;
  font-size: 1em;
  color: #4c4c4c;
}

#price .pricetable {
  float: right;
  width: 509px;
}

#price .pricetable tbody tr th {
  padding: 6px 0 6px 9px;
  width: 357px;
  border-right: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  background: url(../img/border1.gif) left bottom repeat-x #EDEDED;
  line-height: 1.1em;
  font-size: 1.2em;
  color: #4c4c4c;
}

#price .pricetable tbody tr th.no {
  padding: 4px 0;
  width: 15px;
  border: none !important;
  background-image: none;
  background-color: #F7F7F7 !important;
  vertical-align: top;
}

#price .pricetable tbody tr th span {
  padding-left: 10px;
  background: url(../img/arrow1.gif) left 4px no-repeat;
  line-height: 1.2;
  font-size: 12px;
}

#price .pricetable tbody tr th span span {
  padding-left: 0;
  background-image: none;
  font-size: 10px;
}

#price .pricetable tbody tr td {
  padding-right: 33px;
  width: 93px;
  border-right: 1px solid #A9A9A9;
  background: url(../img/border1.gif) left bottom repeat-x #EDEDED;
  text-align: right;
  font-size: 12px;
  color: #D83750;
}

#price .pricetable tbody tr.first th,
#price .pricetable tbody tr.first td {
  border-top: 1px solid #A9A9A9;
}

#price .pricetable tbody tr.even th,
#price .pricetable tbody tr.even td {
  background-color: #fefefe;
}

#price .pricetable tbody tr.last th,
#price .pricetable tbody tr.last td {
  border-bottom: 1px solid #A9A9A9;
  background-image: none;
}

#price .vaserpic {
  float: left;
  margin-left: 10px;
  width: 121px;
}

#price .note {
  margin-top: 12px;
  width: 495px;
  line-height: 1.4;
  font-size: 10px;
}

/*2014年12月5日追加*/
#priceBox .contents .title {
  margin-bottom: 40px;
}

#priceBox .contents .boxIn {
  margin-bottom: 38px;
  background: url(../img/monitor_price_pic.gif) 56px 50px no-repeat;
}

#priceBox .contents .boxIn .base {
  margin-bottom: 0;
  margin-left: 235px;
  width: 491px;
}

#priceBox .contents .boxIn table {
  margin: 0 0 15px 235px;
  width: 492px;
  table-layout: fixed;
}

#priceBox .contents .boxIn table thead {
  border-bottom: 1px solid #a9a9a9;
}

#priceBox .contents .boxIn table thead tr th {
  width: 194px;
  text-align: center;
}

* html #priceBox .contents .boxIn table thead tr th {
  width: 156px;
}

* + html #priceBox .contents .boxIn table thead tr th {
  width: 156px;
}

#priceBox .contents .boxIn .base thead tr th img {
  margin-left: -1px;
}

* html #priceBox .contents .boxIn .base thead tr th img {
  margin-left: 0;
}

* + html #priceBox .contents .boxIn .base thead tr th img {
  margin-left: 0;
}

#priceBox .contents .boxIn table tbody tr strong {
  /*	color:#F6233E;*/
  color: #FF545E;
}

#priceBox .contents .boxIn table tbody .first th,
#priceBox .contents .boxIn table tbody .first td {
  border-top: 1px solid #a9a9a9;
}

#priceBox .contents .boxIn table tbody tr th,
#priceBox .contents .boxIn table tbody tr td {
  padding: 6px 0;
  background: url(../img/border1.gif) left bottom repeat-x #ededed;
  color: #4c4a4a;
}

#priceBox .contents .boxIn .base tbody tr th,
#priceBox .contents .boxIn .base tbody tr td {
  border-top: 1px solid #a9a9a9;
}

#priceBox .contents .boxIn table tbody .first .no,
#priceBox .contents .boxIn table tbody tr .no,
#priceBox .contents .boxIn table tbody .even .no {
  padding: 4px 0;
  width: 15px;
  border: none;
  background: none;
  vertical-align: top;
}

#priceBox .contents .boxIn .base tbody tr th,
#priceBox .contents .boxIn .base tbody tr td,
#priceBox .contents .boxIn table tbody .even th,
#priceBox .contents .boxIn table tbody .even td {
  background-color: #fff;
}

#priceBox .contents .boxIn table tbody .last th,
#priceBox .contents .boxIn table tbody .last td {
  border-bottom: 1px solid #a9a9a9;
  background-image: none;
}

#priceBox .contents .boxIn table tbody tr th {
  padding-right: 3px;
  padding-left: 9px;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  line-height: 1.1em;
  font-size: 1.2em;
}

#priceBox .contents .boxIn table tbody tr th span {
  display: block;
  padding-left: 10px;
  background: url(../img/arrow5.gif) left 4px no-repeat;
}

#priceBox .contents .boxIn .base tbody tr th span,
#priceBox .contents .boxIn table tbody .even th span {
  background-image: url(../img/arrow6.gif);
}

#priceBox .contents .boxIn .base tbody tr th span {
  display: block;
}

#priceBox .contents .boxIn table tbody tr th span span,
#priceBox .contents .boxIn table tbody .even th span span,
#priceBox .contents .boxIn .base tbody tr th span span {
  padding: 0;
  background: none;
  font-size: .834em;
}

#priceBox .contents .boxIn table tbody tr th span span {
  display: inline;
}

#priceBox .contents .boxIn .base tbody tr th span span {
  margin-bottom: -4px;
  line-height: 1.2em;
}

#priceBox .contents .boxIn table tbody tr th span strong {
  font-size: .834em;
}

#priceBox .contents .boxIn table tbody tr td {
  padding: 0;
  width: 97px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}

#priceBox .contents .boxIn .base tbody .last td {
  border-right: none;
  font-size: 1em;
}

#priceBox .contents .boxIn .base tbody .last td dd {
  line-height: 1.5;
  font-size: 1.2em;
}

#priceBox .contents .boxIn table tbody .last td {
  width: 97px;
}

#priceBox .contents .boxIn .base tbody .last .monitor {
  border-right: 1px solid #a9a9a9;
}

#priceBox .contents .boxIn table tbody .last .no {
  border-bottom: none;
}

#priceBox .contents .boxIn table tbody tr .monitor {
  border-right: 1px solid #a9a9a9;
  color: #FF545E;
}

#priceBox .contents .boxIn .base tbody tr .monitor strong {
  display: block;
  margin-top: 5px;
  line-height: 1.2em;
  font-size: .834em;
}

#priceBox .contents .boxIn .base tbody tr td dl {
  display: block;
  padding: 6px 0;
  background: url(../img/arrow6.gif) 93px center no-repeat;
}

#priceBox .contents .boxIn .base tbody tr .monitor dl {
  background: url(../img/arrow6.gif) -4px center no-repeat;
}

#priceBox .contents .boxIn .base tbody tr td dl dt {
  margin-bottom: 5px;
  line-height: 1.2em;
}

#priceBox .contents .boxIn .base tbody tr .monitor dl dd {
  font-size: 1.6em;
  color: #FF545E;
}

#priceBox .contents .boxIn table tbody tr td > span {
  display: block;
  padding: 6px 0;
  background: url(../img/arrow5.gif) 93px center no-repeat;
}

#priceBox .contents .boxIn table tbody .even td > span {
  background-image: url(../img/arrow6.gif);
}

#priceBox .contents .boxIn table tbody tr .monitor > span {
  background: url(../img/arrow5.gif) -4px center no-repeat;
}

#priceBox .contents .boxIn table tbody .even .monitor > span {
  background-image: url(../img/arrow6.gif);
}

#priceBox .contents .boxIn table tbody tr td dd span,
#priceBox .contents .boxIn table tbody tr td span span {
  display: block;
  line-height: 1;
  font-size: 0.8333333333em;
  color: #4c4a4a;
}

#priceBox .contents .boxIn .add {
  margin: 0 155px 0 0;
  padding-left: 24px;
  background: url(../img/monitor_price_add_bg.gif) left center no-repeat;
  line-height: 31px;
  font-size: 1em;
  color: #4c4a4a;
}

#priceBox .contents .boxIn .note {
  margin: 0 0 0 auto;
  line-height: 1.4em;
  font-size: 1em;
  color: #4c4a4a;
}

/*2014年12月5日モニター概要追加*/
#summary a:link,
#summary a:visited {
  color: #33a1db;
}

#summary a:hover {
  color: #005bac;
}

#summary .contents .boxIn table {
  border: 1px solid #c8c4c1;
}

#summary .contents .boxIn table tbody tr th,
#summary .contents .boxIn table tbody tr td {
  padding: 15px 0;
  border-bottom: 1px solid #c8c4c1;
  font-size: 1.2em;
  color: #4c4a4a;
}

#summary .contents .boxIn table tbody tr th {
  width: 163px;
  border-right: 1px solid #c8c4c1;
  background: #f2f2f0;
  vertical-align: middle;
  text-align: center;
}

#summary .contents .boxIn table tbody tr td {
  padding-left: 15px;
  background: #FFF;
  line-height: 1.5em;
}

#summary .contents .boxIn table tbody #clinic td {
  padding: 20px;
}

#summary .contents .boxIn table tbody tr .border {
  padding-bottom: 16px;
  border-bottom: none;
  background: url(../img/border1.gif) left bottom repeat-x;
}

#summary .contents .boxIn table tbody tr td dl {
  float: right;
  line-height: 2em;
  font-size: .834em;
}

* html #summary .contents .boxIn table tbody tr td dl {
  margin-top: -19px;
}

* + html #summary .contents .boxIn table tbody tr td dl {
  margin-top: -19px;
}

#summary .contents .boxIn table tbody tr td dl dt,
#summary .contents .boxIn table tbody tr td dl dd {
  display: inline;
  color: #EA535D;
}

#summary .contents .boxIn table tbody tr td dl dd {
  margin-right: 100px;
  line-height: 1em;
  font-size: 1.4em;
  font-weight: bold;
}

#summary .contents .boxIn table tbody tr td dl dd span {
  font-weight: bold;
}

#summary .contents .boxIn table tbody tr td a {
  text-decoration: underline;
}

#summary .contents .boxIn table tbody tr td span {
  color: #ea535d;
}

#summary .contents .boxIn table tbody tr td span em {
  font-size: 1.2em;
  font-weight: bold;
}

#summary .contents .boxIn table tbody tr td ul {
  padding-left: 20px;
}

#summary .contents .boxIn table tbody tr td ul li {
  list-style-type: disc;
  line-height: 1.67em;
}

#summary .contents .boxIn table tbody #clinic td {
  padding: 0;
}

#summary .contents .boxIn table tbody #clinic .tab {
  padding: 0;
  height: 46px;
  background: url(../img/monitor_clinic_tab_bg.gif) left top no-repeat;
}

#summary .contents .boxIn table tbody #clinic .tab li {
  float: left;
  margin-right: 1px;
  cursor: pointer;
  list-style-type: none;
}

#summary .contents .boxIn table tbody #clinic .tab li:last-child {
  margin-right: 0;
}

#summary .contents .boxIn table tbody #clinic div {
  display: none;
}

#summary .contents .boxIn table tbody #clinic .active {
  display: block;
}

#summary .contents .boxIn table tbody #clinic div div {
  display: block;
  position: relative;
  margin: 19px;
}

#summary .contents .boxIn table tbody #clinic div .details p {
  margin-left: 134px;
  line-height: 1.5;
}

#summary .contents .boxIn table tbody #clinic div .details .link {
  margin-bottom: 6px;
}

#summary .contents .boxIn table tbody #clinic div .details .link a {
  padding-left: 16px;
  background: url(../img/monitor_clinic_link_bg.gif) left center no-repeat;
}

#summary .contents .boxIn table tbody #clinic div .details .tel {
  margin-bottom: 28px;
}

#summary .contents .boxIn table tbody #clinic div .details .pic {
  position: absolute;
  top: 0;
  left: 4px;
  margin: 0;
}

#summary .contents .boxIn table tbody #clinic #nagoya .details .pic {
  left: 15px;
}

#summary .contents .boxIn table tbody #clinic #osaka .details .pic {
  top: -16px;
  left: 15px;
}

#summary .contents .boxIn table tbody #clinic #fukuoka .details .pic {
  top: -12px;
  left: 10px;
}

#summary .contents .boxIn table tbody #clinic div .doctor h4 {
  margin: 0 0 9px;
}

#summary .contents .boxIn table tbody #clinic div .doctor .name {
  position: absolute;
  top: 43px;
  left: 118px;
}

#summary .contents .boxIn table tbody #clinic div .doctor .name span {
  font-size: .8333333334em;
  color: inherit;
}

#summary .contents .boxIn table tbody #clinic div .doctor .name .position {
  display: block;
  margin-bottom: 8px;
  font-size: 1em;
}

#summary .contents .boxIn table tbody #clinic div .doctor .name em {
  margin-right: 8px;
  font-size: 1.5em;
}

#summary .contents .boxIn table tbody #clinic div .doctor p {
  margin: 57px 0 15px;
  line-height: 1.8333333334;
}

#summary .contents .boxIn table tbody #clinic div .doctor .pic {
  float: left;
  margin: 0 13px 6px 0;
}

#summary .contents .boxIn table tbody #clinic div .doctor .pic img {
  border: 1px solid #C8C4C1;
}

#summary .contents .boxIn table tbody #clinic div .doctor .text {
  overflow: hidden;
}

#summary .contents .boxIn table tbody #clinic div .doctor li {
  list-style-type: none;
  line-height: 1.6;
  font-size: .8333333334em;
}

#summary .contents .boxIn table tbody #clinic div .doctor dt,
#summary .contents .boxIn table tbody #clinic div .doctor dd {
  display: block;
  margin: 0;
  line-height: 1.6;
  font-size: 1em;
  font-weight: normal;
  color: inherit;
}

#summary .contents .boxIn table tbody #clinic div .doctor .history {
  float: left;
  margin-bottom: 20px;
  width: 308px;
}

#summary .contents .boxIn table tbody #clinic div .doctor .history li dl {
  float: none;
  line-height: 1;
  font-size: 1em;
}

#summary .contents .boxIn table tbody #clinic div .doctor .history li dl dt {
  float: left;
  margin-right: 1em;
}

#summary .contents .boxIn table tbody #clinic div .doctor .history li dl dd {
  overflow: hidden;
}

#summary .contents .boxIn table tbody #clinic div .doctor .license {
  float: left;
  padding: 0 0 20px;
  width: 308px;
}

#summary .contents .boxIn table tbody #clinic div .doctor .vaser {
  float: none;
  margin-left: 340px;
  width: 184px;
  background: url(../img/monitor_clinic_vaser_bg_footer.gif) left bottom no-repeat #efefec;
}

#summary .contents .boxIn table tbody #clinic div .doctor .vaser dt {
  display: block;
  margin-bottom: 10px;
  padding: 17px 17px 0;
  background: url(../img/monitor_clinic_vaser_bg_header.gif) left top no-repeat;
}

#summary .contents .boxIn table tbody #clinic div .doctor .vaser dd {
  padding: 0 17px 17px;
}

#summary .contents .boxIn table tbody tr td #campaign {
  display: block;
  margin-top: 10px;
  width: 522px;
}

/*2014年12月8日追加*/
#flowBox .contents .title {
  margin-bottom: 40px;
}

#flowBox .contents .boxIn ol {
  margin: 0 0 36px;
}

#flowBox .contents .boxIn ol li {
  padding-bottom: 36px;
  background: url(../img/monitor_flow_bg.gif) 41px 56px no-repeat;
}

* html #flowBox .contents .boxIn ol li {
  height: 1%;
}

* + html #flowBox .contents .boxIn ol li {
  height: 1%;
}

#flowBox .contents .boxIn ol .last {
  padding-bottom: 0;
  background: none;
}

#flowBox .contents .boxIn ol dl dt {
  margin-bottom: 4px;
}

#flowBox .contents .boxIn ol dl dd {
  margin-left: 176px;
  line-height: 1.667em;
  font-size: 1.2em;
  color: #4c4a4a;
}

#flowBox .contents .boxIn ol dl dd em {
  color: #EA535D;
}

#clinicintro .box-wrapper {
  *zoom: 1;
  padding-bottom: 50px;
}

#clinicintro .box-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer #copyright {
  background: #9b9c9d;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #2d2b29;
}

img.assist {
  display: none;
}

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