@charset "UTF-8";

/*===== STYLE LIST ==========================================================
 1: Layout
 2: Module
============================================================================= */


/* 1: Layout
============================================================================= */

/* Noscript Message
----------------------------------------------------------------------------- */
p.jsAlrt {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
    text-align: center;
}

/* Blockskip
----------------------------------------------------------------------------- */
#blockskip {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    z-index: 9999;
}
#blockskip a {
    display: block;
    background: #333333;
    margin: -1px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1px;
    color: #FFFFFF;
    line-height: 1px;
    cursor: default;
    height: 1px;
    overflow: hidden;
}
#blockskip a:hover {
    text-decoration: underline;
}
#blockskip a.show {
    color: #FFFFFF;
    height: 1em;
    margin-top: -3px;
    padding: 5px 0;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
}

/* Header
----------------------------------------------------------------------------- */
header {
    width: 980px;
    margin: 0 auto;
    padding: 15px 0;
}
header .logo {
    float: left;
    width: 330px;
    margin: 5px 0 0 0;
}
header .tagline {
    float: left;
    width: 270px;
    margin: 5px 0 0 0;
}
header .headMenu {
    float: right;
    width: 380px;
    font-size: 87.5%;
}
header .headLink {
    float: right;
    margin: 0 0 1em 0;
    list-style: none;
}
header .headLink li {
    float: left;
    margin: 0 15px 0 0;
    padding-left: 12px;
    background: url(/common/images/icon-arrow01.gif) no-repeat left 0.6em;
}
header .headLink li:first-child {
    padding-left: 0;
    background: none;
}
header .headLink li:last-child {
    margin-right: 0;
}
header .fontSize {
    float: right;
    width: 312px;
    min-height: 22px;
    margin-bottom: 0;
    line-height: 1;
}
header .fontSize dt {
    float: left;
    margin-right: 4px;
    line-height: 1;
}
header .fontSize dd {
    float: left;
}
header .fontSize dd ul {
    margin: 0;
}
header .fontSize dd ul li {
    float: left;
    width: 76px;
    margin: 0 0 0 6px;
    list-style: none;
    line-height: 1;
}
header .fontSize dd ul li a {
    display: block;
}
header .dateTime, .dateHide, .displayNone {
    display: none;
}
/* Float clear */
header:after, .headLink:after, .fontSize dd ul:after {
    content: " ";
    clear: both;
    display: block;
}


/* Global navigation
----------------------------------------------------------------------------- */
.gNav {
    position: relative;
    margin-bottom: 0.75em;
    background-color: #006667;
}
.gNav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #EBEBE3;
}
.gNav a {
    display: block;
    text-decoration: none;
}
.gNav .nav-menu {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 1px 0 0;
    background: url(/common/images/gnav-line.gif) no-repeat right 5px;
    box-sizing: border-box;
    z-index: 15;
}
.gNav .nav-menu::after {
    content: " ";
    clear: both;
    display: block;
}
.gNav .nav-menu .nav-item {
    float: left;
    margin-bottom: 0;
    padding-left: 1px;
    background: url(/common/images/gnav-line.gif) no-repeat left bottom;
}
.gNav .nav-menu .nav-item > a {
    position: relative;
    padding-top: 5px;
    line-height: 1;
}
.gNav .nav-menu .nav-item > a:hover, .gNav .nav-menu .nav-item > a:active, .gNav .nav-menu .nav-item > a:focus, .gNav .nav-menu .nav-item > a.current {
    background: url(/common/images/gnav-on.gif) repeat-x left top;
}
.gNav .nav-menu .nav-item > a.open {
    z-index: 1;
}
.gNav .nav-menu .nav-item .sub-nav {
    position: absolute;
    display: none;
    top: 73px;
    border: 2px solid #006667;
    background-color: #fff;
}
.gNav .nav-menu .nav-item:nth-child(6) .sub-nav {
    right: 138px;
}
.gNav .nav-menu .nav-item:nth-child(7) .sub-nav {
    right: 0;
}
.gNav .nav-menu .nav-item .sub-nav.open {
    display: block;
}
.gNav .nav-menu .nav-item .sub-nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.gNav .nav-menu .nav-item .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gNav .nav-menu .nav-item .sub-nav li a {
    display: block;
    padding: 6px 30px 6px 40px;
    background: url("/common/images/icon-arrow01.gif") no-repeat 20px .9em;
}
.gNav .nav-menu .nav-item .sub-nav li a.top {
    padding: 8px 30px 6px 20px;
    background: none;
}
.gNav .nav-menu .nav-item .sub-nav li a:hover,
.gNav .nav-menu .nav-item .sub-nav li a:focus {
    background-color: #F5F5F5;
}

/* Contents Area
----------------------------------------------------------------------------- */
/* Breadcrumbs */
.breadcrumbs {
    width: 980px;
    margin: 0 auto 1em auto;
}
.breadcrumbs p {
    margin: 0 25px;
    padding-left: 20px;
    background: url(/common/images/icon-home01.png) no-repeat left 0.4em;
    font-size: 87.5%;
    word-break: break-all;
    word-wrap: break-word;
}
/* Contents Layout */
#contents {
    width: 980px;
    margin: 0 auto;
}
body main {
    width: 100%;
}
body .rsbtn {
    z-index: 9999;
}
body.layout2 main {
    float: left;
    width: 740px;
}
body.layout2 .side {
    width: 220px;
    float: right;
}
.readMe {
    margin-bottom: 1.5em;
    font-size: 114.3%;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
}
.readMe :last-child {
    margin-bottom: 0!important;
}
.readMe ul {
    margin: 0;
    list-style: none;
}
.mb05 li,
.readMe ul.inline li {
    display: inline;
}
.readMe ul.block li {
    display: block;
}
.indent {
    text-indent: 1em;
}
.clmLayout01 {
    position: relative;
    margin-bottom: 2.5em;
    padding-bottom: 20px;
    background: url(/common/images/bg-clm-mdl01.gif) repeat-y left top;
}
.clmLayout01:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    background: url(/common/images/bg-clm-btm01.gif) no-repeat left bottom;
}
.clmLayout01 > article {
    float: left;
    width: 470px;
}
.clmLayout01 > article:first-child {
    margin-right: 40px;
}
.clmLayout02 {
    display: table;
    position: relative;
    margin-bottom: 2.5em;
    padding: 10px 0;
    background: url(/common/images/bg-clm-btm02.gif) no-repeat left bottom;
    box-sizing: border-box;
}
.clmLayout02:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    background: url(/common/images/bg-clm-top02.gif) no-repeat left top;
}
.clmLayout02 .box09 {
    display: table-cell;
    float: none;
}
.clmLayout02 > .box09:first-child {
    width: 475px;
    border-right: solid 20px transparent;
}
/* Float clear */
.clmLayout01, .clmLayout02 {
    overflow: hidden;
    zoom: 1;
}
body.layout2:after {
    content: " ";
    clear: both;
    display: block;
}
.confidential {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}
.confidential span {
    padding: 5px;
    border: solid 1px #000000;
    border-radius: 5px;
}
/* Home Customize area */
.customBlock {
    margin-bottom: 2.5em;
}
.customBlock :last-child {
    margin-bottom: 0;
}

/* Footer
----------------------------------------------------------------------------- */
/* Page top */
.pageTop {
    width: 100%;
    clear: both;
    text-align: center;
}
/* Footer Link */
.footLink {
    border-top: 4px solid #006666;
}
/* Footer Navigation */
.footLink .footNavi {
    margin: 0 auto;
    padding: 15px 0;
    font-size: 85.7%;
    background-color: #F5F5F5;
}
.footLink .footNavi .inner {
    width: 980px;
    margin: 0 auto;
}
.footLink .footNavi .inner ul {
    margin: 0;
    list-style: none;
}
.footLink .footNavi .inner > ul {
    float: left;
    width: 176px;
    margin-left: 25px;
}
.footLink .footNavi .inner ul li > ul {
    margin-top: 0.5em;
}
.footLink .footNavi .inner ul > li {
    padding-left: 10px;
    background: url(/common/images/icon-arrow02.gif) no-repeat left 0.6em;
    font-weight: bold;
}
.footLink .footNavi .inner ul:first-child {
    margin-left: 0;
}
.footLink .footNavi .inner ul li li {
    background: url(/common/images/icon-arrow03.gif) no-repeat left 0.6em;
    font-weight: normal;
    list-style: none;
}
/* Footer Menu */
.footLink .footMenu {
    margin: 0;
    padding: 15px 0;
    background-color: #FFFFFF;
    list-style: none;
    text-align: center;
}
.footLink .footMenu li {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 10px;
    border-right: 1px solid #CCCCCC;
    font-size: 85.7%;
}
.footLink .footMenu li:first-child {
    border-left: 1px solid #CCCCCC;
}
/* Footer */
footer {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EDEDED;
    text-align: center;
}
footer .inBox06 {
    max-width: 980px;
    margin: 0 auto;
}
footer .inBox06 :last-child {
    margin-bottom: 0;
}
footer p {
    font-size: 85.7%;
    text-align: center;
}
footer p a {
    display: inline-block;
}
footer p a + a {
    margin-left: 2em;
}
footer small {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/* Float clear */
.footLink .footNavi .inner:after {
    content: " ";
    clear: both;
    display: block;
}

/* 2: Module
============================================================================= */

/* Clear
----------------------------------------------------------------------------- */
clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    clear: both;
    display: block;
}

/* Box
----------------------------------------------------------------------------- */
.box01 {
    margin-bottom: 2.5em;
    border: 4px solid #DDDDDD;
    border-radius: 10px;
    box-sizing: border-box;
}
.notice {
    width: 980px;
    margin: 0 auto 1em auto;
    padding: 20px;
    border: 4px solid #F5BBB2;
    box-sizing: border-box;
}
.notice dl {
    margin-bottom: 0;
}
.notice dl dt {
    float: left;
    width: 8em;
    color: #EA4037;
    font-weight: bold;
}
.notice dl dd {
    margin-left: 9em;
    padding-bottom: 0.75em;
}
.notice dl dd:last-child {
    padding-bottom: 0;
}
.box01 h1 {
    margin-bottom: 0;
    padding: 10px 20px;
    border-bottom: 4px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
}
.box01 h1.head {
    padding: 25px 40px;
    background-position: 20px 1.2em;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
}
.box01 h2.head01 {
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 4px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.box01 h2.head02 {
    display: table;
    width: 100%;
    margin-bottom: 0.75em;
    padding: 8px 20px;
    background: #E0F2BA url(/common/images/icon-head02.png) no-repeat left 1em;
    border-bottom: none;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
}
.box01 h2.head02 span {
    display: table-cell;
}
.box01 h2.head02 .sup {
    width: 75%;
    padding-left: 1em;
    color: #333333;
    font-size: 75.0%;
    font-weight: normal;
    text-align: right;
}
.box01 h3.head01 {
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 4px solid #DDDDDD;
    box-sizing: border-box;
    color: #006666;
}
.box02 {
    position: relative;
    box-sizing: border-box;
}
.box02 h2 {
    margin-top: 14px;
    padding: 5px 20px 15px 20px;
    border-right: 4px solid #DDDDDD;
    border-bottom: 4px solid #DDDDDD;
    border-left: 4px solid #DDDDDD;
    box-sizing: border-box;
}
.box02 h2:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(/common/images/bg-clm-top01.gif) no-repeat left top;
}
.box02 h2 a {
    color: #006666;
}
.box02 h2 a:visited {
    color: #006666;
}
.box02 h2 a:hover {
    color: #FF0066;
}
.box02 h2 a:active {
    color: #FF0066;
}
.box02 .inBox05 {
    border-right: 4px solid #DDDDDD;
    border-left: 4px solid #DDDDDD;
}
.box03 {
    margin-bottom: 2.5em;
    padding: 15px 20px;
    background-color: #FBFBFB;
    border-top: 4px solid #006666;
    border-bottom: 4px solid #DDDDDD;
    box-sizing: border-box;
}
.box04, .block1, .block2, .block3 {
    margin-bottom: 2.5em;
}
.box04.blue {
    background-color: #89BDED;
}
.box04.gray {
    background-color: #F8F8F8;
}
.box05 {
    margin-bottom: 2.5em;
    border: 2px solid #EEEEEE;
    border-radius: 10px;
    background-color: #F8F8F8;
}
.box06 {
    width: 100%;
    margin: auto;
    padding: 3em 20px 4em 20px;
    box-sizing: border-box;
}
.box07 {
    width: 100%;
    margin-bottom: 2em;
    border: 4px solid #C5E2B1;
    border-radius: 10px;
    box-sizing: border-box;
}
.box07 h2 {
    margin-bottom: 0;
    padding: 10px 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7FCEE', endColorstr='#E5F5CA')";
    background: linear-gradient(to bottom, #F7FCEE, #E5F5CA);
    border-radius: 10px 10px 0 0;
    color: #006666;
}
.box08, .blockPdf {
    margin-bottom: 2.5em;
    border-radius: 10px;
    background-color: #EDEDED;
}
.box09 {
    float: left;
    width: 455px;
    margin-bottom: 0;
    background: url(/common/images/bg-clm-mdl02.gif) repeat-y left top;
    box-sizing: border-box;
}
.box09 h2 {
    margin-bottom: 0;
    padding: 10px 20px 15px 20px;
    border: 4px solid #DDDDDD;
    border-top: none;
    background-color: #FFFFFF;
    color: #006666;
}
.inBox01 {
    position: relative;
    padding: 14px 20px;
    background: #FFFBD9 url(/common/images/line-dotted01.gif) repeat-y 180px top;
    border-radius: 0 0 10px 10px;
}
.inBox01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #FFFBD9;
}
.inBox01:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 180px;
    width: 100%;
    height: 14px;
    background-color: #FFFBD9;
}
.inBox02 {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 15px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-sizing: border-box;
}
.inBox03 {
    padding: 15px;
    background-color: #FFFEF4;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-sizing: border-box;
}
.inBox04 {
    padding: 10px 15px 0 15px;
    background-color: #FFFBD9;
}
.inBox05 {
    padding: 14px 20px 0 20px;
}
.srhNavi {
    float: right;
    margin: 0.2em 0 0 0;
}
.srhNavi strong, .srhNavi a {
    padding: 0 0.5em;
}
.srhNavi strong:first-child, .srhNavi a:first-child {
    padding-left: 1em;
}
.srhNavi strong:last-child, .srhNavi a:last-child {
    padding-right: 0;
}
.inBox06 {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.inBox07 {
    padding: 14px 20px;
    background-color: #FFFBD9;
    border-radius: 0 0 10px 10px;
}
.inBox08 {
    position: relative;
    padding: 14px 20px;
    background: #FFFBD9 url(/common/images/line-dotted02.gif) repeat-y 180px top;
}
.inBox08:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #FFFBD9;
}
.inBox08:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #FFFBD9;
}
.inBox09 {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
}
.inBox10 {
    margin-bottom: 1em;
    padding: 6px 10px;
    background-color: #FFFBD9;
    border: 2px solid #EEEEEC;
    border-radius: 4px;
}
.inBox10 .srhCondition {
    margin-bottom: 0;
    padding-left: 24px;
    background: url(/common/images/icon-search01.png) no-repeat left 0.2em;
}
.inBox10 .srhCondition dt {
    float: left;
    width: 5em;
    color: #006666;
}
.inBox10 .srhCondition dd {
    padding-left: 5.5em;
    word-break: break-all;
    word-wrap: break-word;
}
.inBox11 {
    margin-bottom: 1em;
    padding: 0 20px;
}
.inBox11 .srhResult {
    float: left;
    margin: 0 4em 0 0;
}
.srhResult strong {
    font-size: 125%;
}
.inBox12 {
    padding: 20px;
    border-radius: 10px;
}
.inBox12.icon {
    font-size: 87.5%;
    line-height: 1.4;
}
.inBox12.icon > dl, .inBox12.icon > dl dd ul li:last-child {
    margin-bottom: 0;
}
.inBox12.icon > dl dt {
    float: left;
    width: 8em;
}
.inBox12.icon > dl dd {
    display: block;
    margin-left: 8.5em;
}
.inBox12.icon > dl dd ul {
    margin: 0;
    list-style: none;
}
.inBox12.icon > dl dd ul li {
    margin-bottom: 0.5em;
}
.inBox12.icon > dl dd ul li span {
    display: inline-block;
    width: 56px;
    margin-right: 10px;
}
.inBox12.icon > dl dd ul li span img {
    vertical-align: middle;
}
.box01 .inBox01 h3, .box01 .inBox08 h3 {
    float: left;
    width: 160px;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
    text-align: right;
}
.box01 .inBox01 h3 span, .box01 .inBox08 h3 span {
    display: block;
    padding: 0.5em 0;
    font-size: 85.7%;
    font-weight: normal;
}
.inBox13 {
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.inBox20 {
    background-color: #FFFFFF;
    padding: 25px 20px 1px 20px;
}
.inBox21 {
    background-color: #FFFFFF;
    padding: 0 20px 20px 20px;
}
/* 2clm Layout 50% SideNav  */
.inBox14 {
    float: left;
    width: 326px;
    box-sizing: border-box;
}
.inBox14:first-child {
    margin-right: 40px;
}
/* 2clm Layout 472px-180px(img160px) SideNav  */
.inBox16:first-child, .inBox17:last-child{
    float: left;
    width: 472px;
    box-sizing: border-box;
}
.inBox16:last-child, .inBox17:first-child {
    float: left;
    width: 180px;
    padding: 10px;
    background-color: #FAFAFA;
    box-sizing: border-box;
}
.inBox16:first-child, .inBox17:first-child {
    margin-right: 40px;
}
/* Single Layout 50% SideNav None  */
.inBox15, .block1 .inner {
    float: left;
    width: 446px;
    box-sizing: border-box;
}
.inBox15:first-child, .block1 .inner:first-child {
    margin-right: 40px;
}
/* Inner 2clm Layout 225px-180px */
.inBox15 .inBox18:first-child, .inBox15 * + .inBox18, .inBox15 .inBox19:last-child {
    float: left;
    width: 245px;
    box-sizing: border-box;
}
.inBox15 .inBox18:last-child, .inBox15 .inBox19:first-child, .inBox15 * + .inBox19 {
    float: left;
    width: 180px;
    box-sizing: border-box;
}
.inBox15 .title {
    word-break: break-all;
    word-wrap: break-word;
}
.inBox15 ul li {
    word-break: break-all;
    word-wrap: break-word;
}
.inBox15 p {
    word-break: break-all;
    word-wrap: break-word;
}
.inBox22 {
    padding: 25px 20px 20px 20px;
    background-color: #FFFFFF;
    border-bottom: 4px solid #DDDDDD;
    font-size: 112.5%;
}
.inBox22 :last-child {
    margin-bottom: 0;
}
.h3 + inBox18, h3 + .inBox19 {
    margin-right: 20px;
}
/* Single Layout 732px-180px(img160px) SideNav None */
.block2 .inner:first-child, .block3 .inner:last-child {
    float: left;
    width: 180px;
    padding: 10px;
    background-color: #FAFAFA;
    box-sizing: border-box;
}
.block2 .inner:last-child, .block3 .inner:first-child {
    float: left;
    width: 712px;
    box-sizing: border-box;
}
.block2 .inner:first-child, .block3 .inner:first-child {
    margin-right: 40px;
}
/* Float clear */
.inBox12.icon > dl dd ul li {
    overflow: hidden;
    zoom: 1;
}
.inBox09:after, .notice:after, .inBox11:after, .inBox12:after, .inBox15:after, .box04:after, .block1:after, .block2:after, .block3:after {
    content: "";
    display: block;
    clear: both;
}
#dialog_txt > div {
    display: table;
    min-height: 118px;
    width: 100%;
}
#dialog_txt ul {
    display: table-cell;
    margin: 0;
    padding: 0 22% 24px 22%;
    list-style: none;
    text-align: left;
    vertical-align: middle;
}
#dialog_txt ul li {
    display: inline-block;
    min-width: 1.5em;
    padding: 4px;
    text-align: center;
    font-size:130%;
}

/* Title
----------------------------------------------------------------------------- */
h1.qa {
    padding-left: 60px!important;
    background: url(/common/images/icon-head03.gif) no-repeat 23px 1.4em!important;
}
h2.title {
    margin-bottom: 1.5em;
    padding: 10px 20px;
    background: #E0F2BA url(/common/images/icon-head02.png) no-repeat left 1.1em;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
}
h2.faq {
    position: relative;
    padding-left: 42px;
}
h2.faq:before {
    content: " ";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background: url(/common/images/icon-faq01.png) no-repeat left top;
}
h3.title {
    color: #006666;
}
h3.line {
    padding-top: 0.75em;
    border-top: 2px solid #C5E2B1;
}
h4.title {
    color: #107F58;
}
h4.bg {
    padding: 0.25em 10px;
    background-color: #EDEDED;
}

/* Table
----------------------------------------------------------------------------- */
table.fixed {
    table-layout: fixed;
}
/* Table01, Table1 */
.tbl01, .table1, .tbl06 {
    margin-bottom: 1.5em;
    padding: 3px;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.tbl01 table, .table1 table, .tbl06 table {
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}
.table1 table caption {
    color: #107F58;
    padding: 5px 3px 8px 10px;
}
.table1 table caption + tbody {
    border-top: 2px solid #F5F5F5;
}
.tbl01 table thead th, .table1 table thead th {
    padding: 8px 10px;
    background-color: #EAEAEA;
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
}
.table1 table tbody th {
    padding: 8px 10px;
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
}
.tbl01 table.checklist thead th,
.tbl01 table.checklist tbody td:nth-of-type(3),
.tbl01 table.checklist tbody td:nth-of-type(4),
.tbl01 table.checklist tbody td:nth-of-type(5) {
    text-align: center;
    white-space: nowrap;
}
.tbl01 table.vTop th, .table1 table.vTop th {
    vertical-align: top;
}
.tbl01 table tr:nth-child(even), .table1 table tr:nth-child(even), .tbl06 table tr:nth-child(even) {
    background-color: #F5F5F5;
}
.tbl01 table th, .tbl01 table td, .table1 table th, .table1 table td, .tbl06 table td {
    padding: 8px 10px;
    border-left: 1px solid #CCCCCC;
    font-weight: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.tbl01 table th:first-child, .tbl01 table th:last-child,
.table1 table th:first-child, .table1 table th:last-child,
.tbl01 table.checklist tbody td:last-child {
    white-space: nowrap;
}
.tbl01 table th:first-child, .tbl01 table td:first-child,
.table1 table th:first-child, .table1 table td:first-child {
    border-left: none;
}
.tbl01 table a.icon01 img, .tbl01 table span.icon01 img {
    margin-left: 6px;
    vertical-align: middle;
}
.tbl01 table span.icon02 {
    display: table;
    margin-top: 0.5em;
}
.tbl01 table span.icon02 > img {
    display: table-cell;
    width: 42px;
    margin-right: 10px;
    vertical-align: top;
}
.tbl01 table span.icon02 > span {
    display: table-cell;
    vertical-align: top;
}
.tbl01 th input {
    width: 12em;
    margin-right: 10px;
    padding: 6px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: middle;
}
.tbl01 table tr.error, .tbl01 table tr.error .result {
    color: #CC0000;
}
.tbl01 table tr.error th, .tbl01 table tr.valid .result {
    color: #000000;
}
.tbl01 table tr.error .icon {
    padding-left: 20px;
    background: url(/common/images/icon-error01.png) no-repeat left top;
}
.tbl01 table .multiCnt::placeholder {
    color: #686868;
}
.tbl01 table .error .multiCnt {
    background: #FFEEEE;
}
.tbl01 table .valid .multiCnt {
    background: #EEFFF6;
}
.tbl01 table .invalid .multiCnt {
    background: #FFEEEE;
}
.tbl01 table ul:last-child, .tbl01 table ol:last-child {
    margin-bottom: 0;
}
.tbl01 table td .furigana {
    font-size: 75%;
}
/* Table02, Table03 */
.tbl02 {
    margin-bottom: 10px;
    padding: 3px;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.tbl03 {
    margin-bottom: 1.5em;
    padding: 3px;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.tbl02 table, .tbl03 table {
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}
.tbl02 table thead th, .tbl03 table thead th {
    padding: 8px 10px;
    background-color: #EAEAEA;
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
}
.tbl02 table tr.even {
    background-color: #F5F5F5;
}
.tbl03 table tr:nth-child(even) {
    background-color: #F5F5F5;
}
.tbl02 table th, .tbl02 table td, .tbl03 table th, .tbl03 table td {
    padding: 8px 10px;
    border-left: 1px solid #CCCCCC;
    vertical-align: top;
}
.tbl02 td {
    width: 15%;
    vertical-align: top;
}
.tbl02 tr.line td {
    border-top: 1px dotted #CCCCCC;
}
.tbl03 table th, .tbl03 table td {
    vertical-align: top;
}
.tbl02 table th:first-child, .tbl02 table th:last-child, .tbl03 table th:first-child, .tbl03 table th:last-child {
    white-space: nowrap;
}
.tbl02 table th:first-child, .tbl02 table td:first-child, .tbl03 table th:first-child, .tbl03 table td:first-child {
    border-left: none;
}
/* Table04, Table2 */
.tbl04, .table2 {
    margin-bottom: 1.5em;
    padding: 3px 3px 2px 3px;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.tbl04 table, .table2 table {
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}
.table2 table caption {
    padding: 5px 3px 8px 10px;
    color: #107F58;
}
.tbl04 table th {
    width: 20%;
    padding: 8px 10px;
    background-color: #EAEAEA;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
.table2 table th {
    padding: 8px 10px;
    background-color: #EAEAEA;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
.tbl04 table td, .table2 table td {
    padding: 8px 10px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    font-weight: normal;
}
.tbl04 table th:first-child, .tbl04 table td:first-child,
.table2 table th:first-child, .table2 table td:first-child {
    border-left: none;
}
/* Table05 */
.tbl05 {
    margin-bottom: 1.5em;
}
.tbl05 table {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    overflow: auto;
}
.tbl05 table caption {
    margin-bottom: 0.25em;
}
.tbl05 table th {
    width: 20%;
    padding: 8px 10px;
    background-color: #F8F8F8;
    border: 2px solid #DDDDDD;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}
.tbl05 table td {
    padding: 8px 10px;
    border: 2px solid #DDDDDD;
    font-weight: normal;
}

.tbl01 table.normal th, .tbl01 table.normal td {
    white-space: normal;
}

.tbl01 table.normal thead td, .tbl06 table thead td {
    padding: 8px 10px;
    background-color: #EAEAEA;
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
}

.tbl01 table.normal thead td:first-child {
    border-left: none;
}

.tbl01 table.lastNormal th:last-child, .tbl01 table.lastNormal td:last-child {
    white-space: normal;
}

/* Table07 */
.tbl07 {
    margin-bottom: 1.5em;
}
.tbl07 table {
    width: auto!important;
    border: none;
    color: #555555;
    font-size: 85.7%!important;
    overflow: auto;
}
.tbl07 table td:first-child {
    width: auto!important;
}
.tbl07 table td {
    padding: 2px 4px!important;
    border: none!important;
    vertical-align: top;
}
/* Table Info */
.tblInfo {
  display: table;
  width: 100%;
}
.tblInfo .infolink {
  display: table-cell;
  vertical-align: middle;
}
.tblInfo .infoicon {
   display: table-cell;
   width: 64px;
   padding-left: 6px;
   vertical-align: middle;
}
.tblInfo .infoicon img + img {
   margin-top: 4px;
}
.tblInfo + .label {
    margin-top: 10px;
}

/* List parts
----------------------------------------------------------------------------- */
ul.listIcon01, ol.listIcon01, ul.listIcon02, ol.listIcon02, ul.listIcon03, ol.listIcon03 {
    margin: 0 0 1em 0;
    list-style: none;
}
ul.listIcon01 li, ol.listIcon01 li {
    padding-left: 14px;
    background: url(/common/images/icon-list02.png) no-repeat left 0.6em;
    word-break: break-all;
    word-wrap: break-word;
}
ul.listIcon02 li, ol.listIcon02 li {
    padding-left: 22px;
    background: url(/common/images/icon-list03.gif) no-repeat left 0.3em;
}
ul.listIcon03 li, ol.listIcon03 li {
    padding-left: 14px;
    background: url(/common/images/icon-arrow02.gif) no-repeat left 0.6em;
}
ul.listIcon01 li:last-child, ol.listIcon01 li:last-child,
ul.listIcon02 li:last-child, ol.listIcon02 li:last-child,
ul.listIcon03 li:last-child, ol.listIcon03 li:last-child,
ol.listBracket li:last-child, ol.listBracket02 li:last-child {
    margin-bottom: 0;
}
ol.listBracket li {
    position: relative;
    list-style: none;
    line-height: 1.6;
}
ol.listBracket li span {
    position: absolute;
    top: 0;
    left: -2em;
}
ol.listBracket02 {
    margin-left: 3em;
}
ol.listBracket02 li {
    position: relative;
    list-style: none;
    line-height: 1.6;
}
ol.listBracket02 li span {
    position: absolute;
    top: 0;
    left: -2.75em;
}
ol.listBracket li.txtS, ol.listBracket02 li.txtS {
    line-height: 1.4;
}
ul.listNone, ol.listNone {
    list-style: none;
    margin-left: 0;
}
ul.rowList li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 22px;
    background: url(/common/images/icon-arrow04.png) no-repeat left 0.35em;
    font-size: 100%;
    word-break: break-all;
    word-wrap: break-word;
}
ul.rowList li.red {
    background-image: url("/common/images/icon-arrow10.png");
}
ul.rowList li:last-child {
    margin-right: 0;
}
ul.dlList, ol.dlList {
    display: flex;
    flex-wrap: wrap;
    max-width: 842px;
    margin: 0 -10px;
    list-style: none;
}
ul.dlList li, ol.dlList li {
    max-width: 138px;
    width: calc(100% / 6);
    padding: 0 10px;
    box-sizing: border-box;
}
/* IE11 Only */
_:-ms-lang(x)::-ms-backdrop, .tbl02.fixed table {
    table-layout: fixed;
}
_:-ms-lang(x)::-ms-backdrop, .tbl02.fixed table thead th:nth-child(2) {
    width: 798px;
}
_:-ms-lang(x)::-ms-backdrop, .tbl02.fixed table tbody td {
    width: auto;
}
_:-ms-lang(x)::-ms-backdrop, ul.dlList li,
_:-ms-lang(x)::-ms-backdrop, ol.dlList li {
    width: calc(100% / 6);
}

/* Unique parts
----------------------------------------------------------------------------- */
/* Search Tab */
.searchTab {
    margin-bottom: 40px;
}
.searchTab > .tabMenu {
    display: flex;
    position: relative;
}
.searchTab .tabMenu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 4px;
    margin-left: -5px;
    background-color: #DDDDDD;
}
.searchTab .tabMenu h2 {
    width: 487px;
    margin-bottom: 0;
    border: 4px solid #DDDDDD;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
}
.searchTab .tabMenu h2 a {
    display: block;
    padding: 18px 10px;
    background-color: #FBFBFB;
    border-bottom: 4px solid #DDDDDD;
    border-radius: 5px 5px 0 0;
}
.searchTab .tabMenu h2 a span {
    display: inline-block;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.searchTab .tabMenu h2:first-child a span {
    width: 413px;
    height: 48px;
    background-image: url("/common/images/head-ttl-other.png");
}
.searchTab .tabMenu h2:last-child a span {
    width: 333px;
    height: 48px;
    background-image: url("/common/images/head-ttl-number.png");
}
.searchTab .tabMenu h2:first-child a.select span,
.searchTab .tabMenu h2:last-child a.select span {
    background-position: center top;
}
.searchTab .tabMenu h2 a.select {
    background-color: #FFFBD9;
    border-bottom-color: #FFFBD9;
}
.searchTab .tabMenu h2 + h2 {
    margin-left: 10px;
}
.searchTab > .box01 {
    margin-bottom: 0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.searchTab #tabBoxNum {
    display: none;
}
.selectTab .tabMenu {
    display: flex;
    margin-bottom: 10px;
}
.selectTab .tabMenu label {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 88.9%;
    font-weight: normal;
}
.selectTab .tabMenu label input[type="radio"] {
    margin: 0 6px 2px 0;
    vertical-align: middle;
}
.selectTab .inBox02 {
    margin-bottom: 0;
    overflow: hidden;
    zoom: 1;
}
.selectTab .inBox02::after {
    content: " ";
    clear: both;
    display: block;
}
.selectTab #tabBoxZip {
    display: none;
}
/* Search */
.inputBox01 {
    float: left;
    display: block;
    width: 480px;
    padding: 10px 20px 10px 23px;
    box-sizing: border-box;
}
.inputBox01.enEntry {
    float: none!important;
    width: auto;
    padding: 0;
}
.txtNote {
    width: 330px;
}
.txtNote .txtErr {
    display: block;
    width: 330px;
    margin-bottom: 0.5em;
    padding: 4px 10px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=1); /* IE lt 8 */
}
.txtNote .cap {
    float: left;
    margin-top: 0.5em;
}
.txtNote .result {
    float: right;
    display: block;
    width: 4em;
    margin: 0 0 0 1em;
    font-size: 200%;
    text-align: right;
}
.invalid .txtErr, .valid .txtErr {
    opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
}
.invalid .result {
    color: #ea4037;
}
.valid .txtErr {
    visibility: visible;
    padding-left: 32px;
    background: #EEFFF6 url(/common/images/icon-sign01.png) no-repeat 10px center;
}
.invalid .txtErr{
    visibility: visible;
    padding-left: 32px;
    background: #FFEEEE url(/common/images/icon-sign02.png) no-repeat 10px center;
}
.invalid input[name="houzinNoTxtf"]{
    background-color: #FFEEEE;
}
.valid input[name="houzinNoTxtf"]{
    background-color: #EEFFF6;
}
.inputBox02 {
    float: right;
    display: block;
    width: 290px;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
}
.inputBox03 {
    float: left;
    display: block;
    width: 770px;
    padding: 10px 0 10px 33px;
    box-sizing: border-box;
}
.formZip01, .formAddr01 h4, .formAddr04 h4, .formAddr10 h4 {
    float: left;
    width: 6em;
    margin: 0.2em 0 0 0;
    color: #006666;
}
.formZip01 p {
    color: #000000;
}
.formZip02, .formAddr04 {
    margin-left: 7em;
}
.formAddr01 {
    float: left;
    width: 18em;
    margin-right: 2em;
    padding-bottom: 0.5em;
}
.formAddr01 select {
    display: block;
    margin: 0 0 0 7em;
}
.formAddr01 select option {
    font-size: inherit;
}
.formAddr02 {
    float: left;
    width: 24em;
}
.formAddr02 h4 {
    float: left;
    width: 6em;
    margin: 0.2em 0 0 0;
    color: #006666;
}
.formAddr02 select {
    display: block;
    margin-left: 7em;
}
.formAddr03 {
    clear: both;
    padding: 0.5em 0;
    border-bottom: 1px dotted #CCCCCC;
}
.formAddr03 h4, .formAddr05 h4 {
    float: left;
    width: 6em;
    margin: 8px 0 0 0;
    color: #006666;
}
.formAddr03 .formAddr04 {
    display: block;
    margin: 0 0 0 7em;
}
.formAddr05 {
    clear: both;
    margin: 0.5em 0;
}
.formAddr06 h4 {
    clear: both;
    float: left;
    width: 5em;
    margin-bottom: 0;
    padding: 2px 0;
    color: #006666;
    font-size: 85.7%;
    line-height: 1.4;
}
.formAddr06 .formStyle05 {
    margin: 0 0 1em 6em;
    font-size: 85.7%;
    line-height: 1.4;
}
.formAddr07 {
    clear: both;
    position: relative;
    height: 50px;
    margin-bottom: 1.5em;
    text-align: center;
}
.formAddr07 *:first-child {
    margin-right: 20px;
}
.formAddr07 *:last-child {
    margin-right: 0;
}
.formAddr08 h4 {
    clear: both;
    float: left;
    width: 8em;
    color: #006666;
    font-size: 85.7%;
    line-height: 1.4;
}
.formAddr09 {
    clear: both;
    padding: 0.5em 0;
}
.formAddr09 h4 {
    float: left;
    width: 7em;
    margin: 8px 0 0 0;
    color: #006666;
}
.formAddr09 .formAddr04 {
    display: block;
    margin: 0 0 0 7em;
}
.formAddr10 {
    clear: both;
    padding: 0.5em 0;
}
.formAddr10 h4 {
    float: left;
    width: 7em;
    margin: 4px 0 0 0;
    color: #006666;
}
.formAddr10 select {
    width: 14em;
}
.formAddr10 h4 + div {
    margin: 0 0 0 7em;
}
.formAddr09 .formAddr04 {
    display: block;
    margin: 0 0 0 7em;
}
.formAddr11 {
    padding: 0.5em 0;
}
.formAddr11 h4 {
    color: #006666;
}
.formDisable {
    background-color: #F3F3F3!important;
    border: 2px solid #DDDDDD!important;
}
.formLayout {
    display: table;
    width: 100%;
    margin-bottom: 0.5em;
}
.formLayout .inputtxt {
    display: table-cell;
    padding-right: 10px;
}
.formLayout .button {
    display: table-cell;
    width: 90px;
}
.formTable {
    margin-bottom: 1.5em;
    padding: 3px;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.formTable table {
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}
.formTable table tr:nth-child(even) {
    background-color: #F5F5F5;
}
.formTable table td:first-child {
    width: 25%;
    padding: 8px 10px;
    border-left: none!important;
    vertical-align: top;
}
.formTable table td.cellmarge {
    width: auto;
    border-left: 1px solid #CCCCCC!important;
}
.leftWide table td:first-child {
    width: 30%;
}
.formTable table h3 {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
}
.formTable table span.sup {
    display: block;
    padding: 0.4em 0;
    color: #000000;
    font-size: 85.7%;
    line-height: 1.4;
    font-weight: normal;
}
.formTable table td {
    padding: 8px 10px;
    border-left: 1px solid #CCCCCC!important;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
}
.formTable table label {
    margin-left: 0;
    vertical-align: middle;
}
.formTable table .vertical td:first-child, .formTable table .horizontal td:first-child {
    width: 100%;
}
.formTable table .vertical ul, .formTable table .horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.formTable table .vertical ul li {
    margin-bottom: 0.2em;
}
.formTable table .horizontal ul li {
    display: inline-block;
    margin: 0 0.75em 0.2em 0;
}
.formTable table .vertical ul li input, .formTable table .horizontal ul li input, .formTable table .horTbl li input {
    margin: 0 0.5em 0.25em 0;
}
.formTable table input[type="text"]:not(.formStyle01), .formTable table textarea {
    width: 100%;
    margin-right: 0;
}
.formTable .horTbl {
    display: table;
    margin: 0 0 1em 0;
}
.formTable .horTbl li {
    display: table-cell;
    padding-right: 0.75em;
}
.formTable .horTbl li .cap.indent {
    text-indent: inherit;
    margin-left: 1.75em;
}
.formTable *:last-child {
    margin-bottom: 0;
}
.formTable table .check td {
    width: 50%!important;
    text-align: center;
}
.formTable table .checked td {
    width: 100%!important;
    background-color: #006666;
    color: #FFFFFF;
    text-align: center;
}
.formTable table .notationEnTxt .enNotice {
    margin-top: 1.5em;
    color: #CC0000;
    font-size: 85.7%!important;
}
.confirmList ul {
    margin-left: 0;
    list-style: none;
}
.confirmList span.title {
    font-weight: bold;
    color: #006666;
    float: left;
}
.confirmList span.data {
    border-left: 1px solid #CCCCCC;
    margin-left: 1em;
    padding: 10px;
}
.checkTable {
    padding: 10px;
    background-color: #FFFBD9;
    border-radius: 4px;
}
.checkTable p {
    display: table;
    margin: 0 auto;
}
.checkTable p span {
    display: table-cell;
}
.checkTable p label {
    display: table-cell;
    padding-left: 0.5em;
}
.checkTable02 {
    padding: 10px;
    background-color:#FFFFFF;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}
.checkTable02 p {
    display: table;
    margin: 0 auto;
}
.checkTable02 p span {
    display: table-cell;
}
.checkTable02 p label {
    display: table-cell;
    padding-left: 0.5em;
}
.submitBtn01, .clearBtn01 {
    position: absolute;
    display: inline-block;
}
.clearBtn01 {
    top: 0;
    right: 2px;
}
.submitBtn01 {
    top: 0;
    left: 420px;
}
/* Category */
.about h2{
    padding-left: 65px;
    background: #FAFAFA url(/common/images/icon-head-about.png) no-repeat 15px top;
}
.faq h2 {
    padding-left: 65px;
    background: #FAFAFA url(/common/images/icon-head-faq.png) no-repeat 15px top;
}
.download h2{
    padding-left: 65px;
    background: #FAFAFA url(/common/images/icon-head-dl.png) no-repeat 15px top;
}
.procedure h2{
    padding-left: 65px;
    background: #FAFAFA url(/common/images/icon-head-procedure.png) no-repeat 15px top;
}
.download, .procedure {
    margin-bottom: 0;
}
/* News */
.news h2 {
    position: relative;
    margin-right: 30px;
    padding: 10px 0 10px 50px;
    background: url(/common/images/icon-head-news.png) no-repeat left 0.2em;
}
.news h2 span {
    position: absolute;
    top: 20%;
    right: 10px;
    display: inline-block;
    margin-left: 20%;
    padding-left: 12px;
    background: url(/common/images/icon-arrow01.gif) no-repeat left 0.6em;
    font-size: 92.9%;
    font-weight: normal;
}
.news ul {
    margin: 0 20px 0 30px;
    list-style: none;
}
.news ul li {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #999999;
}
.news ul li dl, .news ul li:last-child {
    margin-bottom: 0;
}
.news ul li dt {
    float: left;
    width: 180px;
}
.news ul li dd {
    margin-left: 200px;
}
.newsInfo {
    text-align: right;
    font-size: 87.5%;
}
.newsInfo strong {
    display: block;
}
/* Banner */
.banner ul {
    margin-left: 0;
    list-style: none;
}
.banner ul li {
    float: left;
    margin-right: 20px;
}
.banner ul li:nth-of-type(4n) {
    margin-right: 0;
}
/* Accordion */
.toggleBox01, .toggleBox02 {
    clear: both;
    margin-bottom: 0;
}
.toggleBox01 dt, .toggleBox02 dt {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.toggleBox01 dt a.opened, .toggleBox02 dt a.opened {
    background: url(/common/images/btn-toggle02.png) no-repeat left ;
}
.toggleBox01 dt a, .toggleBox02 dt a {
    display: inline-block;
    padding: 2px 0 2px 26px;
    background: url(/common/images/btn-toggle01.png) no-repeat left ;
}
.toggleBox01 dt a:visited, .toggleBox02 dt a:visited {
    color: #3366CC;
}
/* Corp Info */
.corpInfo {
    margin-bottom: 0;
    padding: 25px 20px 20px 20px;
    border-bottom: 4px solid #DDDDDD;
}
.corpInfo h2.head02 {
    margin-bottom: 25px;
}
.corpInfo dl {
    margin-bottom: 0;
}
.corpInfo dt {
    color: #006667;
    font-weight: bold;
}
.corpInfo dd {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    background: url(/common/images/line-dotted03.png) repeat-x left bottom;
    font-size: 200%;
    line-height: 1.5;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}
.corpInfo dd.basis {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 100%;
    font-weight: normal;
}
.corpInfo dd.other {
    font-size: 100%;
    font-weight: normal;
}
.corpInfo dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
    font-size: 100%;
    font-weight: normal;
}
.corpInfo dd p.displayNone {
    font-size: 50%;
    font-weight: normal;
}
.corpInfo .icon01 img {
    margin: 0 0 5px 10px;
    vertical-align: middle;
}
.corpInfo2 {
    margin-bottom: 0;
}
.corpInfo2 dt {
    color: #006667;
    font-weight: bold;
}
.corpInfo2 dd {
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    background: url(/common/images/line-dotted03.png) repeat-x left bottom;
    word-break: break-all;
    word-wrap: break-word;
}
.corpInfo2 dd:last-child {
    background: none;
}

/* Corp History*/
ol[class^="corpHistory"]{
    list-style: none;
    margin: 0;
}
ol[class^="corpHistory"] > li {
    margin-bottom: 0;
}
.corpHistoryLayout {
    border-bottom: 1px solid #009C55;
}
.corpHistory {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
}
.corpHistory dt {
    display: table-cell;
    width: 3em;
    padding: 8px 40px;
    color: #666666;
    font-size: 142.9%;
    font-weight: bold;
    vertical-align: middle;
}
.corpHistory dt span.new {
    display: inline-block;
    padding: 3px 6px;
    color: #000000;
    font-size: 69.6%;
    vertical-align: middle;
}
.corpHistory dd {
    display: table-cell;
    vertical-align: middle;
}
.corpHistory dd ul {
    list-style: none;
    margin: 0;
}
.corpHistory dd ul li {
    display: table;
    word-break: break-all;
    word-wrap: break-word;
}
.corpHistory dd ul li:last-child {
    margin-bottom: 0;
}
.corpHistory dd ul li span {
    display: table-cell;
    padding-left: 14px;
}
.corpHistory dd ul li span .furigana {
    font-size:75%
}
.corpHistory dd ul li .title {
    width: 9em;
    padding-left: 14px;
    color: #666666;
    background: url(/common/images/icon-list01.gif) no-repeat left 0.6em;
}
.corpHistory dd ul li .furiganatitle {
    background-position-y: center;
    vertical-align: middle;
}
.corpHistory dd ul li .icon01 img {
    margin-left: 6px;
    vertical-align: middle;
}
/* News List */
.newsList {
    margin-bottom: 0;
    padding: 25px 20px 20px 20px;
}
.newsList ul {
    margin: 0;
    list-style: none;
}
.newsList ul li {
    margin-bottom: 0.75em;
    padding: 0 10px 0.75em 10px;
    background: url(/common/images/line-dotted03.png) repeat-x left bottom;
}
.newsList ul li dl {
    margin-bottom: 0;
}
.newsList ul li dl dt {
    float: left;
    width: 10em;
    font-weight: bold;
}
.newsList ul li dl dd {
    margin-left: 10em;
}
.newsList ul li dl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}
/* Related Links */
dl.relatedLinks {
    clear: both;
    margin-top: 2em;
}
dl.relatedLinks dt {
    margin-bottom: 1em;
    padding: 10px 20px;
    background-color: #F8F8F8;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    color: #006666;
    font-weight: bold;
}
dl.relatedLinks dd {
    padding: 0 20px;
}
dl.relatedLinks dd .listIcon01 {
    margin-bottom: 10px;
}
/* Downlord List */
ul.downlordList, .blockPdf ul {
    margin: 0;
    padding: 10px 20px;
    border-radius: 10px;
    list-style: none;
}
ul.downlordList li:last-child, .blockPdf ul li:last-child {
    margin-bottom: 0;
}
ul.downlordList strong, .blockPdf strong {
    display: inline-block;
    margin-right: 20px;
}
ul.downlordList a, .blockPdf a {
    display: inline-block;
}
ul.downlordList a.pdf, .blockPdf a.pdf {
    min-height: 32px;
    padding: 6px 0 6px 40px;
    background: url(/common/images/icon-pdf.png) no-repeat left center;
    box-sizing: border-box;
}
/* QA List, QA Box */
ul.qaList {
    clear: both;
    margin: 0;
    padding: 1.5em 20px;
    list-style: none;
    border-top: 1px solid #009C55;
    border-bottom: 1px solid #009C55;
}
ul.qaList.lineNone {
    border: none;
    padding: 0.5em 20px 0 20px;
}
ul.qaList li {
    position: relative;
    margin-bottom: 1.25em;
    padding: 0 0 1.25em 22px;
    background: url(/common/images/line-dotted03.png) repeat-x left bottom;
    word-break: break-all;
    word-wrap: break-word;
}
ul.qaList li:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 30px;
    background: url(/common/images/icon-list03.gif) no-repeat left 0.4em;
}
ul.qaList li:last-child {
    margin-bottom: 0;
}
.qaBox {
    padding: 0 0 10px 40px;
    background: url(/common/images/icon-head04.gif) no-repeat left 0.2em;
}
ul.qaList li:last-child, .qaBox > *:last-child, .qaBox li:last-child {
    margin-bottom: 0;
}
.qaBox ol , .qaBox ul {
    list-style-type: none;
}
.qaBoxInner {
    margin-bottom: 0.75em;
    font-size: 100%;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
}
/* Procedure Box */
.procedureBox {
    min-height: 60px;
    padding-left: 70px;
    background: url(/setsumei/images/icon-procedure.gif) no-repeat left top;
}
.procedureBox *:last-child {
    margin-bottom: 0;
}
/* Downlord Reader */
.reader {
    margin-bottom: 0;
    font-size: 87.5%;
    line-height: 1.4;
}
.reader span {
    float: left;
    display: block;
    width: 80%;
    margin-right: 10px;
}
.reader a {
    float: right;
    display: block;
    width: 112px;
}
/* Namber List */
ol.namList01 {
    width: 100%;
    margin: 0;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    list-style: none;
}
ol.namList01 li {
    float: left;
    display: table;
    width: 48.8%;
    height: 9em;
    margin-bottom: 20px;
    padding: 20px;
    background: #FFF url(/setsumei/images/block1-bg.jpg) no-repeat center bottom;
    border-radius: 10px;
    box-sizing: border-box;
    color: #336699;
    font-weight: bold;
}
ol.namList01 li span {
    display: table-cell;
    width: 50px;
    padding-right: 20px;
    vertical-align: middle;
}
ol.namList01 li p {
    display: table-cell;
    height: 100%;
    margin-bottom: 0;
    vertical-align: middle;
}
ol.namList01 li:nth-child(odd) {
    margin-right: 20px;
}
/* Text List */
.txtList01 {
    padding: 20px;
}
.txtList01 dl {
    float: left;
    width: 48.8%;
    margin-bottom: 0;
}
.txtList01 dl dt {
    margin-bottom: 1em;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border: 2px solid #AED2F2;
    border-radius: 10px;
    box-sizing: border-box;
    color: #336699;
    text-align: center;
}
.txtList01 dl:nth-child(odd) {
    margin-right: 20px;
}
.txtList02 {
    position: relative;
    margin-bottom: 2em;
    background: url(/setsumei/images/txtList02-bg-mdl.gif) repeat-y left 20px;
}
.txtList02:before {
    content: " ";
    position: absolute;
    width: 890px;
    height: 10px;
    bottom: 0;
    left: 0;
    background: url(/setsumei/images/txtList02-bg-btm.gif) no-repeat left top;
    overflow: hidden;
}
.txtList02 dl {
    float: left;
    width: 280px;
    height: 100%;
    margin: 0 25px 0 0;
    box-sizing: border-box;
}
.txtList02 dt {
    padding: 15px 0;
    background: url(/setsumei/images/txtList02-bg-top.gif) no-repeat left top;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.txtList02 dt span {
    display: block;
    margin: 0 2em;
    padding: 10px 20px;
    background-color: #1C61C3;
    border-radius:  10px;
}
.txtList02 dd {
    padding: 0 20px 20px 20px;
}
.txtList02 dl:last-child {
    margin-right: 0;
}

.viewBtn {
    padding: 0 0 5px 0;
    text-align: right;
}
.viewBtn a + button {
    margin-left: 10px;
}
/* Float clear */
.box01 .inBox01, .box01 .inBox08, .news h2, .news ul li dl, .txtNote, .formAddr08, .txtList01, .txtList02 {
    overflow: hidden;
    zoom: 1;
}
.box01 .inBox02:after, .banner ul:after, .news h2:after, .news ul li dl:after, .inBox11:after, .reader:after, .namList01:after, .txtList01:after .txtList02:after {
    content: " ";
    clear: both;
    display: block;
}

/* Form
----------------------------------------------------------------------------- */
.formStyle01 {
    width: 330px;
    min-height: 50px;
    margin-right: 5px;
    padding: 6px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 200%!important;
    line-height: 1;
    vertical-align: middle;
}
.formStyle02 {
    width: 530px;
    min-height: 40px;
    margin-right: 5px;
    padding: 6px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1;
    vertical-align: middle;
}
.formStyle01, .formStyle02 { /* IE8 */
    min-height: 1em\9;
    height: auto\9!important;
    height: 1em\9;
}
.formStyle03 {
    width: 100%;
    margin-bottom: 0.5em;
    line-height: 1;
}
.formStyle03 span {
    display: inline-block;
    float: left;
    margin-bottom: 0.5em;
}
.formStyle03 span label {
    display: block;
}
.formStyle03 label {
    margin-bottom: 0.5em;
    font-size: 85.7%;
    line-height: 1;
}
.formStyle03 label:last-child {
    margin-bottom: 0;
}
.formStyle03 input[type="radio"] {
    margin: 0 6px 2px 0;
    vertical-align: middle;
}
.formStyle03 input[type="checkbox"] {
    margin: 0 6px 3px 0;
}
.formStyle04 {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.formStyle05 {
    margin: 0 0 1em 9em;
    font-size: 85.7%;
    line-height: 1.4;
}
.formStyle05 > label {
    display: inline-block;
    margin-right: 20px;
    padding: 2px 0;
}
.formStyle05 input[type="checkbox"], .formStyle05 input[type="radio"] {
    margin: 0 4px 4px 0;
    vertical-align: middle;
}
.formStyle06 {
    width: auto;
    height: 2.2em;
    margin-right: 5px;
    padding: 4px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}
.formAddr01 .formStyle06 {
    width: 11em;
}
.formAddr02 .formStyle06 {
    width: 15em;
}
.formStyle05 .formStyle06 {
    width: 8em;
}
.formStyle07 {
    width: 100%;
    min-height: 40px;
    padding: 6px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
    vertical-align: top;
}
.formStyle08 {
    width: 100%;
    min-height: 40px;
    margin-right: 5px;
    padding: 4px 8px;
    background-color: #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}
/* Float clear */
.formStyle03 {
    zoom: 1;
}
.formStyle03:after {
    content: " ";
    clear: both;
    display: block;
}
textarea{
 resize:none;
}
/* Navigation
----------------------------------------------------------------------------- */
/* Contents bottom */
.btmNav {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #DDDDDD;
}
.btmNav ul {
    float: left;
    margin: 0.6em 4em 0.6em 0;
    list-style: none;
}
.btmNav ul li {
    padding-left: 24px;
    background: url(/common/images/icon-arrow05.png) no-repeat left center;
    word-break: break-all;
    word-wrap: break-word;
}
.btmNav ul li:last-child {
    margin-bottom: 0;
}
.btmNav a:visited {
    color: #3366CC;
}
.btmNav a:hover {
    color: #db290a;
}
.btmNav .print {
    display: block!important;
    float: right;
    width: 252px;
}
/* Category Move */
.catNav {
    padding: 10px 20px 0 20px;
    background-color: #F5F5F5;
    text-align: center;
}
.catNav ul {
    margin: 0;
    list-style: none;
}
.catNav ul li {
    display: inline-block;
    margin-right: 0.5em;
}
.catNav ul li:after {
    content: "|";
    padding-left: 0.5em;
}
.catNav ul li:last-child {
    margin: 0 0 0.5em 0;
}
.catNav ul li:last-child:after {
    content: " ";
    padding-left: 0;
}
/* Paginate */
.paginate {
    margin: 0 0 10px 0;
    padding: 10px 10px 5px 10px;
    text-align: center;
}
.paginate ul {
    margin: 0 0 0.5em 0;
}
.paginate li {
    display: inline;
    margin: 0 2px;
}
.paginate li strong, .paginate li a {
    display: block;
    padding: 1px 6px;
}
.paginate li.next a {
    padding-right: 16px;
    background: url(/common/images/icon-arrow08.png) no-repeat right center;
}
.paginate li.next:before {
    display: inline-block;
    padding-right: 10px;
}
.paginate li.prev a {
    padding-left: 16px;
    background: url(/common/images/icon-arrow09.png) no-repeat left center;
}
.paginate li strong, .paginate li a {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.paginate p strong {
    font-size: 125%;
}
/* Paginavi */
.pageNav {
    margin-bottom: 1.5em;
}
.pageNav ul {
    margin: 0 0 1em 0;
    list-style: none;
}
.pageNav ul li {
    float: left;
    display: inline-block;
    margin-right: 1.5em;
    padding-left: 20px;
    background: url(/common/images/icon-arrow06.png) no-repeat left 0.3em;
}
.pageNav ul.vertical li {
    float: none;
    display: block;
    margin-right: 0;
}
/* Float clear */
.btmNav:after, .pageNav:after {
    content: " ";
    clear: both;
    display: block;
}

/* Error
----------------------------------------------------------------------------- */
.errorBlock {
    margin-bottom: 2em;
    padding: 20px;
    background-color: #FFEEEE;
    border-radius: 4px;
}
.errorBlock h2 {
    margin-bottom: 0.75em;
    padding-left: 24px;
    background: url(/common/images/icon-error01.png) no-repeat left 0.2em;
    font-size: 100%;
    line-height: 1.5;
}
.errorBlock *:last-child {
    margin-bottom: 0;
}
.errorBlock a:link {
    color: #3366CC;
}
.errorBlock a:visited {
    color: #3366CC;
}
.errorBlock a:hover {
    color: #3366CC;
}
.errorSrh {
    margin-bottom: 2em;
    padding: 10px 15px;
}
.errorSrh *:last-child {
    margin-bottom: 0;
}

/* Notice
----------------------------------------------------------------------------- */
.noticeBlock {
    margin-bottom: 1em;
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 4px;
}
.noticeBlock h2 {
    margin-bottom: 0.75em;
    padding-left: 24px;
    background: url(/common/images/icon-error01.png) no-repeat left 0.2em;
    font-size: 100%;
    line-height: 1.5;
}
.noticeBlock *:last-child {
    margin-bottom: 0;
}

h3.noticeIcon {
    padding-left: 24px;
    background: url(/common/images/icon-error01.png) no-repeat left 0.2em;
}

.noticeBlockEnTouroku {
    margin-bottom: 1em;
    padding: 20px;
    background-color:#FFFBD9;
    border-radius: 4px;
}
.noticeBlockEnTouroku h2 {
    margin-bottom: 0.75em;
    padding-left: 24px;
    background: url(/common/images/icon-error01.png) no-repeat left 0.2em;
    font-size: 100%;
    line-height: 1.5;
}

.noticeBlockEnTourokuR {
    margin-bottom: 0.5em;
    padding: 20px;
    background-color: #FFFBD9;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
}

/* Text
----------------------------------------------------------------------------- */
.txtXL {
    font-size: 200%!important; /* font-size:28px */
}
.txtL {
    font-size: 114.3%!important; /* font-size:16px */
}
.txtS {
    font-size: 85.7%!important; /* font-size:12px */
    line-height: 1.4!important;
}
.txtSS {
    font-size: 50.0%!important; /* font-size:8px */
    line-height: 1.4!important;
}
.cap, .txtAnnot {
    color: #555555;
    font-size: 85.7%!important;
}
.nowrap {
    white-space: nowrap;
}

/* Image
----------------------------------------------------------------------------- */
.img01 {
    text-align: center;
}
.img01 a {
    display: inline-block;
}
.img01 img {
    width: auto;
    max-width: 160px;
    height: auto;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.img01 .cap {
    display: block;
}
.img01 .linkView {
    display: inline-block;
    min-height: 18px;
}
.img01 .linkView {
    margin-top: 0.2em;
    padding-right: 24px;
    background: url(/common/images/icon-search02.png) no-repeat right 0.2em;
}
.img01 .linkView {
    text-decoration: underline;
}
.img02 {
    margin: 0 80px 2.5em 80px;
    padding: 2em 20px;
    border: 4px solid #E0F2BA;
    text-align: center;
}
.img03 {
    margin: 0 80px 2.5em 80px;
    padding: 1em 20px;
    border: 1px solid #DDDDDD;
    text-align: center;
}
.img02 img, .img03 img {
    width: auto;
    max-width: 650px;
    height: auto;
}
.img02 *:last-child, .img03 *:last-child {
    margin-bottom: 0;
}
/* Gaiji */
.gaiji img {
    display: inline;
    max-width: 940px;
    height: auto;
}

/* Color
----------------------------------------------------------------------------- */
/* Text */
.color01 {
    color: #009999; /* Point Color */
}
.color02 {
    color: #008100; /* Point Color */
}
.color03 {
    color: #006666; /* Main Color */
}
.color04 {
    color: #EA4037; /* Error Message */
}
.txtRed {
    color: #CC0000; /* Error Message */
}

/* Background */
.bgGray {
    background-color: #F8F8F8;
}

/* Link
----------------------------------------------------------------------------- */
/* List */
ul.listArw01, ol.listArw01, ul.listArw02, ol.listArw02 {
    margin: 0 0 1em 0;
    list-style: none;
}
ul.listArw01 li, ol.listArw01 li {
    padding-left: 12px;
    background: url(/common/images/icon-arrow01.gif) no-repeat left 0.6em;
    word-break: break-all;
    word-wrap: break-word;
}
ul.listArw02 li, ol.listArw02 li {
    padding-left: 20px;
    background: url(/common/images/icon-arrow04.png) no-repeat left 0.4em;
}
ul.listArw01 li:last-child, ol.listArw01 li:last-child, ul.listArw02 li:last-child, ol.listArw02 li:last-child {
    margin-bottom: 0;
}
dl.listArw01 dt {
    margin-bottom: 0.25em;
    padding-left: 12px;
    background: url(/common/images/icon-arrow01.gif) no-repeat left 0.6em;
}
dl.listArw01 dd {
    margin-bottom: 1em;
    padding-left: 12px;
}
dl.listArw01 dd:last-child {
    margin-bottom: 0;
}
dl.itemList01 dt {
    margin-bottom: 0.5em;
    color: #006666;
    font-weight: bold;
}
dl.itemList01 dd {
    margin-bottom: 2.5em;
}
/* Icon */
.linkArw01 {
    padding-left: 20px;
    background: url(/common/images/icon-arrow04.png) no-repeat left 0.4em;
}
.linkArw02 {
    padding-left: 20px;
    background: url(/common/images/icon-arrow06.png) no-repeat left 0.5em;
}
.linkArw03, .linkTop {
    margin-bottom: 40px;
    margin-left: 760px;
    padding-left: 2px;
    background: url(/common/images/icon-arrow07.png) no-repeat left 0.3em;
}
.linkArw03 a, .linkTop a {
    padding-left: 20px;
}
.linkArw04 {
    padding-left: 20px;
    background: url(/common/images/icon-arrow10.png) no-repeat left 0.3em;
}
img.ico {
    margin: 0 0 0.2em 6px;
    vertical-align: middle!important;
}
span.reEntry {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 6px;
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 75%;
    font-weight: normal!important;
    line-height: 1;
    vertical-align: middle;
}
img.icon {
    margin: -0.2em 2px 0 5px;
    line-height: 1;
    vertical-align: middle;
}
/* Float clear */
.linkArw03, .linkTop {
    overflow: hidden;
    zoom: 1;
}
.linkArw03:after, .linkTop:after {
    content: " ";
    clear: both;
    display: block;
}
/* Inline Link */
.linkArw_01, .linkArw_02 {
    margin-left: 10px!important;
    padding-left: 20px;
    background-repeat: no-repeat!important;
    background-position: left center!important;
}
.linkArw_01 {
    background: url("/common/images/icon-arrow04.png");
}
.linkArw_02 {
    background: url("/common/images/icon-arrow10.png");
}
.linkArw_02 em {
    font-style: normal;
    font-weight: normal;
}

/* 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
----------------------------------------------------------------------------- */
.w10 {
    width: 10%!important;
}
.w15 {
    width: 15%!important;
}
.w16 {
    width: 16%!important;
}
.w18 {
    width: 18%!important;
}
.w20 {
    width: 20%!important;
}
.w28 {
    width: 28%!important;
}
.w30 {
    width: 30%!important;
}
.w37 {
    width: 37%!important;
}
.w40 {
    width: 40%!important;
}
.w50 {
    width: 50%!important;
}
.w60 {
    width: 60%!important;
}
.w70 {
    width: 70%!important;
}
.w75 {
    width: 75%!important;
}
.w80 {
    width: 80%!important;
}
.w90 {
    width: 90%!important;
}
.w100 {
    width: 100%!important;
}

/* White space
----------------------------------------------------------------------------- */
/* Margin */
.mb00 {
    margin-bottom: 0!important;
}
.mb05 {
    margin-bottom: 5px!important;
}
.mb08 {
    margin-bottom: 8px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
    word-wrap: break-word;
}
.mb25 {
    margin-bottom: 25px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
    word-break: break-all;
    word-wrap: break-word;
}
.mb50 {
    margin-bottom: 50px!important;
}
.kjmb00 {
    margin-bottom: 0!important;
}
.mr05 {
    margin-right: 5px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.kjmr10 {
    margin-right: 10px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.mt05 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.kjmt08 {
    margin-top: 8px!important;
}
/* Padding */
.kjpb00 {
    padding-bottom: 15px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.p20 {
    padding: 20px!important;
}
