@charset "UTF-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

/********************************************************* base*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, clean, sans-serif;
  color: #333;
  line-height: 1.5;
  font-size: 13px;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

/********************************************************* header*/
#gHeaderWrap .inner {
  width: 1000px;
}

#gHeader {
  font-size: 11px;
  padding: 10px 0 15px 0;
}
#gHeader .headTxt {
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
#gHeader a {
  color: #207096;
}

.gHeaderL {
  padding-top: 15px;
  float: left;
}

.gHeadLogo {
  display: inline-block;
  margin-right: 5px;
}

.gHeaderC {
  margin-left: 100px;
  float: left;
}

.gHeaderR {
  float: right;
  padding-right: 4px;
}

.gHeadNav li {
  float: left;
  margin: 0 0 0 1px;
  width: 82px;
  font-size: 10px;
}
.gHeadNav a {
  display: block;
  text-align: center;
  background-color: #ececec;
  padding-bottom: 5px;
}

.langNav {
  margin-bottom: 10px;
  text-align: right;
  letter-spacing: -1em;
}
.langNav li {
  margin-left: 2px;
  float: left;
}

.gHeadSubNav li {
  float: left;
  margin: 0 5px;
}
.gHeadSubNav a {
  background: url(../imgs/icon_ball.png) no-repeat 0 5px;
  padding-left: 7px;
}

/********************************************************* nav*/
#gNav {
  border-bottom: 1px solid #333;
  background-image: url(../imgs/bg_gnav.gif);
}
#gNav > ul {
  position: relative;
}
#gNav > ul > li {
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ns-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gNav > ul > li:hover {
  background-color: #0b388a;
  /*for IE8*/
}
#gNav > ul > li.current {
  background-color: #0b388a;
  /*for IE8*/
}
#gNav .first:before {
  position: absolute;
  content: '';
  background: url(../imgs/bg_gnav_l.png) no-repeat;
  width: 5px;
  height: 65px;
  top: 0;
  left: -5px;
}
#gNav .last:after {
  position: absolute;
  top: 0;
  right: -4px;
  width: 4px;
  height: 65px;
  content: '';
  background: url(../imgs/bg_gnav_r.png) no-repeat;
}
#gNav a {
  display: block;
}
#gNav .inner {
  width: 1000px;
}

:root #gNav > ul > li:hover {
  background-color: rgba(11, 56, 138, 0.7);
}
:root #gNav > ul > li.nolink:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
:root #gNav > ul > li.current {
  background-color: rgba(11, 56, 138, 0.7);
}

.gSubArea {
  width: 100%;
}

.newproducts .gSubNav02 li {
  margin: 0 10px 15px 10px;
}

.products .gSubArea {
  width: 1000px;
  height: 350px;
}
.products .gSubAreaR {
  width: 740px;
}
.products .gSubNav02 li {
  margin: 0 15px 15px 5px;
}

.field-instrument .gSubArea {
  width: 1000px;
}
.field-instrument .gSubAreaR {
  width: 740px;
}

.gSubAreaR {
  float: left;
}

.gSubArea {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #0b388a;
  /* Old browsers */
  background: linear-gradient(to right, #0b388a 0%, #082965 100%);
}

.gSubNav01 {
  float: left;
  width: 205px;
  padding: 15px 10px 15px 30px;
}
.gSubNav01 > li {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ns-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 50px;
}
.gSubNav01 > li:last-child {
  margin-bottom: 0;
}
.gSubNav01 > li.current:after, .gSubNav01 > li:hover:after {
  position: absolute;
  top: 0;
  right: -13px;
  content: '';
  background: url(../imgs/icon_arrow09.png) no-repeat;
  width: 9px;
  height: 50px;
}
.gSubNav01 > li.current, .gSubNav01 > li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.gSubNav01 > li a {
  color: #fff;
  overflow: hidden;
  padding: 5px;
}
.gSubNav01 > li a img {
  float: left;
  margin: -5px 5px -5px -5px;
}

.gSubNav02 {
  padding: 15px 0 15px 15px;
  font-size: 12px;
  letter-spacing: -1em;
  color: #fff;
}
.gSubNav02 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 5px;
  /*margin: 0 5px 15px 5px;*/
  width: 100px;
  letter-spacing: normal;
}
.gSubNav02 img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ns-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gSubNav02 a {
  color: #fff;
}
.gSubNav02 a:hover img {
  opacity: .7;
}
.gSubNav02 .imgs {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  border: 7px solid #2d4c83;
}

/********************************************************* main*/
#gMain {
  width: 980px;
  margin: 0 auto;
}

/********************************************************* footer*/
#gFooter {
  border-top: 2px solid #398f84;
  background-color: #f9f9f9;
  font-size: 12px;
}

.gFtNavWrap {
  margin: 35px 0;
}
.gFtNavWrap .col1 {
  float: left;
  width: 150px;
}
.gFtNavWrap .col2 {
  float: left;
  width: 410px;
}
.gFtNavWrap .col2 .level2 {
  margin-right: 30px;
}
.gFtNavWrap .col3 {
  float: left;
  width: 240px;
}
.gFtNavWrap .col4 {
  margin-left: 800px;
}
.gFtNavWrap.level1 > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #2b4682;
  display: inline-block;
  margin-bottom: 10px;
}
.gFtNavWrap .level2 > li {
  font-weight: bold;
}
.gFtNavWrap .level3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.gBottom {
  border-top: 1px solid #cdcdcd;
  padding: 20px 0;
  text-align: center;
}
.gBottom li {
  display: inline;
  padding: 0 10px;
}

.copyright {
  margin-top: 35px;
}
.copyright img {
  vertical-align: middle;
  margin-right: 10px;
}

.pageTop {
  text-align: right;
  margin: 20px 20px 15px 0;
}

/********************************************************* list*/
.listBall li {
  background: url(../imgs/icon_ball.png) no-repeat 0 0.5em;
  padding-left: 10px;
  margin-top: 5px;
}

.listBall.inline li {
  display: inline;
  padding-right: 15px;
  white-space: nowrap;
}

/********************************************************* bns*/
.bnsArea ul {
  margin-left: -32px;
}
.bnsArea li {
  float: left;
  margin: 0 0 15px 32px;
}

.index .bnsArea {
  margin-bottom: 55px;
}
.index .bnsArea ul {
  margin-left: -14px;
}
.index .bnsArea li {
  float: left;
  margin: 0 0 15px 14px;
}

/********************************************************* icon*/
.iconHome {
  background: url(../imgs/icon_home.png) no-repeat;
  padding-left: 15px;
  display: inline-block;
  vertical-align: bottom;
}

.iconRep {
  background: url(../imgs/icon_repair.png) no-repeat center 7px;
  padding-top: 30px;
}

.iconTech {
  background: url(../imgs/icon_tech.png) no-repeat center 7px;
  padding-top: 30px;
}

.iconCase {
  background: url(../imgs/icon_case.png) no-repeat center 7px;
  padding-top: 30px;
}

.iconFeature {
  background: url(../imgs/icon_feature.png) no-repeat center 7px;
  padding-top: 30px;
}

.iconEvent {
  background: url(../imgs/icon_event.png) no-repeat 0 3px;
  padding-left: 30px;
}

.iconMaker {
  /*background: url(../imgs/icon_whats.png) no-repeat;
  padding-left: 45px;*/
}

.iconWhats {
  background: url(../imgs/icon_whats.png) no-repeat;
  padding-left: 45px;
}

.iconPu {
  background: url(../imgs/icon_pu.png) no-repeat;
  padding-left: 40px;
}

.iconNews {
  background: url(../imgs/icon_info.gif) no-repeat;
  padding-left: 80px;
}

.iconRelease {
  background: url(../imgs/icon_release.gif) no-repeat;
  padding-left: 80px;
}

.iconDL {
  background: url(../imgs/icon_dl.png) no-repeat center bottom;
  padding-bottom: 40px;
}

.iconDL02 {
  background: url(../imgs/icon_dl02.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
}

.iconSensor {
  background: url(../imgs/icon_sensor.png) no-repeat 0 2px;
  padding-left: 35px;
}

.iconMeasure {
  background: url(../imgs/icon_measure.png) no-repeat 5px 2px;
  padding-left: 35px;
}

.iconMail {
  background: url(../imgs/icon_mail.png) no-repeat center 0;
  padding-top: 50px;
}

/********************************************************* link*/
.linkAr01 {
  background: url(../imgs/icon_arrow01.png) no-repeat right 2px;
  padding-right: 20px;
  display: inline-block;
}

a.linkAr02 {
  background: #f3f3f3;
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-size: 11px;
  padding: 3px 5px;
  text-decoration: none !important;
}
a.linkAr02 span {
  background: url(../imgs/icon_arrow11.png) no-repeat right center;
  padding-right: 13px;
}
a.linkAr02:hover {
  background-color: #ccc;
}

.imgHover,
.imgsHover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ns-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imgHover:hover,
.imgsHover img:hover {
  opacity: .7;
}

/********************************************************* modal*/

.modal-area {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 5555;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
}

.modal-dialog {
    color: #000;
    width: 840px;
    padding: 8px;
    background: url(../imgs/modal_bg.png) repeat rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 50% !important;
    margin: 20px 0 20px -428px;
    z-index: 9999;
}

#modal-heading {
    height: 44px;
    background: #f6f6f6;
    background: linear-gradient(to bottom, #f6f6f6 0%, #eaeaea 100%);
    border-bottom: 1px solid #fff;
    border-radius: 2px 2px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
}

#modal .modal-content {
    padding: 1px 20px 20px;
    background-color: #fff;
    border-top: 1px solid #b4b4b4;
    border-radius: 0 0 2px 2px;
}

#modal .modal-content > p:first-child {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}

#modal .b-buttons {
    padding: 1px 0;
    text-align: center;
}

#modal .button {
    width: 224px;
    height: 50px;
    background: url(../imgs/button_grey.png) 0 0 no-repeat;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #484848 !important;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

#modal .button.pdf {
    margin: 0 30px 0 0;
}

#modal .button span {
    display: block;
    margin: 0 0 0 35px;
}

#modal .button i {
    background: url(../imgs/popup_spr.png) 0 0 no-repeat;
    position: absolute;
}

#modal .button.pdf i {
    background-position: 0 -26px;
    width: 25px;
    height: 25px;
    left: 21px;
    top: 12px;
}

#modal .button.excel i {
    background-position: 0 0;
    width: 26px;
    height: 25px;
    left: 17px;
    top: 12px;
}

#modal .button:hover {
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: .8;
}

#modal .button img {
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 14px 0 0;
}

#modal .gray-box {
    background: #f3f3f3;
    margin: 15px 0 0;
    padding: 16px;
}

#modal .b-contact-1 {
    float: left;
}

#modal .modal-content ul {
    float: right;
    width: 480px;
}

#modal .modal-content ul li {
    list-style-type: disc;
    margin-left: 15px;
    padding-bottom: 5px;
}

#modal .b-contact-2 {
    margin: 20px 0 0;
}

#modal .b-contact-2 strong {
    display: block;
    font-size: 15px;
    margin: 0 0 4px;
    text-align: center;
    font-weight: bold;
}

.b-contact-2 .contact-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f5f5f5;
}

.b-contact-2 .heading {
    border: 1px solid #dbdbdb;
}

.b-contact-2 .side {
    padding: 12px 14px;
    width: 46%;
}

.b-contact-2 .side.fltL {
    border-right: 1px solid #dbdbdb;
    padding-right: 17px;
}

.b-contact-2 h4 {
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #1c3f8d;
    position: relative;
    margin: 0 0 15px;
}

.b-contact-2 h4 i {
    background: url(../imgs/popup_spr.png) -27px 0 no-repeat;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 13px;
    top: 11px;
}

.b-contact-2 h4 span {
    display: block;
    margin: 0 0 0 39px;
}

.b-contact-2 .side p {
    padding: 0 0 0 20px;
    font-size: 14px;
    position: relative;
}

.b-contact-2 .side p i {
    position: absolute;
    background: url(../imgs/popup_spr.png) 0 0 no-repeat;
}

.b-contact-2 .side p span {
    display: block;
    margin-left: 22px;
}

.b-contact-2 .side p.phone {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-contact-2 .side p.phone i {
    background-position: -27px -18px;
    width: 12px;
    height: 13px;
    top: 3px;
}

.b-contact-2 .side p.fax {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-contact-2 .side p.fax i {
    background-position: -26px -32px;
    width: 12px;
    height: 16px;
}

.b-contact-2 .bottom {
    padding: 20px 21px 17px;
    background: #fff;
}

.b-contact-2 .notice {
    font-size: 13px;
    margin: 0 0 15px 0;
    color: #db1e1e;
    text-align: center !important;
}

#modal .close-modal {
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 14px;
    text-decoration: none;
    right: -22px;
    top: 2px;
}


#modal-2 .modal-dialog {
  color: #000;
    position: absolute;
  width: 758px;
  padding: 8px;
  background: url(../imgs/modal_bg.png) repeat rgba(0, 0, 0, 0.3);
  border-radius: 5px;
    left: 50%;
    top: 0;
  margin: 20px 0 20px -380px;

  z-index: 9999;
}

#modal-2 .modal-heading {
  height: 44px;
  background: #f6f6f6;
  background: linear-gradient(to bottom, #f6f6f6 0%, #eaeaea 100%);
  border-bottom: 1px solid #fff;
  border-radius: 2px 2px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
    padding: 10px 0;
}

#modal-2 .modal-content {
  padding: 18px 19px 20px;
  background-color: #fff;
  border-top: 1px solid #b4b4b4;
  border-radius: 0 0 2px 2px;
}

#modal-2 .modal-content .mg0{margin: 0 !important;}
#modal-2 .modal-content p{
    font-size: 13px;
    margin: 0 0 22px;
    line-height: 1.7;
}


#modal-2 .modal-content .buttons-box {
  padding: 1px 0;
  text-align: center;
    margin: 19px 0;
}

#modal-2 .modal-content .button {
  width: 224px;
  height: 50px;
  background: url(../imgs/button_grey.png) 0 0 no-repeat;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  color: #484848 !important;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}

#modal-2 .modal-content .button.pdf {
  margin: 0 30px 0 0;
}

#modal-2 .modal-content .button span {
  display: block;
  margin: 0 0 0 35px;
    text-shadow: 0 1px 2px #fff;
}

#modal-2 .modal-content .button i {
  background: url(../imgs/popup_spr.png) 0 0 no-repeat;
  position: absolute;
}

#modal-2 .modal-content .button.pdf i {
  background-position: 0 -26px;
  width: 25px;
  height: 25px;
  left: 21px;
  top: 12px;
}

#modal-2 .modal-content .button.excel i {
  background-position: 0 0;
  width: 26px;
  height: 25px;
  left: 17px;
  top: 12px;
}

#modal-2 .modal-content .button:hover {
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: .8;
}

#modal-2 .modal-content .button img {
  float: left;
  width: 33px;
  height: 33px;
  margin: 0 14px 0 0;
}

#modal-2 .gray-box {
  background: #f3f3f3;
  margin: 15px 0 0;
  padding: 16px;
}


#modal-2 .modal-content .cnt-1 .block-title{
    background: #f5f5f5;
    padding: 12px 30px;
    /*font-weight: normal;*/
    color: #1c3f8d;
    font-size: 14px;
}
#modal-2 .modal-content .cnt-1 ul {
    padding: 14px 0 0 24px;
}

#modal-2 .modal-content ul li {
    margin: 0 0 8px;
    font-size: 13px;
}

#modal-2 .modal-content .cnt-2 {
  margin: 15px 0 0;
}


#modal-2 .cnt-2 .contact-box {
    background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
    border: #dbdbdb;
    position: relative;
}
#modal-2 .cnt-2 .separating-line{
    position: absolute;
    width: 1px;
    height: 100%;
    left: 49.9%;
    background: #dbdbdb;
}

#modal-2 .cnt-2 .col {
  padding: 1%;
  width: 48%;
}


#modal-2 .cnt-2 .col h4 {
  background: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  color: #1c3f8d;
  position: relative;
  margin: 0;
    padding: 11px 22px;
}


.cnt-2 .col .inner-content{
    padding: 17px 20px 15px;
}
#modal-2 .cnt-2 .col p {
  font-size: 14px;
  position: relative;
    margin: 1px 0;
    line-height: 1.8;
}

#modal-2 .cnt-2 .col p.red-text {
  font-size: 12px;
  margin: 8px 0 0;
  color: #db1e1e;
}

#modal-2 .close-modal {
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  text-decoration: none;
  right: -22px;
  top: 10px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5666;
  display: none;
  top: 0;
  left: 0;
}

/********************************************************* font*/
.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.cRed {
  color: #ff0000;
}

/********************************************************* position*/
.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.fltR {
  float: right;
}

.fltL {
  float: left;
}

.mt15 {
  margin-top: 15px;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mt30 {
  margin-top: 30px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml20 {
  margin-left: 20px;
}

/********************************************************* clearfix*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

/* error */
.error-page {
	margin: 48px;
	font-size: 1.5em;
	color: #c00;
	text-align: center;
}
