@charset "UTF-8";

/*

Cascading Style Sheets : common.css

- Last Updated on 2019. 12. 17
- (c) 2012-2019 長崎大学工学部工学科 社会環境デザイン工学コース - http://cee.nagasaki-u.ac.jp/

- Written by : Sayoko Nishimura (oniguili), Wataru Shitami (contrast)
- Modified by : Shingo MORIMASA

*/



/* 1.リセット設定
--------------------------------------------------*/

/* 1.1.レイアウト */


html {
  color: #000;
  background-color: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img { border: 0; }

img { behavior: url(../js/iepngfix.htc); }

li { list-style: none; }

caption,
th { text-align: left; }

th { vertical-align: baseline; }

section,
header,
footer,
nav,
article,
aside,
hgroup { display: block; }

/* 1.2.フォント */


body {
  font-family: Helvetica, Arial, clean, sans-serif;
  font-size: 13px;
  line-height: 1.231;
 *font-size: small;
 *font: x-small;
}

select,
input,
button,
textarea { font: 99%; }

table {
  font-size: inherit;
  font: 100%;
}

address,
caption,
em,
strong,
th {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select { *font-size: 100%;
}

/* 2.基本設定
--------------------------------------------------*/

/* 2.1.フォント */


body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 2.0;
}

/* 2.2.アンカー */


a,
a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  color: #00B1A5;
  outline: none;
}

.Opacity a:hover,
.Opacity input:hover {
  filter: alpha(opacity=60);  /* IE7以下用 */
  -ms-filter: "alpha(opacity=60)"; /* IE8用 */
  -moz-opacity: 0.6; /* Firefox 1.5未満, Netscape用 */
  -khtml-opacity: 0.6;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
  opacity: 0.6; /* Firefox 1.5以上, Opera, Safari用 */
}

/* 2.3.ハック */


.Offleft { text-indent: -9999px; }

.OffleftHeadline { display: none; /*オフレフトしてもスペースが残る場合（h要素等）*/ }

.Clearfix:before,
.Clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.Clearfix:after { clear: both; }

.Clearfix { zoom: 1; }

/* 3.共通設定
--------------------------------------------------*/


#Wrapper {
  width: 100%;
  background-color: #FAF6F0;
  overflow: hidden;
}

/* 3.1.ヘッダー */


#Header {
  width: 960px;
  padding-top: 50px;
  margin: 0 auto;
}

h1 {
  width: 960px;
  height: 170px;
  background: url(../img/enclose-top.png) no-repeat 0 bottom;
  text-align: center;
  margin: 0 auto;
}

h1 a { margin-left: 10px; /*CEEマークをセンタリング*/ }

#GlobalNav {
  width: 865px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.GlobalNav {
  width: 215px;
  float: left;
}

.GlobalNav h3 {
  width: 215px;
  height: 42px;
  margin-bottom: 5px;
  position: relative;
}

.Pipe {
  display: block;
  height: 28px;
  border-left: 1px solid #CCC;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 10;
}

.PipeRight {
  left: 215px;
}

.GlobalNav h3 a {
  display: block;
  width: 215px;
  height: 42px;
  overflow: hidden;
  position: relative;
}

.GlobalNav h3 img {
  position: absolute;
  top: 0;
  left: 0;
}

.GlobalNav h3 a:hover img,
a.GlobalNavActive img {
  top: -42px;
}

.GlobalNavRight { border-right: 1px solid #CCC; }

.GlobalNav ul {
  width: 215px;
  padding: 10px 0;
  border: 1px solid #EBEBEB;
  background-color: #FAF7F1;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  float: left;
  display: none;
  position: absolute;
  z-index: 100;
}

.GlobalNav li {
  width: 185px;
  padding: 5px 15px;
  font-size: 84.6%;
  font-weight: bold;
  line-height: 1.5;
}

.GlobalNav li a { color: #000; }

.GlobalNav li a:hover { color: #00B1A5; }

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


#Content {
  width: 100%;
  margin: 0 auto 40px;
}

#Content h2 {
  width: 100%;
  margin: 35px 0 25px;
  padding: 10px 0;
  background: url(../img/title-bg.png) repeat-x;
  text-align: center;
}

#ContentInner {
  width: 960px;
  margin: 0 auto;
}

#Menu {
  font-size: 84.6%;
  line-height: 1;
  margin-bottom: 105px;
}

#Menu ul {
  border-left: 1px solid #999;
  margin: 0 auto;
}

.Menu2 {
  width: 272px;
}

.Menu3 {
  width: 408px;
}

.Menu4 {
  width: 544px;
}

.Menu5 {
  width: 680px;
}

#Menu li {
  width: 135px;
  padding: 3px 0;
  border-right: 1px solid #999;
  color: #4B4745;
  text-align:center;
  float: left;
}

/* 3.3.フッター */


#Footer {
  width: 100%;
  padding-top: 200px;
  background: url(../img/enclose-bottom.png) no-repeat center top;
}

#Pagemap {
  width: 960px;
  height: 48px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}

#Breadcrumbs {
  font-size: 84.6%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#Breadcrumbs img { margin: 0 8px 1px; }

#PageNav {
  width: 57px;
  height: 48px;
  float: right;
}

#PageNav a {
  display: block;
  width: 57px;
  height: 48px;
  overflow: hidden;
  position: relative;
}

#PageNav img {
  position: absolute;
  top: 0;
  left: 0;
}

#PageNav a:hover img { top: -48px; }

#Sitemap {
  width: 100%;
  background-color: #4B4745;
  overflow: hidden;
}

#SitemapInner {
  width: 960px;
  margin: 60px auto;
}

.Sitemap {
  width: 201px;
  margin-right: 52px;
  float: left;
  display: inline;
}

.Sitemap h3 {
  width: 201px;
  margin-bottom: 6px;
}

.Sitemap ul {
  width: 201px;
  border-top: 1px solid #797979;
  padding-top: 12px;
}

.Sitemap a,
.Sitemap a:visited {
  font-size: 84.6%;
  color: #FFF;
}

.Sitemap a:hover,
.Sitemap a:active { color: #00B1A5; }

#SitemapRightTop,
#SitemapRightBottom {
  width: 759px;
  margin-right: -52px;
  float: left;
}

#SitemapRightTop { margin-bottom: 47px; }

#FooterID {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}

#FooterIDInner {
  width: 960px;
  margin: 30px auto 20px;
  position: relative;
}

#FooterID h2 {
  width: 278px;
  height: 55px;
  margin-right: 20px;
  margin-top: -12px;
  float: left;
}

#Address {
  width: 300px;
  font-size: 76.9%;
  line-height: 1.4;
  padding-left: 20px;
  border-left: 1px solid #4B4745;
  float: left;
}

#Copyright {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 4.プラグイン
--------------------------------------------------*/

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

/* Overlay */
#simplemodal-overlay { background-color: #000; }

/* Container */
#simplemodal-container {
	background-color: #FFF;
	border: 3px solid #FFF;
}

#simplemodal-container iframe { border: none; }

#simplemodal-container a.modalCloseImg {
	width: 32px;
	height: 32px;
	background: url(../admission/staff/img/close.png) no-repeat;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

#simplemodal-container a.modalCloseImg:hover {
  background-position: 0 -41px;
}


/* 5.追加（森政）
--------------------------------------------------*/
.underline {
	text-decoration: underline
}

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

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

/* 言語切替用 */

.Switch-Language {
 	position: absolute;
	top: 15px;
	width: 960px;
	text-align: right;	
}

/* 矢印アイコン
   https://www.pressmantech.com/tech/design/2738 */

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    /* font-size: 15px; */
}
.arrow:before,
.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/* 三角の矢印アイコン（角丸背景）
   https://www.pressmantech.com/tech/design/2738#arrow-sample4-3 */

.sample4-3:before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #00B1A5;
}
.sample4-3:after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

/* 右上向きの矢印アイコン（大）
   https://www.pressmantech.com/tech/design/2738#arrow-sample2-2 */

.sample2-2:before {
    width: 24px;
    height: 4px;
    background: #00B1A5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sample2-2:after {
    left: 2px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #00B1A5;
    border-right: 4px solid #00B1A5;
}