<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Page Header Architect */
header.header {
  background: url("../images/keyvisual_small.png?210114") no-repeat 50% 0; }
  header.header .title {
		position: relative;
		width: 980px;
		height: 175px;
    margin: 0 auto; }
    header.header .title p.description {
			display: inherit;
			text-indent: -9999px;
      margin: 0 0 10px 0;
      padding: 0; }
    header.header .title h1 {
			display: inherit;
			position: relative;
			text-indent: -9999px; }
			header.header .title h1 a {
				display: block;
				width: 190px;
				height: 60px;	}
    header.header .title ul {
			/*position: relative;
			width: 280px;
			 top: -13px;
			left: 0; */
			/* [19/02/25] ADDED */
			position: absolute;
			margin: 0;
			width: 280px;
			right: 0;
			bottom: 12px;
      list-style: none outside;
      padding: 0; }
      header.header .title ul.lg {
        display: block; }
      header.header .title ul li.col-md-push-3 {
        width: 50%;
        left: 0; }
      header.header .title ul li a {
        display: block;
        padding: 0 2px;
        border: 1px solid #888;
        border-radius: 4px;
        font-size: 1.2rem;
        text-align: center;
        background: #fff;
        text-decoration: none;
        color: #333; }
        header.header .title ul li a:hover {
          background: #0071bc;
          color: #fff; }
        header.header .title ul li a.current {
          background: #0071bc;
          color: #fff; }
	header.header .sp_img {
		display: none;
	}

/* Navigation Architect */
nav.navigation {
  background: url("../images/menubar_bg.png") repeat-x 0 0;
  padding-bottom: 10px; }
  nav.navigation .ac_touch {
    display: none;
    padding: 13px 0 11px 10px;
    line-height: 1; }
    nav.navigation .ac_touch span {
      margin-top: -3px;
      float: right;
      width: 25px; }
  nav.navigation .ac_menu {
    margin-top: 0;
    padding: 0;
    list-style: none outside;
    box-shadow: none; }
    nav.navigation .ac_menu li {
      float: left;
      padding: 0;
      background: #fff; }
      nav.navigation .ac_menu li:first-child {
        border-left: 1px solid #ccc; }
      nav.navigation .ac_menu li:last-child {
        border-right: 1px solid #fff; }
      nav.navigation .ac_menu li a {
        display: block;
        padding: 12px 2px 10px 16px;
        background: url("../images/menu_bg.png") no-repeat -6px 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #ccc;
        border-bottom: none;
        font-size: 1.1rem;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fff;
        color: #444; }
        nav.navigation .ac_menu li a.nolink {
          opacity: 0.7;
        }
          nav.navigation .ac_menu li a.nolink:hover {
            cursor: default;
            opacity: 0.7;
            background: url("../../images/menu_bg.png") no-repeat -6px 0;
            color: #444;
          }
        nav.navigation .ac_menu li a:hover {
          background: url("../images/menu_bg_hover.png") no-repeat -6px 0 #aaa;
          color: #000; }
        nav.navigation .ac_menu li a.disabled:hover {
          background: url("../images/menu_bg.png") no-repeat -6px 0 #dddddd;
          color: #444; }
        nav.navigation .ac_menu li a.current {
          background: url("../images/menu_bg_current.png") no-repeat -6px 0; }
nav.navigation .ac_menu li {
	position: relative;
}
nav.navigation .ac_menu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -40px;
	margin: 0;
}
nav.navigation .ac_menu li ul li {
	float: none;
	line-height: 140%;
	padding: 0;
	margin-bottom: 1px;
  background: none;
}
nav.navigation .ac_menu li ul li:last-of-type {
  border: none;
}
nav.navigation .ac_menu li ul li a {
	display: block;
	width: 200px;
	color: #fff;
	text-decoration: none;
  text-shadow: none;
	padding: 5px;
	background: #333;
  border: none;
}
nav.navigation .ac_menu li ul li a:before {
	content: inherit;
	width: 0;
	height: 0;
	display: inherit;
	padding: 0;
	background: none;
}
nav.navigation .ac_menu li ul li a:hover {
	background: #636363;
}
nav.navigation .ac_menu li ul li a.nolink:hover {
	cursor: default;
	background: #333;
}
nav.navigation .ac_menu li ul {
	display: none;
}
nav.navigation .ac_menu li:hover ul {
	display: block;
}

/* Content Architects */
.content article.index {
  float: left;
  width: 660px;
  padding: 0; }
  .content article.index ul {
    list-style: none outside;
    padding: 0; }
    .content article.index ul li {
      padding: .4em 0;
      width: 100%;
      display: table;
      font-size: 1.4rem;
      border-bottom: 1px dotted #aaa; }
      .content article.index ul li span.date {
        width: 5.5em;
        display: table-cell;
        vertical-align: middle; }
      .content article.index ul li span.txt {
        padding-left: 1.5em;
        display: table-cell; }

.content aside {
  float: right;
  padding: 15px 0;
  width: 300px; }
	.content aside p.mtz {
		margin-top: 0; }
  .content aside div.ytv {
    margin-bottom: 15px; }
    .content aside div.ytv a {
      padding: 20px;
      background: #efefef;
      display: block; }
  .content aside p.bnr {
    width: 100%;
    height: auto;
    margin: 0; }
    .content aside p.bnr a {
        text-decoration: none; }
      .content aside p.bnr a:hover {
        opacity: 0.7;
      }
    .content aside p.bnr img {
      display: block;
      max-width: auto;
      max-height: 100%;
      height: auto;
      margin: 0 auto 1rem auto; }
  .content aside ul.sidemenu {
    margin: 0;
    padding: 1px 0;
    list-style: none outside;
    background: #005bac; }
    .content aside ul.sidemenu li {
      padding: 2px; }
      .content aside ul.sidemenu li a {
        display: block;
        padding: 10px 0 10px 30px;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        background: url("../images/sm_listmarker.png") no-repeat 0 50%;
        text-shadow: -1px -1px 0 #333333; }
        .content aside ul.sidemenu li a:hover {
          background-color: #27c;
          text-shadow: 1px 1px 0 #333; }
  .content aside h2 {
    margin: 2em 0 .5em 0;
    padding: .3em 0 .2em 24px;
    font-size: 1.4rem;
    background: url("../images/aside_title_allow.png") no-repeat 8px 50% #005bac;
    background-size: 10px;
    color: #fff; }
.content aside h2.side_banner_box_head {
  background: #333;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.side_banner_box {
  border: 1px solid #ccc;
  margin-bottom: 2em;
  text-align: center;
}
.side_banner_box img {
  width: auto;
}
  .content aside .hvacr {
    text-align: center; }
    .content aside .hvacr img {
      width: 50%;
      max-width: 192px; }
  .content aside .rurubur {
    text-align: center; }
    .content aside .rurubur img {
      width: 50%;
      max-width: 152px; }
  .content aside dl dt {
    font-size: 1.5rem;
    font-weight: bold; }
  .content aside dl dd {
    font-size: 1.3rem;
    margin: 0;
    padding: 0; }
  .content aside p.privacy a {
    padding: 1px 10px 1px 18px;
    background: #666;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    background: url("../images/privacy.png") no-repeat 5px 50% #666; }
    .content aside p.privacy a:hover {
      background-color: #888; }
  .content aside .to_exhibitor {
    border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border: 1px solid #aaa;
    margin-bottom: 15px; }
    .content aside .to_exhibitor h2 {
      text-align: center;
      margin: 0;
      padding: 5px 0;
      background: #333;
      background-image: none; }
    .content aside .to_exhibitor p {
      margin: 10px; }
  .content aside .to_visitor {
    border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border: 1px solid #aaa;
    margin-bottom: 15px; }
    .content aside .to_visitor h2 {
      text-align: center;
      margin: 0;
      padding: 5px 0;
      background: #333;
      background-image: none; }
    .content aside .to_visitor p {
      margin: 10px; }
      .content aside .to_visitor p.attention {
        margin: 10px 0 5px 0;
        padding: 0;
        line-height: 1.3;
        text-align: center;
        color: #880000; }
    .content aside .to_visitor #facility-overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      opacity: 0.7;
      filter: alpha(opacity=70);
      z-index: 100; }
    .content aside .to_visitor #facility {
      display: none;
      position: absolute;
      width: 400px;
      height: 200px;
      left: 50%;
      margin-left: -200px;
      background: #fff;
      border: 3px solid #aaa;
      border-radius: 6px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      z-index: 101; }
      .content aside .to_visitor #facility h3 {
        margin-top: 0;
        padding: .2em 0;
        border-radius: 4px 4px 0 0;
        background: #333;
        color: #fff;
        text-align: center; }
      .content aside .to_visitor #facility p {
        margin-top: 2em;
        text-align: center; }
        .content aside .to_visitor #facility p a#close {
          padding: .3em .8em;
          border: 1px solid #888;
          background: #333;
          text-decoration: none;
          color: #fff; }
      .content aside .to_visitor dl {
        margin: 10px;
        overflow: hidden;}
        .content aside .to_visitor dl dt {
          clear: left;
          float: left;
          width: 5em;
          font-size: 1.3rem;
          text-align: center;
          padding: 0.5rem;
          margin-bottom: 0.5em;
          background: #efefef;
          border-radius: 3px; }
        .content aside .to_visitor dl dd {
          margin: 0 0 0.5em 5.5em;
          padding: 0.5rem; }

.content article {
  float: left;
  width: 660px;
  padding: 0; }
  .content article header {
    margin-top: 16px;
    margin-bottom: 1.5em;
    padding: 1px;
    background: url("../images/gra.png") repeat-x 0 0 #00b5c6; }
    .content article header h1 {
      margin: 0;
      padding: 5px 10px;
      background: url("../images/gra.png") repeat-x 0 0 #00b5c6;
      color: #fff;
      font-size: 2rem;
      border: 1px solid #fff; }
  .content article h2 {
    font-size: 1.6rem;
    padding: 5px 0 0 25px;
    background: url("../images/h2_arrow.png") no-repeat 0 50%; }
  .content article h3 {
    font-size: 1.4rem;
    padding: 1px 0 0 .7em;
    border-left: 5px solid #00b5c6;
    line-height: 1; }
  .content article h4 {
    font-size: 1.3rem; }
  .content article h5 {
    font-size: 1.3rem; }
  .content article h6 {
    font-size: 1.2rem; }
  .content article p {
    margin-bottom: 1.5em;
    line-height: 1.8; }
  .content article ul {
    margin-bottom: 1.5em;
    padding-left: 2em;
    list-style: disc outside; }
    .content article ul li {
      line-height: 1.8; }
  .content article ol {
    margin-bottom: 1.5em;
    padding-left: 2em;
    list-style: decimal outside; }
    .content article ol li {
      line-height: 1.8; }
  .content article dl {
    margin-bottom: 1.5em; }
  .content article table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa; }
    .content article table th {
      padding: .2em .5em;
      border-bottom: 1px solid #aaa;
      border-right: 1px solid #aaa;
      background: #efefef; }
    .content article table td {
      padding: .2em .5em;
      border-bottom: 1px solid #aaa;
      border-right: 1px solid #aaa; }

.content article.greet .txtAR {
  text-align: right; }
  .content article.greet .txtAR em {
    font-weight: bold;
    font-style: normal;
    font-size: 120%; }
  .content article.greet .txtAR img {
    width: auto;
    margin-bottom: .5em;
    padding: 1px;
    border: 1px solid #ddd; }

/* ----- outline.html ------*/
.content article.outline table {
  margin-bottom: 2.5em; }
  .content article.outline table th {
    white-space: nowrap;
    text-align: left;
    vertical-align: top; }
    .content article.outline table th span {
      display: block;
      text-align: center;
      font-size: 80%; }
  .content article.outline table td ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 1.1rem; }
    .content article.outline table td ul.left-list {
      float: left;
      width: 45%; }
    .content article.outline table td ul.right-list {
      float: left;
      width: 55%; }

/* ----- info_exhibitor.html ------*/
.content article p.red {
  color: red;
  text-align: center; }
.content article.exhi {
  padding-bottom: 2em; }
.content article.exhi .soon {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  text-align: center;
  padding: 10px;
  border: 1px solid #f00; }
.content article div.gaiyou {
  margin-bottom: 4em; }
  .content article div.gaiyou .deadline1 {
    font-size: 120%;
    font-weight: bold;
    color: #f00; }
  .content article div.gaiyou .deadline2 {
    font-size: 100%;
    font-weight: bold; }
  .content article div.gaiyou table td {
    text-align: center; }
  .content article div.gaiyou table caption {
    text-align: left; }
  .content article div.gaiyou table img {
    width: 50px;
	vertical-align: middle;
	padding-bottom: 0.25em;}
  .content article div.gaiyou ul li {
    text-indent: -1em;
    list-style-type: none; }
  .content article div.gaiyou p.enter_btn {
    margin-bottom: 1em; }
  .content article div.gaiyou p.enter_btn img {
      max-width: 465px; }
  .content article div.gaiyou h3 .contact {
    margin-top: 2.5em; }

.content article div.gaiyou table.koma_table td {
	text-align: left;
}
.content article div.gaiyou table.koma_table dd {
	margin: 0px;
	padding: 0px;
}
.content article div.gaiyou p.koma_cap {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.85em;
}
.content article div.gaiyou div.koma:after {
	content: "";
	clear: both;
	display: block;
}
.content article div.gaiyou div.koma img{
	float: left;
	background-color: aqua;
	width: 225px;
	height: 137px;
}
.content article div.gaiyou div.koma ul {
	display: block;
	float: left;
	width: 420px;
	margin: 10px 5px 0 10px;
}
.content article div.gaiyou div.koma ul.koma_ul li {
}

/* ----- support.html ------*/
.content article.support {
	padding-bottom: 30px; }
	.content article.support h2 {
		margin-top: 30px; }
	.content article.support p {
		margin: 0; }
		.content article.support p b {
			font-size: 16px; }
	.content article.support ul.note {
		list-style: none;
		padding: 0; }
		.content article.support ul.note li,
		.content article.support p.note {
			text-indent: -1em;
			margin-left: 1em; }
	.content article.support table {
		margin: 10px 0; }
		.content article.support table th {
			width: 14em; }

/* ----- info_visitor.html ------*/
.content article.visitor h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
  padding: 5px 0 2px 40px;
  border-radius: 2px;
  background: url("../images/h2_arrow_w.png") no-repeat 15px 50%; }
  .content article.visitor h2.red {
    background-color: #90000a;
    color: #fff; }
  .content article.visitor h2.blue {
    background-color: #045389;
    color: #fff; }
  .content article.visitor h2 span {
    color: #F98080; }
.content article.visitor ol {
  padding: 1em 1em 1em 3em;
  border: 1px solid #ccc; }
  .content article.visitor ol.bold {
    font-weight: bold; }
.content article.visitor p img {
  width: auto; }
.content article.visitor p.btn-center {
  text-align: center; }

/* ----- seminar.html ------*/
.content article.search .txtAC {
  text-align: center;
  margin-bottom: 0;
}
.content article.search iframe {
	width: 100%;
	height: 1000px;
}

/* ----- seminar.html ------*/
.content article.seminar .txtAR {
  text-align: right;
  margin: 0;
}
  .content article.seminar ul.link_btn {
    margin: 30px auto 30px;
	width: 604px;
    list-style: none outside;
    padding: 0; }
    .content article.seminar ul.link_btn li {
      float: left;
      margin: 5px 20px;
      text-align: center; }
      .content article.seminar ul.link_btn li a {
        margin: 0 auto;
        border-radius: 5px;
        background: #005bac;
        display: block;
          width: 262px !important; }
        .content article.report ul.link_btn li a img {
          width: 262px !important; }

.content article.seminar div.seminar_first, .content article.seminar div.seminar_second, .content article.seminar div.seminar_third, .content article.seminar div.seminar_fourth {
  margin-bottom: 1rem; }
  .content article.seminar div.seminar_first h3, .content article.seminar div.seminar_second h3, .content article.seminar div.seminar_third h3, .content article.seminar div.seminar_fourth h3 {
    margin-top: 3rem;
    font-size: 1.6rem;
    padding: 8px 0 5px 40px;
    border: none;
    border-radius: 2px;
    background: url("../images/h2_arrow_w.png") no-repeat 15px 50%;
    color: #fff; }
    .content article.seminar div.seminar_first h3#seminar01, .content article.seminar div.seminar_second h3#seminar01, .content article.seminar div.seminar_third h3#seminar01, .content article.seminar div.seminar_fourth h3#seminar01 {
      background-color: #F68D91; }
    .content article.seminar div.seminar_first h3#seminar02, .content article.seminar div.seminar_second h3#seminar02, .content article.seminar div.seminar_third h3#seminar02, .content article.seminar div.seminar_fourth h3#seminar02 {
      background-color: #FCC875; }
    .content article.seminar div.seminar_first h3#seminar03, .content article.seminar div.seminar_second h3#seminar03, .content article.seminar div.seminar_third h3#seminar03, .content article.seminar div.seminar_fourth h3#seminar03 {
      background-color: #90DAB9; }
    .content article.seminar div.seminar_first h3#seminar04, .content article.seminar div.seminar_second h3#seminar04, .content article.seminar div.seminar_third h3#seminar04, .content article.seminar div.seminar_fourth h3#seminar04 {
      background-color: #7FB8DD; }
.content article.seminar div.seminar_first .item {
  background-color: #FBD2D3; }
.content article.seminar div.seminar_second .item {
  background-color: #FEE7C4; }
.content article.seminar div.seminar_third .item {
  background-color: #D3F0E3; }
.content article.seminar div.seminar_fourth .item {
  background-color: #CCE3F2; }
.content article.seminar div.item {
  margin-bottom: 2em;
  padding: 15px;
  border: 1px solid #ddd; }
.content article.seminar div h4.title {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.3;
  background: none;
  font-size: 1.6rem; }
  .content article.seminar div h4.title span.indent {
    display: inline-block;
    padding-left: .5em;
    text-indent: -.5em;
  }
  .content article.seminar div h4.title span.indent2 {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }
	.content article.seminar div h4.title.border {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px dotted #999;
	}
	.content article.seminar h4 span.time {
		display: inline-block;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		margin: 0 0 1rem 0;
		padding: 2px 7px;
		background: #5C5C5C;
		border-radius: 3px; }
.content article.seminar div .ind_time span {
  padding: 5px 7px;
  border: 2px solid #aaa;
  background: #fff; }
.content article.seminar div.cf {
  margin: 15px 0; }
.content article.seminar div.desc {
  float: right;
  padding: 10px;
  width: 530px;
  background: #fff;
  border: 1px solid #ccc; }
  .content article.seminar div.special div.desc {
    width: 400px; }
.content article.seminar div.desc.noimg {
    width: 630px; }
  .content article.seminar div.desc .name {
    margin: 3px 0 10px 0;
    line-height: 1;
    font-weight: bold;
    font-size: 1.6rem; }
    .content article.seminar div.desc .name .fWN {
      font-weight: normal;
      font-size: 1.3rem; }
  .content article.seminar div.desc .aff {
    line-height: 1.3; }
	.content article.seminar div.desc .bio dt {
		font-weight: bold;
		padding: 5px 10px;
		background: #efefef;
		}
		.content article.seminar div.desc .bio dt:hover {
			cursor: pointer;
			}
		.content article.seminar div.desc .bio dt:before {
				content: "";
				display: inline-block;
				width: 11px;
				height: 11px;
				vertical-align: middle;
				margin-right: 8px;
				background: url(../../images/seminar/icon_open.gif) no-repeat left center;
			}
		.content article.seminar div.desc .bio dt.close:before {
					background: url(../../images/seminar/icon_close.gif) no-repeat left center;
		}
	.content article.seminar div.desc .bio dd {
		display: none;
		margin: 0;
		}
  .content article.seminar div.desc .ind_time {
    margin: 0 0 10px 0; }
.content article.seminar div.image {
  float: left;
  width: 84px; }
  .content article.seminar div.image img {
    border: 1px solid #bbb;
    background: #fff;
    padding: 1px;
    width: 80px; }
		.content article.seminar div.image img.mb10 {
			margin-bottom: 10px; }
  .content article.seminar .special div.image {
    float: left;
    width: 204px; }
    .content article.seminar .special div.image img {
      width: 204px; }
.content article.seminar div.detail {
  margin: 0 0 15px 0;
  padding: 0; }
  .content article.seminar div.detail p {
    margin: 0;
    padding: 8px 12px;
    font-weight: bold;
    background-color: #045389; }
    .content article.seminar div.detail p span {
      border-radius: 3px; }
      .content article.seminar div.detail p span.time,
      .content article.seminar p.table-wrap .table span.time {
        display: inline-block;
        font-weight: bold;
        padding: 5px 7px;
        border: 2px solid #aaa;
        background: #fff;
				border-radius: 3px; }
      .content article.seminar div.detail p span.kind {
        display: inline-block;
        padding: 6px 10px;
        background: #F9744B;
        color: #fff; }
      .content article.seminar div.detail p span.space {
        padding: 5px 7px;
        border: 2px solid #aaa;
        background: #fff; }
      .content article.seminar div.detail p span.status {
        font-size: 11px;
        line-height: 1;
        float: right;
        color: #fff; }
        .content article.seminar div.detail p.table-wrap {
          padding: 0 7px;
        }
        .content article.seminar div.detail span.table {
          display: table;
          border-spacing: 5px 4px;
        }
        .content article.seminar div.detail span.table span.time {
          display: table-cell;
          vertical-align: middle;
        }
        .content article.seminar div.detail span.table span.kind {
          display: table-cell;
          vertical-align: middle;
        }
        .content article.seminar div.detail span.table span.space {
          display: table-cell;
          vertical-align: middle;
        }
.content article.seminar hr {
  margin-bottom: 20px;
  background: #aaa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #f8f8f8;
  border-left: none;
  border-right: none; }
.content article.seminar .seminar_menu ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none outside; }
  .content article.seminar .seminar_menu ul li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 10px;
    text-align: center; }
    .content article.seminar .seminar_menu ul li a {
      display: block;
      padding: 5px 0;
      text-decoration: none;
      line-height: 1.2;
      color: #fff; }
      .content article.seminar .seminar_menu ul li a:hover {
        text-decoration: none; }
    .content article.seminar .seminar_menu ul li#s1, .content article.seminar .seminar_menu ul li#p1 {
      background: #F68D91; }
      .content article.seminar .seminar_menu ul li#s1:hover, .content article.seminar .seminar_menu ul li#p1:hover {
        background: #F36B70; }
    .content article.seminar .seminar_menu ul li#s2, .content article.seminar .seminar_menu ul li#p2 {
      background: #FCC875; }
      .content article.seminar .seminar_menu ul li#s2:hover, .content article.seminar .seminar_menu ul li#p2:hover {
        background: #FCBC58; }
    .content article.seminar .seminar_menu ul li#s3, .content article.seminar .seminar_menu ul li#p3 {
      background: #90DAB9; }
      .content article.seminar .seminar_menu ul li#s3:hover, .content article.seminar .seminar_menu ul li#p3:hover {
        background: #6FCFA4; }
    .content article.seminar .seminar_menu ul li#s4, .content article.seminar .seminar_menu ul li#p4 {
      background: #7FB8DD; }
      .content article.seminar .seminar_menu ul li#s4:hover, .content article.seminar .seminar_menu ul li#p4:hover {
        background: #59A3D3; }
.content article.seminar p.btn-center {
  margin: 1.5em 0 2em 0;
  text-align: center;
  line-height: 3; }
  .content article.seminar p.btn-center img {
    width: auto; }
.content article.seminar p a.back {
  float: right;
  display: block;
  margin-bottom: 3rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .3em 1em;
  text-decoration: none;
  background: #f8f8f8; }
  .content article.seminar p a.back:hover {
    background: #ddd; }


/* ----- online.html ------*/
.content article.online img {
  float: right;
  width: 240px;
}
.content article.online p {
  font-weight: bold;
  font-size: 20px;
}
.content article.online dl {
  font-size: 16px;
  overflow: hidden;
}
.content article.online dl dt {
  clear: left;
  float: left;
  width: 10em;
  color: #00b5c6;
  text-align: center;
  margin-bottom: 1rem;
  padding: 5px;
  border: 1px solid #00b5c6;
  border-radius: 3px;
}
.content article.online dl dd {
  font-size: 18px;
  font-weight: bold;
  margin-left: 9.5em;
  margin-bottom: 1rem;
  padding: 5px;
}

@media (max-width: 980px) {
  .content article.online img {
    float: none;
    display: table;
    margin: 0 auto 2rem auto;
  }
  .content article.online p {
    font-size: 16px;
    padding: 0;
  }
  .content article.online dl dt {
    float: none;
    width: 100%;
  }
  .content article.online dl dd {
    font-size: 16px;
  }
}


/* ----- awards.html ------*/
.content article.awards section {
  margin-bottom: 55px;
}
.content article.awards section:last-of-type {
  margin-bottom: 25px;
}
.content article.awards .layout p {
  float: left;
  width: 535px;
}
.content article.awards .layout img {
  float: left;
  width: auto;
  height: auto;
  padding-left: 21px;
}
.content article.awards .col-md-6 {
	padding-right: 0;
}
.content article.awards .col-md-6 ul {
	padding-left: 0;
}
.content article.awards .col-md-6 ul li {
	list-style: none;
	margin-bottom: 0.5em;
}
.content article.awards ul li .booth {
	display: inline-block;
	width: 4.5em;
	text-align: center;
	padding: 3px 5px;
	background: #efefef;
	border-radius: 3px;
}
.content article.awards ul li .b_comp {
	display: inline-block;
	margin-left: 5em;
}

/* ��莖���羆阪� */
.content article.awards .intro {
	margin-bottom: 40px;
}
.content article.awards h2 {
	padding: 10px 10px 10px 40px;
	background-position: 10px center;
	border: 1px solid #00b5c6;
}
.content article.awards h2 span.small {
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 2rem;
}
.content article.awards .no1 {
	padding: 10px 0;
}
.content article.awards .no2 {
	padding: 30px 0 0 0;
	border-top: 1px solid #ccc;
}
.content article.awards .no1 img {
	float: left;
	width: 82px;
}
.content article.awards .no1 .txt {
	float: right;
	width: 555px;
}
.content article.awards .no2 img {
	float: left;
	width: 81px;
	height: 137px;
}
.content article.awards .no2 .txt {
	float: right;
	width: 555px;
}
.content article.awards .no1 .txt h3,
.content article.awards .no2 .txt h3 {
	width: 12em;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin: 1rem 0 0.5rem 0;
	padding: 0;
	background-image: url(../../2022/images/arrow_l.png), url(../../2022/images/arrow_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -20% 50%, 120% 50%;
	border: none;
}
.content article.awards .no1 .txt h3 {
	background-color: #af7900;
}
.content article.awards .no2 .txt h3 {
	background-color: #867e79;
}
.content article.awards .no1 .txt .name,
.content article.awards .no2 .txt .name {
	font-size: 27px;
	font-weight: bold;
	margin: 1rem 0 0 0;
	padding: 0;
  border: none;
  line-height: 1.3;
}
.content article.awards .txt .title_catch {
  margin: 0;
}
.content article.awards .txt .title_catch dt {
  margin-top: 5px;
  font-weight: bold;
}
.content article.awards .no1 .txt .title,
.content article.awards .no2 .txt .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content article.awards .no1 .txt .catch,
.content article.awards .no2 .txt .catch {
	font-weight: bold;
	margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.content article.awards .no1 dl.comment,
.content article.awards .no2 dl.comment {
	clear: both;
	padding-top: 20px;
}
.content article.awards .no1 dl.comment dt,
.content article.awards .no2 dl.comment dt {
	font-weight: bold;
}
.content article.awards dl.comment dd {
  margin-left: 0;
}
.content article.awards dl.comment dd:not(:last-child) {
  margin-bottom: 0.5rem;
}


/* ----- facility.html ------*/
.content article.facility table {
  margin-bottom: 2.5em; }
  .content article.facility table th {
    white-space: nowrap;
    text-align: left;
    vertical-align: top; }
    .content article.facility table th span {
      display: block;
      text-align: center;
      font-size: 80%; }
  .content article.facility table td dl {
    margin: 10px 0;
    padding: 0; }
    .content article.facility table td dl dt {
      margin: 0;
      padding: .5em 0 .5em .3em;
      float: left;
      clear: left;
      width: 3.5em; }
    .content article.facility table td dl dd {
      margin: 0;
      padding: .5em 0 .5em 4em; }
.content article.facility span.red2,
.content article.facility span.red {
  color: red; }
.content article.facility p span.red {
  text-decoration: underline; }
.content article.facility p.btn-center {
  text-align: center; }
  .content article.facility p.btn-center img {
    width: auto; }
  .content article.facility p.btn-center.off img {
    opacity:0.5;
	filter: alpha(opacity=50);}
	
/* ----- report2016.html ------*/
.content article.report {
  padding-bottom: 2em; }
  .content article.report .box {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
    margin-bottom: 2em;}
	.content article.report p.txtAC {
		font-size: 110%;
		text-align: center; }
  .content article.report .jisseki p.num {
    font-size: 120%;
    color: #3169a8;
    font-weight: bold; }
  .content article.report .jisseki th {
    font-size: 110%; }
  .content article.report .jisseki td {
    text-align: center; }
  .content article.report ul.reports {
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none outside;
    padding: 0; }
    .content article.report ul.reports li {
      margin-top: 5px;
      margin-bottom: 5px;
      text-align: center; }
      .content article.report ul.reports li a {
        position: relative;
        margin: 0 auto;
        border-radius: 5px;
        background: #005bac;
        display: block;
        max-width: 300px;}
        .content article.report ul.reports li a img {
          max-width: 300px;}

.content article.report ul.reports.btn_text ul {
  overflow: hidden;
}
.content article.report ul.reports.btn_text li {
  float: left;
  margin: 1rem;
}
.content article.report ul.reports.btn_text li a {
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  background: #005bac;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  display: block;
  width: 145px;
  height: 50px;
}
.content article.report ul.reports.btn_text li a img {
  width: 145px;  
  height: 50px;
}
.content article.report ul.reports.btn_text li a span {
  color: #fff;
  left: 20%;
  position: absolute;
}
  .content article.report table.ja {
    border: none; }
    .content article.report table.ja th {
      border: none;
      background: none;
      white-space: nowrap;
      font-size: 1.3rem; }
      .content article.report table.ja th strong {
        padding: .5rem 1rem;
        background: #00b5c6;
        color: #fff; }
    .content article.report table.ja td {
      padding-top: .5rem;
      padding-bottom: .5rem;
      border-right: none;
      border-bottom: 1px solid #ccc;
      font-size: 1.3rem; }
      .content article.report table.ja td span.ind {
        margin-left: 1rem; }
      .content article.report table.ja td:last-child {
        text-align: right;
				white-space: nowrap; }
  .content article.report p.text-right {
    text-align: right; }
  .content article.report .navi {
    padding: 0;
    margin: 2rem auto;
    list-style-type: none;
    float: left;
    position: relative;
    left: 50%; }
		.content article.report .navi.one {
			margin-bottom: 0.25rem; }
		.content article.report .navi.two {
			margin-top: 0; }
    .content article.report .navi li {
      float: left;
      position: relative;
      right: 50%; }
		.content article.report .navi li span {
			background: #eee;
			border: 1px solid #fff;
			display: block;
			font-size: 1.6rem;
			padding: 4px 0;
			text-align: center;
			text-decoration: none;
			width: 42px; }
      .content article.report .navi li a {
        width: auto;
        display: block;
        padding: 4px 16px;
        color: #fff;
        background: #00b5c6;
        border: 1px solid #fff;
        text-decoration: none;
        font-size: 1.6rem;
        text-align: center; }
        .content article.report .navi li a:hover {
          color: #000;
          background: #d4d4d4; }

/* ----- press.html ------*/
.content article.press .mbz {
  margin-bottom: 0; }
.content article.press .mb20 {
  margin-bottom: 35px; }


/* ----- download.html ------*/

.content article.download {
	padding-bottom: 80px;
}

.content article.download p {
	margin: 0;
}

.content article.download .attention {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.content article.download .attention h2 {
	margin: 0.5rem 0;
	padding: 0;
	background: none;
}

.content article.download .attention ul {
	margin: 0;
}

.content article.download .dwn_block {
	padding: 15px 0;
	border-bottom: 1px dotted #000;
}

.content article.download .dwn_block .txtAC {
	text-align: center;
}

.content article.download .dwn_block.logo img {
	width: 500px;
	margin: 0 auto;
}

.content article.download .dwn_block.charactor img {
	width: 300px;
	margin: 0 auto;
}

.content article.download .dwn_block ul {
	width: 500px;
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
}

.content article.download .dwn_block ul li {
	display: table-cell;
	width: 125px;
	text-align: center;
}

.content article.download .dwn_block ul li a:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 8px;
	background: #00B5C6 url(../images/aside_title_allow_s.png) no-repeat center center;
	background-size: 8px 8px;
}

/* ----- privacy.html ------*/
.content article.privacy .mbz {
  margin-bottom: 0; }
.content article.privacy .red {
  color: #f00; }
.content article.privacy .txtAR {
  text-align: right; }
.content article.privacy h4 {
  margin-bottom: 0; }
.content article.privacy .indnt {
  margin: 0 0 2em 0.75em; }

/* Footer Architects */
footer {
  margin: 0;
  padding: 0;
  background: #00B5C6; }
  footer p {
    margin: 0;
    padding: .2em 0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem; }


@media (max-width: 980px) {
	header.header .title {
		width: 100%;
		}
		header.header .title ul {
			/* top: 80px;
			width: 500px; */
			/* [19/02/25] ADDED */
			bottom: 10px; 
      width: 220px;
		}
    header.header .title ul li {
      padding: 0 5px;
    }
	nav.navigation .ac_touch {
		display: block;
		padding: 13px 0 11px 10px;
		line-height: 1;
	}
	nav.navigation .ac_touch span {
		margin-top: -3px;
		float: right;
		width: 25px;
	}
	nav.navigation .ac_menu {
		display: none;
		margin-top: 0.25em;
		border: 1px solid #ccc;
		border-top: none;
		}
		nav.navigation .ac_menu li {
			float: none;
			border-top: 1px solid #ccc;
			}
			nav.navigation .ac_menu li a {
				border-right: none;
			}
		nav.navigation .ac_menu li:first-child {
			border-left: none;
		}
  nav.navigation .ac_menu li ul {
    display: block;
    position: inherit;
    width: calc(100% + 40px); }
    nav.navigation .ac_menu li ul li a {
      width: 100%;
      color: #555;
      background: #ededed; }
      nav.navigation .ac_menu li ul li a:hover {
        color: #fff; }
      nav.navigation .ac_menu li ul li a br {
        display: none;
      }
	.container {
		width: 98%;
		margin: 0 1%;
	}
	.content article {
		width: 66%;
	}
	.content aside {
		width: 30%;
	}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
				height: inherit;
			}
  .content article.awards .no1 .txt,
  .content article.awards .no2 .txt {
    width: calc(100% - 100px);
  }
  .content article.seminar ul.link_btn li {
    width: 32.33%;
    margin: 0 0.5%; }
    .content article.seminar ul.link_btn li a {
      width: 100% !important; }
  .content article.seminar div.desc {
    width: calc(100% - 90px); }
    .content article.seminar div.special div.desc {
      width: calc(100% - 214px); }
    .content article.seminar div.desc.noimg {
      width: 100%; }
  .content article.seminar ul.link_btn li {
    width: 32.33%;
    margin: 0 0.5%; }
    .content article.seminar ul.link_btn li a {
      width: 100% !important; }
  .content article.seminar div.desc {
    width: calc(100% - 90px); }
    .content article.seminar div.special div.desc {
      width: calc(100% - 214px); }
    .content article.seminar div.desc.noimg {
      width: 100%; }
}

@media (max-width: 768px) {
	header.header {
		background: none;
	}
	header.header .container.h_title {
		width: 100%;
		margin: 0;
		padding: 0;
		}
	header.header .title {
		height: auto;
		}
		header.header .title h1,
		header.header .title p.description {
			height: 0;
			margin: 0;
		}
		header.header .title ul {
			position: inherit;
			top: 0;
			left: 0;
			width: 100%;
			margin: 0 auto;
			padding-bottom: 1em;
			background: #383331;
		}
		header.header .title ul .col-md-push-3 {
			width: 50%;
			left: 0;
		}
	header.header .sp_img {
		display: block;
		}
	.content article {
		float: none;
		width: 100%;
	}
	.content aside {
		float: none;
		width: 100%;
		}
		.content aside img {
			width: auto;
			max-width: 100%;
			text-align: center;
		}
		.content aside .to_visitor p {
			text-align: center;
		}
		.content aside div.ytv a {
			text-align: center;
		}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
			}
}

@media (max-width: 641px) {
  .content article.outline table {
    border-collapse: collapse; }
    .content article.outline table th,
    .content article.outline table td {
      display: block; }
      .content article.outline table th br {
        display: none; }
  .content article.exhi .col-xs-12 {
    width: 100%; }
	.content article.support p b {
		font-size: 14px; }
	.content article.support table th {
		width: 100%; }
	.content article.support table th,
	.content article.support table td {
		display: block;	}
  .content article.seminar div.item {
    padding: 5px;
  }
  .content article.seminar div.detail p {
    padding: 5px;
  }
    .content article.seminar div.detail p span.time, .content article.seminar p.table-wrap .table span.time, .content article.seminar div.detail p span.kind, .content article.seminar div.detail p span.space {
      font-size: 11px; }
    .content article.seminar div.detail p span.space:last-of-type,
    .content article.seminar div.detail p span.space.block {
      display: inline-block;
      margin-top: 0.5rem;
    }
  .content article.seminar div.special div.desc {
    float: none;
    width: 100%; }
  .content article.seminar .special div.image {
    float: none;
    margin: 1rem auto 0 auto;
  }
  .content article.seminar.theme p.theme {
    font-size: 16px;
  }
  .content article.seminar .theme_title {
    font-size: 18px;
  }
  .content article.report ul.reports li {
    padding: 0 5px;
  }
  .content article.download .dwn_block ul {
    display: flex;
    flex-wrap: wrap;
    width: 20em; }
    .content article.download .dwn_block ul li {
      display: inherit;
      width: 50%;
      text-align: center;
      padding-right: 1em; }
  .content article.download .dwn_block.logo img {
    width: auto;
    max-width: 100%;
  }
  .content article div.gaiyou .row {
    padding: 0;
  }
  .content article div.gaiyou div.koma ul {
    width: calc(100% - 2rem);
    margin: 30px 0 0 0;
  }
}

@media (max-width: 420px) {
	.content aside {
		float: none;
		width: 100%;
		}
		.content aside img {
			width: auto;
			max-width: 100%;
			text-align: center;
		}
		.content aside .to_visitor p {
			text-align: center;
		}
		.content aside div.ytv a {
			text-align: center;
		}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
			}
  .content article.seminar p.btn-center img {
    width: 100%;
    max-width: 100%;
  }
}


/*# sourceMappingURL=page.css.map */
</pre></body></html>