@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */

body {
  color: #333;
  font-family: helvetica,arial,meiryo,san-serif;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html[lang="ko"] body {
  font-family: "돋움", dotum, arial, san-serif;
}
html[lang="zh"] body {
  font-family: helvetica, arial, "宋体", san-serif;
}
html[lang="zh"] body.tw{
  font-family: "微軟正黑體","Microsoft JhengHei","Arial Unicode MS","Helvetica Neue",Helvetica,sans-serif;
}
p,
li {
  line-height: 1.8;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a img:hover {
  opacity: .7;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */

#header .inner {
  background: #e8e8e8;
  padding: 13px 0;
}

#header .inner > .container {
  display: table;
  margin: 0 auto;
  width: 960px;
}

#header .ttl,
#header .call,
#header .btn-list,
#header .logo,
#header .menu {
  display: table-cell;
  vertical-align: middle;
}

/* ------------------------------------
 * ttl
 * --------------------------------- */

#header .ttl {
  font-family: serif;
  font-size: 30px;
  line-height: 1.25;
  width: 221px;
}

html[lang="de"] #header .ttl{
  font-size: 24px;
}
html[lang="ko"] #header .ttl{
  font-size: 26px;
}
html[lang="zh"] #header .ttl{
  width: 210px;
}
html[lang="zh"] #header.tw .ttl{
  width: 221px;
}

#header .ttl a:hover {
  opacity: .7;
  text-decoration: none;
}

#header .ttl .small {
  display: block;
  font-size: 12px;
}

/* ------------------------------------
 * call
 * --------------------------------- */

#header .call {
  font-size: 22px;
  text-align: center;
  width: 223px;
}

#header .call li {
  line-height: 1.2;
}

#header .call .icon {
  margin-bottom: 3px;
  vertical-align: middle;
}
#header .call .inner {
  display: table;
  margin: 0 25px 0 auto;
}
#header .call .inner .text {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}


/* ------------------------------------
 * btn-list
 * --------------------------------- */

#header .btn-list {
  width: 408px;
}
#header.tw .btn-list{
  width: 345px;
}

#header .btn-list:before,
#header .btn-list:after {
  content: " ";
  display: table;
}

#header .btn-list:after {
  clear: both;
}

#header .btn-list li {
  display: block;
  float: left;
  margin-left: 8px;
  width: 200px;
}
html[lang="zh"] #header .btn-list li {
  width: 180px;
}

#header .btn-list li:first-child {
  margin-left: 0;
}

#header .btn-list li .btn-01 {
  display: block;
  padding: 10px 5px !important;
}

html[lang="de"] #header .btn-list .txt {
  font-size: 15px;
}

/* ------------------------------------
 * logo
 * --------------------------------- */

#header .logo {
  text-align: right;
  width: 108px;
}
html[lang="zh"] #header .logo {
  width: 180px;
}
html[lang="zh"] #header.tw .logo{
  width: 108px;
}
#header .logo a {
  display: block;
}

#header .logo img {
  vertical-align: middle;
  width: 96px;
}
html[lang="zh"] #header .logo img {
  width: 180px;
  vertical-align: middle;
}
html[lang="zh"] #header.tw .logo img {
  width: 96px;
}

/* ----------------------------------------------------------------------------
 * Global Navigation
 * ------------------------------------------------------------------------- */

#gNavi *,
#gNavi *:before,
#gNavi *:after {
  box-sizing: border-box;
}

#gNavi .container {
  background: #efefef;
  background: -webkit-linear-gradient(bottom, #e6e6e6, #fefefe);
  background: linear-gradient(to top, #e6e6e6, #fefefe);
  box-shadow: 0 2px 6px rgba(15,4,9,.3);
  padding: 10px 0;
}

#gNavi ul {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  width: 960px;
}

#gNavi li {
  display: table-cell;
  position: relative;
}

#gNavi li a {
  display: table;
  line-height: 1.25;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

#gNavi li .item {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}

#gNavi li.ac a:after,
#gNavi li a:hover:after {
  border-bottom: 4px solid #ce0000;
  bottom: -10px;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

#gNavi li a:hover {
  text-decoration: none;
}

#gNavi li:first-child:before {
  background: url("../../../../../img/ss/products/microscope/vr/vr_gnavi_sepalate.png") repeat-y;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

#gNavi li:after {
  background: url("../../../../../img/ss/products/microscope/vr/vr_gnavi_sepalate.png") repeat-y;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

/* ----------------------------------------------------------------------------
 * Contents
 * ------------------------------------------------------------------------- */

.contents {
  background: url(/img/ss/products/microscope/vr/vr_contents_bg_01.png) top left repeat-x;
}

/* ----------------------------------------------------------------------------
 * cv_area
 * ------------------------------------------------------------------------- */

.cv_area {
  background: -webkit-linear-gradient(bottom, #cbcbcb, #f1f1f1);
  background: linear-gradient(to top, #cbcbcb, #f1f1f1);
  background-color: #e3e3e3;
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
}

.cv_area .inner {
  display: table;
  margin: 0 auto;
  padding: 4px 0;
  width: 960px;
}

.cv_area .inner > * {
  display: table-cell;
  vertical-align: middle;
}

/* ------------------------------------
 * call
 * --------------------------------- */

.cv_area .call {
  width: 425px;
}

html[lang="de"] .cv_area .call {
  width: 415px;
}

/* ------------------------------------
 * btn-list
 * --------------------------------- */

.cv_area .btn-list:before,
.cv_area .btn-list:after {
  content: " ";
  display: table;
}

.cv_area .btn-list:after {
  clear: both;
}

.cv_area .btn-list li {
  display: block;
  float: left;
  margin-left: 5px;
}

.cv_area .btn-list li .btn-01 {
  width: 220px;
  padding: 10px;
}
.cv_area .btn-list li .btn-03 {
  width: 80px;
}

html[lang="de"] .cv_area .btn-list li .btn-03 {
  width: 90px;
}


/* ----------------------------------------------------------------------------
 * footer
 * ------------------------------------------------------------------------- */

footer *,
footer *:before,
footer *:after {
  box-sizing: border-box;
}

footer .inner {
  background: #e8e8e8;
  font-size: 12px;
}

/* ------------------------------------
 * fNavi
 * --------------------------------- */

footer .fNavi {
  border-bottom: 1px solid #aaa;
}

footer .fNavi ul {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 960px;
}

footer .fNavi li {
  display: inline-block;
  margin: 0 20px;
}

/* ------------------------------------
 * fBnr
 * --------------------------------- */

footer .fBnr {
  border-bottom: 1px solid #aaa;
}

footer .fBnr ul {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  width: 960px;
}

footer .fBnr li {
  display: inline-block;
}

/* ------------------------------------
 * fCopy
 * --------------------------------- */

footer .fCopy {
  margin: 0 auto;
  padding: 10px 0;
  width: 960px;
}

footer .fCopy .container:before,
footer .fCopy .container:after {
  content: " ";
  display: table;
}

footer .fCopy .container:after {
  clear: both;
}

footer .fCopy p {
  float: left;
}

footer .fCopy ul {
  float: right;
  text-align: right;
}

footer .fCopy li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

/* ----------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------- */

.breadcrumb {
  background: url("../../../../../img/ss/products/microscope/vr/vr_contents_bg_02.png") top center no-repeat;
  padding-top: 2em;
}

.breadcrumb ul {
  margin: 0 auto;
  width: 960px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 11px;
}

.breadcrumb li:before {
  content: ">";
  margin: 0 .5em;
}

.breadcrumb li:first-child:before {
  display: none;
}

/* ----------------------------------------------------------------------------
 * text
 * ------------------------------------------------------------------------- */

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.t_justify {
  text-align: justify;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.vertical-middle {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

a:hover.decoration-none {
  text-decoration: none;
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.red {
  color: #f00;
}

.pink {
  color: #fe396c;
}

/* ----------------------------------------------------------------------------
 * image
 * ------------------------------------------------------------------------- */

.original-height {
  line-height: 0;
}

a.opacity-img:hover img {
  opacity: .8;
}

/* ----------------------------------------------------------------------------
 * float
 * ------------------------------------------------------------------------- */

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

/* ----------------------------------------------------------------------------
 * margin
 * ------------------------------------------------------------------------- */

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* ----------------------------------------------------------------------------
 * padding
 * ------------------------------------------------------------------------- */

.pt0 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ----------------------------------------------------------------------------
 * IE
 * ------------------------------------------------------------------------- */

.IE #header > .inner,
.IE .vi,
.IE #gNavi div,
.IE .contents,
.IE .cv_area,
.IE footer .inner {
  min-width: 960px;
}

/* ----------------------------------------------------------------------------
 * button
 * ------------------------------------------------------------------------- */

.btn-01,
.btn-02,
.btn-03 {
  display: block;
  line-height: 1.25;
  padding: 10px 20px;
  text-align: center;
}

.btn-03 {
  padding: 12px 5px;
}

.btn-01.large,
.btn-02.large,
.btn-03.large {
  font-size: 24px;
}

.btn-01:hover,
.btn-02:hover,
.btn-03:hover {
  opacity: .7;
  text-decoration: none;
}

.btn-01 .container,
.btn-02 .container,
.btn-03 .container {
  display: table;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.btn-01 .container > *,
.btn-02 .container > * {
  display: table-cell;
  vertical-align: middle;
}

.btn-01 .icon,
.btn-02 .icon {
  padding-right: 8px;
}

.btn-01 .icon img,
.btn-02 .icon img {
  vertical-align: middle;
}

.btn-01 .allow,
.btn-02 .allow {
  padding-left: 8px;
}

.btn-01 .allow img,
.btn-02 .allow img {
  vertical-align: middle;
}

.btn-01 .txt,
.btn-02 .txt {
  color: #fff;
}

.btn-03 .txt {
  color: #333;
}

.btn-03 .icon,
.btn-03 .txt {
  display: block;
  text-align: center;
  width: 100%;
}

.btn-03 .icon {
  line-height: 0;
  margin-bottom: 3px;
}

.btn-03 .txt {
  font-size: 12px;
  font-weight: bold;
}

.btn-01 {
  background: #bc0000;
  background: -webkit-linear-gradient(bottom, #8e0000, #db0000);
  background: linear-gradient(to top, #8e0000, #db0000);
}

.btn-02 {
  background: #4084b9;
  background: -webkit-linear-gradient(bottom, #28649f 40%, #609ec9);
  background: linear-gradient(to top, #28649f 40%, #609ec9);
}

.btn-03 {
  background: #b6b6b6;
  background: -webkit-linear-gradient(bottom, #939393, #ccc);
  background: linear-gradient(to top, #939393, #ccc);
}
