@charset "utf-8";
/*
Theme Name: tcmit
Description: tcmit
Version: 1.0
Author: tcmit
*/

/* General----------------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #444444;
  line-height: 140%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo',  "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html, body {
  margin: 0;
  padding: 0;
}

#content #main {
  float: left;
  max-width: 640px;
  width: 66.528067%;
}

#content #sidebar {
  float: right;
  max-width: 275px;
  width: 28.586279%;
}

/* General Elements-------------------------------------------------------------------------------------------------------------------- */
.pc {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin: 0;
}

a {
  color: #006bb6;
}

a:hover {
  color: #00538d;
}

a img {
  border: none;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(60);
  opacity: 0.6;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

input[type="image"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(60);
  opacity: 0.6;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.sp {
  display: none;
}

br.sp {
  display: none;
}

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

ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

input:focus, select:focus {
  outline: 0;
}

.margin0 {
  margin-bottom: 0!important;
}

.margin-b10 {
  margin-bottom: 10px!important;
}

.margin-b30 {
  margin-bottom: 30px!important;
}

.margin-b50 {
  margin-bottom: 50px!important;
}

.margin-b200 {
  margin-bottom: 200px!important;
}

/* List */
.horizontal-list li {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.horizontal-list li:last-child {
  margin-right: 0;
}

.basic-list li {
  margin-bottom: 10px;
}

.center-list {
  text-align: center;
}

.center-list li {
  display: inline-block;
}

.banner-list li {
  margin-bottom: 1px;
}

.basic-list li {
  margin-bottom: 15px;
}

.twocol-list li {
  float: left;
  width: 50%;
}

.dottedline-list > li {
  margin-bottom: 30px;
  padding: 5px 0;
  border-right: 1px dotted #cccccc;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.dottedline-list > li:nth-child(even) {
  padding-left: 30px;
  border-right: none;
}

.dotted-list > li {
  padding: 20px 0;
  border-top: 1px dotted #cccccc;
  box-sizing: border-box;
  width: 100%;
}

.dotted-list > li:last-child, .twocol-dotted-list.topline-none > li:last-child, .twocol-dotted-list.topline-none > li:nth-last-of-type(2) {
  border-bottom: 1px dotted #cccccc;
}

.dotted-list.topline-none > li:first-child, .twocol-dotted-list.topline-none > li:first-child, .twocol-dotted-list.topline-none > li:nth-child(2) {
  border-top: none;
}

.twocol-dotted-list li {
  padding: 20px 0;
  border-top: 1px dotted #cccccc;
  float: left;
  box-sizing: border-box;
  width: 48%;
}

.twocol-dotted-list li:nth-child(even) {
  float: right;
}

.blueline-list > li {
  margin-bottom: 30px;
  padding: 18px;
  border: 1px solid #006BB6;
  border-top: 4px solid #006BB6;
  float: left;
  width: 48%;
  box-sizing: border-box;
}

.blueline-list > li:nth-child(even) {
  float: right;
}

.bluelinetop-list > li {
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 4px solid #006BB6;
  float: left;
  width: 48%;
  box-sizing: border-box;
}

.bluelinetop-list > li:nth-child(even) {
  float: right;
}

#content .bluelinetop-list hr.hr-dotted {
  margin: 10px 0;
}


.annotation-list {
  margin: 0 auto 10px;;
  padding: 0;
  list-style: none;
}

.annotation-list li {
  margin-bottom: 5px;
  padding-left: 2.5em;
  counter-increment: annotation;
  text-indent: -2.5em;
}

.annotation-list li:before {
  margin-right: 10px;
  content: "※" counter(annotation);
  color: #FF3F00;
}

.blue-square-list li {
  margin-bottom: 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.blue-square-list li:before {
  padding-right: 0.5em;
  content: "■";
  color: #449DFF;
  font-size: 12px;
}

.decimal-list {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.decimal-list li {
  margin-bottom: 10px;
  padding-left: 2em;
  counter-increment: decimal;
  text-indent: -1.8em;
  line-height: 160%;
}

.decimal-list li:before {
  margin-right: 10px;
  content:counter(decimal)".";
  font-weight: bold;
}

.disc-list {
  padding-left: 18px;
  list-style: disc;
}

.disc-list li {
  margin-bottom: 10px;
}

.dottedline-dl {
  margin: 0 auto 10px;
  overflow: hidden;
}

.dottedline-dl dt {
  padding: 15px 0;
  width: 130px;
  float: left;
  clear: both;
  font-weight: bold;
}

.dottedline-dl dd {
  margin: 0;
  padding: 15px 0 15px 150px;
  border-bottom: 1px dotted #cccccc;
}

.dottedline-dl dd:last-child {
  border-bottom: none;
}

.dl-small dt {
  padding: 10px 0;
  width: 80px;
}

.dl-small dd {
  padding: 10px 0 10px 90px;
}

.topline-dl dt {
  padding: 10px 0;
  border-top: solid 3px #006BB6;
}

.topline-dl dt h3 {
  margin-bottom: 10px;
}

.topline-dl dd {
  margin: 0 0 40px 0;
}

.titleblue-dl dt, .titlegreen-dl dt {
  margin-bottom: 20px;
}

.titleblue-dl dt .title {
  margin-bottom: 0;
  border-top: 3px solid #006BB6;
  border-bottom: 1px dotted #006BB6;
  padding: 10px;
  color: #006BB6;
  font-size: 14px;
  font-weight: bold;
  background: #F4F7F9;
}

.titleblue-dl dt .sub-title {
  padding: 10px;
  border-bottom: 1px dotted #006BB6;
  color: #263D59;
  font-size: 16px;
  font-weight: bold;
  min-height: 80px;
  box-sizing: border-box;
}

.titleblue-dl dd, .titlegreen-dl dd {
  margin: 0 0 10px;
  min-height: 280px;
  box-sizing: border-box;
}

.titlegreen-dl dt .title {
  margin-bottom: 0;
  border-top: 3px solid #11AAA3;
  border-bottom: 1px dotted #11AAA3;
  padding: 10px;
  color: #11AAA3;
  font-size: 14px;
  font-weight: bold;
  background: #F4F7F9;
}

.titlegreen-dl dt .sub-title {
  padding: 10px;
  border-bottom: 1px dotted #11AAA3;
  color: #263D59;
  font-size: 16px;
  font-weight: bold;
  min-height: 80px;
  box-sizing: border-box;
}

/* Arrow */
.arrow-white > a {
  margin-right: 5px;
  padding-left: 7px;
  position: relative;
}

.arrow-navy > a, .arrow-blue > a {
  margin-right: 5px;
  padding-left: 1em;
  position: relative;
/*   display: block; */
}

.arrow-white > a:before {
  margin-top: -2px;
  content: '';
  background: url(images/arrow-white-right.png) no-repeat center left;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
}

.arrow-navy > a:before {
  margin-top: -2px;
  content: '';
  background: url(images/arrow-navy-right.png) no-repeat center left;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
}

.arrow-blue > a:before {
  margin-top: -2px;
  content: '';
  background: url(images/arrow-blue-right.png) no-repeat center left;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
}

.arrow-navy:last-child > a, .arrow-blue:last-child > a, .arrow-white:last-child > a {
  margin-right: 0;
}

.arrow-blue-left {
  margin-right: 5px;
  padding-left: 20px;
  position: relative;
}

.arrow-blue-left a {
  text-decoration: none;
}

.arrow-blue-left > a:before {
  margin-top: -3px;
  content: '';
  background: url(images/arrow-blue-left.png) no-repeat center left;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
}

/* Layout */
.alignleft {
  margin-right: 20px;
  float: left;
}
.alignright {
  margin-left: 20px;
  float: right;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

.twocol-box .left-box {
  width: 48.4375%;
}

.twocol-box .right-box {
  width: 46.875%;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.v-middle {
  vertical-align: middle;
}

.img-right-box {
  margin-bottom: 30px;
}

.img-right-box .left-box {
  width: 58.90625%;
}

.img-right-box .right-box {
  width: 37.5%;
}

/* Link */
.icon-link {
  padding: 0 0 0 35px;
  background: url(images/icon-link.png) no-repeat center left;
}

.icon-link img, .link-icon img {
  margin-right: 5px;
  vertical-align: middle;
}

.icon-link small {
  padding-left: 3em;
}

.external-link {
  margin-right: 5px;
  vertical-align: baseline;
}

.link-blue {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.link-blue:hover {
  text-decoration: underline;
}

.link-blue img {
  margin-left: 10px;
  vertical-align: middle;
}

.link-black {
  color: #444444;
}

.link-black:hover {
  color: #000000;
}

/* Title & Text */
.title {
  position: relative;
}

.title .more {
  position: absolute;
  right: 0;
  top: 0;
}

.title .more a {
  color: #444444;
  text-decoration: none;
}

.title .more a:hover {
  text-decoration: underline;
}

.annotation {
  color: #FF3F00;
}

.font-bold {
  font-weight: bold;
}

.font-lightblue {
  color: #449DFF;
}

.blue-square {
  margin-bottom: 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.blue-square:before {
  padding-right: 0.5em;
  content: "■";
  color: #449DFF;
  font-size: 12px;
}

.title-blue-square {
  margin-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 18px;
  font-weight: bold;
}

.title-blue-square:before {
  padding-right: 0.5em;
  content: "■";
  color: #449DFF;
  font-size: 16px;
  line-height: 18px;
}

p.font-small {
  line-height: 140%;
}

.font-small {
  font-size: 85%;
}

.font-large {
  font-size: 120%;
}

.font-red {
  color: #FF3F00;
}

.font-blue {
  color: #005992;
}

.font-orange {
  color: #FFB128;
}


/* Tab */
.tab-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tab-menu input {
  display: none;
}

.tab-menu .tabs li {
  display: inline-block;
  vertical-align: top;
}

.tab-menu .tabs li label {
  display: block;
  cursor: pointer;
}

.tab-menu .tab-contents li {
  display: none;
}

/* Table */
table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  padding: 15px;
}

table tbody th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.tb-blue th, .tb-blue td {
  border: 1px solid #006BB6;
}

.tb-blue thead th {
  background: #516787;
  color: #ffffff;
}

.tb-bg-blue {
  background: #6384B1!important;
  color: #ffffff!important;
}

.tb-bg-black {
  background: #555555!important;
  color: #ffffff!important;
}

.tb-bg-beige {
  background: #FDFCF7!important;
}

.tb-center * {
  text-align: center;
}

.tb-w-auto {
  width: auto;
}

.tb-nowrap {
  white-space: nowrap;
}

.tb-none {
  border: none!important;
  background: none!important;
}

p + table {
  margin-top: -10px;
}

.twocol-table th, .twocol-table td {
  padding: 5px 0;
  width: 50%;
  line-height: 120%;
  vertical-align: top;
}

.twocol-table.no-width th, .twocol-table.no-width td {
  width: auto;
}

.dotted-table {
  width: 100%;
}

.dotted-table th, .dotted-table td {
  padding: 10px 0;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  line-height: 160%;
}

.dotted-table th {
  width: 40%;
}

.dotted-solid-table {
  width: 100%;
}

.dotted-solid-table th {
  padding: 20px 0;
  border-top: 3px solid #006BB6;
}

.dotted-solid-table td {
  padding: 20px;
  border-top: 1px dotted #cccccc;
  vertical-align: top;
}

/* Hr */
#content hr.hr-dotted, .remodal hr.hr-dotted {
  margin-bottom: 30px;
  border: none;
  border-top: 1px dotted #cccccc;
  height: 0;
  background: none;
}

#content hr.hr-blueline, .remodal hr.hr-blueline {
  margin: 30px 0;
  border: none;
  border-top: 3px solid #006BB6;
  height: 0;
  background: none;
}

/* Box */
.blueline-box {
  padding: 20px;
  border: 1px solid #006BB6;
}

.lightblueline-box {
  padding: 20px;
  border: 4px solid #449DFF;
}

.lightredline-box {
  padding: 20px;
  border: 2px solid #FF7373;
}

.bg-beige {
  background: #FDFCF7;
}

/* pager */

.pager .page-numbers {
  text-align: left;
}

.pager li {
  margin-left: -4px;
  padding: 5px 22px;
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  color: #BBBBBB;
  font-size: 16px;
  font-weight: bold;
}

.pager li:last-child {
  border-right: none;
}

.pager li a {
  color: #449DFF;
  text-decoration: none;
}

.pager li .prev, .pager li .next {
  position: relative;
}

.pager li .prev:before {
  margin-top: -3px;
  content: '';
  background: url(images/arrow-blue-left.png) no-repeat center left;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 50%;
}

.pager li .next:before {
  margin-top: -3px;
  content: '';
  background: url(images/arrow-blue-right.png) no-repeat center left;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.pager-car li{
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold
}

.pager-car li.prev{
  float: left;
}

.pager-car li.next{
  float: right;
}

.pager-car li a{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Clearfix----------------------------------------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Header------------------------------------------------------------------------------------------------------------------------------ */
header {
  width: 100%;
  position: relative;
  z-index: 101;
}

header a {
  color: #334C72;
  text-decoration: none;
}

header a:hover {
  text-decoration: underline;
}

header hr {
  margin: 0;
  border: none;
  height: 2px;
  background: #002299;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIyOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #002299 0%, #002299 30%, #207cca 50%, #002299 70%, #002299 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002299), color-stop(30%,#002299), color-stop(50%,#207cca), color-stop(70%,#002299), color-stop(100%,#002299));
  background: -webkit-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -o-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -ms-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: linear-gradient(to right,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002299', endColorstr='#002299',GradientType=1 );
}

header .inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

header #languages {
  display: inline-block;
  margin-left: 10px;
}
/* header #languages ul { */
/*   float: right; */
/*   background: url(images/bg-head-menu.png) no-repeat top center; */
/*   width: 195px; */
/*   height: 18px; */
/* } */

/* header #languages ul li { */
/*   height: 18px; */
/* } */

/* header #languages ul li a { */
/*   font-size: 10px; */
/*   color: #ffffff; */
/*   text-align: center; */
/*   vertical-align: top; */
/* } */

header .select-languages{
  box-sizing: border-box;
  /* width: 147px */
  position: relative;
  text-align: left;
}
header .select-item{
  box-sizing: border-box;
  width: 147px;
  height: 34px;
  background-color: rgba(53,81,121, .95);
  padding-top: 6px;
  padding-left: 4px;
}
header .select-item.current{
  background-color: transparent;
  background-image: url(./images/select-icon-open.png);
  background-position: 122px 7px;
  background-repeat: no-repeat;
  border: 1px solid #e4e8ed;
  cursor: pointer;
}
header .select-other{
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 10;
}
header .select-other.hide{
	display: none;
}
header .select-item img{
	vertical-align: top;
}
header .select-item img + img{
	margin-left: 7px;
}

header #logo-area {
  margin-bottom: 16px;
  margin-top: 20px;
}

header #header-left{
  float: left;
  /* width: 32.604166666667%; */
  width: 40%;
}
header #header-left p{
	margin-top: 5px;
}
header #site-title {
  margin: 0;
}

header #header-right {
  float: right;
  /* width: 56.770833333333%; */
  width: 58%;
}

header #header-right .header-right-upper{
  position: relative;
  text-align: right;
}
header #header-right .search-list {
  margin-bottom: 10px;
  text-align: right;
  display: inline-block;
}

header #header-right .search-list li {
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}

header #header-right .search-list li:last-child {
  margin-right: 0;
}

header #header-right .search-list li a {
  vertical-align: middle;
  line-height: 16px;
}

header #header-right .search-list li a img {
  margin-right: 2px;
  vertical-align: middle;
}

header .header-right-lower{
	text-align: right;
}
header #header-right .header-info{
	/* overflow: hidden; */
	display: inline-block;
}
header #header-right .header-info form {
  /* float: left; */
}

header #header-right .header-info input[type="text"] {
  padding: 2px 10px;
  border: 1px solid #006BB6;
  height: 20px;
  font-size: 12px;
  width: 120px;
  box-sizing: border-box;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

header #header-right .header-info input[type="image"] {
  vertical-align: middle;
}

header #header-right .search-list li.arrow-navy {
  margin-left: 10px;
}

header #header-right .sns-list{
  float: right;
  margin-left: 5px;
  margin-top: -2px;
}


/* 開館時間 */
header p.header-caption {
  color: #334C72;
  font-size: 12px;
}

header #header-right .header-info ul {
  float: right;
  font-size: 12px;
}

.sp-menu-btn {
  display: none;
}

header #main-menu {
  border-top: 1px solid #eeeeee;
}

header #main-menu br {
  display: none;
}

header #main-menu ul {
  text-align: center;
  font-size: 0;
}

header #main-menu ul li {
  display: inline-block;
  font-size: 16px;
    position: relative;
}

header #main-menu ul li.sp {
  display: none;
}

header #main-menu ul > li > a {
  padding: 20px 13px 15px 13px;
  border-bottom: 5px solid #ffffff;
  color: #283D5B;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  position: relative;
}


header #main-menu ul > li > a:hover, header #main-menu ul > li > a.active {
  border-bottom: 5px solid #E1091B;
  text-decoration: none;
}

header #main-menu ul > li > a:hover:after {
    top: 100%;
    left: 50%;
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 9, 27, 0);
    border-top-color: #E1091B;
    border-width: 9px;
    margin-left: -9px;
    z-index: 9999999;
}

header #main-menu ul > li .dropdown {
  margin-left: -85px;
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 100%;
  width: 170px;
  left: 50%;
  z-index: 20000;
  background: rgba( 41, 52, 67, .9);
}

header #main-menu ul > li.usageguide .dropdown {
  margin-left: -125px;
  width: 250px;
}

header #main-menu ul > li.exhibition .dropdown {
  margin-left: -215px;
  width: 430px;
}

header #main-menu ul > li.event .dropdown {
  margin-left: -110px;
  width: 220px;
}

header #main-menu ul > li.information .dropdown {
  margin-left: -100px;
  width: 200px;
}

header #main-menu ul > li.reading .dropdown {
  margin-left: -90px;
  width: 180px;
}

header #main-menu ul > li.application .dropdown {
  margin-left: -90px;
  width: 180px;
}


header #main-menu ul > li:hover .dropdown {
  display: block;
}

header #main-menu ul > li .dropdown li {
  width: 100%;
  display: table;
  box-sizing: border-box;
}

header #main-menu ul > li .dropdown li .twocol-list li {
  width: 50%;
  display: table;
}


header #main-menu ul > li .dropdown a {
  padding: 13px 20px 13px 28px;
  border-bottom: none;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}


header #main-menu ul > li .dropdown a:before {
  margin-top: -2px;
  content: '';
  background: url(images/arrow-blue-right.png) no-repeat center left;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 14px;
  top: 50%;
}

header #main-menu ul > li .dropdown a:hover {
  background: #007ED2;
}

header #main-menu ul > li .dropdown a:hover:after {
  display: none;
}

#main-image {
  background: #F6F6F6;
  width: 100%;
  overflow: hidden;
}

#main-image .inner {
  margin: 0 auto;
  max-width: 1366px;
  width: auto;
  position: relative;
}

#main-image h2 {
  margin: 0;
  padding: 5.636896% 3.0746706%;
  position: absolute;
  left: 14.934114%;
  top: 11.746032%;
  color: #ffffff;
  background: rgba(0, 107, 182, .9);
  font-size: 20px;
}

#main-image .inner img {
  width: auto;
  max-width: none;
}

/* Content----------------------------------------------------------------------------------------------------------------------------- */
#content {
  margin: -85px auto 0;
  max-width: 1034px;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #ffffff;
  box-sizing: border-box;
}

.one-column-news .inner {
  padding: 36px;
  background-color: #ffffff;
}

#content.one-column {
  max-width: 960px;
  background-color: transparent;
}

#content.one-column .inner {
  padding: 0;
}

#content.one-column h1.bg-blue {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  margin: 0;
  background-image: -moz-linear-gradient(0% 1% 0deg,rgba(0,60,177,0.85) 0%,rgba(0,60,177,0.85) 30%,rgba(0,124,236,0.85) 49%,rgba(0,60,177,0.85) 71%,rgba(0,60,177,0.85) 100%);
  background-image: -webkit-gradient(linear,0% 1%,99% 1%,color-stop(0, rgba(0,60,177,0.85)),color-stop(0.3, rgba(0,60,177,0.85)),color-stop(0.49, rgba(0,124,236,0.85)),color-stop(0.71, rgba(0,60,177,0.85)),color-stop(1, rgba(0,60,177,0.85)));
  background-image: -webkit-linear-gradient(0deg,rgba(0,60,177,0.85) 0%,rgba(0,60,177,0.85) 30%,rgba(0,124,236,0.85) 49%,rgba(0,60,177,0.85) 71%,rgba(0,60,177,0.85) 100%);
  background-image: -o-linear-gradient(0deg,rgba(0,60,177,0.85) 0%,rgba(0,60,177,0.85) 30%,rgba(0,124,236,0.85) 49%,rgba(0,60,177,0.85) 71%,rgba(0,60,177,0.85) 100%);
  background-image: -ms-linear-gradient(0deg,rgba(0,60,177,0.85) 0%,rgba(0,60,177,0.85) 30%,rgba(0,124,236,0.85) 49%,rgba(0,60,177,0.85) 71%,rgba(0,60,177,0.85) 100%);
  background-image: linear-gradient(90deg,rgba(0,60,177,0.85) 0%,rgba(0,60,177,0.85) 30%,rgba(0,124,236,0.85) 49%,rgba(0,60,177,0.85) 71%,rgba(0,60,177,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9003cb1,endColorstr=#d9003cb1,GradientType=1);
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

#content.one-column .page-content {
  position: relative;
  background-color: #fff;
  margin-top: -8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: rgba(0,0,0,0.3) 0 2px 4px 1px;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 2px 4px 1px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 2px 4px 1px;
}

#content hr {
  margin: 0;
  border: none;
  height: 3px;
  background: #002299;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIyOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #002299 0%, #002299 30%, #207cca 50%, #002299 70%, #002299 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002299), color-stop(30%,#002299), color-stop(50%,#207cca), color-stop(70%,#002299), color-stop(100%,#002299));
  background: -webkit-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -o-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -ms-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: linear-gradient(to right,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002299', endColorstr='#002299',GradientType=1 );
}

#content > .inner {
  padding: 36px;
}


#breadcrumbs {
  margin-bottom: 37px;
  text-align: left;
}

#breadcrumbs > span > a, #breadcrumbs > span > span {
  display: inline-block;
  /*margin-left: 5px;*/
  font-size: 10px;
}

#breadcrumbs span img {
  margin-right: 10px;
  vertical-align: middle;
}

#breadcrumbs span a {
  color: #000000;
}

/* Top Page---------------------------------------------------------------------------------------------------------------------------- */
.important-post {
  margin-top: 20px;
  min-height: 49px;
}

.top-information {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background: url(images/bg-top-quick.png);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


.top-information .title {
  padding: 5px;
  float: left;
  width: 10.103093%;
  box-sizing: border-box;
  text-align: center;
  background: #E1091B;
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
}

.top-information .title img {
  vertical-align: middle;
}

.top-information .text {
  height: 29px;
  padding: 5px;
  background: #ffffff;
  float: right;
  width: 89.896907%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  font-size: 13px;
}

.top-information .text p {
  height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-main {
  display: none;
}

.slider-wrap {
  overflow: hidden;
/*   height: 450px; */
  position: relative;
  z-index: 0;
}

.bx-wrapper {
  margin: 0 auto;
/*   height: 450px; */
}

.bx-wrapper img {
/*   height: 450px; */
}

.bx-wrapper .bx-viewport {
  border: none;
  overflow: visible!important;
  width: 100%;
  box-shadow: none;
  left: 0;
}
#top-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-slider li {
  width: 1365px;
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-pager {
  padding: 0;
  position: absolute;
  top: 63.111111111111%;
  width: 100%;
  z-index: 10000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d70d18;
}

#content.toppage {
  margin-top: -450px;
  max-width: 960px;
  background: transparent;
  position: relative;
}

#content.toppage #main {
  width: 66.666666666667%;
}

#content.toppage #sidebar {
  width: 28.645833333333%;
}

/*
#quick-menu {
  margin-top: 5.3125%;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/bg-top-quick.png);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
*/

#quick-menu .pc {
  display: none;
}

#quick-menu .exhibition {
  margin-bottom: 4px;
}

#quick-menu .three-column {
  margin-right: -1px;
  text-align: left;
  font-size: 0;
}

#quick-menu .three-column li {
  margin-right: 3px;
  display: inline-block;
}

#quick-menu .three-column li:last-child {
  margin-right: -1px;
}

#toppage-menu {
  margin-bottom: 46px;
  padding-top: 14.270833%;
}

#content #bnr-menu.inner {
  padding: 0.52356020942408376963350785340314% 0.52356020942408376963350785340314% 0.208333333333%;
  background: url(images/bg-top-head.png);
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
}

#bnr-menu .two-column {
  /*margin-bottom: 0.957446808511%;*/
  margin-bottom: 0.52356020942408376963350785340314%;
}

#bnr-menu .two-column li:nth-child(odd) {
  float: left;
  /*width: 49.574468085106%;*/
  width: 49.789473684210526315789473684211%;
}

#bnr-menu .two-column li:nth-child(even) {
  float: right;
  /*width: 49.787234042553%;*/
  width: 49.684210526315789473684210526316%;
}

#bnr-menu .four-column {
  width: 85.63829787234%;
}

#bnr-menu .four-column li {
  margin-right: 0.993788819876%;
  margin-bottom: 0.869565217391%;
  width: 24.223602484472%;
  box-sizing: border-box;
  float: left;
}

#bnr-menu .four-column li:nth-child(4n) {
  margin-right: 0;
}

#bnr-menu .five-column li {
  margin-right: 0.52356020942408376963350785340314%;
  margin-bottom: 0.52356020942408376963350785340314%;
  width: 19.581151832460732984293193717277%;
  box-sizing: border-box;
  float: left;
}

#bnr-menu .five-column li:nth-child(5n) {
  margin-right: 0;
}

#bnr-menu .one-column {
  width: 13.617021276596%;
}

#bnr-menu .one-column li {
  margin-bottom: 5.46875%;
}

#toppage-menu .map {
  /*margin: 0 auto 0 38.4375%;*/
  margin: 0 auto 0 37.8125%;
  display: block;
}

#content.toppage #main h2 {
  margin: 0;
  padding: 0 0 0 15px;
  color: #263D59;
  font-size: 18px;
  line-height: 18px;
  background: url(images/icon-title-middle.png) no-repeat center left;
}

#news-area {
  margin-bottom: 35px;
  padding: 3.90625% 4.375%;
  border: 1px solid #D6E1E9;
}

#news-area .title {
  margin-bottom: 20px;
}

#news-area .tab-menu .tabs {
  margin-bottom: 14px;
  border-bottom: 1px solid #D6E1E9;
  width: 100%;
  font-size: 0;
  background: #eaedf1;
}

#news-area .tab-menu .tabs li {
  margin-bottom: -1px;
  border: 1px solid #eaedf1;
  border-bottom: none;
  box-sizing: border-box;
  font-size: 12px;
  height: 30px;
  width: 16.6666667%;
  line-height: 30px;
  text-align: center;
  color: #334C72;
  font-weight: bold;
}

#news-area .tab-menu .tabs li a {
  color: #334C72;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
}

#news-area .tab-menu .tabs li.hover, #news-area .tab-menu .tabs li.active {
  border: 1px solid #D6E1E9;
  border-bottom: none;
  background: #ffffff;
}

.tab-contents table {
  border-top: 1px dotted #D6E1E9;
  width: 100%;
}

.tab-contents table th, .tab-contents table td  {
  padding: 10px 0;
  border-bottom: 1px dotted #D6E1E9;
  vertical-align: top;
}

.tab-contents table th {
  width: 15.862068965517%;
}

.tab-contents table th span {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  height: 20px;
}

.tab-contents table td.date {
  padding: 10px;
  color: #449DFF;
  width: 13.864818024263%;
  font-size: 12px;
}

.tab-contents table td.arrow-blue {
  padding-left: 1em;
  text-indent: -1em;
}

.tab-contents table td.arrow-blue a {
  padding-left: 1em;
  color: #444444;
  text-decoration: none;
}

.tab-contents table td.arrow-blue a:hover {
  text-decoration: underline;
}

.tab-contents table td.arrow-blue a:before {
  margin-top: 0;
  background-position: top left;
  top: 5px;
}

.tag-library {
  background: #5A7EB4;
}

.tag-restaurant {
  background: #ff7373;
}

.tag-other {
  background: #ffb129;
}

.tag-workshop {
  background: #92d22e;
}

.tag-news {
  background: #449dff;
}

#event-area {
  position: relative;
}

#event-area ul {
  position: absolute;
  font-size: 0;
}

#event-area ul li {
  display: inline-block;
}

#event-area .more {
  top: 7.8313253%;
  right: 4.21875%;
  text-align: left;
  font-size: 14px;
}

#event-area .more li {
  display: block;
}

#event-area .more li:first-child {
  margin-right: 10px;
}

#event-area .more a {
  color: #444444;
  text-decoration: none;
}

#event-area .more a:hover {
  text-decoration: underline;
}

#event-area .banners {
  bottom: 7.552870090634%;
  left: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#event-area .banners li {
  margin-right: 1.40625%;
  width: 29.84375%;
}

#event-area .banners li:last-child {
  margin-right: 0;
}

#sns-area {
  margin-bottom: 30px;
}

#sns-area h2 {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

#sns-area .facebook {
  float: left;
  width: 48.4375%;
}

#sns-area .twitter {
  float: right;
  width: 48.4375%;
}

#sns-area .facebook .title {
  padding: 10px;
  background: #304881;
}

#sns-area .twitter .title {
  padding: 10px;
  background: #1CA7F2;
}

#sns-area .title img {
  margin-right: 10px;
  vertical-align: top;
}

#sns-area .title .more {
  line-height: 38px;
  right: 10px;
}

#sns-area .title .more a {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

#sns-area .sns-content {
  border: 1px solid #D6E1E9;
  border-top: none;
  height: 400px;
}

#sns-area .twitter .sns-content iframe{
  background: #e8e8e8;
  background: rgba(0,0,0,0.1);
}

#sns-area iframe, .fb_iframe_widget, .fb_iframe_widget span {
  width: 100%!important;
  box-sizing: border-box;
}


/* Page-------------------------------------------------------------------------------------------------------------------------------- */
.page-content h1 {
  margin: 0 0 20px;
  padding: 0 0 20px 22px;
  border-bottom: 1px dotted #007ED2;
  color: #263D59;
  font-size: 26px;
  line-height: 26px;
  background: url(images/icon-title-large.png) no-repeat top left;
}
.page-content h2, .remodal h2 {
  margin: 0 0 20px;
  padding: 0 0 20px 25px;
  border-bottom: 1px dotted #007ED2;
  color: #263D59;
  font-size: 20px;
  line-height: 20px;
  background: url(images/icon-circle.png) no-repeat top left;
}

.page-content h3, .remodal h3 {
  margin: 0 0 20px;
  color: #005995;
  font-size: 18px;
}

.page-content section p.title-blue-square, .page-content section p.title-navy {
  margin-bottom: 10px;
}

.page-content > p {
  margin-bottom: 30px;
  line-height: 180%;
}

.page-content section {
  margin-bottom: 60px;
}

.page-content section p {
  margin-bottom: 30px;
  line-height: 180%;
}

.page-content section p:last-child {
  margin-bottom: 0;
}

.page-content section > img {
  margin-bottom: 10px;
}

.page-content section > img:last-child {
  margin-bottom: 0;
}

.tb-car span{
  padding-bottom: 3px;
  font-weight: bold;
  color: #006BB6;
}

.tb-car-history th, .tb-car-history td{
  padding: 10px;
}

.tb-car-material td{
  background-color: #FFFFFF;
  padding: 5px;
}

.tb-car-material caption, .tb-car-history caption{
  text-align: left;
}

.tb-car-material caption:before, .tb-car-history caption:before{
  content: "■";
}

.tb-car-history caption{
  padding-bottom:10px;
  color: #005995;
  font-size: 18px;
  font-weight: bold;
}

.tb-admission {
  margin-bottom: 20px;
}

.tb-admission th, .tb-admission td {
  padding: 10px;
}

.tb-admission tr td:first-child {
  width: 200px;
  box-sizing: border-box;
}

.access-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.access-map iframe, .access-map object, .access-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.program-list li {
  margin-bottom: 30px;
  width: 46.875%;
  float: left;
}

.program-list li:nth-child(even) {
  float: right;
}

.program-list li h3 {
  margin-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 160%;
}

.program-list li p {
  margin-bottom: 10px;
}

.tb-program tbody th {
  text-align: center;
}

.tb-program tbody td {
  vertical-align: top;
}

.openinghour-info {
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 10px;
}
.opening-calendar-caption > h3, .opening-calendar-caption > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}
h3.opening-calendar-year {
  font-size: 24px;
}

.closed-day-legend {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  background-color: #E3E2ED;
}
.holiday-legend {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  background-color: #FFCB75;
}

.calendar-of-months {
  letter-spacing: -.40em;
  margin-bottom: 56px;
}
.calendar-of-months li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 30.78125%;
  margin-right: 3.75%;
  margin-bottom: 3.75%;
}
.calendar-of-months li:nth-child(3n) {
  margin-right: 0;
}

table.calendar-of-month {
  text-align: center;
}
table.calendar-of-month thead tr.month-caption {
  font-size: 14px;
}
table.calendar-of-month thead tr.week-caption {
  background-color: #FAF8E4;
}
table.calendar-of-month thead th,
table.calendar-of-month tbody td {
  font-size: 12px;
  padding: 4px;
  border: 1px solid #DDDDDD;
}
table.calendar-of-month thead th {
  font-weight: bold;
}

table.calendar-of-month thead th.sat {
  background-color: #6FB4FF;
}
table.calendar-of-month thead th.sun {
  background-color: #FF9797;
}
table.calendar-of-month tbody td.closed {
  background-color: #E3E2ED;
}
table.calendar-of-month tbody td.holiday {
  background-color: #FFCB75;
}

.restaurant-menu {
  margin-bottom: 10px!important;
  padding: 0 0 10px;
  border-bottom: dotted 1px #cccccc;
  font-size: 18px;
  line-height: 100%!important;
}

.restaurant-menu + table {
  margin-top: 10px;
}

.restaurant-menu .right {
  float: right;
}

.restaurant-box {
  margin-bottom: 10px;
}

.restaurant-box .left-box {
  width: 31.09375%;
}

.restaurant-box .right-box {
  width: 65.625%;
}

.dotted-menu li {
  padding: 10px;
  border-bottom: dotted 1px #cccccc;
  font-size: 16px;
}

.dotted-menu .right {
  float: right;
}

.tb-demonstration {
  margin-bottom: 40px;
}

.tb-demonstration th, .tb-demonstration td {
  padding: 10px;
  vertical-align: middle;
}

.tb-demonstration th {
  font-weight: bold;
}

.tb-demonstration td {
  text-align: center;
}

.schedule-title {
  position: relative;
}

.schedule-title h2 {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: none;
  background: none;
  color: #666666;
  font-size: 20px;
}

.schedule-title h2 .font-lightblue {
  font-size: 30px;
}

.schedule-title form {
  position: absolute;
  bottom: 0;
  right: 0;
}

.schedule-title form select, .mailmagazine-backnumber form select {
  padding: 3px 30px 3px 5px;
  border: 1px solid #A9A9A9;
  position: relative;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.schedule-title form select, .mailmagazine-backnumber form select::-ms-expand {
  display: none;
}

.tcm-list-image {
  text-align: left;
  width: 80%;
  /*margin: 0 auto;*/
  letter-spacing: -.40em;
}

.tcm-list-image > img {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 35%;
  margin: 1.3%;
  height: auto;
  text-align: left;
}

.tcm-list-image > br {
  display: none;
}

.mailmagazine-backnumber form {
  position: relative;
}

.mailmagazine-backnumber form select {
  width: 200px;
}

.schedule-title form:after, .mailmagazine-backnumber form:after {
  margin-top: -3px;
  display: block;
  content: "";
  top: 50%;
  right: 10px;
  width: 7px;
  height: 6px;
  position: absolute;
  background: url(images/arrow-black-bottom.png) no-repeat right center;
}

.mailmagazine-backnumber form:after {
  margin-top: -4px;
  left: 180px;
  right: auto;
}

.schedule-box .left-box, .schedule-box .right-box {
  width: 50%;
  box-sizing: border-box;
}

.schedule-box .left-box {
  padding-right: 2.34375%;
  border-right: 1px dotted #CCCCCC;
}

.schedule-box .left-box h3 {
  padding: 13px;
  background: #006BB6;
  color: #ffffff;
  font-size: 18px;
}

.schedule-box .right-box h3 {
  padding: 13px;
  background: #11AAA3;
  color: #ffffff;
  font-size: 18px;
}

.schedule-box .left-box h3 img, .schedule-box .right-box h3 img {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 18px;
}

.schedule-box .right-box {
  padding-left: 2.34375%;
}

.iframe-kids {
  width: 928px;
  height: 600px;
  border: none;
}



.page-content#news-area {
  padding: 0;
  border: none;
}

.page-content#news-area .tab-contents table th, .page-content#news-area .tab-contents table td {
  padding: 15px 0;
}

.page-content#news-area .tab-contents table td.date {
  padding: 15px 10px;
  font-size: 12px;
  font-weight: bold;
  width: 90px;
}

.page-content#news-area .tab-contents table th span {
  font-weight: bold;
}

.page-content#news-area .tab-contents table th {
  width: 100px;
}

.page-content#news-area .tab-menu .tabs li {
  height: 40px;
  line-height: 40px;
}


.page-content#news-area table {
  margin-bottom: 30px;
}


.layout-history .dl-history {
  width: 61.345853%;
  float: left;
}

.dl-history dt {
  padding: 10px 0;
  border-top: 2px solid #516787;
  color: #006BB6;
  font-size: 16px;
  font-weight: bold;
}

.dl-history.dl-ayumi dt a {
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
}

.dl-history.dl-ayumi dt {
  color: #000000;
  font-weight: normal;
  font-size: 14px;
}

.dl-history dd {
  margin-left: 0;
  padding: 10px;
  background: #F8F7F1;
}

.circle-purple li {
  padding-left: 2em;
  text-indent: -1.6em;
  list-style: none;
}

.circle-purple li:before {
  margin-right: 10px;
  content: '●';
  font-size: 12px;
  color: #887BE1;
}

.layout-history .img-history {
  width: 34.428795%;
  float: right;
  text-align: center;
}

.layout-history .img-history li {
  margin-bottom: 20px;
}

.layout-history .img-history p {
  text-align: left;
  font-size: 12px;
}

.reader-box p {
  margin-bottom: 20px;
  float: left;
  width: 68%;
}

.reader-box img {
  margin-left: 0;
  width: 28.125%;
}

.car-demonstration-title{
  margin-top: -42px;
}

.car-demonstration-title img{
  max-width: 100%;
}

/* Post----------------------------------------------------------------------------------------------------------------------------------- */
#post h1 {
  margin-bottom: 30px;
}

#post h2 {
  margin: 0;
  padding: 25px 0;
  border-top: 3px solid #007ED2;
  border-bottom: none;
  background: none;
}

#post .post-info {
  padding: 20px 0;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  color: #449DFF;
  font-weight: bold;
}

#post .post-info .information-category {
  margin-right: 20px;
  width: 100px;
  text-align: center;
  color: #ffffff;
  display: block;
  float: left;
}


#post .post-content {
  margin-bottom: 30px;
  padding: 30px 0;
  border-bottom: 1px dotted #CCCCCC;;
}

#post .post-content p {
  margin: 1.4rem 0;
}

#akarenga .akarenga-new {
  margin-bottom: 30px;
}

#akarenga .akarenga-new .new-image {
  margin: 0 auto;
  width: 23.666667%;
  box-sizing: border-box;
}

#akarenga .akarenga-new .right{
  float: right;
  width: 73%;
  box-sizing: border-box;
}

#akarenga ul li > img {
  margin: 0 auto;
  width: 17.1875%;
  box-sizing: border-box;
}

#akarenga ul li .right{
  float: right;
  width: 79.6875%;
  box-sizing: border-box;
}


/* Sidebar-------------------------------------------------------------------------------------------------------------------------------- */
#sidebar nav, #sidebar aside {
  margin-bottom: 40px;
}

#sidebar #sub-menu h2 {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  background: #006BB6;
  font-size: 16px;
}

#sidebar #sub-menu h2 a {
  color: #ffffff;
  text-decoration: none;
}

#sidebar #sub-menu li {
  border-bottom: 1px solid #D6E1E9;
  border-left: 1px solid #D6E1E9;
  border-right: 1px solid #D6E1E9;
  position: relative;
  background: #F4F7F9;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#sidebar #sub-menu li:after {
  margin-top: -2px;
  content: '';
  background: url(images/arrow-blue-right.png) no-repeat center left;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
}

#sidebar #sub-menu li a {
  padding: 20px;
  width: 100%;
  display: table-cell;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}

#sidebar #sub-menu li a:hover {
  background: #e7eaec;
}

#sidebar #sub-menu ul.car-sub li{
  border-bottom: 1px solid #F4F7F9;
  position: relative;
  background: #E2EAEF;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#sidebar #sub-menu ul.car-sub li a {
  padding: 15px 20px 15px 34px;
  width: 100%;
  display: table-cell;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}

#sidebar #sub-menu ul.car-sub li a:hover {
  background: #e7eaec;
}

#sidebar aside h2 {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  color: #263D59;
  font-size: 14px;
  line-height: 14px;
  background: url(images/icon-title-middle.png) no-repeat center left;
}

#sidebar.toppage aside {
  margin-bottom: 30px;
}

#sidebar.toppage #banner-area li {
  margin-bottom: 30px;
}

#sidebar.toppage #banner-area li a {
  display: block;
}

#sidebar.toppage #banner-area li:nth-child(3) h2 {
  margin-bottom: 11px;
}

#sidebar.toppage #banner-area li:nth-child(3) a {
  margin-bottom: 10px;
}

#sidebar.toppage #special-contents {
  margin-bottom: 0;
}

#tripadvisor {
  padding: 15px;
  border: 1px solid #D6E1E9;
}

#tripadvisor iframe {
  margin-left: -10px;
  width: 100%;
}

#tripadvisor p {
  font-size: 10px;
  letter-spacing: -1px;
}

/* Backtotop------------------------------------------------------------------------------------------------------------------------------ */
#backtotop {
  margin: 0 auto 10px;
  max-width: 960px;
  width: 100%;
  text-align: right;
}

#backtotop a {
  font-size: 12px;
  color: #777777;
  text-decoration: none;
}

#backtotop a:hover {
  text-decoration: underline;
}

#backtotop img {
  margin-right: 5px;
  vertical-align: middle;
}


/* Modal------------------------------------------------------------------------------------------------------------------------------ */
.remodal-cancel {
  background: transparent;
}


/* Footer--------------------------------------------------------------------------------------------------------------------------------- */
footer {
  border-top: 1px solid #D6E1E9;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

footer #footer-logo .inner {
  height: 92px;
  line-height: 92px;
  background: url(images/img-footer-photo.jpg) no-repeat top right;
}

footer #footer-logo img {
  vertical-align: middle;
}

footer hr {
  margin: 0;
  border: none;
  height: 10px;
  background: #002299;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMjI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIyOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #002299 0%, #002299 30%, #207cca 50%, #002299 70%, #002299 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002299), color-stop(30%,#002299), color-stop(50%,#207cca), color-stop(70%,#002299), color-stop(100%,#002299));
  background: -webkit-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -o-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: -ms-linear-gradient(left,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  background: linear-gradient(to right,  #002299 0%,#002299 30%,#207cca 50%,#002299 70%,#002299 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002299', endColorstr='#002299',GradientType=1 );
}

footer #footer-info {
  padding: 20px 0;
  border-bottom: 1px solid #D6E1E9;
}

footer #footer-info .left-box p {
  margin-bottom: 15px;
  color: #006bb6;
}

footer #footer-info .left-box li {
  line-height: 100%;
}

footer #footer-info .left-box a {
  color: #334C72;
  font-weight: bold;
  font-size: 12px;
}

footer #footer-info .right-box {
  padding: 5px 0;
  color: #444444;
}

footer #footer-info .right-box p {
  line-height: 140%;
}

footer #footer-info .right-box a {
  font-weight: bold;
  color: #444444;
}

footer #footer-menu {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 960px;
  width: 100%;
}

footer #footer-menu .menu-upper ul li {
  display: table;
}

footer #footer-menu .menu-upper ul li a {
  display: table-cell;
  vertical-align: middle;
}

footer #footer-menu > ul {
  /* margin-bottom: 30px; */
}

footer #footer-menu > ul > li {
  margin-right: 42px;
  margin-bottom: 30px;
  float: left;
}

footer #footer-menu > ul > li > a {
  margin-bottom: 12px;
  padding: 12px 0 12px 13px;
  border-bottom: 1px dotted #007ED2;
  color: #263D59;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

footer #footer-menu .twocol-list {
  width: 263px;
}

footer #footer-menu ul ul {
  padding-right: 10px;
}

footer #footer-menu ul ul a {
  color: #006bb6;
  font-size: 12px;
}

footer #footer-site-menu {
  padding: 17px 0;
  border-top: 1px solid #D6E1E9;
}

footer #footer-site-menu .site-menu {
  float: left;
}

footer #footer-site-menu .site-menu a {
  color: #334C72;
  font-size: 12px;
  line-height: 30px;
}

footer #footer-site-menu .sns-menu {
  float: right;
}

footer #copyright {
  padding: 18px;
  background: #283D5B;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 100%;
}
