@charset "utf-8";

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */

body {
  color: #333;
  overflow-x: hidden;
  font: 13px/1.5 "メイリオ", Meiryo, sans-serif;
  position: relative;
}

body.msie8 {
  min-width: 1220px;
  overflow-x: auto;
}

a {
  color: #36c;
  text-decoration: none;
}

a:hover {
  color: #f30;
  text-decoration: underline;
}

div.body {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

body.msie8 div.body {
  width: 1220px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

body {
  font-size: 16px;
}

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

#header {
  padding: 5px 0 10px;
  background: #fff;
}

#header div.body {
  position: relative;
}

#header div.header {
  width: 100%;
  display: table;
}

/* 位置固定時 */

#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header div.header {
  letter-spacing: -5.5px;
  display: block;
}

#header div.header > * {
  letter-spacing: normal;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header .logo {
  width: 65%;
  vertical-align: middle;
  display: table-cell;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .logo {
  width: 87.18%;
  display: inline-block;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 2017国際ロボット展
/* ------------------------------------------------------------------------------------------------- */

#header .logo .logo-1 {
  width: 41.02%;
  min-width: 300px;
  margin-right: 2.5%;
  vertical-align: bottom;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .logo .logo-1 {
  width: 54.42%;
  margin-right: 1.47%;
}

}

@media screen and (max-width:540px) {

#header .logo .logo-1 {
  min-width: 180px;
  margin-right: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * IREX 2017
/* ------------------------------------------------------------------------------------------------- */

#header .logo .logo-2 {
  width: 18.71%;
  min-width: 110px;
  vertical-align: bottom;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .logo .logo-2 {
  width: 25.59%;
}

}

@media screen and (max-width:540px) {

#header .logo .logo-2 {
  min-width: 70px;
}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 資料請求ボタン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header .siryo {
  width: 100%;
  vertical-align: top;
  display: table-cell;
  text-align: right
}

@media screen and (min-width:800px) {
.siryo2 .siryo2 {
  display: none
}
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .siryo {
display: none
}

.siryo2 .siryo2 {
background-color: #ff7a00;
color: #FFF;
font-weight: bold;
padding: 5px;
width: 100%
}
.siryo2 .siryo2 a:link{color: #FFF}
.siryo2 .siryo2 a:hover{color: #FFF}
.siryo2 .siryo2 a:active{color: #FFF}
.siryo2 .siryo2 a:hover{color: #FFF}

}

/* ----------------------------------------------------------------------------------------------------
   * 2017国際ロボット展
/* ------------------------------------------------------------------------------------------------- */

#header .siryo .siryo-1 {
  width: 100%;
  min-width: 360px;
  margin-right: 2.5%;
  vertical-align: bottom;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .siryo .siryo-1 {
   display: none
}

}

@media screen and (max-width:540px) {

#header .siryo .siryo-1 {
 display: none
}

}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダー内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.content {
  width: 35%;
  min-width: 340px;
  vertical-align: middle;
  display: table-cell;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header div.content {
  width: 100%;
  min-width: inherit;
  margin: auto;
  display: block;
}

}

@media screen and (max-width:540px) {

#header div.content {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 出展案内（タブレット・スマホ）
/* ------------------------------------------------------------------------------------------------- */

#header div.content .btn-brochure {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header div.content .btn-brochure {
  display: block !important;
}

}

@media screen and (max-width:540px) {

#header div.content .btn-brochure {
  margin-top: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 来場事前登録ボタン（タブレット・スマホ）
/* ------------------------------------------------------------------------------------------------- */

#header div.content .btn-raijo {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header div.content .btn-raijo {
  display: block !important;
}

}

@media screen and (max-width:540px) {

#header div.content .btn-raijo {
  margin-top: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 開催日程・会場・主催
/* ------------------------------------------------------------------------------------------------- */

#header div.content .date {
  width: 100%;
  margin-top: 0;
}

#header div.content .date img {
  width: 100%;
  height: auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header div.content .date {
  width: 100%;
  margin-top: 1em;
}
}

@media screen and (max-width:540px) {

#header div.content .date {
  margin-top: 10px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 言語ナビ（PC・タブレット・スマホ 共用）
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header ul.language,
#header ul.language li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header ul.language {
  letter-spacing: -5.5px;
  text-align: right;
}

#header ul.language li {
  width: 40%;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#header ul.language li img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------
   * 言語ナビ（タブレット・スマホ）
/* ------------------------------------------------------------------------------------------------- */

#header ul.language-1 {
  margin-bottom: 10px;
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header ul.language-1 {
  display: block !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 言語ナビ（PC）
/* ------------------------------------------------------------------------------------------------- */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header ul.language-2 {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アイコンメニュー ボタン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header .nav-icon {
  width: 12.82%;
  margin-top: 0;
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#header .nav-icon {
  text-align: right;
  vertical-align: middle;
  display: inline-block !important;
}

}

/* ****************************************************************************************************
   * アイコン ナビ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * デザイン用スタイル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.dl-menuwrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.dl-menuwrapper ul {
  font-size: 14px;
  background: #eee;
}

.dl-menuwrapper ul li a {
  color: inherit;
  padding: 0.75em 36px 0.75em 1em;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 36px;
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
}

.dl-menuwrapper li > a:after {
  right: 10px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

.dl-menuwrapper {
  display: block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * JS動作用スタイル（変更不可）
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.dl-trigger {
	padding: 0;
	border: none;
	outline: none;
  vertical-align: top;
	background: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.dl-trigger::-moz-focus-inner { 
  padding: 0;
  border: none;
}

.dl-menuwrapper ul,
.dl-menuwrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dl-menuwrapper ul li {
  position: relative;
  border-bottom: dotted 1px rgba(0,0,0,0.15);
}

.dl-menuwrapper ul li ~ li {
  border-top: dotted 1px rgba(255,255,255,0.65);
}

.dl-menuwrapper ul li:last-child {
  border-bottom: none;
}

.dl-menuwrapper ul li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255,255,255,0.20);
}

.dl-menuwrapper li.dl-back > a {
	background: rgba(0,0,0,0.05);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  line-height: 0;
  top: 50%;
}

.dl-menuwrapper li.dl-back:after {
  color: inherit;
}

.dl-menuwrapper .dl-menu {
  width: inherit;
  visibility: hidden;
  left: 0;
  right: 0;
}

.dl-menuwrapper .dl-menuopen {
  visibility: visible;
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */

#breadcrumb {
  padding: 0.5em 20px;
}

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb ol {
  margin-bottom: -10px;
  letter-spacing: -0.4em;
}

#breadcrumb ol li {
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

#breadcrumb ol li:after {
  content: '>';
  margin: 0 10px 0 5px;
}

#breadcrumb ol li:last-child:after {
  content: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#breadcrumb {
  padding: 0.5em 0;
}

}

/* ****************************************************************************************************
   * メイン・サイド wrapper
**************************************************************************************************** */

#contents {
  overflow: hidden;
}

body.msie8 #contents div.body {
  position: relative;
}

body.msie8 #contents div.body:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ****************************************************************************************************
   * メイン コンテンツ
**************************************************************************************************** */

#main {
  margin-left: 240px;
  padding-bottom: 20px;
  font-size: 14px;
}

body.msie8 #main {
  width: 960px;
  margin-left: -240px;
  border-left: 5px solid #005d97;
  float: right;
}

#main .section ~ .section {
  margin-top: 40px;
}

#main .column ~ .column {
  margin-top: 40px;
}

#main .section-body {
  padding-left: 20px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#main {
  margin-left: 0;
  font-size: 16px;
}

#main .section-body {
  padding: 0;
}

}

@media screen and (max-width:540px) {

#main .section ~ .section {
  margin-top: 20px;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * サイド コンテンツ
**************************************************************************************************** */

#side {
  width: 240px;
  border-right: 5px solid #005d97;
  background: #fff;
  overflow-y: auto;
}

body.msie8 #side {
  height: auto !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
  float: left;
  right: -5px;
}

#side > * {
  max-width: 200px;
}

#side > *:last-child {
  margin-bottom: 40px;
}

/* 位置固定時 */

#side.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

#side .section ~ .section {
  margin-top: 0px;
}


#side #sub2015menu{font-weight:bold; color:#3566cf; font-size:120%}



/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#side {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン類
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-btn {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-nav ul.list,
#side-nav ul.list ul,
#side-nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-nav ul.list li {
  width: 100%;
  overflow: hidden;
}

#side-nav ul.list li a {
  display: block;
}

#side-nav ul.list li a img {
  max-width: none;
  opacity: 1.0 !important;
}

#side-nav ul.list li a:hover,
#side-nav ul.list li.current > a {
  margin-left: -100%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 出展者専用サイト ボタン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-btn-exmy {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * SNS ボタン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-sns {
  padding: 10px 0;
}

#side-sns ul,
#side-sns ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-sns ul {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 14.5px;
  text-align: center;
}

#side-sns ul li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

#side-sns ul li img {
  width: 26px;
  height: auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 西ホール 同時開催展
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-douji .title {
  margin:15px 0  5px 0;
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #999;
}

#side-douji ul,
#side-douji ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-douji ul li ~ li {
  margin-top: 5px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リンクバナー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#side-link .title {
  margin:10px 0  5px 0;
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #999;
}

#side-link ul,
#side-link ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-link ul li ~ li {
  margin-top: 5px;
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer div.body {
  padding-left: 250px;
}

#footer .section ~ .section {
  margin-top: 30px;
}

#footer div.section-body {
  padding: 0 10px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer div.body {
  padding: 0;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページトップ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#pagetop {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リンクバナー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer-link {
  display: none;
}

#footer-link .title {
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #999;
}

#footer-link ul,
#footer-link ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-link ul {
  margin: -5px 0;
  letter-spacing: 14.5px;
  text-align: center;
}

#footer-link ul li {
  margin: 5px 0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer-link {
  display: block;
}

}

@media screen and (max-width:540px) {

#footer-link ul {
  letter-spacing: -5.5px;
  text-align: inherit;
}

#footer-link ul li {
  width: 50%;
  padding: 0 5px;
  text-align: center;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * SNS ボタン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer-sns {
  display: none;
}

#footer-sns ul,
#footer-sns ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-sns ul {
  margin: -5px 0;
  letter-spacing: 14.5px;
  text-align: center;
}

#footer-sns ul li {
  margin: 5px 0;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

#footer-sns ul li img {
  width: 40px;
  height: auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer-sns {
  display: block;
}

}

@media screen and (max-width:540px) {

#footer-sns {
  margin: 10px 0 -20px !important;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 西ホール 同時開催展
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer-douji {
  display: none;
}

#footer-douji .title {
padding: 10px;
  color: #fff;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #999;
}

#footer-douji ul,
#footer-douji ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-douji ul {
  margin: -5px 0;
  letter-spacing: 14.5px;
  text-align: center;
}

#footer-douji ul li {
  margin: 5px 0;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer-douji {
  display: block;
}

}

@media screen and (max-width:540px) {

#footer-douji ul {
  letter-spacing: -5.5px;
}

#footer-douji ul li {
  width: 50%;
  margin: 0;
  padding: 5px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フッター内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer-content {
  padding: 10px 0;
  color: #fff;
  background: #005d97;
}

#footer-content a {
  color: inherit;
}

#footer-content div.section-body:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
   * 個人情報保護方針
/* ------------------------------------------------------------------------------------------------- */

#footer-content .privacy {
  margin: 0;
  float: right;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer-content .privacy {
  float: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer-content .copyright {
  margin: 0;
  float: left;
}

#footer-content .copyright {
  line-height: 1.2;
  word-break: normal;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:800px) {

#footer-content .copyright {
  margin-top: 0.5em;
  float: none;
}

}
