@charset "utf-8";
body {
  background-color: #E4E4E4;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-position: 0% 0%;
}
#container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  overflow: hidden;
  height: 1%;
  display: block;
  /* box-shadow */
  box-shadow: rgba(135, 146, 161, 0.298039) 0px 0px 15px 3px;
  -webkit-box-shadow: rgba(135, 146, 161, 0.298039) 0px 0px 15px 3px;
  -moz-box-shadow: rgba(135, 146, 161, 0.298039) 0px 0px 15px 3px;
}
header {
  border-top: 14px solid #07195B;
}
h1 {
  display: inline;
  margin-left: 30px;
}
hr {
  margin-top: 20px;
}
/*神大ロゴマーク*/
.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  margin-left: 20px;
}
.logo a:hover {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*言語切替*/
.lang-nav {
  float: right;
  margin-right: 20px;
}
.lang-nav li {
  margin: 10px 5px;
  color: #F01257;
  display: block;
  text-decoration: none;
  float: left;
  font-weight: bold;
}
.lang-nav li.sl {
  color: #000;
  text-decoration: none;
  font-weight: nomal;
}
.lang-nav li a {
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.lang-nav li a:hover {
  color: #F01257;
}
/*グローバルメニュー*/
.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
.menu > li {
  float: left;
  width: 25%; /* グローバルナビ4つの場合 */
  height: 50px;
  line-height: 50px;
  background: #07195b;
}
.menu > li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.menu > li a:hover {
  color: #999;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  background: #0360B7;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__third-level li {
  border-top: 1px solid #111;
  line-height: 1.5;
  height: 50px;
  text-align: center;
}
.menu__third-level li:first-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  vertical-align: middle;
}
.menu__third-level li a {
  display: inline-block;
  vertical-align: middle;
}
.menu__second-level li a:hover {
  background: #07195b;
}
.menu__third-level li a:hover {
  background: #0360B7;
}
/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__multi {
  position: relative;
}
li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #0360B7;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li:hover {
  background: #07195b;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #07195b;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background: #0360B7;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #07195b;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  visibility: visible;
  opacity: 1;
}
.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*メイン画像*/
.main_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 918px;
}
/*メインの記事（トップページ）*/
.main_top {
  width: 670px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  padding-right: 10px;
}
/*記事の枠*/
.info {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border-top: 16px solid #0360B7;
  /* box-shadow */
  box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  -webkit-box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  -moz-box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  overflow: hidden;
  height: 1%;
}
/*見出し*/
.info h2 {
  color: #07195B;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 10px solid #0360B7;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  margin-bottom: 10px;
  clear: both;
}
.info a {
  text-decoration: none;
}
.center {
  text-align: center;
  clear: both;
  width: 100%;
}
/*トップページデザイン*/
#events_ja {
  clear: both;
}
.top_center {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top_date {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
}
/*英語タイトルスタイル*/
.top_title {
  margin-top: 10px;
  clear: both;
  color: #0360B7;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
}
.top_title a {
  color: #0360B7;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.top_title a:hover {
  font-style: italic;
}
/*日本語タイトルスタイル*/
.top_date_ja {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.top_title_ja {
  font-size: 18px;
  color: #004c94;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 20px;
}
.top_title_ja a {
  color: #004c94;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  text-decoration: underline;
}
.top_title_ja a:hover {
  color: blue;
}
/*記事のスタイル*/
.news {
  line-height: 1.4em;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 16px;
  margin-top: 6px;
  text-align: justify;
}
.news a {
  color: #0360B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news a:hover {
  color: #0399C7;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
/*ニュース画像*/
.news_pic {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: left;
  margin-top: 10px;
}
/*ニュース画像リンク動き*/
a .news_pic:hover {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*ニュース画像・右側*/
.news_pic_right {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}
/*日本語ニュース画像*/
.news_pic_ja {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
  margin-top: 5px;
}
/*日本語ニュース画像リンク動き*/
a .news_pic_ja:hover {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*日本語ニュース画像・右側*/
.news_pic_right_ja {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
  margin-top: 10px;
}
/*画像を下に入れるときのキャプション*/
figcaption {
  font-size: 10px;
  line-height: 13px;
}
.exlink {
  margin: 0;
  float: left;
}
.left {
  float: left;
  display: block;
  margin-right: 20px;
}
.right {
  float: right;
  display: block;
  margin-left: 20px;
}
/*日付のスタイル*/
.date {
  margin-top: 10px;
  clear: both;
  /*color: #0360B7;*/
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
}
/*タイトルのスタイル*/
.title {
  margin-top: 10px;
  clear: both;
  color: #0073de;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
}
/*.date img {
	vertical-align: middle;
}
.date-none{
	margin-top: 10px;
	margin-bottom: 20px;
	clear:both;
	color: #0360B7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
	min-height: 25px;
}
.date-b{
	margin-top: 10px;
	margin-bottom: 20px;
	clear:both;
	color: #0360B7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
    background: url("../img/img/icon/icon-b.png")no-repeat left center ;
	min-height: 25px;
}
.date-b a{
	font-weight: 600;
}
.date-p{
	margin-top: 10px;
	margin-bottom: 20px;
	clear:both;
	color: #0360B7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
    background: url("../img/img/icon/icon-p.png") no-repeat left center;
	min-height: 25px;
}
.date-p a{
	font-weight: 600;
}
.date-bp{
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
	color: #0360B7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 55px;
    background: url("../img/img/icon/icon-bp.png") no-repeat left center;
	min-height: 25px;
}
.date-bp a{
	font-weight: 600;
}
*/
.date_re {
  margin-top: 10px;
  float: left;
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.date_re img {
  vertical-align: middle;
}
.category {
  margin-top: 10px;
  margin-right: 20px;
  float: right;
  background-color: #0360B7;
  color: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 8px;
}
.resulttitle {
  clear: both;
  font-style: normal;
  text-align: center;
  color: #0360B7;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
}
/* pastnewsボタン*/
details[open] .content {
  animation: fadeIn 1.0s ease-in-out;
}
details summary {
  width: 620px;
  height: 25px;
  background: #07195B;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  clear: both;
}
details summary li {
  text-decoration: underline;
}
/*Arcs2マーク動き*/
.arcsbtn:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
/*ウェブフォーラムはこちらボタン*/
a.btn-gradient {
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  border: 1px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#d2b0ff), to(#a8cbf6));
  background-image: -webkit-linear-gradient(left, #d2b0ff 0%, #a8cbf6 100%);
  background-image: linear-gradient(to right, #d2b0ff 0%, #a8cbf6 100%);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
a.btn-gradient:visited {
  color: #fff;
  text-decoration: none;
}
a.btn-gradient:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  color: #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
/*polscinexマーク動き*/
a .polscinex:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.polscinex {
  margin-left: 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* Transparent */
    transform: translateX(+100px);
    /* translateX(+100px)：右から表示 */
    /* translateX(-100px)：左から表示 */
    /* translateY(+100px)：下から表示 */
    /* translateY(-100px)：上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*過去ニュースのボタン*/
.pastnews {
  margin-top: 10px;
  text-decoration: none;
}
.pastnews a {
  background-color: #A0A0A0;
  text-decoration: none;
  color: #F9F9F9;
  font-size: 12px;
  border-radius: 4px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  width: auto;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pastnews a:hover {
  background-color: #cccccc;
}
/*リンク*/
.links {
  width: 240px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: right;
  margin-left: 10px;
}
.links a:hover {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.links article p {
  color: #818182;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  margin: 4px 0;
  width: 240px;
}
.links article a img {
  margin-bottom: 20px;
}
.links .rightmenu {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #07195b;
}
/*フッター*/
footer {
  clear: both;
  background-color: #071a6a;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-top: 2px solid #04D5E6;
  overflow: hidden;
  height: 1%;
}
/*左側のサイトマップとコピーライト*/
.footer_left {
  width: 680px;
  padding-left: 10px;
  float: left;
}
/*ページトップ*/
.skiptotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-decoration: none;
}
.skiptotop a {
  color: #fff;
  background-color: #BFBEBE;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  outline: none;
}
.skiptotop a:hover {
  color: #002354;
  text-decoration: none;
}
#container {
  text-decoration: none;
}
/*サイトマップ*/
.footer_nav_ul1 {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  width: 180px;
}
.footer_nav_ul2 {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  width: 210px;
}
.footer_nav_ul_pr {
  margin-top: 18px;
  margin-left: 30px;
  float: left;
  width: 200px;
}
.footer_nav_ul_pr li a {
  color: #FCFCFC;
  text-decoration: none;
}
.footer_nav_ul_eg {
  color: #fff;
  font-weight: bolder;
  border: solid 1px;
  font-size: 14px;
  float: left;
  width: 100px;
  margin-top: 150px;
  margin-left: 70px;
  text-align: center;
}
.footer_nav_ul_eg li a {
  color: #fff;
  text-decoration: none;
}
.footer_nav_ul1 li {
  line-height: 1.1em;
  margin-bottom: 16px;
}
.footer_nav_ul1 li.first {
  text-align: left;
  margin-right: 30px;
  width: 180px;
}
.footer_nav_ul1 li a {
  color: #FCFCFC;
  text-decoration: none;
}
.footer_nav_ul1 li a:hover {
  color: #04D5E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_nav_ul2 li {
  line-height: 1.1em;
  margin-bottom: 16px;
}
.footer_nav_ul2 li.first {
  text-align: left;
  margin-right: 30px;
  width: 180px;
}
.footer_nav_ul2 li a {
  color: #FCFCFC;
  text-decoration: none;
}
.footer_nav_ul2 li a:hover {
  color: #04D5E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copyright {
  display: block;
  color: #CDCCCC;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
/*フッター右側*/
.footer_right {
  width: 280px;
  float: right;
  border-left: 1px solid #FDFDFD;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*KOBE-PCRCの文字*/
.footer_right h3 {
  color: #04D5E6;
  font-weight: bold;
  font-size: 26px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
/*アクセス*/
.access {
  margin-right: 20px;
}
.access a {
  background-color: #007177;
  color: #ffffff;
  font-size: 12px;
  margin-left: 12px;
  border-radius: 4px;
  padding-top: 1px;
  padding-right: 6px;
  padding-bottom: 1px;
  padding-left: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.access a:hover {
  background-color: #666666;
}
/*アドレス、メール*/
address {
  color: #FCFCFC;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: both;
}
address a {
  text-decoration: underline;
}
address a:hover {
  color: aqua;
}
/*白くまの画像*/
.whitebear {
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: -10px;
}
/*日本語ページ*/
.info_ja_inside {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border-top: 16px solid #0360B7;
  /* box-shadow */
  box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  -webkit-box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  -moz-box-shadow: rgba(135, 146, 161, 0.419608) 0px 0px 4px 2px;
  overflow: hidden;
  height: 1%;
}
.info_ja_inside h2 {
  color: #07195B;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 10px solid #0360B7;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  margin-bottom: 10px;
  clear: both;
}
.info_ja_inside p {
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.info_ja_inside p a {
  color: #0360B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info_ja_inside p a:hover {
  color: #0399C7;
}
.info_ja_inside ol {
  color: #333333;
  list-style-position: outside;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.info_ja_inside ol li {
  line-height: 1.4em;
  margin-bottom: 14px;
}
.info_ja_inside ol li a {
  color: #DF024D;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info_ja_inside ol li a:hover {
  color: #cccccc;
}
strong {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
/*last　update*/
.lastupdate {
  margin-right: 40px;
  text-align: right;
  font-weight: 600;
}
/*写真などの説明文の設定*/
.caption {
  text-align: center;
  color: #272727;
  font-size: 10px;
  line-height: 1.2em;
  margin-bottom: 8px;
}
address a {
  color: #fff;
}
a img:hover {
  opacity: 0.8;
}