@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
body {
  padding: 0px;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", monospace, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 180%;
  background: #fafafa;
  -webkit-text-size-adjust: none;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
  margin: 1em 0;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
/*大きい画面の時
---------------------------------------------------------------------------*/
.sh {
  display: none;
}
.sh5 {
  display: none;
}
.pc {
  display: block;
}
/*コンテンツ全体
---------------------------------------------------------------------------*/
#container {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #001888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #B40003;
  text-decoration: none;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
/*ヘッダー（タイトルが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#hmarea {
  width: 100%;
  background: url("../images/headerBg.png")repeat-x;
}
header {}
header .inner {
  height: 100px; /*高さ*/
}
header p {
  float: left;
  display: block;
}
header p.subtitle { /* サブタイトル　*/
  display: none;
  /*	
	color: #555;
	margin-top: 20px;
	font-size: 12px;
	line-height: 12px;
*/
}
header img {
  margin: 0;
  float: left;
}
.htitle {
  float: left;
}
header p.maintitle { /* メインタイトル　*/
  display: none;
}
header img {
  float: left;
}
header a {
  color: #fff;
  text-decoration: none;
}
#searchtools {
  float: right;
  text-align: right;
}
#search.pc {
  clear: both;
  margin-top: 5px;
}
#search.sh {
  margin-top: 0;
  clear: both;
  width: 100%;
  height: 30px;
  background: #4486c4;
  padding-right: 10px;
}
.sh .sbutton, .sh .input_search {
  height: 21px;
  float: right;
  margin-top: 4px;
}
.input_search {
  height: 22px;
  font-size: 12px;
  border: 1px solid #999;
}
.sbutton {
  margin-top: 1px;
  margin-left: 5px;
  height: 22px;
  font-size: 11px;
  border: 1px solid #999;
  color: #333;
}
#tools {
  float: right;
  margin-top: 5px;
  font-size: 11px;
}
#tools a {
  color: #333;
}
p.hlang {
  float: right;
  margin-top: 15px;
}
.hlang a {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea6464+0,ce3535+100 */
  background: #ea6464; /* Old browsers */
  background: -moz-linear-gradient(top, #ea6464 0%, #ce3535 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea6464 0%, #ce3535 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea6464 0%, #ce3535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6464', endColorstr='#ce3535', GradientType=0); /* IE6-9 */
  padding: 3px 15px;
  border-radius: 30px;
  color: #fff;
  text-shadow: 0 0 1px #333;
  font-size: 12px;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #222;
}
.hlang a:hover {
  text-shadow: 0 0 2px #fff;
}
/*breadclumbs
---------------------------------------------------------------------------*/
#breadclumbs {
  color: #fff;
  font-size: 11px;
  float: right;
  margin-right: 1em;
  position: absolute;
  bottom: 8px;
  right: 1em;
}
.crumbs {
  font-size: 11px;
}
.crumbs li {
  list-style: none;
  float: left;
  line-height: 26px;
  color: #fff;
  text-shadow: 0px 0px 8px #2078a0;
}
.crumbs li a {
  background: url(../images/crumbs.png) top;
  background-repeat: no-repeat;
  background-position: right 5px;
  display: block;
  padding: 0 15px 0 0;
  margin: 0 3px 0 3px;
}
.crumbs li a:link, .crumbs li a:visited {
  color: #fff;
  text-decoration: none;
}
.crumbs li a:hover, .crumbs li a:focus {
  color: #fff;
}
.crumbs img.panhome {
  _line-height: 26px !important;
  width: 15px;
  height: 26px;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#gnav {
  clear: both;
  margin-top: 5px;
  padding: 0 5%;
  position: relative;
  z-index: 999;
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #666;
  background: rgb(0, 104, 166);
  background: linear-gradient(0deg, rgba(0, 104, 166, 1) 51%, rgba(26, 129, 190, 1) 52%);
  /*
background: #f2f2f2;
background: -moz-linear-gradient(top,  #f2f2f2 0%, #cecece 29%, #f7f7f7 100%);
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cecece 29%,#f7f7f7 100%);
background: linear-gradient(to bottom,  #f2f2f2 0%,#cecece 29%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=0 );
	*/
}
/*メニュー位置固定用*/
.fixed {
  /*
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	z-index: 10000;
	overflow: scroll-y;
	background: #dbeaf0; 
	background-position: center top;
	background-attachment: fixed;

-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden
*/
}
/*トップページスライドショー
---------------------------------------------------------------------------*/
#keyimage {
  display: block;
  position: relative;
  overflow: hidden;
  /* -webkit-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 10px #999;*/
}
#mainimg {
  clear: both;
  /*	padding: 0 5%;
	margin: 0 auto 1.5em auto;*/
  /*  background: #fff;*/
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto 1.5em auto;
}
#mainimg img {
  max-width: 100%;
}
/* 下層部title
---------------------------------------------------------------------------*/
#title {
  clear: both;
  margin: 0 auto;
  /*z-index: -1;*/
  /*pointer-events: auto;*/
  width: 100%;
  height: 110px;
  padding-left: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #2078a0 url("../images/titleBg.jpg") no-repeat center center;
  position: relative;
}
#title h1 {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px !important;
  text-shadow: 0px 0px 8px #2078a0;
}
#title h1 span {
  font-size: 12px !important;
}
#title p {
  font-size: 12px;
  /*margin-top: 10px;*/
}
/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#main {
  clear: both;
  overflow: hidden;
  padding: 0 2% 1em 2%;
  margin: 0 0 20px 0;
}
#left {
  margin-top: 1em;
  width: 180px;
  float: left;
  text-align: left;
  min-height: 500px;
  background: #eee;
  box-shadow: 0 0 3px 0 #999;
}
#right {
  width: calc(100% - 200px);
  float: right;
  text-align: left; /*border-left: 1px solid #999;*/
}
#contents {
  clear: both;
  margin-top: 0;
  width: 100%;
  padding: 0;
  float: left;
}
#carea {
  /*padding: 1em 1.5em;*/
}
/*コンテンツのh1タグの設定
---------------------------------------------------------------------------*/
#contents h1 {
  claer: both;
}
#contents h1 {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 10px;
  font-size: 24px !important;
  color: #1b5da1 !important;
  background: none !important;
  text-shadow: none;
  font-weight: normal;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 18px !important;
}
#contents h1 span {
  line-height: 20px !important;
  font-size: 11px;
  color: #333;
  font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  line-height: 14px !important;
}
/*コンテンツのh2タグの設定
---------------------------------------------------------------------------*/
#contents h2 {
  clear: both;
  margin-top: 0;
  margin: 0;
  padding: 8px 15px 6px 15px;
  background: #0068a6;
  text-shadow: 0 1px #555;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #999;
}
#contents h2 a {
  color: #fff !important;
}
/*コンテンツのh3タグの設定
---------------------------------------------------------------------------*/
#contents h3::before {
  /*content: "■ "*/
}
#contents h3 {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  color: #3774C7;
  margin-bottom: 0.5em;
}
/*コンテンツの段落タグ設定
---------------------------------------------------------------------------*/
#contents p {
  margin: 1em 0;
  /*padding: 1em;*/
  padding: 0 0.5em;
}
#contents article p {
  margin-top: 0;
}
#contents h2 + table {
  margin-bottom: 1em;
}
#contents h2 + p {
  margin-top: 1em;
}
#contents h3 + p, #contents h4 + p {
  margin-top: -5px;
}
#contents p + ol, #contents p + ul {
  margin-top: -1em;
}
/*テーブルの設定
---------------------------------------------------------------------------*/
#contents table {
  margin-bottom: 1.5em;
  border-collapse: collapse;
}
#contents td {
  padding: 0 5px;
}
#contents td p {
  margin: 0;
  padding: 0;
}
/*1カラム時のメインコンテンツ
---------------------------------------------------------------------------*/
#contents.c1 #contents {
  float: none;
  width: auto;
}
#contents ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#contents article {
  margin-top: 1em;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 2em;
  padding: 1em;
  box-shadow: 0 0 4px #aaa;
  box-shadow: 0 0 4px #aaa;
  overflow: hidden;
}
h1 + article {
  margin-top: 5px !important;
}
/*Open Close設定
---------------------------------------------------------------------------*/
/*inputを非表示*/
input[type="checkbox"].on-off {
  opacity: 0;
}
.open-label {
  font-size: 12px;
  float: right;
  padding: 5px 10px;
  display: block;
  color: #fff;
  text-align: center;
  box-shadow: 0 1px 0 1px #aaa;
  background: #333;
  border-radius: 2px;
}
/*エフェクト*/
.open-label:active {
  box-shadow: 0 0 0 0;
}
.open-label:hover {
  background: -webkit-linear-gradient(bottom, #fff4e0 1%, orange 80%);
  background: #555;
}
/*ラベルに表示するテキスト*/
.open-label::after {
  content: '+ OPEN';
}
.on-off:checked ~ .open-label::after {
  content: '- CLOSE';
}
/*開閉エリア*/
.open {
  padding: 0 1em;
  height: 0;
  opacity: 0;
  transition: .5s;
}
/*「開く」をタップで表示*/
.on-off:checked ~ .open {
  padding: 1.5em 1em;
  height: auto;
  opacity: 1;
}
/*コラム設定
---------------------------------------------------------------------------*/
.fcolumn {
  float: left;
  margin-right: 1%;
  background: #555;
  min-height: 120px;
  box-sizing: border-box;
}
.fcolumn h2 {
  bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 14px !important;
  background: linear-gradient(rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.8)) !important;
  border-bottom: none;
  text-shadow: none !important;
  color: #fff !important;
  border-radius: none !important;
}
/*2カラム設定
---------------------------------------------------------------------------*/
.tcolumn {
  margin-top: 1em;
  float: left;
  width: 49%;
  margin-bottom: 1em;
  min-height: 220px;
  padding-bottom: 1em;
  border-radius: 5px 5px 0 0;
}
.m0 {
  float: right;
}
.tcolumn h1, .ocolumn h1 {
  clear: both;
  padding: 7px 10px 5px 10px !important;
  font-size: 14px !important;
  line-height: 16px;
  padding: 3px 14px;
  background: linear-gradient(#999, #777);
  text-shadow: none;
  color: #ff0;
  border-radius: 3px 3px 0 0 !important;
  margin-bottom: 0;
}
/*コンテンツのh1タグ内のspanタグ設定（色付き文字部分）*/
.tcolumn h1 span, .ocolumn h1 span {
  display: block;
  color: #ddd;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.tcolumn h2 {
  margin-top: 0;
  clear: both;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 6px 14px !important;
  background: linear-gradient(rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.8)) !important;
  border-bottom: none;
  text-shadow: none !important;
  color: #fff !important;
  border-radius: none !important; /*角丸のサイズ*/
}
.tcolumn table td {
  font-size: 12px;
  line-height: 18px !important;
  padding: 3px 5px !important;
}
.more {
  float: right;
  margin-right: 10px;
  margin-top: -5px;
  display: block;
  padding: 3px 8px;
  background: #D0161A;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  font-wieght: normal !important;
  text-decoration: none;
  box-shadow: #999 0 0 2px;
}
a.more:hover {
  background: #E97274;
}
#multiSlider {
  padding: 1.5em 0 1em 0.7em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0.8);
}
.multiple {
  padding: 0;
  margin: 0;
}
/*.multiple img { width: 100%;}*/
.multiple img {
  height: 100%;
  margin: auto;
  width: 100%;
}
.multiple div {
  position: relative;
  margin: 0 8px 0 0;
  height: 120px;
  overflow: hidden;
  width: 100%;
}
.multiple .slick-next {
  right: 17px;
  z-index: 100;
}
.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}
.multiple div p {
  width: 100%;
  position: absolute;
  display: inline-table;
  box-sizing: border-box;
  position: absolute;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 14px !important;
  background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(40, 40, 40, 0.7)) !important;
  border-bottom: none;
  text-shadow: none !important;
  color: #fff !important;
  border-radius: none !important;
}
/*Topページ
---------------------------------------------------------------------------*/
#top h1 {
  padding: 0;
  margin-top: 0;
  font-size: 24px !important;
  color: #002a54 !important;
  margin-bottom: 0 !important;
  background: none !important;
  text-shadow: none;
  font-weight: normal;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 18px !important;
}
#top h1 span {
  line-height: 20px !important;
  font-size: 11px;
  color: #333;
  font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  line-height: 14px !important;
}
.tcontents {
  margin-top: 1px;
  background: #f5f5f5;
  margin-bottom: 1em !important;
  overflow: hidden;
}
.tcontents p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tcontents ul {
  padding-top: 0.5em !important;
  margin-bottom: 0 !important;
}
.topchair {
  float: left;
  margin: 0;
  vertical-align: bottom;
  text-align: center;
  padding: 0.5em;
  line-height: 16px;
  font-size: 12px;
}
.topchair img {
  margin-bottom: 1em;
}
/*新着情報
---------------------------------------------------------------------------*/
.whatsnewCon, .eventsCon {
  width: 100%;
  overflow: auto;
}

.whatsnewCon, .eventsCon {
  overflow-y: auto !important;
}
.whatsnewCon table, .eventsCon table {
  width: 98%;
    margin: 0 auto;
}
.whatsnewCon table td, .eventsCon table td {
  border-bottom: 1px dotted #999;
}
.whatsnewCon table td:nth-of-type(1), .eventsCon table td:nth-of-type(1) {
  width: 100px;
  color: #bd0000;
  font-weight: bold;
}
.whatsnewCon table td:nth-of-type(2) {
  width: 80px;
}
/*下層部ページの戻る設定
---------------------------------------------------------------------------*/
#under {
  clear: both;
  text-align: right;
}
.back a {
  background: url(../images/back.gif) no-repeat 0 -1px;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.backarrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(#275086, #113565);
  color: #fff;
  text-align: center;
  line-height: 21px;
  font-weight: bold;
  font-size: 11px;
}
.back a {
  color: #333333;
  text-decoration: none;
}
.back a:hover {
  color: #bb0000;
}
.back a:hover {
  color: #bb0000;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
  border-top: 4px solid #6ca7c9;
  clear: both;
  background: linear-gradient(#f3f3f3, #dfdfdf);
  color: #000;
  font-size: 85%;
  margin-top: auto;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #D50000;
}
footer .pr {
  display: block;
  font-size: 80%;
}
#flogo img {
  float: left;
  margin-right: 15px;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
  overflow: hidden;
  padding: 15px 2%;
}
/*１行分の設定*/
#footermenu .honly {
  display: none;
}
#footermenu ul {
  list-style: none;
  padding: 0;
}
#footermenu ul li {
  padding: 0;
  float: left;
  width: 10%;
  line-height: 17px;
  font-weight: bold;
  margin-right: 2em;
}
#footermenu ul li a {
  margin-bottom: 5px !important;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
  display: block;
  margin-bottom: 0;
}
#footermenu ul li a:hover {
  color: #ffff00 !important;
}
#footermenu ul li a span {
  font-size: 9px;
  display: block;
  color: #ccc;
  font-weight: normal;
}
#footermenu ul li ul li {
  text-align: left;
  clear: both;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
#footermenu ul li ul li:last-child {
  margin-bottom: 10px !important;
}
#footermenu ul li ul li a {
  border-bottom: none !important;
  color: #ffffff !important;
  font-size: 11px !important;
}
#footermenu ul li ul li a:hover {
  color: #ffff00 !important;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  padding: 5px 2%;
  clear: both;
}
#copyright p {}
#copyright a {
  text-decoration: underline;
}
#flogo {}
#ftitle {
  float: left;
}
#flogo #ftitle {
  height: 85px;
  float: left;
}
#copy {
  font-size: 11px;
  clear: both;
}
#ftitle p {
  margin: 0;
  font-size: 12px;
}
.fstitle {}
.fmtitle {
  font-size: 18px;
  font-weight: 400;
}
.fcontact {
  margin-top: 10px !important;
}
#ftitle p a {
  text-decoration: underline;
}
/*PAGE TOP設定
-------------------;--------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop {
  clear: both;
}
#pagetop a {
  color: #fff;
  font-size: 20px;
  background: linear-gradient(#275086, #113565);
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  opacity: 0.7;
}
/*マウスオン時*/
#pagetop a:hover {
  background: #fff;
  color: #17184e;
  border: 3px solid #00569a;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00;
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
/*ヘッダをfixにしたときに内部リンクにずれが生じるための対策*/
#contents::before {
  content: ‘ ‘;
  display: block;
  height: 450px; /* ヘッダの高さ */
  margin-top: -450px; /* ヘッダの高さ */
  vertical-align: top;
}
/*その他
---------------------------------------------------------------------------*/
.clear {
  clear: both;
}
ul.disc {
  padding: 0em 25px 15px;
  list-style: disc;
}
.thead {
  background: #888;
  color: #fff;
  text-shadow: 0 0 2px #555;
  font-weight: bold;
  padding: 5px 1em !important;
  fon-size: 14px;
}
.thead a {
  color: #fff;
}
/* tableのline */
table.line td {
  border-bottom: 1px dotted #666666;
}
table.line tr:nth-child(1) td {
  border-top: 1px dotted #666666;
}
.rscroll {
  width: 98%;
  overflow: auto;
}
table.color {
  border-collapse: separate !important;
  border-spacing: 1px !important;
}
table.color td, table.color th {
  padding: 3px !important;
}
table.color th {
  background: #4472c4;
  color: #fff;
}
table.color td {
  background: #e9ebf5;
}
/* 赤い文字 */
.red {
  color: #CC3300;
}
.button {
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73b1e7+2,0a77d5+100 */
  background: linear-gradient(#fff, #eee);
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  text-align: center;
  border: 1px solid #999;
  margin-bottom: 10px;
}
a.button:hover {
  background: linear-gradient(#fff, #dfdfdf);
}
#right .button {
  width: 49%;
}
#right a.button {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
}
#right .button span {
  font-size: 18px;
  color: #E00003;
}
p.box {
  margin: 0 1em;
  padding: 1em 2em !important;
  border: 1px dashed #999;
  border-radius: 3px;
}
.box {
  margin: 0 1em;
  padding: 1em 2em !important;
  border: 1px dashed #999;
  border-radius: 3px;
}
.large {
  font-size: large;
}
video {
  width: 100%;
}
.binfo, .blec, .breport, .btext {
  /*	width: 220px;*/
  padding: 2px 10px;
  margin: 2px 0;
  height: 18px;
  color: #fff !important;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 11px;
  white-space: nowrap;
}
a.binfo, a.blec {
  color: #fff !important;
  text-decoration: none;
}
.binfo {
  background: #3E71D9;
}
.blec {
  background: #49B02F;
}
a.pdf {
  background: url(../images/pdficon.gif ) no-repeat right 1px;
  padding-right: 20px;
  margin-right: 2px;
}
a.word {
  background: url(../images/wordicon.gif ) no-repeat right 0;
  padding-right: 20px;
  margin-right: 2px;
}
a.excel {
  background: url(../images/excelicon.gif ) no-repeat right 0;
  padding-right: 20px;
  margin-right: 2px;
}
a.link {
  background: url(../images/linkicon.gif ) no-repeat right 2px;
  padding-right: 23px;
  margin-right: 2px;
}
a.image {
  background: url(../images/imageicon.gif ) no-repeat right 0;
  padding-right: 23px;
  margin-right: 2px;
}
sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
}
sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.4em;
}
td.line, th.line {
  border-bottom: 1px dotted #666666;
}
td.uline, th.uline {
  border-bottom: 1px dotted #666666;
  border-top: 1px dotted #666666;
}
td.date {
  color: #C00;
  font-weight: bold;
}
.newmark {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
}
.paper {
  color: #3366CC;
  font-weight: bold;
}
.article_title {
  color: #3333FF;
}
#contents td.left {
	background:  #eeeeee;
	font-weight: bold;
}
#contents td.tdtitle, #contents th.tdtitle {
	vertical-align: middle;
	font-size:100%;
	background: url(../images/tdBg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*画面幅1040px以下の設定 （タブレット用）
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1042px) {
  .sh {
    display: block;
  }
  .sh5 {
    display: none;
  }
  .pc {
    display: none;
  }
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: auto;
  }
  /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
  p.hlang {
    display: none;
  }
  .hlang a {
    display: none;
  }
  /*ヘッダーブロック*/
  #hmarea {
    width: 100%;
    /*   background: url("../images/headerBgS.png")repeat-x;*/
    /*	background-size: 100% 100% !important;*/
  }
  header #lang {
    margin-right: 50px;
  }
  header {
    clear: both;
    width: 100%;
    box-shadow: 0 0 4px #333;
  }
  .htitle {
    margin-left: 2px;
    float: left;
  }
  header img {
    float: left;
  }
  header p.subtitle span {
    display: none;
  }
  #tools {
    display: none;
  }
  #gnav {
    clear: right;
    float: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    width: 100%;
  }
  #eventsCon {
    height: auto;
  }
  /*contents,subコンテンツ
---------------------------------------------------------------------------*/
  #contents {
    float: none;
    width: auto;
    min-height: 100px !important;
  }
  /*ページタイトル
---------------------------------------------------------------------------*/
  #title {
    position: relative;
    /*pointer-events: auto;*/
    /*z-index: -1;*/
  }
  #title h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  /*Topページ右側
---------------------------------------------------------------------------*/
  #right {
    width: 100%;
    clear: both;
  }
  /*トップページ左側　ニュース・イベント
---------------------------------------------------------------------------*/
  #left {
    width: 100%;
    float: left;
    clear: both;
    min-height: 0;
  }
  /*2カラム表示設定
---------------------------------------------------------------------------*/
  .tcolumn {
    float: left;
    width: 100%;
  }
  .tcolumn {
    min-height: 200px;
  }
  /*その他
---------------------------------------------------------------------------*/
  body.s-n .sub, body.s-n #footermenu, .m-n {
    display: none;
  }
  .fl-half {
    float: left;
    width: 45%;
    margin-left: 3%;
  }
  #lang {
    display: none;
  }
  /*フッターメニュー
---------------------------------------------------------------------------*/
  /*ボックス全体*/
  #footermenu {
    display: none;
  }
  #ftitle {
    float: left !important;
  }
  #tokyotechF {
    clear: both;
    float: left !important;
  }
  /*コピーライト
---------------------------------------------------------------------------*/
  #copyright {
    padding: 5px 2em;
  }
  /*全体の設定
---------------------------------------------------------------------------*/
  body {
    font-size: 14px;
  }
  /*トップページメイン画像
---------------------------------------------------------------------------*/
  #mainimg {
  }
  /*コンテンツ設定
---------------------------------------------------------------------------*/
  /*コンテンツ
---------------------------------------------------------------------------*/
  #contents {}
  /*その他
---------------------------------------------------------------------------*/
  .fcolumn h1 {
    font-size: 16px !important;
  }
  .fcolumn {
    float: left;
    width: 48%;
    margin-right: 2%;
    min-height: 120px;
    margin-bottom: 1em;
    border-radius: 4px;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow: scroll-y;
    background: rgba(255, 255, 255, 0.9);
  }
  /*ヘッダをfixにしたときに内部リンクにずれが生じるための対策*/ :target:before {
    content: "";
    display: block;
    height: 150px; /* ヘッダの高さ = 260px */
    margin: -150px 0 0; /* ヘッダの高さ = 260px */
  }
}
/*画面幅600px以下の設定 スマホ用
---------------------------------------------------------------------------*/
@media screen and (max-width:600px) {
  body {
    font-size: 12px;
  }
  header p.subtitle { /* サブタイトル　*/
    margin-top: 12px; /* 上部空きスペース */
  }
  header p.maintitle { /* メインタイトル */
    font-size: 12px !important;
    line-height: 8px !important;
    margin-top: -5px !important;
    letter-spacing: -0.5px !important;
  }
  #tools {
    display: none;
  }
  .whatsnewCon table td {
    width: 100%;
    display: block;
    border: none !important;
  }
  .whatsnewCon table tr {
    border-bottom: 1px dotted #999;
  }
  .tcolumn h1, .ocolumn h1 {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .tcolumn h1 span, .ocolumn h1 span {
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
  #carea {}
  #title {
    padding: 5px 10px 3px 10px;
    /*pointer-events: auto;*/
    /*
      z-index: -1;*/
  }
  #title h1 {
    float: left;
    letter-spacing: 0;
    font-size: 16px;
  }
  #title h1 span {
    display: none;
  }
  #contents h1, #contents h2 {
    font-size: 16px !important;
  }
  #contents p {
    /* padding: 1em 0!important*/
  }
  #contents p.box {
    margin: 0 !important;
    padding: 10px !important;
  }
  #contents div.multiple div p {
    padding-left: 1em !important;
  }
  #contents ul {
    margin-left: 1em;
    padding-left: 1em;
  }
  #ftitle p {
    font-size: 12px;
  }
  .fmtitle {
    font-size: 16px !important;
  }
  #ftitle p span {
    font-size: 11px;
  }
  .fcontact {
    margin-top: 0 !important;
  }
  #flogo {
    margin-top: 5px;
  }
  #flogo img {
    width: 40px;
    margin-bottom: 10px;
  }
  .button {
    padding: 5px 0;
  }
}
/*画面幅400px以下の設定 スマホ用
---------------------------------------------------------------------------*/
/*
@media screen and (max-width:500px) {
  #breadclumbs {
    margin-top: 0;
  }
}
*/
/*photos
---------------------------------------------------------------------------*/
.photoList {
  margin: 2em 0 0 1em;
  display: flex;
  flex-flow: row wrap;
  /*justify-content:  space-between;*/
  justify-content: space-between;
  align-content: flex-start;
}
.photoList article {
  padding: 1em;
  background: #fff;
  text-align: left;
  border: 1px solid #aaa;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 5px 0 #ccc;
}
.photoList::after {
  content: " ";
  display: block;
}
.photoList article {
  width: 49%;
}
.photoList::after {
  width: 49%;
}
@media print, screen and (max-width: 799px) {
  .photoList article {
    width: 100%;
  }
}
.photoList h2 {
  text-align: center;
  padding: 0 !important;
  letter-spacing: 0 !important;
  width: 100%;
  margin-top: 0 !important;
  color: #0054AC !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
.photoList article table {
  margin-top: 1em;
}
.photoList article p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px;
  padding: 0 !important;
  margin-top: auto;
  text-align: center;
}
.photoList p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
}
.photoList a {
  color: #fff;
  text-decoration: none;
}
.photoList a:hover img {
  opacity: 0.7;
}
.photoList article img {
  object-fit: cover;
  /*max-height: 200px;*/
  border: 1px solid #fff;
  margin: auto;
}
/*画面幅1201px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1201px) {
  #mainimg {
    height: 350px;
  }
}
/*画面幅1200px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
  #mainimg {
    height: 300px;
  }
}
/*画面幅1000px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) {
  #mainimg {
    height: 250px;
  }
}
/*画面幅800px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
  #mainimg {
    height: 200px;
  }
}
/*画面幅620px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:620px) {
  #mainimg {
    height: 180px;
  }
}
/*画面幅500px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px) {
  #top header, #mainimg {
    height: 150px;
  }
}
/*画面幅4600px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px) {
  #top header, #mainimg {
    height: 130px;
  }
}
/*画面幅420px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px) {
  #mainimg {
    height: 100px;
  }
}