@charset "utf-8";

/* ver 1.1.1 */

/*===== STYLE LIST ==========================================================
 1: Custom Setting
 2: Layout
 3: Module
============================================================================= */

/* 1: Custom Setting
============================================================================= */
html {
	height: 100%;
  overflow-y: scroll;
}
body {
	min-width: 960px;
	height: 100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6;
	color: #202020;
}
body.kijitext {
	max-width: 960px;
	margin: 35px auto 0 auto;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:last-child {
	margin-bottom: 0!important;
}
.wrapper {
	position: relative;
	border-top: 5px solid #B9AC89;
}
.wrapper.app {
	border-top: none;
}
nav ul {
	list-style: none;
}

/* Text
----------------------------------------------------------------------------- */
h1 {
	margin-bottom: 1.5em;
	font-size: 160%;
	line-height: 1.5;
}
h1.title {
	padding: 10px 20px;
	background: #00416E;
	background: linear-gradient(to bottom, #225280, #163866);
	color: #FFFFFF;
}
h1.search {
	padding: 10px 20px 10px 60px;
	background: #00416E url(../image/icon-search01.png) no-repeat 20px center;
	background: url(../image/icon-search01.png) no-repeat 20px center, linear-gradient(to bottom, #225280, #163866);
	color: #FFFFFF;
}
h2 {
	margin-bottom: 1em;
	font-size: 150%;
	line-height: 1.5;
}
h2.title, h2.line {
	padding-left: 24px;
	background: url(../image/icon-title-h2.png) no-repeat left 0.4em;
	font-weight: normal;
}
h2.line {
	margin-bottom: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #C6C6C6;
}
h2.search {
	padding-left: 40px;
	background: url(../image/icon-search02.png) no-repeat 6px center;
	color: #003974;
	font-size: 100%;
	font-weight: normal;
}
h2.search strong {
	font-size: 150%;
}
h2.notice {
	padding: 10px 20px 6px 56px;
	background: #F9E4E9 url(../image/icon-notice02.png) no-repeat 20px 0.55em;
	color: #A82D47;
}
h2.title span {
	margin-right: 0.5em;
}
h3 {
	margin-bottom: 1em;
	font-size: 112.5%;
	line-height: 1.5;
}
h3.title {
	color: #003974;
}
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;
}
figure {
	margin: 2em 0;
}
figcaption {
	font-weight: bold;
}

.firstLine {
	text-indent: 1em;
}
.secondLine {
	text-indent: -1em;
	padding-left: 1em;
}
.marginTopCut {
	margin-top: -0.75em;
}

/* List
----------------------------------------------------------------------------- */
ol, ul {
	margin: 0 0 1.5em 1.5em;
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 0.5em;
}
ol.large, ul.large {
	margin-bottom: 2em;
}
ol.large li, ul.large li {
	margin-bottom: 2em;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin-bottom: 1.75em;
}
ol.nomark, ul.nomark, ol.noteNo01, ol.noteNo02, ol.rules {
	margin-left: 0;
	list-style: none;
}
ol.noteNo01 li {
	padding-left: 2em;
}
ol.noteNo01 li span {
	display: inline-block;
	width: 2em;
	margin-left: -2em;
	padding-right: 0.5em;
}

ol.noteNo02 li {
	padding-left: 3em;
}
ol.noteNo02 li span {
	display: inline-block;
	margin-left: -2em;
	padding-right: 0.5em;
}

ol.rules li span {
	padding-right: 1em;
}


dl.defList {
}
dl.defList dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}
dl.defList dd {
	margin-bottom: 1em;
}
dl.defList.bg01 {
	padding: 10px;
	background-color: #f9fae5;
	border-radius: 4px;
}
dl.defList.fontS {
	font-size: 87.5%;
}
ul.clmList, ol.clmList {
	margin-left: 0;
	list-style: none;
}
ul.clmList:after, ol.clmList:after {
  content: " ";
  clear: both;
  display: block;
}
ul.clmList li, ol.clmList li {
	float: left;
	width: 42%;
	margin-left: 5%;
	list-style: circle;
}
ul.clmList li:nth-child(even), ol.clmList li:nth-child(even) {
	margin-left: 8%;
}
dl.defTable {
	border: 1px solid #C6C6C6;
}
dl.defTable > dt {
	padding: 12px 16px;
	background-color: #F5F5F5;
	font-weight: bold;
}
dl.defTable > dd {
	margin-bottom: 1em;
	padding: 12px 16px;
}

/* 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;
}
input[type="submit"].form-login {
	min-width: 340px;
	padding: 12px;
	background: #8F122E;
	background: linear-gradient(to bottom, #A43F55, #8F122E);
	border: none;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 106.3%;
	line-height: 1;
	text-align: center;
}
input:not([type="text"]):hover {
	opacity: 0.9;
}
input[type="text"].form-input,
input[type="password"].form-input {
	width: 100%;
	height: 50px;
	padding: 6px 20px 2px 20px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 0;
	font-size: 150%;
	line-height: 42px;
}
#changeInput {
	margin: 0;
	list-style: none;
}
#changeInput li {
	width: 100%;
	border: 1px solid #CBCBCB;
}
#changeInput li .label {
	position: relative;
	width: 660px;
	height: 40px;
}
#changeInput li .label input[type="text"].form-input {
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 660px;
	padding-right: 94px;
	border: none;
}
#changeInput li .plus {
	position: absolute;
	top: 8px;
	right: 20px;
	line-height: 22px;
}
#changeInput li .minus {
	position: absolute;
	top: 8px;
	right: 54px;
	line-height: 22px;
}
#changeInput li .label ul button img {
	display: inline-block;
	line-height: 1;
}
select.form-select {
	width: 880px;
	height: 50px;
	padding: 4px 40px 4px 20px;
	background-color: #FFFFFF;
	background-image: url(../image/form-select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: 1px solid #CBCBCB;
	border-radius: 0;
	font-size: 150%;
	line-height: 42px;
}
select.form-select.w160 {
	background-position: 90% center;
}
select.form-select.w120 {
	background-position: 88% center;
}
select.form-select option {
	padding: 4px 16px;
}
.fontS input.form-input {
	height: 40px;
	font-size: 100%;
	line-height: 32px;
}
.fontS select.form-select {
	height: 40px;
	font-size: 100%;
	line-height: 32px;
}
.fontS select.form-select.w320,
.fontS select.form-select.w380,
.fontS select.form-select.w400,
.fontS select.form-select.w480 {
	background-position: 96% center;
}
.fontS select.form-select.w120 {
	background-position: 90% center;
}
.checkBox input[type=checkbox] {
	position: relative;
	bottom: 3px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.checkBox.table > li {
	vertical-align: top;
}
.checkBox.table label {
	display: table;
}
.checkBox.table label > span {
	display: table-cell;
	line-height: normal!important;
	vertical-align: top;
}
textarea {
	font-size: 100%;
	line-height: 1.6; 
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
}
button.btn01 {
	min-width: 200px;
	min-height: 40px;
	padding: 4px 20px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #00416E;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}
button.btn01:hover {
	background: #F2F2F2;
}
button.btn01.check {
	padding: 4px 30px 4px 40px;
	background: url(../image/icon-check01.png) no-repeat 20px center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}
button.btn01.check:hover {
	background: url(../image/icon-check01.png) no-repeat 20px center, linear-gradient(to bottom, #F2F2F2, #F2F2F2);
}
button.btn02 {
	min-width: 200px;
	min-height: 40px;
	padding: 4px 20px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #00416E;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}
button.btn02:hover {
	text-decoration: underline;
}
input::-ms-clear {
	visibility: hidden;
}
input::-ms-reveal {
	visibility: hidden;
}
select::-ms-expand {
	display: none;
}

/* Form Table */
ul.formTbl {
	display: table;
	margin: 2em 0 0 0;
	list-style: none;
}
ul.formTbl > li {
	display: table-cell;
	margin: 0;
	padding: 0 10px;
}
ul.formTbl > li:first-child {
	padding-left: 0;
}
ul.formTbl > li:last-child {
	padding-right: 0;
}
ul.formTbl > li label span {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 150%;
	line-height: 50px;
	vertical-align: middle;
}
ul.formTbl.btnList {
	width: 880px;
}
ul.formTbl.btnList button {
	width: 100%;
	padding: 12px 8px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #00416E;
	text-align: center;
}
ul.formTbl.btnList button:hover {
	background: #F3F3F3;
}
h3 + ul.formTbl {
	margin-top: 1.5em;
}
ul.formTbl + ul.formTbl {
	margin-top: 1em;
}
.fontS ul.formTbl > li label span {
	font-size: 100%;
	line-height: 40px;
}
.fontS ul.formTbl > li label span + span {
	margin: 0 0.5em 0 0;
}
.formTbl .checkBox ul {
	margin-left: 0;
	list-style: none;
}
.formTbl .checkBox ul > li {
	font-size: 87.5%;
}

/* Form Table 01 */
dl.formTbl01 {
	display: table;
	width: 100%;
	margin: 4em 0 0 0;
	list-style: none;
}
dl.formTbl01 > dt {
	display: table-cell;
	width: 180px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
dl.formTbl01.block dt.checkBox label > span {
	display: table-cell;
	vertical-align: middle;
}
dl.formTbl01.block dt.checkBox span span {
	display: block;
	line-height: 40px;
}
dl.formTbl01.block dt.checkBox span + span {
	margin-top: 1em;
}
dl.formTbl01 > dd {
	display: table-cell;
	margin: 0;
	padding: 0 10px;
}
dl.formTbl01 ul.formTbl:first-child {
	margin-top: 0;
}
dl.formTbl01 + dl.formTbl01 {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #ECECEC;
}
dl.formTbl01 ul.formTbl + ul.formTbl {
	margin-top: 1em;
}
dl.formTbl01 p.note {
	margin-top: 0.5em;
}

/* Form Table 02 */
dl.formTbl02 {
	margin-top: 4em;
}
dl.formTbl02 dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
dl.formTbl02 dd {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ECECEC;
}
dl.formTbl02 dd ul.formTbl:first-child {
	margin-top: 0;
}
dl.formTbl02 dd + dt {
	padding-top: 1.5em;
}
dl.formTbl02 dd:last-child {
	border-bottom: none;
}
dl.formTbl02 + dl.formTbl03 {
	border-top: 1px solid #ECECEC;
}

/* Form Table 03 */
.formTbl03:after {
  content: " ";
  clear: both;
  display: block;
}
.formTbl03 > dl.formTbl02:first-child {
	float: left;
	display: inline-block;
	margin: 0;
}
.formTbl03 > dl.formTbl02:last-child {
	float: left;
	display: inline-block;
	margin: 0;
	padding-left: 80px;
}
dl.formTbl02 + .formTbl03 {
	padding-top: 1.5em;
	border-top: 1px solid #ECECEC;
}

/* Form Table 04 */
.formTbl04 {
	text-align: center;
}
.formTbl04 ul {
	margin: 0;
	list-style: none;
	text-align: left;
}
.formTbl04 ul li {
	margin-bottom: 1.5em;
}
.formTbl04 ul li:last-child {
	margin-bottom: 0;
}
.formTbl04 ul li a,
.formTbl04 ul li button {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 2% 4%;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #00416E;
	font-size: 112.5%;
	text-decoration: none;
	text-align: center;
}
.formTbl04 ul li a:hover,
.formTbl04 ul li button:hover {
	background: #F2F2F2;
}

/* Form Table 05 */
dl.formTbl05 {
	display: inline-block;
	margin-bottom: 1em;
	text-align: left;
}
dl.formTbl05:after {
  content: " ";
  clear: both;
  display: block;
}
dl.formTbl05 dt {
	float: left;
	font-weight: bold;
}
dl.formTbl05 dd {
	margin-left: 14em;
}
dl.formTbl05 dd + dt,
dl.formTbl05 dd + dt + dd {
	margin-top: 1em;
}
dl.formTbl05 dd ul.formTbl:first-child {
	margin-top: 0;
}
dl.formTbl05 dd + dl.formTbl05 dt {
	margin-top: 2em;
}
dl.formTbl05 + dl.formTbl05 {
	padding-top: 1em;
	border-top: 1px solid #ECECEC;
}

/* Link
----------------------------------------------------------------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: #3315AB;
}
a:visited {
	color: #6C4B00;
}
a:hover {
	color: #AA7632;
	text-decoration: none;
}
a:active {
	color: #AA7632;
	text-decoration: none;
}
a:focus {
	color: #AA7632;
	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: #2C4D74 url(../image/icon-arrow01.png) no-repeat 90% center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
p.link01 a:hover,
p.link05 a:hover {
	opacity: 0.8;
}
ul.link02, ul.link03 {
	list-style: none;
	margin-left: 0;
}
ul.link02 li, p.link02 {
	padding-left: 24px;
	background: url(../image/icon-arrow02.png) no-repeat left 0.25em;
}
ul.link03 li, p.link03 {
	padding-left: 16px;
	background: url(../image/icon-arrow03.png) no-repeat left 0.35em;
}
p.link05 {
	margin: 1em 0;
}
p.link05 span {
	display: inline-block;
	padding-left: 24px;
	background: url(../image/icon-arrow05.png) no-repeat left 0.15em;
}
p.link06 {
	margin: 2em 0;
	text-align: right;
}
p.link06 span {
	display: inline-block;
	padding-left: 24px;
	background: url(../image/icon-arrow06.png) no-repeat left 0.15em;
}
p.link10 span {
	display: inline-block;
	padding-right: 24px;
	background: url(../image/icon-arrow10.png) no-repeat right 0.15em;
}
p.link10 {
	margin: 2em 0;
	text-align: right;
}
a.button {
	display: inline-block;
	padding: 16px 24px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #00416E;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
a.button:hover {
	background: #F2F2F2;
}

/* 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: 10px 0;
}
header .logo {
	display: table-cell;
	width: 140px;
	line-height: 1;
	vertical-align: middle;
}
header .headNav {
	display: table-cell;
	vertical-align: middle;
}
header .headNav ul {
	display: table;
	margin: 0 0 0 auto;
	list-style: none;
}
header .headNav li {
	display: table-cell;
	font-size: 87.5%;
	vertical-align: middle;
}
header .headNav li.mail {
	padding-left: 26px;
	background: url(../image/icon-mail.png) no-repeat left center;
}
header .fontSize {
	display: table-cell;
	padding-left: 40px;
	vertical-align: middle;
}
header .fontSize dl {
	display: table;
	margin: 0;
}
header .fontSize dt {
	display: table-cell;
	padding-right: 5px;
	vertical-align: middle;
}
header .fontSize dd {
	display: table-cell;
	vertical-align: middle;
}
header .fontSize dd ul {
	margin: 0;
}
header .fontSize dd ul:after {
  content: " ";
  clear: both;
  display: block;
}
header .fontSize dd ul li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	line-height: 1;
	list-style: none;
}
header .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 .fontSize dd ul li#font_s a {
	background-image: url(../image/head-font-small.png);
}
header .fontSize dd ul li#font_m a {
	background-image: url(../image/head-font-middle.png);
}
header .fontSize dd ul li#font_l a {
	background-image: url(../image/head-font-large.png);
}
header .fontSize dd ul li.active a,
header .fontSize dd ul li a:hover,
header .fontSize dd ul li a:focus {
	background-position: center bottom;
}
header .npbLogo {
	display: table-cell;
	width: 160px;
	padding-left: 30px;
	line-height: 1;
	vertical-align: middle;
}

/* Application */
.app #appHeader,
.app #txtHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}
.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: 6px 0;
}
.app header .logo {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.app header .date {
	display: table-cell;
	padding: 0 40px 0 60px;
	font-size: 13.93px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.app header a.fullText {
	display: inline-block;
	margin-left: 1em;
	padding: 6px 8px 4px 8px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #202020;
	font-size: 12.93px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.app header a.fullText:hover {
	background: #F3F3F3;
}

/* Global Navigation
----------------------------------------------------------------------------- */
/* Wabsite */

/* Application */
.app nav.appMenu {
	background-color: #E6F0FC;
}
.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 .viewMode {
}
.app nav.appMenu .viewMode ul {
	display: table;
	margin: 0;
}
.app nav.appMenu .viewMode li {
	display: table-cell;
	margin: 0;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	font-size: 93.8%;
	line-height: 1;
	text-align: center;
}
.app nav.appMenu .viewMode li.text {
	border-radius: 4px 0 0 4px;
	border-right: none;
}
.app nav.appMenu .viewMode li.image {
	border-radius: 0 4px 4px 0;
}
.app nav.appMenu .viewMode li a {
	display: block;
	min-height: 38px;
	color: #202020;
	text-decoration: none;
}
.app nav.appMenu .viewMode li.text a {
	padding: 12px 15px 12px 32px;
	background: url(../image/icon-text02.png) no-repeat 10% center;
	border-radius: 4px 0 0 4px;
	box-shadow: 1px 2px 2px #999999;
	font-size: 14.86px;
}
.app nav.appMenu .viewMode li.image a {
	padding: 12px 32px 12px 15px;
	background: url(../image/icon-image02.png) no-repeat 90% center;
	border-radius: 0 4px 4px 0;
	box-shadow: 1px 2px 1px #999999;
	font-size: 14.86px;
}
.app nav.appMenu .viewMode li:not(.on) a:hover {
	background-color: #F3F3F3;
	box-shadow: none;
}
.app nav.appMenu .viewMode li.on {
	min-height: 38px;
	box-shadow:1px 2px 5px 0px #082545 inset;
	color: #FFFFFF;
	cursor: default;
}
.app nav.appMenu .viewMode li.text.on {
	padding: 12px 15px 12px 32px;
	background: #0F4079 url(../image/icon-text01.png) no-repeat 10% center;
	font-size: 14.86px;
}
.app nav.appMenu .viewMode li.image.on {
	padding: 12px 32px 12px 15px;
	background: #0F4079 url(../image/icon-image01.png) no-repeat 90% center;
	font-size: 14.86px;
}
.app nav.appMenu .navBtn {
	text-align: center;
	font-size: 16px;
}
.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: 12px 40px 12px 60px;
	background: url(../image/app/icon-back.png) no-repeat 10% center;
}
.app nav.appMenu .navBtn li.next a {
	padding: 12px 60px 12px 40px;
	background: url(../image/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: 13.93px;
	text-align: right;
	vertical-align: middle;
}
.app nav.appMenu .jumpBtn dd {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 16px;
}
.app nav.appMenu .jumpBtn dd .pageAll {
	display: inline-block;
	padding-left: 5px;
	font-size: 16px;
}
.app nav.appMenu .jumpBtn dd .pageJump {
	display: block;
	width: 38px;
	height: 38px;
	background: #F2F2F2 url(../image/app/icon-jump.png) no-repeat center center;
	background: url(../image/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;
	font-size: 16px;
}
.app nav.appMenu .jumpBtn dd .pageJump:hover,
.app nav.appMenu .jumpBtn dd .pageJump:focus {
	background: url(../image/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;
	font-size: 16px;
}

/* Contents Area
----------------------------------------------------------------------------- */
/* Wabsite */

/* Layout */
.toppage .contents {
	margin: 0;
	padding: 0;
	background: url(../image/top/main-bg.png) repeat-x left top;
}
.contents {
	margin-bottom: 6em;
	padding-top: 1.5em;
	background: url(../image/contents-bg.gif) repeat-x left top;
}
.contents > main, .clmLayout, .singleLayout {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
}
.contents .clmLayout:after {
  content: " ";
  clear: both;
  display: block;
}
.contents .clmLayout main {
	float: left;
	width: 680px;
	margin: 0 auto;
}
.contents .clmLayout .sideNav {
	position: relative;
	float: right;
	width: 246px;
	margin: 0;
}
.contents .clmLayout .sideNav .inner {
	display: block;
}
section {
	margin-bottom: 4em!important;
}
section + section {
	margin: 4em 0;
}
section > section {
	margin-bottom: 3em!important;
}
section > p + section {
	margin: 3em 0;
}
section > section + section {
	margin: 2.5em 0;
}

/* Application */
.app main#appMain {
	position: relative;
	margin-bottom: 4em;
}
.app main#appMain table {
	border-collapse: inherit;
	border-spacing: 2px;
	empty-cells: inherit;
}

.txt .contents main article table {
	border-collapse: separate;
	border-spacing: 2px;
}
table[cellpadding="10"] td {
	padding: 10px;
	line-height: 1.6;
}

/* Side Nav
----------------------------------------------------------------------------- */
/* Wabsite */
.sideMenu {
	width: 246px;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
}
.sideMenu h2 {
	margin-bottom: 0;
	padding: 20px 10px 20px 0;
	background-color: #ECECEC;
	border-bottom: 1px solid #C6C6C6;
	color: #00416E;
	font-size: 112.5%;
}
.sideMenu h2 > span {
	position: relative;
	left: -1px;
	display: inline-block;
	padding-left: 20px;
	border-left: 5px solid #00416E;
}
.sideMenu h2 > span.small {
	display: block;
	font-size: 77.8%;
}
.sideMenu h2 > span.small span, .sideMenu h2 > span.small a {
	color: #202020;
	font-size: 128.6%;
}
.sideMenu ul {
	margin-left: 0;
	list-style: none;
}
.sideMenu > ul > li {
	margin-bottom: 0;
	border-bottom: 1px solid #C6C6C6;
}
.sideMenu > ul > li:last-child {
	border-bottom: none;
}
.sideMenu > ul > li > a {
	display: block;
	padding: 15px 20px 15px 36px;
	background: url(../image/icon-arrow07.png) no-repeat 20px 1.3em;
	color: #00416E;
	text-decoration: none;
}
.sideMenu > ul > li.subNav > a {
	background: url(../image/icon-arrow09.png) no-repeat 18px 1.4em;
}
.sideMenu > ul ul {
	border-top: 1px dotted #C6C6C6;
}
.sideMenu > ul a.current + ul {
	border-top: none;
}
.sideMenu > ul ul li {
	margin-bottom: 0;
}
.sideMenu > ul ul li a {
	display: block;
	padding: 5px 20px 5px 36px;
	background: url(../image/icon-arrow03.png) no-repeat 20px 0.75em;
}
.sideMenu ul li a:hover, .sideMenu ul li a.current {
	background-color: #E6F0FC;
}
.sideNav .loginBtn a {
	display: block;
	padding: 15px 48px 15px 56px;
	background: #00416E url(../image/icon-login01.png) no-repeat 20px center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.sideNav .loginBtn a:hover {
	opacity: 0.8;
}

/* Application */
.app #appNav {
	position: fixed;
	top: 140px;
	right: 5%;
	width: 200px;
}
.app #appNav.open {
	width: 200px;
}
.app #appNav h2 {
	position: relative;
	margin: 0;
	background-color: #0F4079;
	background-image: linear-gradient(to bottom, #214E83, #0F4079);
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #436996 inset;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 112.5%;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}
.app #appNav.open h2 {
	border-radius: 4px 4px 0 0;
}
.app #appNav h2 a {
	display: block;
	padding: 20px 10px 15px 40px;
	background: url(../image/app/icon-menu.png) no-repeat left center;
	border: 1px solid #0F4079;
	border-radius: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
.app #appNav h2 span {
	display: none;
}
.app #appNav.open h2 span {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
}
.app #appNav.open h2 span img {
	display: block;
	line-height: 1;
	vertical-align: middle;
}
.app #appNav.open h2 + div {
	background-color: #FFFFFF;
	border: 4px solid #0F4079;
	border-top: none;
	border-radius: 0 0 4px 4px;
}
.app #appNav h2 + div {
	display: none;
	overflow-y: auto;
}
.app #appNav.open h2 + div {
	display: block;
}
.app #appNav div ol {
	margin: 0;
	list-style: none;
}
.app #appNav div ol li {
	padding: 8px 15px;
	border-bottom: 1px solid #CACACA;
}
.app #appNav div .close {
	line-height: 1;
	text-align: right;
}
.app #appNav div .close span {
	display: inline-block;
	padding: 8px 15px 8px 20px;
	background: url(../image/app/icon-close02.png) no-repeat left center;
}
.app #appNav div .close span a {
	color: #0B325E;
}

/* Footer
----------------------------------------------------------------------------- */
.bgGray {
	padding: 3em 0;
	background-color: #F3F3F3;
}
.bgGray *:last-child {
	margin-bottom: 0;
}
.bgGray hr.dotted {
	width: 960px;
	margin: 3em auto;
}

/* Page top */
#scrollUp {
	bottom: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background: #A8A8A8 url(../image/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 12px 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: #353535;
	color: #FFFFFF;
	text-align: center;
}

/* Unique Layout
----------------------------------------------------------------------------- */
/* Notice Box */
.noticeBox {
	width: 100%;
}
.noticeBox dl {
	display: table;
	width: 960px;
	margin: 0 auto 3em auto!important;
	padding: 20px 30px;
	background-color: #F9E4E9;
}
.noticeBox dl dt {
	display: table-cell;
	width: 240px;
	margin-bottom: 0;
	padding: 10px 20px 10px 24px;
	background: url(../image/icon-notice01.png) no-repeat left center;
	vertical-align: middle;
}
.noticeBox dl dd {
	display: table-cell;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #D4BEC4;
	vertical-align: middle;
}
header + .noticeBox {
	border-top: 1px solid #ECECEC;
}
header + .noticeBox dl {
	margin: 1.5em auto!important;
}

/* main VI */
.mainVi {
	background: url(../image/top/main-vi.png) no-repeat center top;
}
.mainVi > h2 {
	width: 960px;
	margin: 0 auto;
	padding: 50px 500px 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
.mainVi .loginBox {
	width: 960px;
	margin: 0 auto 4em auto;
	margin-top: 200px;
}
.mainVi .loginBox h2 {
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding: 15px 30px;
	background: #0F4079;
	background: linear-gradient(to bottom, #225380, #163866);
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-size: 131.3%;
	font-weight: normal;
	line-height: 1.4;
}
.mainVi .loginBox h2 i.login {
	display: table-cell;
	padding-left: 40px;
	background: url(../image/icon-login01.png) no-repeat left center;
	vertical-align: middle;
}
.mainVi .loginBox h2 span.arrow04 {
	display: table-cell;
	font-size: 76.2%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
.mainVi .loginBox h2 span.arrow04 a {
	padding-left: 24px;
	background: url(../image/icon-arrow04.png) no-repeat left 0.2em;
	color: #FFFFFF;
}
.mainVi .loginBox .inner {
	margin-bottom: 2em;
	padding: 30px;
	padding-bottom: 20px;
	background-color: #ECECEC;
	border-radius: 0 0 8px 8px;
}
.mainVi .loginBox .inner dl {
	display: table;
	margin: 0 auto 1.5em auto;
}
.mainVi .loginBox .inner dt {
	display: table-cell;
	padding-right: 15px;
}
.mainVi .loginBox .inner dd {
	display: table-cell;
}
.mainVi .loginBox .inner dd + dt {
	padding-left: 40px;
}
.mainVi .loginBox .inner dd input {
	width: 260px;
	min-height: 40px;
	padding: 6px 8px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	line-height: 1;
	letter-spacing: 2px;
	vertical-align: middle;
}
.mainVi .loginBox .inner .loginBtn {
	text-align: center;
}

/* Caution Box */
.cautionBox {
	width: 100%;
	margin: 0 auto 4em auto;
	padding: 20px;
	border: 2px solid #F9E4E9;
}
.cautionBox h2 {
	padding-left: 24px;
	background: url(../image/icon-notice01.png) no-repeat left 0.1em;
	color: #202020;
  font-size: 100%;
}

/* About Box */
.aboutBox {
	width: 960px;
	margin: 4em auto!important;
}
.aboutBox .aboutMenu {
	position: relative;
	margin: 0;
	list-style: none;
}
.aboutBox .aboutMenu:after {
  content: " ";
  clear: both;
  display: block;
}
.aboutBox .aboutMenu li {
	position: relative;
	float: left;
	width: 234px;
	margin: 0 0 0 8px;
}
.aboutBox .aboutMenu li a {
	display: block;
	padding-bottom: 8px;
	background: url(../image/top/about-bg-btm.gif) no-repeat left bottom;
	color: #202020;
	text-decoration: none;
}
.aboutBox .aboutMenu li a:hover > * {
	opacity: 0.8;
}
.aboutBox .aboutMenu li:first-child {
	margin-left: 0;
}
.aboutBox .aboutMenu li h3 {
	margin-bottom: 0;
	background-color: #FFFFFF;
}
.aboutBox .aboutMenu li h3 span {
	display: block;
	padding: 14px 10px;
	background: #282828;
	background: linear-gradient(to bottom, #484848, #282828);
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.aboutBox .aboutMenu li .inner {
	padding: 155px 15px 15px 15px;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-top: none;
	background-position: center top;
	background-repeat: no-repeat;
}
.aboutBox .aboutMenu li.detail .inner {
	background-image: url(../image/top/about-img-detail.jpg);
}
.aboutBox .aboutMenu li.terms .inner {
	background-image: url(../image/top/about-img-terms.jpg);
}
.aboutBox .aboutMenu li.faq .inner {
	background-image: url(../image/top/about-img-faq.jpg);
}
.aboutBox .aboutMenu li.manual .inner {
	background-image: url(../image/top/about-img-manual.jpg);
}
.aboutBox .aboutMenu li .linkIcon,
.aboutBox .aboutMenu li .popupIcon {
	margin-top: 1em;
	font-size: 87.5%;
	line-height: 1;
	text-align: right;
}
.aboutBox .aboutMenu li .linkIcon span {
	display: inline-block;
	padding: 6px 11% 6px 16px;
	background: #2C4D74 url(../image/icon-arrow01.png) no-repeat 90% center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.aboutBox .aboutMenu li .popupIcon span {
	display: inline-block;
	padding: 6px 10px 6px 16px;
	background: #2C4D74;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* News Box */
.newsBox {
	width: 960px;
	margin: 0 auto 2em auto;
}

/* Hit Count Box */
.hitCountBox {
	margin-bottom: 2em;
}
.hitCountBox .titleNav {
	display: table;
	width: 960px;
	margin-bottom: 1em;
}
.hitCountBox .titleNav h2 {
	display: table-cell;
	padding: 0 20px;
	color: #003974;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
}
.hitCountBox .titleNav h2 strong {
	font-size: 150%;
}
.hitCountBox .titleNav p {
	display: table-cell;
	text-align: right;
}
.hitCountBox .titleNav p a:hover {
	opacity: 0.8;
}
.hitCountBox dl.update {
	display: table;
	margin: 0 0 0.5em auto;
	font-size: 87.5%;
}
.hitCountBox dl.update dt {
	display: table-cell;
}
.hitCountBox dl.update dd {
	display: table-cell;
}
.hitCountBox .hitInfo {
	display: table;
	width: 100%;
	padding: 4px 20px;
	background-color: #ececec;
}
.hitCountBox .hitInfo .hitNumber {
	display: table-cell;
	font-size: 112.5%;
}
.hitCountBox .hitInfo .hitNumber strong {
	font-size: 150%;
}
.hitCountBox .hitInfo .sortMenu {
	display: table-cell;
	vertical-align: middle;
}
.hitCountBox .hitInfo .sortMenu dl {
	display: table;
	margin: 0 0 0 auto;
}
.hitCountBox .hitInfo .sortMenu dt {
	padding-right: 0.5em;
}
.hitCountBox .hitInfo .sortMenu dt,
.hitCountBox .hitInfo .sortMenu dd {
	display: table-cell;
	vertical-align: middle;
}
.hitCountBox .hitInfo .sortMenu dd ul {
	display: table;
	list-style: none;
	margin: 0;
}
.hitCountBox .hitInfo .sortMenu dd ul li {
	display: table-cell;
	margin: 0;
	font-size: 112.5%;
	vertical-align: middle;
}
.hitCountBox .hitInfo .sortMenu dd ul li a {
	display: block;
	padding: 2px 10px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #BBBBBB;
	border-right: none;
	color: #00416E;
	text-align: center;
	text-decoration: none;
}
.hitCountBox .hitInfo .sortMenu dd ul li:first-child a {
	border-radius: 4px 0 0 4px;
}
.hitCountBox .hitInfo .sortMenu dd ul li:last-child a {
	border-radius: 0 4px 4px 0;
	border-right: 1px solid #BBBBBB;
}
.hitCountBox .hitInfo .sortMenu dd ul li a:hover {
	background: #F3F3F3;
}

/* Toggle Box */
/* 01 */
.toggleBox01  {
	border: 1px solid #CBCBCB;
}
.toggleBox01 > dt {
	min-height: 40px;
	background: #F2F2F2;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	line-height: 32px;
}
.toggleBox01 > dt a {
	display: block;
	padding: 4px 20px;
	background: url(../image/icon-plus03.png) no-repeat 94% center;
	color: #00416E;
	text-decoration: none;
}
.toggleBox01 > dt.open a {
	background-image: url(../image/icon-minus03.png);
}
.toggleBox01 > dd {
	padding: 20px;
	border-top: 1px solid #CBCBCB;
}
.toggleBox01 > dd .btnBox {
	margin: 1em 0 0 0;
	text-align: center;
}
/* 02 */
.toggleBox02 {
}
.toggleBox02 dt {
	display: inline-block;
	min-height: 24px;
	padding-left: 24px;
	background: url(../image/icon-plus04.png) no-repeat left center;
}
.toggleBox02 dt.open {
	background-image: url(../image/icon-minus04.png);
}
.toggleBox02 dd {
	display: none;
	padding: 30px 20px;
}
/* 03 */
.toggleBox03 h2 {
	margin-bottom: 0;
	font-size: 100%;
	font-weight: normal;
}
.toggleBox03 h2 a {
	display: block;
	padding: 12px 20px;
	background: url(../image/icon-plus03.png) no-repeat 98% center;
	color: #00416E;
	text-decoration: none;
}
.toggleBox03 > h2.open a {
	background-image: url(../image/icon-minus03.png);
}
.toggleBox03 .inner {
	border-top: 4px solid #ECECEC;
}
/* Service Box */
.serviceBox {
	width: 960px;
	margin: 0 auto 3em auto;
}
.serviceBox:after,
.serviceBox > section .btnMenu:after {
  content: " ";
  clear: both;
  display: block;
}
.serviceBox > section {
	float: left;
	width: 470px;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 8px;
	background: url(../image/service-bg-btm.gif) no-repeat left bottom;
}
.serviceBox > section h2 {
	margin-bottom: 0;
}
.serviceBox > section:first-child {
	margin-right: 20px;
}
.serviceBox > section .inner {
	padding: 30px 26px 20px 26px;
	border: 4px solid #ECECEC;
	border-top: none;
	border-bottom: none;
}
.serviceBox > section .btnMenu {
	margin: 0 0 1.5em 0;
	list-style: none;
}
.serviceBox > section .btnMenu li:not(:first-child) {
	float: left;
	margin-bottom: 0;
}
.serviceBox > section .btnMenu li:first-child {
	margin-bottom: 10px;
}
.serviceBox > section .btnMenu li:last-child {
	margin-left: 10px;
}
.serviceBox > section .btnMenu a img:hover {
	opacity: 0.8;
}

/* Service Menu */
.serviceBox .serviceMenu {
	position: relative;
	margin: 0;
	list-style: none;
}
.serviceBox .serviceMenu:after {
  content: " ";
  clear: both;
  display: block;
}
.serviceBox .serviceMenu li {
	position: relative;
	float: left;
	width: 314px;
	margin: 0 0 0 8px;
}
.serviceBox .serviceMenu li a {
	display: block;
	color: #202020;
	text-decoration: none;
	padding-bottom: 8px;
	background: url(../image/servicemenu-bg-btm.gif) no-repeat left bottom;
}
.serviceBox .serviceMenu li a:hover > * {
	opacity: 0.8;
}
.serviceBox .serviceMenu li:first-child {
	margin-left: 0;
}
.serviceBox .serviceMenu li h3 {
	margin-bottom: 0;
	background-color: #FFFFFF;
}
.serviceBox .serviceMenu li h3 span {
	display: block;
	padding: 14px 20px;
	background: #282828;
	background: linear-gradient(to bottom, #484848, #282828);
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-weight: normal;
}
.serviceBox .serviceMenu li .inner {
	padding: 20px 20px 12px 140px;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-top: none;
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
.serviceBox .serviceMenu li.password .inner {
	background-image: url(../image/service-img-password.jpg);
}
.serviceBox .serviceMenu li.faq .inner {
	background-image: url(../image/service-img-faq.jpg);
}
.serviceBox .serviceMenu li.manual .inner {
	background-image: url(../image/service-img-manual.jpg);
}
.serviceBox .serviceMenu li .linkIcon,
.serviceBox .serviceMenu li .popupIcon {
	margin-top: 1em;
	font-size: 87.5%;
	line-height: 1;
	text-align: right;
}
.serviceBox .serviceMenu li .linkIcon span {
	display: inline-block;
	padding: 6px 14% 6px 16px;
	background: #2C4D74 url(../image/icon-arrow01.png) no-repeat 90% center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.serviceBox .serviceMenu li .popupIcon span {
	display: inline-block;
	padding: 6px 10px 6px 16px;
	background: #2C4D74;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* Search Guide Box */
.searchGuideBox {
	margin-bottom: 2em;
}
.searchGuideBox dl {
	min-height: 110px;
	margin-bottom: 1em;
	padding-left: 180px;
	background-repeat: no-repeat;
	background-position: left top;
}
.searchGuideBox dl.search01 {
	background-image: url(../image/guide/search-01.jpg);
}
.searchGuideBox dl.search02 {
	background-image: url(../image/guide/search-02.jpg);
}
.searchGuideBox dl dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* Entry Guide Box */
.entryGuideBox {
	display: table;
	width: 680px;
	margin: 0 0 2em 0;
	list-style: none;
}
.entryGuideBox li {
	display: table-cell;
}

/* FAQ */
.faqBox {
	margin-bottom: 2em;
}
.faqBox dt {
	background: #F2F2F2 url(../image/icon-plus03.png) no-repeat 97% center;
	background: url(../image/icon-plus03.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	border: 1px solid #C6C6C6;
}
.faqBox dt.open {
	background: #F2F2F2 url(../image/icon-minus03.png) no-repeat 97% center;
	background: url(../image/icon-minus03.png) no-repeat 97% center, linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}
.faqBox dt a {
	display: block;
	padding: 16px 70px;
	background: url(../image/icon-ttl-question.png) no-repeat 20px 1em;
}
.faqBox dd {
	padding: 30px 20px;
	border: 1px solid #C6C6C6;
	border-top: none;
}
.faqBox dd .inner {
	padding-left: 40px;
	background: url(../image/icon-ttl-answer.png) no-repeat left top;
}

/* Online Help */
.refClmbox  {
	width: 100%;
}
.refClmbox:after {
  content: " ";
  clear: both;
  display: block;
}
.refClmbox > div {
	position: relative;
	float: left;
	width: 330px;
	margin: 0 0 2em 20px!important;
	padding-bottom: 8px;
	background: url(../OnlineHelp/image/helpitem-bg-btm.gif) no-repeat left bottom;
}
.refClmbox .howto,
.refClmbox .point {
	margin-bottom: 0!important;
}
.refClmbox > div:nth-child(odd) {
	margin-left: 0!important;
}
.refClmbox > div > a {
	display: block;
}
.refClmbox > div > a:hover > * {
	opacity: 0.8;
}
.refClmbox > div .inner {
	padding: 14px 18px 6px 18px;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
}
.refNav {
	display: table;
	width: 100%;
	margin: 2em 0;
}
.refNav ol {
	list-style: none;
	margin: 0;
}
.refNav ol + p {
	margin-top: 1em;
}
.refNav li {
	display: table-cell;
	width: 227px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.refNav li a,
.refNav li span {
	display: block;
	width: 227px;
	height: 50px;
	background-position: left -50px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.refNav li span {
	background-position: left top;
}
.refNav li a:hover {
	background-position: left bottom;
}
.refNav li.date a,
.refNav li.date span {
	background-image: url(../OnlineHelp/image/manual-flow-date.png);
}
.refNav li.article a,
.refNav li.article span {
	background-image: url(../OnlineHelp/image/manual-flow-article.png);
}
.refNav li.hourei a,
.refNav li.hourei span {
	background-image: url(../OnlineHelp/image/manual-flow-hourei.png);
}
.refNav li.list a,
.refNav li.list span {
	background-image: url(../OnlineHelp/image/manual-flow-list.png);
}
.refNav li.view a,
.refNav li.view span {
	width: 226px;
	background-image: url(../OnlineHelp/image/manual-flow-view.png);
}
.refBox {
	display: table;
	width: 100%;
	margin: 1em 0;
	border: 1px solid #C6C6C6;
}
.refBox .tmb,
.refBox .notes {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}
.refBox .tmb {
	width: 220px;
	background-color: #F5F5F5;
}
.refBox .notes {
}
.refBox .notes dl dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.refBox .notes dl dd + dt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #C6C6C6;
}
.helpItem:after {
  content: " ";
  clear: both;
  display: block;
}
.helpItem > section {
	position: relative;
	float: left;
	width: 330px;
	margin: 0 0 2em 20px!important;
}
.helpItem > section a {
	display: block;
	color: #202020;
	text-decoration: none;
	padding-bottom: 8px;
	background: url(../OnlineHelp/image/helpitem-bg-btm.gif) no-repeat left bottom;
}
.helpItem > section a:hover > * {
	opacity: 0.8;
}
.helpItem > section:nth-child(odd) {
	margin-left: 0!important;
}
.helpItem > section h2 {
	margin-bottom: 0;
}
.helpItem > section .inner {
	padding: 14px 18px 10px 18px;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-top: none;
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
.helpItem > section .inner .tmb {
	margin-bottom: 1em;
}
.helpItem > section .linkIcon {
	margin-top: 1em;
	font-size: 87.5%;
	line-height: 1;
	text-align: right;
}
.helpItem > section .linkIcon span {
	display: inline-block;
	padding: 6px 14% 6px 16px;
	background: #2C4D74 url(../image/icon-arrow01.png) no-repeat 90% center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* Application */
.app .contents {
}
.app #appHeader + .contents {
	margin-top: 140px;
	padding-top: 0;
	background: none;
}
.app.pdf,
.app.img,
.app.txt {
	position: relative;
	height: 100%;
}
.app.pdf .contents,
.app.img .contents,
.app.txt .contents {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding-top: 106px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align:center;
	z-index: 1;
}
.app.pdf .contents iframe,
.app.img .contents iframe,
.app.txt .contents iframe {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	overflow: auto;
}
.app.pdf .contents .iframe.iPhone,
.app.pdf .contents .iframe.iPad,
.app.pdf .contents .iframe.iPhone,
.app.pdf .contents .iframe.iPad {
	display: inline-block;
	width: auto!important;
	height: auto!important;
	margin: 0 auto;
}
embed {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
}
object {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
}
iframe.iframe {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	overflow: auto;
}


/* 3: Module
============================================================================= */

/* Clearfix
----------------------------------------------------------------------------- */
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

/* Box
----------------------------------------------------------------------------- */
/* Read Box */
.readBox {
	margin-bottom: 3em!important;
}
/* Form Box */
.formBox {
	margin: 0 40px 4em 40px!important;
}
/* Inline Box */
.inlineBox {
	margin: 3em 120px;
}
/* Button Box */
.btnBox {
	margin: 3em auto;
	text-align: center;
}
.btnBox a {
	display: inline-block;
}
.btnBox a + a {
	margin-left: 20px;
}
.btnBox a:hover {
	opacity: 0.8;
}
/* Line Box 01 */
.lineBox01 {
	margin: 0 auto 3em auto;
	border: 4px solid #ECECEC;
	border-radius: 4px;
	overflow: hidden;
}
.lineBox01 .formBox {
	margin: 0!important;
	padding: 20px 20px 0 20px;
}
.lineBox01 .formBox .formTbl02 {
	margin: 0;
}
.lineBox01 .formBox + .btnBox {
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #ECECEC;
}
/* Line Box 02 */
.lineBox02 {
	margin: 1em auto 4em auto;
/*
	padding: 5px 5px 8px 5px;
*/
	border: 1px solid #CBCBCB;
	overflow: hidden;
}
.lineBox02 .line {
	border-bottom: 1px solid #CBCBCB;
}
.lineBox02 > div {
	padding: 20px 19px;
}
.lineBox02 > div.clmThree:after,
.lineBox02 > div.clmFour:after {
  content: " ";
  clear: both;
  display: block;
}
.lineBox02 > div.clmThree ul.formList {
	float: left;
	width: 220px;
	padding: 0 20px;
}
.lineBox02 > div.clmFour ul.formList {
	float: left;
	width: 210px;
	padding: 0 20px;
}
.lineBox02 > div.clmThree ul.formList,
.lineBox02 > div.clmFour ul.formList {
	margin: 0;
	list-style: none;
}
.lineBox02 > div.clmThree ul.formList ul {
	margin-top: 0.5em;
	list-style: none;
}
.lineBox02 > div.clmFour ul.formList ul {
	float: left;
	margin-top: 0.5em;
	list-style: none;
}
.lineBox02 > div.clmFour ul.formList dd:after {
  content: " ";
  clear: both;
  display: block;
}
.lineBox02 > div.clmFour ul.formList dd ul {
	width: 164px;
	margin-bottom: 0;
}
.lineBox02 > div.clmThree ul.formList:first-child {
	width: 320px;
	padding-left: 0;
}
.lineBox02 > div.clmThree ul.formList:last-child {
	width: 300px;
	padding-right: 0;
}
.lineBox02 > div.clmFour ul.formList:first-child {
	padding-left: 0;
}
/*
.lineBox02 > div.clmFour ul.formList:nth-child(2) {
	width: 420px;
}
*/
.lineBox02 > div.clmFour ul.formList:last-child {
	padding-right: 0;
}
/* Line Box 03 */
.lineBox03 {
	margin: 0 auto 3em auto;
	padding: 20px;
	border: 4px solid #ECECEC;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}
.lineBox03 img {
	display: inline-block;
}

/* Table
----------------------------------------------------------------------------- */
/* 01 */
.table01 {
	margin-bottom: 1em;
}
.table01 table {
	max-width: 960px;
	width: 100%;
	border-bottom: 6px solid #C6C6C6;
}
.table01 table th,
.table01 table td {
	padding: 16px 0;
	vertical-align: middle;
}
.table01 table thead th {
	border-bottom: 6px solid #C6C6C6;
	text-align: center;
}
.table01 table tbody th {
	padding: 16px 30px 16px 10px;
	font-weight: normal;
	text-align: right;
}
.table01 table tbody th,
.table01 table tbody td {
	border-bottom: 1px solid #C6C6C6;
}
.table01 table td:nth-child(2) {
	min-width: 220px;
}
.table01 table td:nth-child(2) strong {
	font-size: 150%;
}
.table01 table td:nth-child(2) img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
.table01 table td:nth-child(3) span {
	display: block;
	padding: 4px 10px 0 10px;
	background-color: #ECECEC;
	font-size: 93.8%;
	line-height: 1.5;
	text-align: center;
}
.table01 table td:nth-child(3),
.table01 table td:nth-child(5),
.table01 table td:nth-child(6) {
	width: 160px;
	text-align: center;
}
.table01 table th:nth-child(3),
.table01 table th:nth-child(4),
.table01 table td:nth-child(3),
.table01 table td:nth-child(5) {
	padding-left: 30px;
}
.table01 table th:nth-child(5) {
	padding-right: 20px;
	padding-left: 30px;
}
.table01 table td:nth-child(4) {
	padding-left: 30px;
	white-space: nowrap;
}
.table01 table td:nth-child(6) {
	padding: 0 20px 0 10px;
}
.table01 table td:nth-child(5) a {
	background-image: url(../image/icon-text01.png), url(../image/icon-arrow01.png);
}
.table01 table td:nth-child(6) a {
	background-image: url(../image/icon-image01.png), url(../image/icon-arrow01.png);
}
.table01 table td:nth-child(5) a,
.table01 table td:nth-child(6) a {
	display: block;
	padding: 6px 30px 2px 36px;
	background-color: #2C4D74;
	background-position: 10px center, 94% center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 93.8%;
	line-height: 1.5;
	text-decoration: none;
}
.table01 table td:nth-child(5) a:visited,
.table01 table td:nth-child(6) a:visited {
	background-color: #C0C0C0;
}
.table01 table td:nth-child(5) a:hover,
.table01 table td:nth-child(6) a:hover {
	opacity: 0.8;
}

/* 02 */
.table02 {
	margin-bottom: 1em;
}
.table02 table {
	max-width: 960px;
	width: 100%;
	border-bottom: 6px solid #C6C6C6;
}
.table02 table tbody tr:nth-child(1n) td {
	padding: 20px 0 8px 0;
	font-size: 93.8%;
	vertical-align: middle;
}
.table02 table tbody tr:nth-child(2n) th {
	padding: 4px 30px 20px 10px;
}
.table02 table tbody tr:nth-child(2n) td {
	padding: 4px 20px 20px 0;
	font-size: 100%;
	text-align: left;
}
.table02 table thead th {
	padding: 16px 0;
	border-bottom: 6px solid #C6C6C6;
	text-align: center;
}
.table02 table thead th:nth-child(3),
.table02 table thead th:nth-child(4),
.table02 table thead th:nth-child(5) {
	padding-left: 24px;
}
.table02 table thead th:nth-child(6) {
	padding-right: 20px;
	padding-left: 24px;
}
.table02 table tbody th {
	padding: 20px 30px 8px 10px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
.table02 table tbody tr:nth-child(2n) {
	border-bottom: 1px solid #C6C6C6;
}
.table02 table tbody tr td:nth-child(2) {
	min-width: 200px;
}
.table02 table tbody tr td:nth-child(2) strong {
	display: inline-block;
	margin: 0 0.5em;
	padding: 3px 4px 1px 4px;
	background-color: #F3EE6B;
	line-height: 1.2;
	white-space: nowrap;
}
.table02 table tbody tr td:nth-child(3) span {
	display: block;
	padding: 4px 10px 0 10px;
	background-color: #ECECEC;
	text-align: center;
}
.table02 table tbody tr td:nth-child(3),
.table02 table tbody tr td:nth-child(4),
.table02 table tbody tr td:nth-child(5) {
	width: 130px;
	padding-left: 24px;
	text-align: center;
}
.table02 table tbody tr td:nth-child(4) {
	white-space: nowrap;
}
.table02 table tbody tr td:nth-child(6),
.table02 table tbody tr td:nth-child(7) {
	width: 150px;
	line-height: 1.6;
	text-align: center;
}
.table02 table tbody tr td:nth-child(6) {
	padding-left: 24px;
}
.table02 table tbody tr td:nth-child(7) {
	padding: 20px 20px 8px 10px;
}
.table02 table tbody tr td:nth-child(6) a {
	background-image: url(../image/icon-text01.png), url(../image/icon-arrow01.png);
}
.table02 table tbody tr td:nth-child(7) a {
	background-image: url(../image/icon-image01.png), url(../image/icon-arrow01.png);
}
.table02 table tbody tr td:nth-child(6) a,
.table02 table tbody tr td:nth-child(7) a {
	display: block;
	min-width: 126px;
	padding: 6px 26px 2px 34px;
	background-color: #2C4D74;
	background-position: 10px center, 94% center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.table02 table tbody tr td:nth-child(6) a:visited,
.table02 table tbody tr td:nth-child(7) a:visited {
	background-color: #C0C0C0;
}
.table02 table tbody tr td:nth-child(6) a:hover,
.table02 table tbody tr td:nth-child(7) a:hover {
	opacity: 0.8;
}

/* 03 */
.table03 {
	margin-bottom: 1em;
}
.table03 table {
	max-width: 960px;
	width: 100%;
	border-spacing: 0;
	border-bottom: 6px solid #C6C6C6;
}
.table03 table th,
.table03 table td {
	vertical-align: middle;
}
.table03 table thead th {
	padding: 16px 0;
	border-bottom: 6px solid #C6C6C6;
	text-align: center;
}
.table03 table tbody th {
	padding: 16px 30px 16px 10px;
	font-weight: normal;
	text-align: right;
}
.table03 table tbody th {
	padding: 16px 30px 16px 10px;
	border-bottom: 1px solid #C6C6C6;
}
.table03 table tbody td {
	padding: 0;
	border-bottom: 1px solid #C6C6C6;
}
.table03 table tbody td:nth-child(2) a {
	min-width: 620px;
	display: block;
	padding: 16px 30px;
  font-size: 150%;
	text-align: center;
}
.table03 table tbody td:nth-child(2) a:hover {
	background-color: #E6F0FC;
}
.table03 table tbody td:nth-child(3) {
	min-width: 160px;
	padding: 16px 20px 16px 0;
	text-align: center;
}
.table03 table tbody td:nth-child(3) span {
	display: block;
	padding: 4px 10px 0 10px;
	background-color: #ECECEC;
}

/* 04 */
.table04 {
	margin: 3em 0;
}
.table04 table {
	max-width: 960px;
	width: 100%;
	border-top: 6px solid #C6C6C6;
	border-bottom: 6px solid #C6C6C6;
}
.table04 table th,
.table04 table td {
	border-bottom: 1px solid #C6C6C6;
	vertical-align: middle;
}
.table04 table th {
	width: 60%;
	padding: 8px 20px 8px 80px;
	font-weight: normal;
}
.table04 table td {
	width: 40%;
	padding: 8px 80px 8px 20px;
	font-weight: bold;
}
.table04 table td strong {
	font-size: 150%;
}

/* 05 */
.table05 {
	margin-bottom: 4em;
}
.clmLayout .table05 {
	width: 680px;
}
.table05 table {
	width: 100%;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	overflow: auto;
}
.table05 table caption {
	padding: 8px 2px;
	font-weight: bold;
}
.table05 table th, .table05 table td {
	padding: 12px 16px;
	border: 1px solid #C6C6C6;
}
.table05 table thead th {
	background-color: #00416E;
	color: #FFFFFF;
	text-align: center;
}
.table05 table tbody th {
	background-color: #F5F5F5;
}

/* 06 */
.table06 {
	margin-bottom: 4em;
}
.clmLayout .table06 {
	max-width: 680px;
}
.table06 table {
	width: 100%;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	overflow: auto;
}
.table06 table caption {
	padding: 8px 2px;
	font-weight: bold;
}
.table06 table th {
	padding: 12px 8px;
	border: 1px solid #C6C6C6;
}

.table06 table td {
	padding: 12px 8px;
	border: 1px solid #C6C6C6;
}
.table06 table thead th {
	background-color: #00416E;
	color: #FFFFFF;
	text-align: center;
}
.table06 table tbody th {
	background-color: #F5F5F5;
}

/* table parts */
.clmLayout .table05.auto {
	width: auto!important;
}
table .nowrap {
	white-space: nowrap!important;
}
table .wordbreak {
	word-break: break-all!important;
}

/* Navigation
----------------------------------------------------------------------------- */
/* Pankuzu */
.pankuzu {
	display: table;
	width: 960px;
	margin: 0 auto 0.75em auto;
}
.pankuzu ul {
	display: table-cell;
	margin: 0;
	padding-right: 2em;
	list-style: none;
	vertical-align: top;
}
.pankuzu ul:after {
  content: " ";
  clear: both;
  display: block;
}
.pankuzu ul li {
	float: left;
	position: relative;
	font-size: 87.5%;
}
.pankuzu ul li:first-child {
	margin-bottom: 0.5em!important;
}
.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;
}
.pankuzu .login, .pankuzu .logout {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.pankuzu .login span {
	display: inline-block;
	padding-left: 32px;
	background: url(../image/icon-login02.png) no-repeat left center;
}
.pankuzu .logout span {
	display: inline-block;
	padding-left: 32px;
	background: url(../image/icon-logout02.png) no-repeat left 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;
}

/* Search Nav */
.searchNav {
	margin: 4em 0;
	padding-top: 40px;
	border-top: 7px solid #C6C6C6;
	text-align: center;
}
.searchNav dl {
	display: table;
	max-width: 900px;
	margin: 0 30px;
}
.searchNav dl dt {
	display: table-cell;
	color: #0F4079;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}
.searchNav dl dt i {
	display: block;
	padding: 0.5em 0 0.5em 32px;
	background: url(../image/icon-search02.png) no-repeat left center;
}
.searchNav dl dd {
	display: table-cell;
	padding-left: 32px;
	vertical-align: middle;
}
.searchNav dl dd ul {
	margin: 0;
	list-style: none;
}
.searchNav dl dd ul:after {
  content: " ";
  clear: both;
  display: block;
}
.searchNav dl dd ul li {
	float: left;
	margin: 0.5em 2em 0.5em 0;
	padding-left: 24px;
	background: url(../image/icon-arrow02.png) no-repeat left center;
}
.searchNav dl dd ul li:last-child {
	margin-right: 0;
}

/* Search Nav 02 */
.searchNav02 {
	margin: 4em 0;
	padding-top: 1em;
	border-top: 7px solid #C6C6C6;
}
.searchNav02 > p.link05 {
	margin-top: 0;
}

/* Paginate */
.paginate {
	margin-bottom: 2em;
	padding: 10px 20px 5px 20px;
	text-align: center;
}
.paginate .inner {
	display: inline-block;
}
.paginate .inner:after {
  content: " ";
  clear: both;
  display: block;
}
.paginate p {
	float: left;
	margin-bottom: 0;
}
.paginate ul {
	float: left;
	margin: 0;
}
.paginate li {
	display: inline;
	margin: 0 2px;
}
.paginate li strong, .paginate li a {
	display: block;
	padding: 1px 6px;
}
.paginate li.next {
	position: relative;
	padding-left: 1.5em;
}
.paginate li.next:after {
	content: "…";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.paginate li.prev {
	position: relative;
	padding-right: 1.5em;
}
.paginate li.prev:after {
	content: "…";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
.paginate li strong, .paginate li a {
	display: inline-block;
	vertical-align: middle;
}
.paginate + .btnBox {
	margin-top: 2em;
}

/* Paginavi */
.pageNav {
	margin-bottom: 4em;
	padding: 20px 20px 10px 20px;
	border: 1px solid #C6C6C6;
}
.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: 24px;
	background: url(../image/icon-arrow06.png) no-repeat left 0.1em;
}
.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(../image/icon-arrow08.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;
}
span.required {
	display: inline-block;
	padding: 0 0.5em;
	color: #A82D47;
}
.note {
	color: #666666;
	font-size: 87.5%;
}
ol.listBracket {
	margin: 0.5em 0 1em 3.25em;
}
ol.listBracket li {
	position: relative;
	list-style: none;
	line-height: 1.6;
}
ol.listBracket li span {
	position: absolute;
	top: 0;
	left: -3.25em;
}

/* 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
----------------------------------------------------------------------------- */
.w20 {
	width: 20px!important;
}
.w40 {
	width: 40px!important;
}
.w80 {
	width: 80px!important;
}
.w120 {
	width: 120px!important;
}
.w160 {
	width: 160px!important;
}
.w200 {
	width: 200px!important;
}
.w240 {
	width: 240px!important;
}
.w320 {
	width: 320px!important;
}
.w380 {
	width: 380px!important;
}
.w400 {
	width: 400px!important;
}
.w480 {
	width: 480px!important;
}
.w520 {
	width: 520px!important;
}
.w660 {
	width: 660px!important;
}
.w100 {
	width: 100%!important;;
}

/* White space
----------------------------------------------------------------------------- */
.mt00 {
	margin-top: 0!important;
}
.mt10 {
	margin-top: 1em!important;
}
.mt20 {
	margin-top: 2em!important;
}
.mt30 {
	margin-top: 3em!important;
}
.mt40 {
	margin-top: 4em!important;
}
.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;
}
article > center > table[width="290"],
body.kijitext > center > table[width="290"]
{
	width: 300px !important;
}
.visiblenone {
        display: none;
}
