@charset "UTF-8";

/* 画面表示用スタイル */

/*  ------------------------基本設定------------------------  */
* {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#base {
	margin: 0;
	padding: 0;
	font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 110%;
    min-width: 1200px;
}
.page-nav {
    float: left;
    width: 240px;
    z-index: 10;
    position: relative;
}

.page-main {
    float: left;
    width: 960px;
    /* border-left: 1px solid #000; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.foot-wrap {
    clear: both;
}

.contents-wp {
    overflow: hidden;
}

#baseall {
    width: 1200px;
    margin: 0 auto;
}

/* サイドナビ固定 */
/* fit-sidebar */
.fit-sidebar-fixed{
	margin-top:0!important;
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	background-color: #FFF;
	visibility:hidden;
}
/* グローバルナビ
============================== */
.gnavi {
    margin: 0;
    padding: 0;
}

.gnavi li {
    margin: 0;
    padding: 0;
    background-image: none;
}
/* メインエリア内
============================== */
.wrap {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    overflow: hidden;
}
/* メインコンテンツ */
#main {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
}
.main-inner {
    padding: 0 10px 10px 15px;
}
/* サブトップメイン */
#nosub-subtop_main {
	background-color: #EFF0F1;
	overflow: hidden;
}
#nosub-subtop_main .main-inner {
    margin: 20px 20px 0.85em 20px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}
#nosub-subtop_main .bgnewinfo-box {
    margin: 0 20px 0.85em 20px;
}
.newinfo_topic_wp .newinfo-box{
	min-width: 600px;
	width: 600px;
	max-width: 600px;
}
#main .bgnewinfo-box {
    margin: 0 0 0.85em 15px;
}

/* ローカルナビゲーション */
#localnavi {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
	padding: 10px 0 0 0;
}
/* ヘッダエリア */
.header_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.headlist {
    width: 446px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* justify-content: center; */
    display: table;
    /* width: 100%; */
    border-collapse: collapse;
}

#head-search {
    width: 514px;
    padding: 10px 0 0 10px;
}
/* ヘッダリスト */
.header_wp {
    background-color: #D9DBDE;
    border-right: 1px solid #FFF;
}
ul.headlist li {
    padding: 0;
    margin: 0;
    border-left: 1px solid #FFF;
    background-color: #D9DBDE;
    /* -webkit-flex-basis: 10em; */
    /* flex-basis: 10em; */
    /* display: -webkit-flex; */
    /* display: flex; */
    /* justify-content: center; */
    background-image: none;
    display: table-cell;
    overflow: hidden;
    width: 25%;
    vertical-align: middle;
}

ul.headlist li a {
    /* padding: 13px 5px; */
    /* margin: 0; */
    /* display: -webkit-flex; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* -webkit-flex-basis: 10em; */
    /* flex-basis: 10em; */
    display: block;
    margin: -4em 0;
    padding: 5em 0.5em;
}
/* 検索エリア */
label.smsg {
    float: left;
}

#head-search .smsg img {
    vertical-align: bottom;
}

form#frmSearch {
    overflow: hidden;
}
#head-search input#query {
    width: 350px;
    border: 1px solid #FFF;
    min-height: 40px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#head-search input#button {
    background-color: #1260A1;
    border: 1px solid #1260A1;
    color: #FFF;
    min-width: 85px;
    min-height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 95%;
    float: left;
}
/*  リンク色  */
.headlist li a:link {
	color: #000000;
	text-decoration: none;
}
.headlist li a:visited {
	color: #000000;
}
.headlist li a:hover, 
.headlist li a:focus {
	color: #000000;
	text-decoration: underline;
}
.headlist li a:active {
	color: #000000;
	text-decoration: underline;
}

/* ぱんくず */
.pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EFF0F1;
    min-height: 40px;
}
.pankuzu ul li {
    font-size: 84%;
    background-color: transparent;
    background-image: url(/images/N_c_arrow_pankuzu.gif);
    background-repeat: no-repeat;
    background-position: 100% 0.2em;
    _height: 1%;
    float: left;
    margin: 0;
    padding: 0 25px 0 5px;
    line-height: 1.5em;
}
.pankuzu ul li.pk-thispage {
    background-image: none;
}
p.pk-img {
    background-color: #C4C7CC;
    padding: 5px;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 80%;
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.pankuzu ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 9px 5px;
}
/* ページトップへ
============================== */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 11px;
    text-decoration:none;
    z-index: 9999;
}
/* フッタ
============================== */
.footlist {
    background-color: #1266B5;
    margin: 0;
    padding: 10px 0;
    font-size: 90%;
}

.footlist li {
    float: left;
    margin: 0 0 4px 0;
    padding: 0 18px 0 18px;
    font-size: 92%;
    line-height: 120%;
    border-right: 1px solid #FFF;
    background-color: transparent;
    background-image: none;
}
/*  通常のリンク色  */
.footlist li a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footlist li a:visited {
	color: #FFFFFF;
}
.footlist li a:hover, 
.footlist li a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.footlist li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.foot-wrap {
    background-image: url(/images/N_c_foot_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 0 20px 0;
}
.addtitle {
    border-bottom: 1px solid #000;
    margin: 0 0 0.85em 0;
}

.add_wp_l {
    width: 520px;
    margin: 0 0 0 20px;
    float: left;
}

.addtitle h2 {
    font-size: 150%;
    font-weight: normal;
    float: left;
    padding: .8em 10px .8em 5px;
}
.add_wp_r {
    float: right;
    margin: 25px 110px 0 0;
}
.foot_link_btn a {
    padding: 10px 20px 10px 10px;
    text-align: center;
    display: inline-block;
    background-color: #D9E7F7;
}
/*  組織情報エリア  */
.foot_link_btn {
    display: inline-block;
}

.foot_link_btn a::before {
        content: "";
        background: url(/images/N_c_icon_inlink.png) no-repeat 0 3px;
        padding: 0 0 0 20px;
}

.foot_link_btn_wp {
    float: right;
    padding: 15px 0 10px 0;
}
/*  ボタンリンク色  */
.foot_link_btn a:link {
	color: #000000;
	text-decoration: none;
}
.foot_link_btn a:visited {
	color: #000000;
}
.foot_link_btn a:hover, 
.foot_link_btn a:focus {
	color: #000000;
	text-decoration: underline;
}
.foot_link_btn a:active {
	color: #000000;
	text-decoration: underline;
}

/* コピーライト */
.address {
    margin: 0;
    padding: 0;
    line-height: 1.58em;
    font-size: 80%;
    color: #333;
    font-style: normal;
}

#foot-bgcopy {
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 1.58em;
    font-size: 80%;
    color: #333;
}

/* 各トップページ
============================== */
.subtop_area {
    margin: 20px 20px 0.85em 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}
.subtop_area_title {
    text-align: center;
    padding: 15px 0;
}
/* 関連エリア */
.kanren_site {
    background-image: url(/images/N_subtop_area_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
/* もしものときは */
.moshimo_area {
    background-image: url(/images/N_moshimo_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
/* 60周年記念
============================== */

.sub_60thMainImg-wp p {
    margin: 0;
    padding: 0;
}

.sub_60ht_title div {
    background-image: url(/images/sub_60ht_title_r.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.sub_60ht_title h1 {
    padding: 10px 35px 10px 30px;
    color: #525252;
    text-align: center;
}

.sub_60ht_title-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
}

.sub_60ht_title {
    width: 360px;
    background-image: url(/images/sub_60ht_title_l.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sub_60ht_title-text {
    width: 620px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #125F9F;
    font-weight: bold;
    font-size: 110%;
}
.sub_60thtopic_img-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub_60thtopic_wp {
    width: 575px;
}

.sub_60thtopic_wp .topic_wp {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
    margin: 0 auto;
}

.sub_60thMainImg-wp {
    margin: 0 0 20px 0;
}
.sub_60thImg-wp {
    text-align: center;
    _margin-left: 5px;
    display: table;
    width: 160px /* minimum width */;
}
.sub_60thTextLink-wp p.textlink {
    display: block;
    width: 294px;
    margin: 0 18px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(/images/sub_60thTextLink_bg.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}

.sub_60thTextLink-wp {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.sub_60thTextLink-wp p.textlink:nth-child(3n) {
    margin: 0 0 10px 0;
}

.sub_60thTextLink-wp p.textlink:nth-child(3n+1) {
    clear: left;
}
.sub_60thTextLink-wp p.textlink a {
    padding: 20px 25px 20px 20px;
    color: #FFF;
    text-decoration: none;
    background-image: url(/images/sub_60thTextLink_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
.sub_60thTextLink-wp p.textlink a:link {
	color: #FFF;
}
.sub_60thTextLink-wp p.textlink a:visited {
	color: #FFF;
}
.sub_60thTextLink-wp p.textlink a:hover, 
.sub_60thTextLink-wp p.textlink a:focus {
	color: #FFF;
	text-decoration: underline;
}
.sub_60thTextLink-wp p.textlink a:active {
	color: #FFF;
}
.sub_60thImg-wp img {
    margin: 0 0 5px 0;
}