@charset "utf-8";

.nav_sub {
  background: url("../../../../../img/ss/products/microscope/vr/vr_photography_bg_01.png") repeat-x;
  width: 100%;
  z-index: 2000;
}

.nav_sub ul {
  display: table;
  line-height: 1.25;
  margin: 0 auto;
  table-layout: fixed;
  width: 960px;
}

.nav_sub li {
  display: table-cell;
  vertical-align: middle;
}

.nav_sub a {
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}

.nav_sub a:before {
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 8px solid #333;
  content: " ";
  display: block;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

h1 {
  padding: 54px 0;
  text-align: center;
}

h1 .ttl {
  border-bottom: 3px solid #6190bf;
  color: #333;
  display: inline-block;
  font-family: serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.25;
}

h2 {
  padding: 0 0 54px;
  text-align: center;
}

h2 .ttl {
  width: 960px;
}

h3 {
  padding: 54px 0;
  text-align: center;
}

h3 .ttl {
  color: #333;
  display: inline-block;
  font-family: serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.25;
  width: 960px;
}

section ul {
  margin: 0 auto;
  width: 960px;
}

section li {
  display: inline-block;
  margin: 0 28px 38px;
  text-align: center;
  width: 264px;
}

section li a {
  text-decoration: underline;
}

section li .txt {
  display: inline-block;
  line-height: 1.25;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

section li .txt:before {
  background: url("../../../../../img/ss/products/microscope/vr/vr_photography_icon_01.gif") no-repeat;
  content: " ";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

section li .txt:hover {
  text-decoration: none;
}

.btn-area {
  margin: 0 auto;
  text-align: center;
}

.btn-area > [class*="btn-"] {
  display: inline-block;
}

/* ----------------------------------------------------------------------------
 * sec01
 * ------------------------------------------------------------------------- */

.sec01 {
  padding: 54px 0 81px;
}

/* ----------------------------------------------------------------------------
 * sec02
 * ------------------------------------------------------------------------- */

.sec02 {
  background: #f2f2f2;
  padding: 54px 0 81px;
}

/* ----------------------------------------------------------------------------
 * sec03
 * ------------------------------------------------------------------------- */

.sec03 {
  padding: 54px 0 108px;
}

/* ----------------------------------------------------------------------------
 * modal
 * ------------------------------------------------------------------------- */

.view_area {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  padding-top: 4%;
  position: relative;
}

.view_area .left_box {
  float: left;
  width: 72%;
}

.view_area .right_box {
  float: right;
  width: 24%;
}

.view_area h1 {
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7%;
  padding: 0;
  text-align: left;
}
.view_area h1.small {
  font-size: 16px;
}

.view_area p {
  color: #262626;
  line-height: 1.5;
}

.view_area .btn-area {
  margin: 20px 0 0;
  text-align: center;
}

.view_area .btn-area .btn-01 {
  display: block;
  padding: 10px;
}
