@charset "utf-8";
/* CSS Document */

/* 基本スタイル
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  *font-size: 12px;
  font-style: normal;
  line-height: normal;
  /*	text-decoration: none;*/
}

body {
  padding: 0px;
  margin: 0px;
  color: #000;
  /*	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
  /*	font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
*/
  /*2017.11.16更新*/
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', YuGothic, "メイリオ", Meiryo, sans-serif;

  font-size: 12px;
  *font-size: 12px;
  /*for IE6,IE7*/
  line-height: normal;
  background-color: #FFFFFF;
}

/*---margin paddingの初期化---*/
/*div, dl, ul, td, h1, h2, a, p,img {
	padding:0px;
	margin:0px;
}
*/
/*2017.9.12書き換え*/
div,
dl,
ul,
h1,
h2,
a,
p,
img {
  padding: 0px;
  margin: 0px;
}

td {
  padding: 5px;
  vertical-align: top;
}

td.padding0 {
  padding: 0px;
  vertical-align: top;
}

td.paddinga {
  padding: 8 0 0 14px;
  vertical-align: top;
}

td.paddingb {
  padding: 14 0 20 34px;
  vertical-align: top;
}

td.paddingc {
  padding: 37 0 0 35px;
  vertical-align: top;
}

td.paddingd {
  padding: 10 0 10 20px;
  vertical-align: top;
}

td.paddinge {
  padding: 15 0 0 0px;
  vertical-align: middle;
}

/*---fontの指定---*/
div,
dl,
ul,
td,
h2,
h3,
h4,
a,
p,
ol {
  /*	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif ; */
  text-decoration: none;
}

/*---fontの指定---*/
div,
td,
li,
dl,
p {
  font-size: 16px;

  *font-size: 13px;
  /*for IE6,IE7*/
  line-height: 150%;
}

ol {
  font-size: 13px;



  *font-size: 13px;
}

pl {
  font-size: 13px;
  *font-size: 13px;
  /*for IE6,IE7*/
  line-height: 150%;
}

h1 {
  /*	font-family: "ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック",sans-serif; */
  class: title;
  align: left;
  font-size: 24px;
  *font-size: 24px;
  /*for IE6,IE7*/
  line-height: 150%;
}

h2 {
  font-size: 18px;



  *font-size: 18px;
  /*for IE6,IE7*/
  line-height: 150%;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFFFFF;
  letter-spacing: 0.3em;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 15px;
}

h2 span {
  display: block;
  font-size: 14px;
  color: #0066FF;
}

h3 {
  padding: 0;
  font-size: 12px;



  *font-size: 16px;
  line-height: 150%;
  color: #000000;
  font-weight: bold;
}

h3 span {
  display: block;
  font-size: 12px;
  color: #000000;
}

h4 {
  padding: 0;
  font-size: 15px;
  *font-size: 15px;
  /*for IE6,IE7*/
  line-height: 150%;
  color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #3333FF;
  letter-spacing: 0.3em;
  padding: 4px 0 4px 15px;
  background-color: #993333;
  text-align: center;
}



div,
td,
p {
  color: #333;
  text-decoration: none;
  border-left: 100;
  margin-top: 0px;
  margin-bottom: 0px;
}

li,
dl {
  color: #000;
}

#top {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

#catch {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*---a fontの指定---*/
.bodyPan a:link {
  color: #000099;
  line-height: 150%;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
}

.bodyPan a:visited {
  color: #0000CC;
  line-height: 150%;
  margin-right: 5px;
  margin-left: 5px;
}


.bodyPan a:hover {
  line-height: 150%;
  color: #FF6633;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*---imageの設定---*/
img {
  border: 0;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.now {
  color: #FF9900
}


/*---リストの設定---*/
ul {
  list-style-type: none;
}

ol {
  list-style-position: inside;
  list-style-image: url(../common1/gif/arrow2.gif);
}

/*---更新履歴などのnew表示---*/
span.new {
  font-size: 11px;
  *font-size: 11px;
  color: #FF3366;
  border: 1px solid #FF3366;
  background-color: #FFFFFF;
  font-weight: bold;
}

span.pdf {
  font-size: 11px;
  *font-size: 11px;
  color: #0066FF;
  border: 1px dotted #0066FF;
  background-color: #FFFFFF;
  font-weight: normal;
}

span.Link {
  font-size: 12px;
  *font-size: 12px;
  color: #0080FF;
  border: 1px solid #0066FF;
  background-color: #FFFFFF;
  font-weight: normal;
}

span.up {
  font-size: 11px;
  *font-size: 11px;
  color: #0066FF;
  border: 1px solid #0066FF;
  background-color: #FFFFFF;
  font-weight: normal;
  line-height: 300%;

}

/* 段組の設定
---------------------------------------------*/
/*IEでセンター表示*/
#body {
  text-align: center;
  display: block;
  height: auto;
}

/*全体の設定*/
#wrapper {
  padding: 0px;
  margin: 0 auto;
  width: 1132px;
  height: auto;
  background-color: #FFFFFF;
  text-align: left;
  position: relative;
  display: block;
}

#wrapper2 {
  padding: 0px;
  margin: 0 auto;
  width: 750px;
  height: auto;
  background-color: #FFFFFF;
  text-align: left;
  position: relative;
  display: block;
}

/*headerの設定*/
#header {
  padding: 0px;
  margin: 0px;
  width: 1132px;
  height: 184px;
  background-color: #FFFFFF;
  position: fixed;
  display: block;
  z-index: 10;
}

#headerline {
  padding: 0px;
  margin: 0px;
  width: 1132px;
  height: 28px;
  background-color: #FFFFFF;
  background-image: url(../common1/jpg/headerline.jpg);
  position: relative;
  display: block;
}

#header2 {
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: 20px;
  background-color: #FFFFFF;
  background-image: url(../common1/gif/bg.gif);
  background-repeat: repeat;
  position: relative;
  display: block;
}

/*contentsの設定*/
#contents {
  clear: both;
  padding: 0px;
  margin-top: 184px;
  margin-left: auto;
  margin-right: auto;
  width: 1132px;
  height: auto;
  float: left;
  position: relative;
  display: block;
}

#contents2 {
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: auto;
  background-color: #FFFFFF;
  display: block;
}

#topPan {
  padding: 0px;
  margin: 0px;
  /*	margin-top: 28px;*/
  width: 1132px;
  height: 121px;
  background-color: #FFFFFF;
  position: relative;
  display: block;
}

#topPan2 {
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: 64px;
  background-color: #FFFFFF;
  position: relative;
  display: block;
}

#naviPan {
  clear: both;
  padding: 0px;
  margin: 0px;
  margin-left: 100px;
  width: 1132px;
  height: 32px;
  z-index: 3;
  position: relative;
  display: block;
}

#naviPan2 {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: 25px;
  z-index: 3;
  position: relative;
  display: block;
}

#header_end {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 1132px;
  height: 1px;
  z-index: 3;
  position: relative;
  display: block;
}


/*footerの設定*/
#footer {
  clear: both;
  padding: 0px;
  margin: 0px, ;
  width: 1132px;
  height: auto;
  background-color: #FFFFFF;
  background-image: url(../common1/jpg/footerline.jpg);
  position: relative;
  display: block;
  margin-left: 0px;
}

#footer2 {
  clear: both;
  padding: 0px;
  margin: 0px, ;
  width: 750px;
  height: auto;
  background-color: #FFFFFF;
  background-image: url(../common1/gif/bg.gif);
  position: relative;
  display: block;
  margin-left: 0px;
}

/*---footerのcopyright---*/
#footer p {
  text-align: center;
  margin: 0 15% 0 15%;
  font-size: 10px;
  font-style: normal;
  font-family: "メイリオ";
  color: #333;
  line-height: 30px;
}

/* 細かい段組の設定
---------------------------------------------*/
/*---topleftPanleの設定---*/
.topleftPan {
  position: absolute;
  top: 9px;
  left: 174px;
  width: 341px;
  height: 60px;
  display: block;
}

.topleftPan3 {
  position: absolute;
  top: 5px;
  top: 20px;
  left: 600px;
  left: 650px;
  width: 300px;
  height: 60px;
  display: block;
}

.toprightPan {
  width: 130px;
  height: 64px;
  float: right;
  display: block;
}

.topbottomPan {
  position: absolute;
  top: 78px;
  left: 0px;
  width: 1132px;
  height: 30px;
  /*  margin-left: 328px;*/
  margin-left: 148px;
  display: block;
}

.topbottomPan_e {
  position: absolute;
  top:
    /*68*/
    73px;
  left: 0px;
  width: 1132px;
  height: 50px;
  margin-left: 148px;
  display: block;
}

.topbottomPan_e2 {
  position: absolute;
  top:
    /*68*/
    60px;
  left: 0px;
  width: 1132px;
  height: 50px;
  /*  margin-left: 328px;*/
  margin-left:
    /*148*/
    0px;
  display: block;
}


.topleftPan2 {
  width: 375px;
  height: 64px;
  float: right;
  display: block;
}


.toprightPan2 {
  width: 375px;
  height: 64px;
  float: right;
  display: block;
}

/* TOP PANEL
---------------------------------------------*/

/*#topPan .img {/*logoの設定*/
/*	width:350px;
	height:60px;
	color:#666;
	margin:22px 0px 0 174px;
	display:block;
}*/

#topPan .img2 {
  /*logoの設定*/
  width: 480px;
  height: 80px;
  color: #666;
  margin: 10px 0px 0 5px;
  display: block;
}

#topPan .english {
  /*Englishの設定*/
  width: 120px;
  height: 38px;
  display: block;
  margin: 3px 0 0 10px;
  font-size: 14px;
}

#topPan .english a {
  height: 38px;
  width: 80px;
  display: block;
  background-image: url(../common1/gif/arrow.gif);
  line-height: 38px;
  text-decoration: none;
  padding: 0 0 0 39px;
  background-repeat: no-repeat;
  font-size: 14px;
  *font-size: 100%;
  color: #000000;
}

#topPan .english a:hover {
  height: 38px;
  width: 80px;
  display: block;
  background-image: url(../common1/gif/arrow.gif);
  line-height: 38px;
  text-decoration: none;
  padding: 0 0 0 39px;
  background-repeat: no-repeat;
  font-size: 14px;
  *font-size: 100%;
  color: #000000;
}

/* TOP PANEL 2
---------------------------------------------*/
#topPan2 .img {
  /*logoの設定*/
  width: 480px;
  height: 80px;
  color: #666;
  margin: 10px 0px 0 5px;
  display: block;
}

#topPan2 .english {
  /*Englishの設定*/
  width: 120px;
  height: 38px;
  display: block;
  margin: 3px 0 0 180px;
  font-size: 14px;
}

#topPan2 .english a {
  height: 38px;
  width: 80px;
  display: block;
  background-image: url(../common1/gif/arrow.gif);
  line-height: 38px;
  text-decoration: none;
  padding: 0 0 0 39px;
  background-repeat: no-repeat;
  font-size: 14px;
  *font-size: 100%;
  color: #000000;
}

#topPan2 .english a:hover {
  height: 38px;
  width: 80px;
  display: block;
  background-image: url(../common1/gif/arrow.gif);
  line-height: 38px;
  text-decoration: none;
  padding: 0 0 0 39px;
  background-repeat: no-repeat;
  font-size: 14px;
  *font-size: 100%;
  color: #000000;
}

/*---sidemenuの設定---*/
.toprightPan ul {
  width: 256px;
  height: 22px;
  display: block;
  margin-left: 40px;
}

.toprightPan ul li {
  width: 85px;
  height: 20px;
  float: left;
}

.toprightPan ul li a {
  width: 78px;
  height: 20px;
  background-color: #fff;
  text-align: right;
  color: #000;
  display: block;
}

.toprightPan ul li a:hover {
  background-color: #fff;
  color: #FF6600;
  text-decoration: none;
}

/* NAVI PANEL
---------------------------------------------*/
/*---メニュータブの設定---*/

.menu ul {
  width: 1127px;
  height: 30px;
  margin: 0 0 0 32px;
}

.menu ul li {
  float: left;
}

.menu ul li a.main2 {
  /*  width: 122px; */
  _width: 170px;
  width: 140px;
  height: 28px;
  border-radius: 5px 5px 0 0;
  /*  background: url(../common1/png/topmenu_normal1.png) no-repeat; */
  background-color: #ADD8E6;
  margin-left: 1px;
  margin-right: 1px;
  padding: 4px 1px 0px 1px;
  color: #000000;
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 26px;
}

.menu ul li a.main2:hover {
  /*  background:url(../common1/png/topmenu_hover1.png) no-repeat; */
  background-color: #3399CC;
  text-decoration: none;
}

/*---メニュータブが選択されたとき---*/

.menu ul li.active a.main2 {
  background-color: #3399CC;
}


/*---pulldown設定---*/
.submenu {
  width: 170px;
  _width: 200px;
  _width: 225px;
  height: 20px;
  _height: 24px;
  visibility: hidden;
  margin: 5px 0 5px 0;
  position: absolute;
  color: #000000;
}

.submenu a {
  width: 200px;
  _width: 225px;
  height: 20px;
  _height: 24px;
  color: #000000;
  text-align: left;
  padding: 3px 1px 0px 10px;
  display: block;
  background: url(../common1/jpg/submenu1.jpg) no-repeat;
  font-size: 12px;
  *font-size: 12px;
  line-height: 18px;
}

.submenu a:hover {
  color: #CC0033;
  text-decoration: none;
  background: url(../common1/jpg/submenu1.jpg) no-repeat;
}

/* FOOTER
---------------------------------------------*/
.footmenu ul {
  padding: 0px;
  margin-left: 416px;
  width: 300px;
  height: 20px;
  display: block;
}

.footmenu2 ul {
  padding: 0px;
  margin-left: 229.5px;
  width: 300px;
  height: 20px;
  display: block;
}

.footmenu ul li {
  padding: 0px;
  margin: 0;
  width: 100px;
  height: 20px;
  float: left;
  display: block;
}

.footmenu ul li a {
  width: 78px;
  height: 20px;
  _height: 10px;
  text-align: right;
  color: #000;
  line-height: 30px;
  display: block;
}

.footmenu ul li a:hover {
  color: #FF6600;
  text-decoration: none;
}

.footmenu2 ul li {
  padding: 0px;
  margin: 0;
  width: 100px;
  height: 20px;
  float: left;
  display: block;
}

.footmenu2 ul li a {
  width: 78px;
  height: 20px;
  _height: 10px;
  text-align: right;
  color: #000;
  line-height: 30px;
  display: block;
}

.footmenu2 ul li a:hover {
  color: #FF6600;
  text-decoration: none;
}

/*---1112更新---*/
#contact {
  background-color: #F3F3E0;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
  padding-top: 0px;
  padding-right: 0px;
  font-size: 16px;
  border: 0px;
  border-radius: 20px 20px 20px 20px;
  vertical-align: middle;
}

.topTab a:hover img {
  visibility: hidden;
}

.proTab {
  width: 115px;
  float: left;
}

.serviceTab {
  width: 115px;
  float: left;
}

.isoTab {
  width: 115px;
  float: left;
}

.proTab a:hover img {
  visibility: hidden;
}

.serviceTab a:hover img {
  visibility: hidden;
}

.isoTab a:hover img {
  visibility: hidden;
}

.proTab a {
  background-image: url(../common1/png/products_tabh.png);
  background-repeat: no-repeat;
  display: block;
}

.serviceTab a {
  background-image: url(../common1/png/jyutaku_tabh.png);
  background-repeat: no-repeat;
  display: block;
}

.isoTab a {
  background-image: url(../common1/png/iso_tabh.png);
  background-repeat: no-repeat;
  display: block;
}

.topTab img {
  margin: 0px;
  padding: 0px;
}

#contact p {
  font-size: 12px;
}

.spec td {
  text-align: center;
}

table {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

#table2 {
  margin-top: 1px;
  margin-bottom: 1px;
}

#table3 {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
}

#table4 {
  margin-top: 1px;
  margin-bottom: 1px;
}

table.tablehome {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}


table.centering {
  margin-left: auto;
  margin-right: auto;
}

table_top {
  margin-top: 15px;
  margin-bottom: 15px;
  float: none;
  margin-left: 0px;
}


.table li {
  line-height: 140%;
}

table li {
  margin-left: 10px;
}

.spec2 td {
  text-align: center;
}

h5 {
  font-size: 16px;
}

/*---150414更新---*/

#contact2 {
  float: left;
  background-color: #F3F3E0;
  width: 840px;
  margin-left: 0px;
  padding-left: 30px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border: 1px double #999999;
  clear: both;
}

#contact3 {
  float: left;
  background-color: #F3F3E0;
  width: 840px;
  margin-left: 0px;
  padding-left: 30px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 120%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  border: 1px double #999999;
  clear: both;
}


#r10 {
  border-radius: 5px 5px 5px 5px;
}

html {
  overflow-y: scroll;
}

/* 分析サービスページ　タブ背景171108 */

.content2 {
  clear: both;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 1044px;
  height: 480px;
  border: 3px solid #333333;
  z-index: 0;
  background-image: url(../common1/Top/BlueSky_back.jpg);
}

a.tab01 {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}


a.tab02 {
  display: block;
  position: absolute;
  top: 25px;
  left: 225px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab03 {
  display: block;
  position: absolute;
  top: 25px;
  left: 425px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab04 {
  display: block;
  position: absolute;
  top: 25px;
  left: 625px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab05 {
  display: block;
  position: absolute;
  top: 25px;
  left: 825px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab06 {
  display: block;
  position: absolute;
  top: 245px;
  left: 25px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab07 {
  display: block;
  position: absolute;
  top: 245px;
  left: 225px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab08 {
  display: block;
  position: absolute;
  top: 245px;
  left: 425px;
  width: 168px;
  _width: 200px;
  height: 188px;
  _height: 220px;
  color: #FFFFFF;
  padding: 13px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab09 {
  display: block;
  position: absolute;
  top: 245px;
  left: 625px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

a.tab10 {
  display: block;
  position: absolute;
  top: 245px;
  left: 825px;
  width: 166px;
  _width: 200px;
  height: 186px;
  _height: 220px;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  border: 3px solid #333333;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  behavior: url(border-radius.htc);
  z-index: 2;
}

.imagePan2 {
  background-image: url(../common1/Top/BlueSky_back.jpg);
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* 製品情報概要ページ　タブ背景171109 */

.content3 {
  clear: both;
  padding: 0px;
  margin: 0px;
  margin-left: 46px;
  position: relative;
  width: 1040px;
  height: 735px;
  border: 0px solid #333333;
  z-index: 0;
  background-image: url(../common1/products_img/product_guide_1040.jpg);
  display: block;
}

.content3_e {
  clear: both;
  padding: 0px;
  margin: 0px;
  margin-left: 46px;
  position: relative;
  width: 1040px;
  height: 735px;
  border: 0px solid #333333;
  z-index: 0;
  /*	background-image: url(../common1/products_img/product_guide_e_1040.jpg);
*/
}


.tab_mic {
  position: absolute;
  top: 298px;
  left: 349px;
  width: 110px;
  height: 20px;
  color: #FFFFFF;
  padding: 0px;
  border: 1px solid #585a6a;
  z-index: 20;
  background-color: #ffe1ff;
}

.tab_mic .link_text {
  display: table-cell;
  font-size: 24px;
  color: #000000;
  width: 285px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}

.tab_ring {
  position: absolute;
  top: 314px;
  left: 569px;
  width: 110px;
  height: 20px;
  color: #FFFFFF;
  padding: 0px;
  text-align: center;
  border: 1px solid #585a6a;
  z-index: 20;
  background-color: #ffe1ff;
}

.tab_ring .link_text {
  display: table-cell;
  font-size: 24px;
  color: #000000;
  width: 285px;
  height: 45px;
  text-align: center;
  vertical-align: middle;

}

.tab_mic_e {
  position: absolute;
  top:
    /*298*/
    302px;
  left: 349px;
  width: 110px;
  height: 20px;
  color: #FFFFFF;
  padding: 0px;
  border: 1px solid #585a6a;
  z-index: 20;
  background-color: #ffe1ff;
}

.tab_mic_e .link_text {
  display: table-cell;
  font-size: 24px;
  color: #000000;
  width: 285px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}

.tab_ring_e {
  position: absolute;
  top:
    /*314*/
    340px;
  left:
    /*569*/
    580px;
  width: 110px;
  height: 20px;
  color: #FFFFFF;
  padding: 0px;
  text-align: center;
  border: 1px solid #585a6a;
  z-index: 20;
  background-color: #ffe1ff;
}

.tab_ring_e .link_text {
  display: table-cell;
  font-size: 24px;
  color: #000000;
  width: 285px;
  height: 45px;
  text-align: center;
  vertical-align: middle;

}

/* 20th aniv 文字スタイル171204 */

.style20th {
  font-size: 24px;
  color: #1C4B9D;
}

/* footerのfixed化に伴うリンク位置ずれ解消180613 */

#top2 {
  margin-top: -184px;
  padding-top: 184px;
}

#link_lineup {
  margin-top: -184px;
  padding-top: 184px;
}

#別表 {
  margin-top: -184px;
  padding-top: 184px;
}
