@charset "utf-8";

/**********************************************************************************
* reset
***********************************************************************************/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/**********************************************************************************
* layout
***********************************************************************************/

/* ----- Base ------------------- */
html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.4pt;
  min-width: 1000px;
}

/* ----- Header ------------------- */
header {
  width: 100%;
  height: 120px;
  background-image: url('https://www.tokai-techno.co.jp/image/header-bg.png');
  background-repeat: repeat-x
}

header #inner {
  width: 960px;
  height: 120px;
  margin: 0 auto;
  background-image: url('https://www.tokai-techno.co.jp/image/header-inner-bg.png');
  background-repeat: none;
}

#inner h1 {
  width: 220px;
  display: block;
  height: 70px;
  float: left;
  margin-right: 30px
}

/* ----- Navi ------------------- */
nav {
  width: 710px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 2
}

ul.ddmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333333
}

/* ▼メインメニュー項目の装飾 */
ul.ddmenu li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 70px;
  margin: 0 30px 0 0;
  position: relative
}

ul.ddmenu a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  display: block
}

ul.ddmenu a:hover {
  text-decoration: underline;
  color: #333333
}

/* ▼サブメニューの装飾 */
ul.ddmenu ul {
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute
}

/* ▼サブメニュー項目の装飾 */
ul.ddmenu ul li {
  width: 230px;
  border-top: 1px solid #ffffff;
  background: #1D436C
}

ul.ddmenu ul li a {
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff
}

ul.ddmenu ul li a:hover {
  background-color: #D5F2FF;
  color: #333333
}


/* ----- Top Search ------------------- */
#down-box #top-search {
  width: 710px;
  height: 40px;
  margin-top: 10px;
  text-align: right;
  float: left
}

#down-box #top-search .search-box1 {
  width: 350px;
  height: 25px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  font-size: 15px;
  text-indent: 15px
}

#down-box #top-search .search-btn1 {
  width: 110px;
  height: 30px;
  vertical-align: middle
}

/* ----- Lang Button ------------------- */
#down-box #lang {
  width: 90px;
  height: 50px;
  float: left;
  margin-left: 70px
}

#down-box #lang ul li a {
  font-size: 12px;
  color: #333333;
  margin: 16px 2px 0 0;
  padding: 2px 8px 0 8px;
  line-height: 16px;
  float: right;
  background-color: #FFFFFF
}

/* ----- Container ------------------- */
#container {
  width: 960px;
  margin: 0 auto;
  line-height: 140%
}

/* ----- Top Slide ------------------- */
#slide {
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow-x: hidden
}

/* ----- Top Image List ------------------- */
#img-list {
  width: 960px;
  background-color: #F4F2F2;
  border: 1px solid #CCCCCC
}

#img-list #wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: left;
  list-style: none;
  margin-left: 3px\9
}

#img-list #wrap li {
  float: left\9
}

#img-list img {
  margin: 1px 1px;
  margin: 1px 0px\9
}

/* ----- Column ------------------- */
#container #main {
  width: 730px;
  min-height: 700px;
  float: right;
  margin: 30px 0 0 0
}

#container #sub {
  width: 210px;
  float: left;
  margin: 30px 0 0 0
}

/* ----- Footer ------------------- */
footer {
  width: 100%;
  margin-top: 30px;
  height: 45px
}

footer #inner {
  width: 960px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 45px
}

footer #inner #left-box {
  float: left;
  text-align: left
}

#left-box ul li {
  float: left
}

#left-box ul li+li:before {
  content: "　|　"
}

footer #inner #right-box {
  float: right;
  text-align: right
}
