@charset "UTF-8";
#page, #headerArea, #footerArea {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-size: 100%;
    color: #333;
}

ol, ul {
    padding: 0;
    margin: 0;
}

/*-
-
-　ヘッダー
-
----------------------------------------------*/
#headerArea {
    position: relative;
}

#headerArea .uoeh-header {
    width: 1140px;
    height: 96px;
    margin: 0 auto 8px;
}

/*-
-　ロゴ
----------------------------------------------*/
#headerArea .uoeh-header .uoeh-header-logo {
    padding-top: 24px;
}

/*-
-　文字サイズ　・　言語
----------------------------------------------*/
#headerArea .uoeh-header .uoeh-header-fontsize-wrap {
    text-align: right;
    margin-bottom: 24px;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize {
    display: table;
    color: #4D4D4D;
    list-style: none;
    vertical-align: bottom;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li {
    display: table-cell;
    font-size: 100%;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 8px;
    text-align: center;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li.fontsize-m a {
    display: table-cell;
    width: 23px;
    height: 23px;
    font-size: 87.5%;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li.fontsize-l a {
    display: table-cell;
    width: 32px;
    height: 32px;
    font-size: 120%;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li a {
    font-weight: bold;
    color: #FFF;
    background: #4D4D4D;
    border-radius: 40px;
    vertical-align: middle;
    text-decoration: none;
}

a.textresizer-active {
    background: #FFF !important;
    color: #4D4D4D !important;
    border: 1px solid #4D4D4D;
    border-radius: 40px;
}

.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li.fontsize-m a:hover,
.uoeh-header-fontsize-wrap ul.uoeh-header-fontsize li.fontsize-l a:hover {
    background: #4D4D4D;
    color: #FFF;
}

.uoeh-header-fontsize-wrap ul.japanese-site {
    display: inline-block;
    width: 130px;
    margin-left: 16px;
    background: url(/library/global/img/arrowdown_icn.png) 90% center no-repeat #0071BC;
    text-align: center;
    list-style: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.uoeh-header-fontsize-wrap ul.japanese-site li a {
    display: inline-block;
    padding: 10px 32px 12px 20px;
    color: #FFF;
    text-decoration: none;
}

.uoeh-header-fontsize-wrap ul.japanese-site li a:hover, .uoeh-header-fontsize-wrap ul.japanese-site:hover {
    text-decoration: underline;
    opacity: 0.65;
}

/*-
-　メニュー（サブ）
----------------------------------------------*/
#headerArea .uoeh-header ul {
    display: inline-block;
    text-align: right;
}

#headerArea .uoeh-header .uoeh-header-submenu {
    text-align: right;
}

#headerArea .uoeh-header .uoeh-header-submenu ul li {
    display: inline-block;
    margin-left: 20px;
}

#headerArea .uoeh-header .uoeh-header-submenu ul li img {
    margin-right: 4px;
}

#headerArea .uoeh-header .uoeh-header-submenu ul li a {
    color: #333;
    text-decoration: none;
}

#headerArea .uoeh-header .uoeh-header-submenu ul li a:hover {
    text-decoration: underline;
}

/*-
-　メニュー　グローバルナビ外枠
----------------------------------------------*/
#headerArea .uoeh-header-menu-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#headerArea .uoeh-header-menu-wrap > div:first-of-type {
    position: relative;
    width: 100%;
    z-index: 2;
}

#headerArea .uoeh-header-menu-wrap > div:last-of-type {
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 1;
}

/*-
-　メニュー　グローバルナビ
----------------------------------------------*/
#headerArea .uoeh-header-menu {
    width: 100%;
    background: #4D4D4D;
    background: rgba(51, 51, 51, 0.8);
    z-index: 10;
}

#headerArea .uoeh-header-menu ul {
    display: table;
    width: 1140px;
    margin: 0 auto;
    table-layout: fixed;
    letter-spacing: 0.02em;
    vertical-align: middle;
}

#headerArea .uoeh-header-menu ul li {
    display: table-cell;
    background: url(/library/global/img/navi-line.png) center left no-repeat;
    font-size: 120%;
    text-align: center;
    box-sizing: border-box;
}

#headerArea .uoeh-header-menu ul li:last-of-type {
    background: url(/library/global/img/navi-line.png) center right no-repeat, url(/library/global/img/navi-line.png) center left no-repeat;
}

#headerArea .uoeh-header-menu ul li a {
    display: block;
    padding: 20px 18px;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
}

#headerArea .uoeh-header-menu ul li a:hover, #headerArea .uoeh-header-menu a.act {
    background: #0071BC !important;
}

.menu_fontsmall {
    font-size: 95% !important;
}

/*-
-　スライダー
----------------------------------------------*/
#headerArea .uoeh-header-menu-wrap .uoeh-header-slider {
    width: 100%;
    text-align: center;
}

/*-
-　メインビジュアル
----------------------------------------------*/
#headerArea .uoeh-header-menu-wrap .uoeh-header-mainVisual {
    width: 100%;
    height: 640px;
    text-align: center;
    background: #EEE;
}

/*-
-
-　メインエリア
-
----------------------------------------------*/
#areaWrapper1 {
    width: 1140px;
    margin: 50px auto 50px;
}

.uoeh-mainarea {
    width: 800px;
}

.uoeh-mainarea .pbTitleBlock {
    display: block;
    font-size: 225%;
    padding: 4px 0 40px;
}

.uoeh-mainarea a {
    color: #0071BC;
}

.uoeh-mainarea ul.uoeh-mainarea-list {
    list-style: none;
}

.uoeh-mainarea ul.uoeh-mainarea-list li {
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
    background: url(/library/global/img/list-lefticn.png) top left no-repeat;
}

.uoeh-mainarea .uoeh-mainarea-ws td {
    padding-bottom: 16px;
}

.uoeh-mainarea .uoeh-mainarea-ws td img {
    display: inline-block;
    margin-left: 24px;
    margin-right: 16px;
    /* margin-bottom: 32px; */
    float: left;
    vertical-align: middle;
}

.uoeh-mainarea .uoeh-mainarea-ws td a {
    clear: both;
}

/*-
-　ナビゲーション
----------------------------------------------*/
.uoeh-navigation {
    width: 1140px;
    margin: 24px auto 0;
    font-size: 87.5% !important;
    color: #333;
}

.uoeh-navigation a {
    margin: 0 auto;
    color: #333;
}

.uoeh-navigation a:hover {
    opacity: 0.65;
}

/*-
-　メインビジュアル
----------------------------------------------*/
.uoeh-mainarea .mainvisual-1 {
    display: inline-block;
    width: 800px;
    height: 244px;
    background: url(/library/global/img/mainvisual-1.jpg) top center no-repeat;
    background-size: cover;
}

.uoeh-mainarea .mainvisual-2 {
    display: inline-block;
    width: 800px;
    height: 244px;
    background: url(/library/global/img/mainvisual-2.jpg) top center no-repeat;
    background-size: cover;
}

.uoeh-mainarea .mainvisual-3 {
    display: inline-block;
    width: 800px;
    height: 244px;
    background: url(/library/global/img/mainvisual-3.jpg) top center no-repeat;
    background-size: cover;
}

.uoeh-mainarea .mosaic-backdrop a {
    display: inline-block;
    width: 800px;
    height: 244px;
    padding: 24px;
    font-size: 250%;
    color: #FFF;
    /*background: rgba(51, 51, 51, 0.9);*/
    background: url(/library/global/img/mainvisual-linkbg.png);
    text-decoration: none;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.uoeh-mainarea .mosaic-backdrop:hover {
    opacity: 0.65;
}

/*-
-　右エリア
----------------------------------------------*/
.uoeh-mainarea-right {
    width: 310px;
}

.uoeh-mainarea-right p {
    display: block;
    padding: 8px 16px;
    background: #F2F2F2;
    font-size: 144%;
}

.uoeh-mainarea-right img {
    margin-bottom: 24px;
}

.uoeh-mainarea-right a img:hover {
    opacity: 0.65;
}

.uoeh-mainarea-right ul.under_line > li {
    border-bottom: 2px solid #E6E6E6;
    line-height: 0;
}

.uoeh-mainarea-right ul.under_line > li a {
    display: block;
    padding: 16px;
    color: #333;
    text-decoration: none;
    line-height: normal;
}

.uoeh-mainarea-right ul.under_line > li > ul > li {
    line-height: 0;
}

.uoeh-mainarea-right ul.under_line > li > ul > li > a {
    padding-left: 24px;
    padding-bottom: 0;
    color: #666;
    text-decoration: none !important;
    font-size: 87.5%;
}

.uoeh-mainarea-right ul.under_line > li > ul > li:last-of-type > a {
    padding-bottom: 13px;
}

.uoeh-mainarea-right ul.under_line li a:hover {
    text-decoration: underline !important;
}

.uoeh-mainarea-right ul.under_line > li:last-of-type {
    margin-bottom: 40px;
}

/*-
-　キャプション
----------------------------------------------*/
.boxgrid {
    width: 655px;
    background: #161613;
    height: 200px;
    margin-bottom: 20px;
    border: solid 5px #555;
    overflow: hidden;
    position: relative;
}

.boxgrid img {
    position: absolute;
    top: 0;
    left: 0;
}

.boxgrid p {
    padding: 0 10px;
    color: #AFAFAF;
    font-weight: bold;
}

.boxcaption {
    float: left;
    position: absolute;
    background: #000;
    height: 100px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
    top: 300px;
    left: 0;
}

/*-
-
-　フッター
-
----------------------------------------------*/
#footerArea .uoeh-footer {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*-
-　フッターメニュー　（サイトマップ）
----------------------------------------------*/
#footerArea .uoeh-footer-sitemap {
    width: 1140px;
    height: 100%;
    margin: 32px auto 56px;
    color: #FFF;
}

#footerArea .uoeh-footer-sitemap > div:first-of-type {
    width: 255px;
    padding-left: 0;
}

#footerArea .uoeh-footer-sitemap > div {
    width: 255px;
    padding-left: 40px;
}

#footerArea .uoeh-footer-sitemap .ftm_head1, #footerArea .uoeh-footer-sitemap .ftm_head1 a {
    font-weight: bold;
    color: #FFF;
}

#footerArea .uoeh-footer-sitemap p.ftm_head2 {
    margin-bottom: 15px;
}

#footerArea .uoeh-footer-sitemap ul {
    margin-top: 8px;
    list-style: none;
}

#footerArea .uoeh-footer-sitemap ul li {
    margin-bottom: 16px;
    padding-left: 20px;
    background: url("/library/global/img/list_icn.png") left 3px no-repeat;
}

#footerArea .uoeh-footer-sitemap .extension_line::before {
    position: relative;
    display: block;
    margin-bottom: 20px;
    content: url("/library/global/img/extension-line.png");
}

#footerArea .uoeh-footer-sitemap ul li.nestlist { }

#footerArea .uoeh-footer-sitemap ul li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

#footerArea .uoeh-footer-sitemap ul li.nestlist > ul li {
    padding-left: 12px;
    background: url("/library/global/img/list_icn2.png") left 3px no-repeat;
}

#footerArea .uoeh-footer-sitemap ul li a:hover {
    text-decoration: underline;
    opacity: 0.65;
}

#footerArea .uoeh-footer-sitemap .ftm_head1 {
    font-weight: bold;
    margin-top: 32px;
    color: #FFF;
    text-decoration: none;
}

#footerArea .uoeh-footer-sitemap .ftm_head1 a {
    text-decoration: none;
}

#footerArea .uoeh-footer-sitemap .ftm_head1 a:hover {
    text-decoration: underline;
    opacity: 0.65;
}

/*-
-　住所
----------------------------------------------*/
#footerArea .uoeh-footer-logo {
    display: block;
    padding: 16px 0;
    background: #0071BC;
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
}

#footerArea .uoeh-footer-logo > div {
    width: 1140px;
    margin: 0 auto;
}

#footerArea .uoeh-footer-logo img {
    float: left;
    margin-right: 12px;
}

#footerArea .uoeh-footer-address {
    margin-top: 16px;
    font-size: 87.5%;
    font-weight: normal;
}

/*-
-　ページトップへ戻る
----------------------------------------------*/
#footerArea #page-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    border: 2px solid #FFF;
    border-radius: 48px;
}

#footerArea #page-top:hover {
    opacity: 0.65;
    cursor: pointer;
}

/*-
-　コピーライト
----------------------------------------------*/
#footerArea .uoeh-footer-copyright {
    display: block;
    padding: 8px 0;
    background: #333;
    color: #FFF;
    font-size: 75%;
    clear: both;
}

#footerArea .uoeh-footer-copyright > p {
    width: 1140px;
    margin: 0 auto;
}

/*-
-　教職員専用ページログイン
----------------------------------------------*/
#footerArea .uoeh-footer-login {
    width: 1140px;
    margin: 0 auto;
}

#footerArea .uoeh-footer-login a {
    display: block;
    box-sizing: border-box;
    width: 200px;
    margin: 0 0 0 auto;
    padding: 12px 10px 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #222224;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

#footerArea .uoeh-footer-login a:hover {
    background: #0071BC;
}