@charset "utf-8";

.spOnly { display: none !important; }

/* ========================================
レイアウト xxx
======================================== */
body {
    background: url('./img/bg_ptrn.jpg') repeat-y center top;
	background-size:contain;
    font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* global header */
.cmn_head{
	width:100%; height:72px;
	background:url(./img/bg_navi.png);
}
	.cmn_head .inner{
		width:1024px; height:72px;
		margin:auto;
		position:relative;
	}
		.cmn_head .inner>a{
			position:absolute;
			top:2px; left:5px;
			width:125px;
		}
			.cmn_head .inner>a img{
				width:100%;
			}
#global{
	position:absolute;
	top:16px; right:0px;
}
	#global ul{
		display:flex; display: -webkit-flex;
		justify-content:space-between; -webkit-justify-content: space-between;
		width:535px; height:43px;
		overflow:hidden;
	}
		#global ul li{
			width:107px;
		}
			#global li a, #global li span{
				display:block;
				width:107px; height:43px;
				background:url(./img/nav_global.png?v=20171127) no-repeat left top;
				text-indent:100%; white-space:nowrap; overflow:hidden;
			}

			#global li:nth-child(1) a{ background-position:-214px 0px; }
			#global li:nth-child(1) a:hover{ background-position:-214px -43px; }
			#global li:nth-child(1) span.select{ background-position:-214px -86px; }
			#global li:nth-child(2) a{ background-position:-321px 0px; }
			#global li:nth-child(2) a:hover{ background-position:-321px -43px; }
			#global li:nth-child(2) span.select{ background-position:-321px -86px; }
			#global li:nth-child(3) a{ background-position:0px 0px; }
			#global li:nth-child(3) a:hover{ background-position:0px -43px; }
			#global li:nth-child(3) span.select{ background-position:0px -86px; }
			#global li:nth-child(4) a{ background-position:-428px 0px; }
			#global li:nth-child(4) a:hover{ background-position:-428px -43px; }
			#global li:nth-child(5) a{ background-position:-535px 0px; }
			#global li:nth-child(5) a:hover{ background-position:-535px -43px; }
header#header {
    width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}
main#main {
    position: relative;
    z-index: 2;
    width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding:20px 0px 30px 0px;
}
article#container {
    width: 738px;
}
nav#sidebar {
    width: 274px;
}

/* ========================================
メインコンテンツ
======================================== */
#container .mainFrame h1 {
    padding: 25px 0 0 20px;
}
#container .mainFrame ul.ttlList {
    padding: 0 45px 0;
    color: #fff;
}
#container .mainFrame ul.ttlList li {
    border-bottom: 1px solid #3ba7df;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
}
#container .mainFrame ul.ttlList li p {
    padding: 5px 0 10px;
}
#container .mainFrame ul.ttlList li p span {
    margin-left: 1em;
    padding: 5px;
    width: 105px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.cate7_uncategorized { background: url('./img/bg_cat7_unc.png') no-repeat center center; }
.cate6_event { background: url('./img/bg_cat6_eve.png') no-repeat center center; }
.cate5_maintenance { background: url('./img/bg_cat5_imp.png') no-repeat center center; color: #666; }
.cate4_pre_regist { background: url('./img/bg_cat1_reg.png') no-repeat center center; }
.cate2_important { background: url('./img/bg_cat2_imp.png') no-repeat center center; }
.cate3_campaign { background: url('./img/bg_cat3_camp.png') no-repeat center center; }
.cate1_other { background: url('./img/bg_cat4_oth.png') no-repeat center center; }
#container .mainFrame ul.ttlList li a { line-height: 1.5; }
#container .mainFrame ul.ttlList li a:hover { color: #00fff0; }

#container .mainFrame .paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
}
#container .mainFrame .paging .page-numbers.prev,
#container .mainFrame .paging .page-numbers.next {
    color: #fff;
    font-size: 40px;
    margin: 0 5px;
}
#container .mainFrame .paging .page-numbers:not(.prev):not(.next) {
    color: #fff;
    background-color: #2373eb;
    border: 1px solid #86b2c6;
    padding: 6px 8px;
    font-size: 13px;
    margin: 10px;
    display: inline-block;
}
#container .mainFrame .paging a.page-numbers:not(.prev):not(.next):hover,
#main #container .mainFrame .paging span.page-numbers.current {
    color: #fff;
    background-color: #3ba7df;
    border: 1px solid #fff;
}
/* メインフレーム可変時用 */
#container .mainFrame h1 {
    background: url('./img/info/mainFrame_H.png') no-repeat center top;
    height: 58px;
}
#container .mainFrame .articleB { background: url('./img/info/mainFrame_B.png') repeat-y center top; }
#container .mainFrame { background: url('./img/info/mainFrame_F.png') no-repeat center bottom; padding-bottom: 40px; }


/* ========================================
サイドバー
======================================== */
#sidebar .sideFrame { margin-bottom: 20px; }
#sidebar .sideFrame h1 {
    background: url('./img/info/sideFrame_H.png') no-repeat center top;
    height: 60px;
    padding: 20px 0 0 9px;
    box-sizing: border-box;
}
#sidebar .sideFrame ul { background: url('./img/info/sideFrame_B.png') repeat-y center top; }
#sidebar .sideFrame { background: url('./img/info/sideFrame_F.png') no-repeat center bottom; padding-bottom: 30px; }
#sidebar .sideFrame .basicArrwList {
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
}
#sidebar .sideFrame .basicArrwList li {
    padding: 15px 0 0 30px;
    position: relative;
}
#sidebar .sideFrame .basicArrwList li::before {
    position: absolute;
    content: url('./img/info/archive_ico.png');
    top: 5px;
    left: 0;
}
#sidebar .sideFrame .basicArrwList li.cat-item-2::before { content: url('./img/info/category_ico1.png'); }
#sidebar .sideFrame .basicArrwList li.cat-item-3::before { content: url('./img/info/category_ico2.png'); }
#sidebar .sideFrame .basicArrwList li.cat-item-4::before { content: url('./img/info/category_ico3.png'); }
#sidebar .sideFrame .basicArrwList li.cat-item-5::before { content: url('./img/info/category_ico4.png'); }
#sidebar .sideFrame ul li a:hover { color: #00fff0; }
#aside {
    text-align: center;
    padding: 11px 0 0;
    margin-top: auto;
}
#aside .wrap { background-color: rgba(0, 0, 0, 0.7); }
#aside img {
    width: 608px;
    height: auto;
}
/* ========================================
フッター
======================================== */
#footer {
    background-color: #000;
    text-align: center;
}

#footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 1em;
}
#footer .snsLinks {
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

#footer .snsLinks li {
    padding: 0 0.5em;
}

#footer .snsLinks li img {
    width: 32px;
    height: 32px;
}

#footer .footNav li {
    padding: 0 1em;
}
#footer .footNav li:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

#footer .copyright li {
    padding: 0 0.5em;
}

/* ========================================
記事用スタイル
======================================== */
.wp_article {
    line-height: 1.6;
    color: #fff;
    width: 640px;
    margin: 0 auto;
    padding-bottom: 1px;
}
.wp_article .update {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px 0 0;
}
.wp_article .update span {
    margin-left: 1em;
    padding: 5px;
    width: 105px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.wp_article p {
    line-height: 24px;
    margin-bottom: 20px;
}
.wp_article h2 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 18px;
    border-bottom: 1px solid #36c4ff;
    padding-bottom: 16px;
}
.wp_article img {
    max-width: 100%;
    height: auto;
	margin:auto;
}
.wp_article .wpTxt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.wp_article h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding:8px 0px 8px 12px;
    border-left: 20px solid #77d9ee;
}
.wp_article h4 {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 8px 0 6px 0;
    margin-bottom: 16px;
}
.wp_article ul li::before {
    content:"\25CF";
    color: #77d9ee;
	margin-right:4px;
	font-size:14px;
}
.wp_article ul li {
	padding-left:1em;
	text-indent:-1em;
}
.wp_article dl {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.wp_article dl.flx {
    display: flex;
}
.wp_article dl dt {
    margin-bottom: 5px;
}
.wp_article dl dt::before {
    content:'\25AA';
    color: #77d9ee;
}
.wp_article dl dd {
    padding-left: 1em;
    margin-bottom: 10px;
}
.wp_article ul.noticeList {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 1em;
}
.wp_article ul.copyList {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.wp_article a:hover { color: #00fff0; }

/* テーブル */
.wp_article table.basicTbl {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.wp_article table.basicTbl caption {
    text-align: left;
}
.wp_article table.basicTbl th {
    background-color: #fff;
    color: #4489c8;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #4489c8;
    text-align: center;
    padding: .5em;
}
.wp_article table.basicTbl td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    padding: .5em;
}
.wp_article table.basicTbl th:last-child,
.wp_article table.basicTbl td:last-child {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
