@charset "utf-8";

/* ver 1.0.0 */

/*===== STYLE LIST ==========================================================
 1: Custom Setting
 2: Layout
 3: Module
============================================================================= */

/* 1: Custom Setting
============================================================================= */
html {
	height: 100%;
	overflow-y: scroll;
	background-color: #FFFFFF;
}
body {
	min-width: 960px;
	height: 100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100.0%;
	font-weight: 500;
	line-height: 1.6;
	color: #202020;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:last-child {
	margin-bottom: 0;
}
.wrapper {
	position: relative;
	background: url(../images/head-bg.png) no-repeat center top;
}
.wrapper.app {
	background: none;
}
nav ul {
	list-style: none;
}
.contents {
	margin-bottom: 6em;
}
.contents.top {
	margin-bottom: 0!important;
}

/* Text
----------------------------------------------------------------------------- */
h1 {
	margin-bottom: 1.5em;
	font-size: 160%;
	line-height: 1.5;
}
h2 {
	margin-bottom: 1em;
	font-size: 150%;
	line-height: 1.5;
}
h2.title {
	padding: 1px 0 1px 16px;
	border-left: 6px solid #007a60;
}
h3 {
	margin-bottom: 1em;
	font-size: 112.5%;
	line-height: 1.5;
}
h3.line {
	padding-bottom: 5px;
	border-bottom: 1px solid #004697;
}
h3.npbLine {
	padding-bottom: 5px;
	border-bottom: 1px solid #CB0C34;
}
h4, h5, h6 {
	margin-bottom: 1em;
	font-size: 100%;
	line-height: 1.4;
}
p {
	margin-bottom: 0.75em;
	font-size: 100%;
}
em {
	font-style: normal;
	font-weight: bold;
}
i {
	font-style: normal;
}
address, caption, cite, code {
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
}

/* List
----------------------------------------------------------------------------- */
ol, ul {
	margin: 0 0 1.5em 1.5em;
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 0.5em;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin-bottom: 1.75em;
}
ol.nomark, ul.nomark {
	margin-left: 0;
	list-style: none;
}

ol.bracketList li {
  position: relative;
  list-style-type: none;
}

ol.bracketList li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}

/* Form
----------------------------------------------------------------------------- */
label {
	vertical-align: middle;
}
::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}
::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}
select.form-select {
	width: 100%;
	height: 50px;
	padding: 0 40px 0 20px;
	background: url(../images/form-select.png) no-repeat 92% center;
	border: 1px solid #CBCBCB;
	border-radius: 0;
	font-size: 150%;
	line-height: 50px;
}
select.form-select option {
	padding: 4px 16px;
}
textarea {
	font-size: 100%;
	line-height: 1.6; 
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
}
input::-ms-clear {
	visibility: hidden;
}
input::-ms-reveal {
	visibility: hidden;
}
select::-ms-expand {
	display: none;
}
.formTbl {
	display: table;
	margin: 0;
	list-style: none;
}
.formTbl li {
	display: table-cell;
	margin: 0;
	padding: 0 10px;
}
.formTbl li:first-child {
	padding-left: 0;
}
.formTbl li:last-child {
	padding-right: 0;
}

/* Link
----------------------------------------------------------------------------- */
a:link {
	color: #202020;
	text-decoration: underline;
}
a:visited {
	color: #2D1D73;
	text-decoration: underline;
}
a:hover {
	color: #CB0C34;
	text-decoration: none;
}
a:active {
	color: #CB0C34;
	text-decoration: none;
}
a:focus {
	color: #CB0C34;
	text-decoration: none;
}
p.link01 {
	font-size: 87.5%;
	line-height: 1;
	text-align: right;
}
p.link01 a {
	display: inline-block;
	padding: 6px 11% 6px 16px;
	background: #F2F2F2 url(../images/icon-arrow01.png) no-repeat 90% center;
	color: #202020;
	text-align: center;
	text-decoration: none;
}
p.link01 a:hover {
	opacity: 0.8;
}
p.link02 {
	padding-left: 20px;
	background: url(../images/icon-arrow02.png) no-repeat left 0.35em;
}
ul.link02, ul.link03 {
	list-style: none;
	margin-left: 0;
}
ul.link02 li {
	padding-left: 24px;
	background: url(../images/icon-arrow02.png) no-repeat left 0.35em;
}
ul.link03 li, p.link03 {
	padding-left: 16px;
	background: url(../images/icon-arrow03.png) no-repeat left 0.35em;
}
.btn img:hover, img.btn:hover {
	opacity: 0.8;
}

/* 2: Layout
============================================================================= */

/* Noscript Message
----------------------------------------------------------------------------- */
p.jsAlrt {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ECECEC;
	text-align: center;
}

/* Header
----------------------------------------------------------------------------- */
/* Wabsite */
header {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 16px 0;
}
header .logo {
	display: table-cell;
	width: 140px;
	line-height: 1;
	vertical-align: middle;
}
header .headMenu {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
header .headMenu .npbLogo {
	margin-bottom: 0.5em;
	line-height: 1;
	text-align: right;
}
header .headMenu .headNav {
	display: inline-block;
	margin: 0;
	list-style: none;
	vertical-align: middle;
}
header .headMenu .headNav:after {
  content: " ";
  clear: both;
  display: block;
}
header .headMenu .headNav li {
	float: left;
	margin: 0 0 0 15px;
	font-size: 87.5%;
}
header .headMenu .headNav li.link01 {
	line-height: 1;
	text-align: right;
}
header .headMenu .headNav li.link01 a {
	display: inline-block;
	min-width: 150px;
	padding: 8px 10px 8px 26px;
	background: #F2F2F2 url(../images/icon-arrow03.png) no-repeat 10px center;
	text-align: center;
	text-decoration: none;
}
header .headMenu .headNav li.link01 a:hover,
header .headMenu .headNav li.link01 a:focus {
	background-color: #EEEEEE;
}
header .headMenu .fontSize {
	float: right;
	display: table;
	margin: 0;
	padding-left: 40px;
}
header .headMenu .fontSize dt {
	display: table-cell;
	padding-right: 5px;
	font-size: 87.5%;
	vertical-align: middle;
}
header .headMenu .fontSize dd {
	display: table-cell;
	vertical-align: middle;
}
header .headMenu .fontSize dd ul {
	margin: 0;
}
header .headMenu .fontSize dd ul:after {
  content: " ";
  clear: both;
  display: block;
}
header .headMenu .fontSize dd ul li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	line-height: 1;
	list-style: none;
}
header .headMenu .fontSize dd ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	text-indent: 105%;
	white-space: nowrap;
}
header .headMenu .fontSize dd ul li#font_s a {
	background-image: url(../images/head-font-small.png);
}
header .headMenu .fontSize dd ul li#font_m a {
	background-image: url(../images/head-font-middle.png);
}
header .headMenu .fontSize dd ul li#font_l a {
	background-image: url(../images/head-font-large.png);
}
header .headMenu .fontSize dd ul li.active a,
header .headMenu .fontSize dd ul li a:hover,
header .headMenu .fontSize dd ul li a:focus {
	background-position: center bottom;
}

/* Application */
.app #appHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.app #pdfHeader {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.app header {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
}
.app header .inner {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 2px 0;
	background: url(../images/app/head-bg.png) no-repeat center 10px;
}
.app header .logo {
	width: 30%;
}
.app header .date {
	display: table-cell;
	padding: 0 20px;
	font-size: 10.5pt;
	text-align: center;
	vertical-align: middle;
}
.app header .headMenu {
	width: 30%;
}
.app header .headMenu .headNav li {
	padding-left: 26px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 10.5pt;
}
.app header .headMenu .headNav li a {
	text-decoration: none;
}
.app header .headMenu .headNav li a:visited {
	color: #202020;
}
.app header .headMenu .headNav li a:hover {
	color: #202020;
	text-decoration: underline;
}
.app header .headMenu .headNav li.toppage {
	background-image: url(../images/app/icon-toppage.png);
}
.app header .headMenu .headNav li.faq {
	background-image: url(../images/app/icon-faq.png);
}
.app header .headMenu .headNav li.minutesIcon {
	background-image: url(../images/app/icon-old.png);
}

/* Global Navigation
----------------------------------------------------------------------------- */
/* Wabsite */
nav.gnav {
	width: 100%;
	margin-bottom: 2em;
	background: url(../images/gnav-bg.png) repeat-x left top;
	border-top: 1px solid #DDDDDD;
	z-index: 1000;
}
nav.gnav .nav-menu {
	position: relative;
	width: 960px;
	min-height: 61px;
	margin: 0 auto;
}
nav.gnav .nav-menu:after {
  content: " ";
  clear: both;
  display: block;
}
nav.gnav .nav-menu > li {
	float: left;
	width:  160px;
	margin-bottom: 0;
}
nav.gnav .nav-menu > li > a {
	display: block;
	height: 61px;
	background-image: url(../images/gnav-list.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
nav.gnav .nav-menu .hajimeni > a {
	background-position: left top;
}
nav.gnav .nav-menu .today > a {
	background-position: -160px top;
}
nav.gnav .nav-menu .archive > a {
	background-position: -320px top;
}
nav.gnav .nav-menu .about > a {
	background-position: -480px top;
}
nav.gnav .nav-menu .hanbai > a {
	background-position: -640px top;
}
nav.gnav .nav-menu .faq > a {
	background-position: -800px top;
}
nav.gnav .nav-menu > a:hover, .gnav .nav-menu li > a:active, .gnav .nav-menu li > a:focus, .gnav .nav-menu li > a.current {
	background-repeat: no-repeat;
}
nav.gnav .nav-menu .hajimeni > a:hover, nav.gnav .nav-menu .hajimeni > a:active, nav.gnav .nav-menu .hajimeni > a:focus, nav.gnav .nav-menu .hajimeni > a.current {
	background-position: left bottom;
}
nav.gnav .nav-menu .today > a:hover, nav.gnav .nav-menu .today > a:active, nav.gnav .nav-menu .today > a:focus, nav.gnav .nav-menu .today > a.current {
	background-position: -160px bottom;
}
nav.gnav .nav-menu .archive > a:hover, nav.gnav .nav-menu .archive > a:active, nav.gnav .nav-menu .archive > a:focus, nav.gnav .nav-menu .archive > a.current {
	background-position: -320px bottom;
}
nav.gnav .nav-menu .about > a:hover, nav.gnav .nav-menu .about > a:active, nav.gnav .nav-menu .about > a:focus, nav.gnav .nav-menu .about > a.current {
	background-position: -480px bottom;
}
nav.gnav .nav-menu .hanbai > a:hover, nav.gnav .nav-menu .hanbai > a:active, nav.gnav .nav-menu .hanbai > a:focus, nav.gnav .nav-menu .hanbai > a.current {
	background-position: -640px bottom;
}
nav.gnav .nav-menu .faq > a:hover, nav.gnav .nav-menu .faq > a:active, nav.gnav .nav-menu .faq > a:focus, nav.gnav .nav-menu .faq > a.current {
	background-position: -800px bottom;
}
nav.gnav .sub-nav {
	position: absolute;
	display: none;
	width: 160px;
	margin: 0;
	z-index: 1000;
}
nav.gnav .sub-nav li {
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}
nav.gnav .sub-nav li:last-child {
	border-bottom: none;
}
nav.gnav .sub-nav li a {
	display: block;
	font-size: 87.5%;
	padding: 10px 16px;
	background: #F2F2F2 url(../images/icon-arrow01.png) no-repeat right bottom;
	color: #202020;
	text-decoration: none;
}
nav.gnav .sub-nav li a:hover {
	color: #CD193F;
	background-color: #EEEEEE;
}
nav.gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
nav.gnav + .contents.top {
	margin-top: 3em;
}

/* Application */
.app nav.appMenu {
	background-color: #C2E7F7;
	font-size: 10.5pt;
}
.app nav.appMenu + div.contents > main {
	margin-top: 4em;
}
.app nav.appMenu .inner {
	display: table;
	width: 960px;
	margin: 0 auto;
}
.app nav.appMenu .inner > li {
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
}
.app nav.appMenu .menuLink {
	min-width: 260px;
}
.app nav.appMenu .menuLink p {
	padding-left: 26px;
	background: url(../images/app/icon-menu.png) no-repeat left center;
}
.app nav.appMenu .menuLink a {
	text-decoration: none;
}
.app nav.appMenu .menuLink a:visited {
	color: #202020;
}
.app nav.appMenu .menuLink a:hover {
	color: #202020;
	text-decoration: underline;
}
.app nav.appMenu .navBtn {
	text-align: center;
}
.app nav.appMenu .navBtn ul {
	display: table;
	margin: 0 auto;
}
.app nav.appMenu .navBtn li {
	display: table-cell;
	margin: 0;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	line-height: 1;
	overflow: hidden;
	text-align: center;
}
.app nav.appMenu .navBtn li.back {
	border-radius: 50px 0 0 50px;
	border-right: none;
}
.app nav.appMenu .navBtn li.next {
	border-radius: 0 50px 50px 0;
}
.app nav.appMenu .navBtn li a {
	display: block;
	min-height: 38px;
	color: #202020;
	text-decoration: none;
}
.app nav.appMenu .navBtn li.back a{
	padding: 11px 50px 11px 70px;
	background: url(../images/app/icon-back.png) no-repeat 10% center;
}
.app nav.appMenu .navBtn li.next a {
	padding: 11px 70px 11px 50px;
	background: url(../images/app/icon-next.png) no-repeat 90% center;
}
.app nav.appMenu .navBtn li a:hover {
	background-color: #F3F3F3;
}
.app nav.appMenu .jumpBtn {
	min-width: 260px;
}
.app nav.appMenu .jumpBtn dl {
	display: table;
	margin: 0 0 0 auto;
}
.app nav.appMenu .jumpBtn dt {
	display: table-cell;
	padding-right: 5px;
	font-size: 87.5%;
	text-align: right;
	vertical-align: middle;
}
.app nav.appMenu .jumpBtn dd {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}
.app nav.appMenu .jumpBtn dd .pageAll {
	display: inline-block;
	padding-left: 5px;
}
.app nav.appMenu .jumpBtn dd .pageJump {
	display: block;
	width: 38px;
	height: 38px;
	background: #F2F2F2;
	background: url(../images/app/icon-jump.png) no-repeat center center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	border-radius: 50px;
}
.app nav.appMenu .jumpBtn dd .pageJump:hover,
.app nav.appMenu .jumpBtn dd .pageJump:focus {
	background: url(../images/app/icon-jump.png) no-repeat center center, #F3F3F3;
}
input[type="text"].form-jump {
	width: 4em;
	padding: 6px 8px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	line-height: 24px;
	text-align: right;
	vertical-align: middle;
}

/* Contents Area
----------------------------------------------------------------------------- */
/* Layout */
main {
	display: block;
	width: 960px;
	margin: 0 auto;
}
section {
	margin-bottom: 4em!important;
}
section + section {
	margin: 4em 0;
}
section > section {
	margin-bottom: 3em!important;
}
section > section + section {
	margin: 3em 0;
}

/* Footer
----------------------------------------------------------------------------- */
.bgGray {
	padding: 2em 0 4em 0;
	background-color: #F3F3F3;
}
.bgGray *:last-child {
	margin-bottom: 0;
}
.bgGray hr.dotted {
	width: 960px;
	margin: 2em auto;
}


.bgCherryBlossom {
	padding: 1em 0;
	background-color: #FFF0F3;
}
.bgCherryBlossom *:last-child {
	margin-bottom: 0;
}

/* Page top */
#scrollUp {
	bottom: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background: #A8A8A8 url(../images/icon-pagetop.png) no-repeat center center;
}
#scrollUp:hover,
#scrollUp:focus {
	background-color: #CCCCCC!important;
}

/* Footer */
footer {
	display: block;
	width: 100%;
	background-color: #F3F3F3;
}
footer .inner {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: right;
}
.footNavi {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.footNavi li {
	display: inline-block;
	margin-left: 40px;
	font-size: 87.5%;
}
.footNavi li:first-child {
	margin-left: 0;
}
footer small {
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #004697;
	text-align: center;
	color:#FFFFFF;
}

/* Unique Layout
----------------------------------------------------------------------------- */
/* Website */

/* Notice Box */
.noticeBox {
	width: 960px;
	margin: 0 auto 4em auto;
	padding: 20px 30px;
	border: 6px solid #F9E4E9;
}
.noticeBox dl {
	display: table;
	width: 100%;
}
.noticeBox dl dt {
	display: table-cell;
	width: 240px;
	margin-bottom: 0;
	padding: 10px 20px 10px 24px;
	background: url(../images/icon-notice.png) no-repeat left center;
	color: #CB0C34;
	vertical-align: middle;
}
.noticeBox dl dd {
	display: table-cell;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #F9E4E9;
	vertical-align: middle;
}

/* main VI */
.mainVi {
	background: url(../images/top/main-bg.png) no-repeat center bottom;
	border-top: 1px solid #DDDDDD;
}
.mainVi > h2 {
	width: 960px;
	margin: 0 auto;
}

/* issueDateTimeBox */
.issueDateTimeBox {
	width: 960px;
	margin-bottom: 4em;
}

.issueDateTimeBox h2.title {
	display: table;
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
}

.issueDateTimeBox h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 66.7%;
	font-weight: normal;
}

.issueDateTimeBox ul{
	list-style-type: none;
	text-indent: 3rem;
}

.issueDateTimeBox ul span.largeFont{
	font-size: 120%;
}

.issueDateTimeBox li.tujyo{
	list-style-type: none;
	text-indent: 9rem;
	margin-top: 10px;
}

.issueDateTimeBox li.kinkyu{
	list-style-type: none;
	text-indent: 9rem;
	margin-top: 10px;
}

/* Today Header */
.todayHeader h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 66.7%;
	font-weight: normal;
}

/* tKanpouDate */
p.tKanpouDate {
	text-align: left;
	margin-left: 10em;
}

/* Today Box */
.todayBox {
	width: 960px;
	margin-bottom: 4em;
}
.todayBox h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 66.7%;
	font-weight: normal;
}
.todayBox dl {
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding: 20px 20px 10px 20px;
	background-color: #C2E7F7;
}
.todayBox dl dt {
	display: table-cell;
	vertical-align: middle;
}
.todayBox dl dd {
	display: table-cell;
	width: 740px;
	vertical-align: middle;
}
.todayBox ul {
	margin: 0;
	letter-spacing: -0.4em;
	list-style: none;
}
.todayBox ul li {
	display: inline-block;
	width: 140px;
	margin: 0 0 10px 10px;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
}
.todayBox ul li.articleBox {
	display: inline-block;
	width: 140px;
	margin: 0 0 10px 10px;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	box-shadow:3px 3px 6px #b8b9be;
}
.todayBox ul li:nth-child(5n+1) {
	margin-left: 0;
}
.todayBox ul li a {
	display: block;
	width: 140px;
	padding: 16px 10px;
	background: #FFFFFF url(../images/icon-arrow01.png) no-repeat right bottom;
	text-decoration: none;
}
.todayBox ul li a.articleTop {
	display: block;
	width: 120px;
	padding: 10px 10px 10px 10px;
	margin:10px;
	background: #dae0e7 url(../images/icon-arrow01.png) no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
}
.todayBox ul li a.pdfDlb {
	display: block;
	width: 120px;
	padding: 1px 1px 1px 5px;
	margin: 5px 10px 5px 10px;
	background: #C2E7F7 no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
	font-size:50%;
	text-align:left;
}
.todayBox ul li a:visited {
	background-color: #EAEAF0;
}
.todayBox ul li a:hover,
.todayBox ul li a:active,
.todayBox ul li a:focus {
	background-color: #FFF7F9;
}

/* Archive Box */
.archiveBox {
	width: 960px;
	margin-bottom: 4em;
}
.archiveBox h2 + dl {
	border-top: 1px dotted #000000;
}
.archiveBox h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 66.7%;
	font-weight: normal;
}
.archiveBox dl {
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px dotted #000000;
}
.archiveBox dl dt {
	display: table-cell;
	vertical-align: middle;
}
.archiveBox dl dd {
	display: table-cell;
	width: 740px;
	vertical-align: middle;
}
 .archiveBox dl dd ul {
	margin: 0;
	letter-spacing: -0.4em;
	list-style: none;
}
.archiveBox dl dd ul li {
	display: inline-block;
	width: 140px;
	background-color: #F6F6F6;
	margin: 0 0 10px 10px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
}
.archiveBox dl dd ul li.articleBox {
	display: inline-block;
	width: 140px;
	background-color: #F6F6F6;
	margin: 0 0 10px 10px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	box-shadow:3px 3px 6px #b8b9be;
}
.archiveBox dl dd ul li:nth-child(5n+1) {
	margin-left: 0;
}
.archiveBox dl dd ul li a {
	display: block;
	padding: 16px 10px;
	background: #F6F6F6 url(../images/icon-arrow01.png) no-repeat right bottom;
	text-decoration: none;
}
.archiveBox dl dd ul li a.articleTop {
	display: block;
	padding: 10px 10px 10px 10px;
	margin:10px;
	background: #dae0e7 url(../images/icon-arrow01.png) no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
}
.archiveBox dl dd ul li a.pdfDlb {
	display: block;
	padding: 1px 1px 1px 5px;
	margin: 5px 10px 5px 10px;
	background: #C2E7F7 no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
	font-size:50%;
	text-align:left;
}
.archiveBox dl dd ul li a:visited {
	background-color: #EAEAF0;
}
.archiveBox dl dd ul li a:hover,
.archiveBox dl dd ul li a:active,
.archiveBox dl dd ul li a:focus {
  background-color: #EEEEEE;
}

/* Toggle Box */
.toggleBox {
}
.toggleBox dl dd ul li.articleBox {
	display: inline-block;
	width: 140px;
	background-color: #F6F6F6;
	margin: 0 0 10px 10px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	box-shadow:3px 3px 6px #b8b9be;
}
.toggleBox dl dd ul li:nth-child(5n+1) {
	margin-left: 0;
}
.toggleBox dl dd ul li a.articleTop {
	display: block;
	padding: 10px 10px 10px 10px;
	margin:10px;
	background: #dae0e7 url(../images/icon-arrow01.png) no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
}
.toggleBox dl dd ul li a.pdfDlb {
	display: block;
	padding: 1px 1px 1px 5px;
	margin: 5px 10px 5px 10px;
	background: #C2E7F7 no-repeat right bottom;
	box-shadow:3px 3px 6px #b8b9be;
	border-radius: 5px;
	text-decoration: none;
	font-size:50%;
	text-align:left;
}
.toggleBox dl dd ul li a:visited {
	background-color: #EAEAF0;
}
.toggleBox dl dd ul li a:hover,
.toggleBox dl dd ul li a:active,
.toggleBox dl dd ul li a:focus {
  background-color: #EEEEEE;
}


/* Toggle Button */
.toggleBtn {
	width:60%;
	margin: 3em auto 6em auto;
}
.toggleBtn button {
	width: 100%;
	padding: 15px 20px 15px 20px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
}
.toggleBtn button:hover,
.toggleBtn button:active,
.toggleBtn button:focus {
	background: #FAFAFA;
	border-radius: 4px;
	outline: 0;
}
.toggleBtn button:focus {
	border: 1px dotted #000000;
}
.toggleBtn i {
	padding: 2px 0 2px 24px;
	background: url(../images/icon-arrow04.png) no-repeat left center;
}
.toggleBtn .opened i {
	background: url(../images/icon-arrow05.png) no-repeat left center;
}

/* News Box */
.newsBox {
	width: 960px;
	margin: 0 auto 4em auto;
}
.newsBox .inBox {
	margin: 2em 0!important;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.newsBox .inner {
	padding: 20px;
}
.newsBox h3.service {
	margin-bottom: 0;
	padding: 15px 20px 15px 56px;
	background: #FAFAFA url(../images/icon-title-service.png) no-repeat 20px center;
}

.newsBox .colmun {
	margin: 2em 0!important;
	padding-bottom: 10px;
	background: url(../images/top/news-bg.png) no-repeat left bottom;
}
.newsBox .colmun:after {
  content: " ";
  clear: both;
  display: block;
}
.newsBox .colmun > div {
	float: left;
	width: 470px;
	padding: 20px 20px 20px 20px;
	margin-bottom: -10px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.newsBox .colmun > div:first-child {
	margin-right: 20px;
}
.newsBox .colmun .image {
	float: left;
	width: 110px;
	margin-bottom: 0;
}
.newsBox .colmun .text {
	float: right;
	width: 300px;
}
.newsBox .colmun .btn {
	padding: 0;
	margin: 3em 0 0 0;
	border: none;
}

/* News Box */
.newsBoxService {
	margin-bottom: 4em;
}

.newsBoxService .colmun > div {
	padding: 10px 5px 10px 5px;
	margin:10px 10px 10px 5px;
	float: left;
	width: 465px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.newsBoxService .colmun .image {
	float: left;
	width: 88px;
	margin-bottom: 0;
}
.newsBoxService .colmun .text {
	float: right;
	width: 350px;
	font-size: 80%;
}

.npbBox {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #004697;
}
.npbBox .inner {
	padding: 20px;
}
.npbBox .subtitle {
	width: 900px;
	background-color: #f0f5fb;
	color:#004697;
	border-bottom: 1px solid #004697;
	border-right: 1px solid #004697;
}
.npbBox .colmun {
	margin: 1em 0!important;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(../images/top/news-bg.png) no-repeat left bottom;
}
.npbBox .colmun:after {
	content: " ";
	clear: both;
	display: block;
}
.npbBox .colmun > div {
	float: left;
	width: 450px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.npbBox .colmun > div:first-child {
	margin-right: 40px;
}
.npbBox .colmun .image {
	float: left;
	margin-top: 5px;
	width: 96px;
}
.npbBox .colmun .text {
	float: right;
	width: 320px;
	font-size: 85%;
	line-height: 20px;
	margin-left: 10px;
}
.npbBox .colmun .btn {
	background-color: #FFF0F3;
	margin-right: 40px;
	border: none;
}

/* Contents Box */
.contentsBox {
}
.contentsBox section + section {
	margin: 4em 0;
}
.contentsBox a:hover {
	background-color: #C2E7F7;
	text-decoration: underline;
}
.contentsBox h2.title,
.contentsBox h3,
.contentsBox h4 {
	display: table;
	width: 100%;
	padding: 0;
}
.contentsBox h2.title span.text,
.contentsBox h3 span.text,
.contentsBox h4 span.text {
	width: 860px;
}
.contentsBox h2.title span.text {
	display: table-cell;
	padding: 5px 0 5px 16px;
}
.contentsBox h3 span.text {
	display: table-cell;
	padding: 5px 0 5px 20px;
}
.contentsBox h3 span.text {
	display: table-cell;
	padding: 5px 0 5px 20px;
}
.contentsBox h4 span.text {
	display: table-cell;
	padding: 5px 0 5px 40px;
}
.contentsBox h2.title span.date {
	color: #202020;
	font-size: 66.7%;
	font-weight: normal;
}
.contentsBox h3 span.date {
	color: #202020;
	font-size: 88.9%;
	font-weight: normal;
}
.contentsBox h4 span.date {
	color: #202020;
	font-weight: normal;
}
.contentsBox h2.title a,
.contentsBox h3 a,
.contentsBox h4 a,
.contentsBox .iconList li a {
	display: block;
	padding: 5px 0;
}
.contentsBox .iconList + h3,
.contentsBox .iconList + h4 {
	margin-top: 1.5em;
}
.contentsBox .iconList {
	list-style: none;
	margin: 0;
}
.contentsBox .iconList li {
	display: table;
	width: 100%;
	margin-bottom: 0.75em;
}
.contentsBox .iconList li span.text {
	display: table-cell;
	width: 860px;
	padding-left: 60px;
	background: url(../images/app/icon-link.png) no-repeat 40px 0.4em;
}
.contentsBox h2.title span.date,
.contentsBox h3 span.date,
.contentsBox h4 span.date,
.contentsBox .iconList li span.date {
	display: table-cell;
	width: 120px;
	padding: 0 30px;
	color: #666666;
	text-align: right;
}
.contentsBox h2.title a:visited span.date,
.contentsBox h3 a:visited span.date,
.contentsBox h4 a:visited span.date,
.contentsBox .iconList li a:visited span.date {
	color: #2D1D73;
}
.contentsBox h2.title a:hover span.date,
.contentsBox h3 a:hover span.date,
.contentsBox h4 a:hover span.date,
.contentsBox .iconList li a:hover span.date {
	color: #CB0C34;
}

/* FAQ */
.faqBox {
	margin-bottom: 2em;
}
.faqBox dt {
	background: #F2F2F2 url(../images/icon-plus01.png) no-repeat 97% center;
	background: url(../images/icon-plus01.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #E8E8E8;
}
.faqBox dt.open {
	background: #F2F2F2 url(../images/icon-minus01.png) no-repeat 97% center;
	background: url(../images/icon-minus01.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}
.faqBox dt a {
	display: block;
	padding: 16px 70px;
	background: url(../images/icon-ttl-question.png) no-repeat 30px 1em;
}
.faqBox dd {
	padding: 30px;
	border: 1px solid #E8E8E8;
	border-top: none;
}
.faqBox dd .inner {
	padding-left: 40px;
	background: url(../images/icon-ttl-answer.png) no-repeat left top;
}

/* ALLINDEX */
.allIndexBox {
	min-width: 960px;
	margin-bottom: 2em;
}
.allIndexBox dt {
	background: #F2F2F2 url(../images/icon-minus01.png) no-repeat 97% center;
	background: url(../images/icon-minus01.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #E8E8E8;
}
.allIndexBox dt.open {
	background: #F2F2F2 url(../images/icon-plus01.png) no-repeat 97% center;
	background: url(../images/icon-plus01.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}
.allIndexBox dt a {
	display: block;
	padding: 16px 70px;
}
.allIndexBox dd {
	padding: 30px;
	border: 1px solid #E8E8E8;
	border-top: none;
}
.allIndexBox dd .inner {
	padding-left: 40px;
}

/* Application */
.app .contents {
	overflow: hidden;
}
.app #appHeader + .contents {
	margin-top: 140px;
}
.app.pdf {
	position: relative;
	height: 100%;
}
.app.pdf .contents {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding-top: 98px;
	z-index: 1;
}
embed {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
}
.app.pdf .contents iframe {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
}

/* 3: Module
============================================================================= */

/* Clearfix
----------------------------------------------------------------------------- */
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

/* Box
----------------------------------------------------------------------------- */
/* Read Box */
.readBox {
	margin-bottom: 4em;
}

/* Colmun Box */
.colmunBox {
	margin-bottom: 4em;
}
.colmunBox:after {
  content: " ";
  clear: both;
  display: block;
}
.colmunBox > div {
	padding: 10px 5px 10px 5px;
	margin-right: 10px;
	float: left;
	width: 470px;
}

/* Box01 */
.box01 {
	margin: 2em 0 1em 0;
	border: 4px solid #ECECEC;
	border-radius: 4px;
}
.box01 .inner {
	padding: 32px 40px;
}

/* Table
----------------------------------------------------------------------------- */
.table01 {
	margin-bottom: 1.5em;
}
.table01 table {
	width: 100%;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	overflow: auto;
}
.table01 table caption {
	padding: 8px 2px;
	font-weight: bold;
}
.table01 table th, .table01 table td {
	padding: 12px 16px;
	border: 1px solid #DDDDDD;
}
.table01 table thead th {
	background-color: #F3F3F3;
	text-align: center;
}
.table01 table tbody th {
	background-color: #FAFAFA;
}
.table01 table.stripe tbody th {
	background-color: inherit;
}
.table01 table.stripe tr:nth-child(even) {
	background-color: #FAFAFA!important;
}
.table01 table .text01 {
	font-weight: normal;
}

.table01 table.layout01 th:nth-child(1) {
	width: 24%;
}
.table01 table.layout01 td:nth-child(2),
.table01 table.layout01 td:nth-child(4),
.table01 table.layout01 td:nth-child(5) {
	white-space: nowrap;
}

.table01 table.layoutService th:nth-child(1) {
	width: 22%;
}
.table01 table.layoutService td:nth-child(1) {
	width: 22%;
	text-align: center;
}
.table01 table.layoutService td:nth-child(2) {
	width: 16%;
	text-align: center;
}
.table01 table.layoutService td:nth-child(3) {
	width: 18%;
	text-align: center;
}
.table01 table.layoutService td:nth-child(4) {
	width: 20%;
	text-align: center;
}
.table01 table.layoutService td:nth-child(5) {
	width: 20%;
	text-align: center;
}

/* 02 */
.table02 {
	margin-bottom: 4em;
}
.clmLayout .table02 {
	width: 680px;
}
.table02 table {
	width: 100%;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	overflow: auto;
}
.table02 table caption {
	padding: 8px 2px;
	font-weight: bold;
}
.table02 table th, .table02 table td {
	padding: 12px 16px;
	border: 1px solid #C6C6C6;
}
.table02 table thead th {
	background-color: #C2E7F7;
	text-align: center;
}
.table02 table tbody th {
	background-color: #F5F5F5;
}
.table03 {
	margin-bottom: 4em;
	border: none;
}
.clmLayout .table03 {
	width: 960px;
}
.table03 h2.title {
	display: table;
	width: 100%;
	padding: 10px;
}
.table03 h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 66.7%;
	font-weight: normal;
}
.table03 table {
	width: 100%;
	margin-bottom: 1em;
	border: none;
	overflow: auto;
}
.table03 table caption {
	padding: 8px 2px;
	font-weight: bold;
}
.table03 table th, .table03 table td {
	padding: 12px 16px;
}
.table03 table thead th {
	text-align: center;
}
.table03 table tbody th {
	text-align: center;
}
.table03 .libLink {
	text-align: right;
	width: 400px;
	margin-top: 20px;
	float:right;
}

/* footer table*/
.tableFooter {
	margin-bottom: 1.5em;
}
.tableFooter table {
	margin: auto;
	width: 960px;
	background-color: #004697;
}
.tableFooter table th {
	padding: 10px 10px 0px 0px;
	text-align: left;
}
.tableFooter table td {
	padding: 5px 10px 10px 0px;
	text-align: left;
}
.tableFooter a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableFooter a:hover {
	color: #FFFFFF;
}
.tableFooter a:visited {
	color: #FFFFFF;
}
.copyRightThread {
	width:960px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 30px;
	text-align: center;
}

/* table parts */
.clmLayout .table03.auto {
	width: auto!important;
}

/* table parts */
.clmLayout .table02.auto {
	width: auto!important;
}
table .nowrap {
	white-space: nowrap!important;
}
table .wordbreak {
	word-break: break-all!important;
}

/* Navigation
--------------------------------------------------------------------------- */
/* Pankuzu */
.pankuzu {
	width: 100%;
	margin-bottom: 1.5em;
}
.pankuzu ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
}
.pankuzu ul:after {
  content: " ";
  clear: both;
  display: block;
}
.pankuzu ul li {
	float: left;
	position: relative;
	font-size: 87.5%;
}
.pankuzu ul li:not(:last-child) {
	margin-right: 0.5em;
	padding-right: 1.5em;
}
.pankuzu ul li:not(:last-child):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1.6;
	text-align: center;
}

/* Plugin */
.plugin {
	width: 960px;
	margin: 0 auto 4em auto;
}
.plugin dl:after {
  content: " ";
  clear: both;
  display: block;
}
.plugin dt {
	clear: both;
	float: left;
	width: 160px;
}
.plugin dd {
	padding-left: 180px;
	font-size: 87.5%;
}
.plugin dd + dt,
.plugin dd + dt + dd {
	margin-top: 2em;
}

/* Paginavi */
.pageNav {
	margin-bottom: 4em;
	padding: 20px 20px 10px 20px;
	border: 1px solid #E8E8E8;
}
.pageNav ul {
	margin: 0;
	list-style: none;
}
.pageNav ul:after {
  content: " ";
  clear: both;
  display: block;
}
.pageNav ul li {
	float: left;
	display: inline-block;
	margin-right: 1.5em;
	padding-left: 20px;
	background: url(../images/icon-arrow06.png) no-repeat left 0.5em;
}
.pageNav ul.vertical li {
	float: none;
	display: block;
	margin-right: 0;
}

/* Page Top */
.pageTop {
	text-align: right;
}
.pageTop a {
	display: inline-block;
	padding-right: 24px;
	background: url(../images/icon-arrow07.png) no-repeat right center;
}

/* Image
----------------------------------------------------------------------------- */
img.icon {
    margin: -0.2em 2px 0 5px;
    line-height: 1;
    vertical-align: middle;
}

/* Text
----------------------------------------------------------------------------- */
.txtXL {
	font-size: 150%!important; /* font-size:28px */
}
.txtL {
	font-size: 112.5%!important; /* font-size:18px */
}
.txtS {
	font-size: 87.5%!important; /* font-size:14px */
	line-height: 1.4!important;
}
.txtSS {
	font-size: 75%!important; /* font-size:12px */
	line-height: 1.4!important;
}
.nowrap {
	white-space: nowrap;
}

/* Color
----------------------------------------------------------------------------- */
.color01, a.color01 {
	color: #CD193F; /* Point Color */
}

/* Position
----------------------------------------------------------------------------- */
.alignL {
	text-align: left!important;
}
.alignC {
	text-align: center!important;
}
.alignR {
	text-align: right!important;
}
.vTop {
	vertical-align: top!important;
}
.vMdl {
	vertical-align: middle!important;
}
.vBtm {
	vertical-align: bottom!important;
}

/* Block size
----------------------------------------------------------------------------- */
.w80 {
	width: 80px!important;
}
.w160 {
	width: 160px!important;
}
.w240 {
	width: 240px!important;
}
.w320 {
	width: 320px!important;
}
.w400 {
	width: 400px!important;
}
.w100 {
	width: 100%!important;
}

/* White space
----------------------------------------------------------------------------- */
.mb00 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 1em!important;
}
.mb20 {
	margin-bottom: 2em!important;
}
.mb30 {
	margin-bottom: 3em!important;
}
.mb40 {
	margin-bottom: 4em!important;
}
