@charset "utf-8";
@import "/en/common/css/style_pc.css";
@import "/en/common/css/style_sp.css";

/* ==========================================================
common
=============================================================*/

/* heading
-------------------------------------------------------------*/

/* div#h1_title */

body.dirtop.about #h1_title h1 {background: url("/en/common/css/image/000001260.jpg");}
body.dirtop.support-menu #h1_title h1 {background: url("/en/common/css/image/000001261.jpg");}
body.dirtop.business-areas #h1_title h1 {background: url("/en/common/css/image/000001262.jpg");}
body.dirtop.information #h1_title h1 {background: url("/en/common/css/image/000001263.jpg");}
body.dirtop.press #h1_title h1 {background: url("/en/common/css/image/000000071.jpg");}
body.dirtop.ir #h1_title h1 {background: url("/en/common/css/image/000001264.jpg");}

/* div.main */

div.main h2 {
    clear: both;
    margin: 25px 0 20px;
    padding: 8px 10px 4px 30px;
    background: #1c7773 url("/en/common/css/image/000000083.png") no-repeat;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #fff;
}
div.main h2:first-child {
    margin: 0 0 20px !important;
}
div.main h2 a {
    /* display: block; */
    margin: 0 0 0 -8px;
    padding: 0 0 0 16px;
    color: #fff !important;
    text-decoration: none;
    background: #1c7773 url("/en/common/css/image/000000028.png") no-repeat 0 3px;
}
div.main h2 a[name] {
    margin: 0;
    padding: 0;
    background: none;
}
div.main h2 a[href] {
    margin: 0 0 0 -8px;
    padding: 0 0 0 16px;
    background: #1c7773 url("/en/common/css/image/000000028.png") no-repeat 0 3px;
}
div.main h2 a[name]:hover {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
div.main h2 a[href]:hover {
    margin: 0 0 0 -8px;
    padding: 0 0 0 16px;
    text-decoration: underline;
}
div.main h2.text_link a:hover {
    text-decoration: underline;
}
div.main h2.text_link a[name]:hover {
    text-decoration: none;
}
div.main h2.text_link a[href]:hover {
    text-decoration: underline;
}

div.main h3 {
    clear: both;
    margin: 30px 0 20px;
    padding: 0 0 5px 12px;
    border-bottom: solid 4px #1c7773;
    line-height: 1.3;
    font-size: 1.8rem;
}
div.main h3 a {
    display: inline-block;
    padding: 0 0 0 16px;
    text-decoration: none;
    background: url("/en/common/css/image/000000033.png") no-repeat 0 0.1em;
}

div.main h4 {
    margin: 30px 0 15px;
    padding: 12px 0 6px 12px;
    border-bottom: solid 1px #1c7773;
    background: #eef4f4;
    font-size: 1.7rem;
}

div.main h5 {
    margin: 30px 0 15px;
    padding: 0 0 5px 12px;
    border-bottom: dotted 1px #1c7773;
    font-size: 1.7rem;
}

/* div
-------------------------------------------------------------*/

/* div.outline */

div.main div.outline {
    margin: 0 0 30px;
    padding: 20px 26px 0;
    border: solid 1px #aaa;
    font-size: 1.3rem;
}

div.main div.outline-info {
    margin: 0 0 30px;
    padding: 20px 26px 0;
    border: solid 1px #aaa;
}

/* float */

div.main .layout-left {
    float: left;
    margin: 0 15px 10px 0;
}
div.main .layout-right {
    float: right;
    margin: 0 0 10px 15px;
}

/* scroll */

div.main div.scroll {
    margin: 0;
}


/* p
-------------------------------------------------------------*/

div.main p {
    margin: 0 0 15px;
    line-height: 1.6;
}

/* misc */

div.main p.center {
    text-align: center;
}
div.main p.right {
    text-align: right;
}

body.news div.main article p:first-child,
body.reference div.main article p:first-child,
body.topics div.main article p:first-child,
body.event div.main article p:first-child,
body.interview div.main article p:first-child,
body.today div.main article p:first-child {
    margin: 0 0 30px;
}

/* p.btn_lookup */

main p.btn_lookup {
    margin: 0 0 30px;
}
main p.btn_lookup a {
    display: block;
    width: 230px;
    padding: 0.45em 0 0.95em;
    background: linear-gradient(#494949, #2b2a2b);
    border-radius: 6px;
    border: solid 1px #bfbfbf;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
main p.btn_lookup a:before {
    content: url("/en/common/css/image/000000039.png");
    position: relative;
    top: 0.36em;
    left: -0.4em;
}
main p.btn_lookup a:hover {
    color: #fff;
    text-decoration: underline;
}
main p.seeall {
    margin-top: -10px !important;
    text-align: right;
}
main p.seeall a {
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000031.png") no-repeat 0.1em 0.4em;
    line-height: 1.6;
}


/* ul
-------------------------------------------------------------*/

div.main ul {
    margin: 10px 0 15px;
}
div.main dd > ul {
    margin: 0 0 -5px;
}
div.main ul > li {
    margin: 0 0 10px;
    padding: 0 0 0 2em;
    background: url("/en/common/css/image/000000137.png") no-repeat 0.8em 0.4em;
    line-height: 1.6;
}

/* ul.no_list_style */

div.main ul.no_list_style > li {
    margin: 0;
    padding: 0;
    background: none;
    line-height: 1;
}

/* ul.no-bullet */

div.main ul.no-bullet > li {
    margin: 0 0 4px 0;
    padding: 0 0 0 1em;
    background: none;
    line-height: 1.6;
}

/* ul.internal */
/* ul.internal-links-item */
/* ul.parataxis-list */

div.main ul.internal {
    display: -webkit-flex; display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
div.main p + ul.internal {
    margin: -10px 0 10px;
}
div.main ul.internal li {
    margin: 0 20px 5px 0;
    padding: 0 0 0 16px;
    background: url("/en/common/css/image/000000135.png") no-repeat 0 6px;
}
div.main ul.internal li a {
    display: block;
    font-size: 1.3rem;
}

div.main ul.internal-links-item {
    display: -webkit-flex; display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
div.main p + ul.internal-links-item {
    margin: -10px 0 10px;
}
div.main ul.internal-links-item li {
    margin: 0 20px 5px 0;
    padding: 0 0 0 16px;
    background: url("/en/common/css/image/000000135.png") no-repeat 0 6px;
}
div.main ul.internal-links-item li a {
    display: block;
    font-size: 1.3rem;
}
div.main ul.internal.vertical,
div.main ul.internal-links-item.vertical {
    display: block;
}

div.main ul.parataxis-list {
    margin: 0 0 10px;
    overflow: hidden;
}
div.main p + ul.parataxis-list {
    margin: -10px 0 10px;
}
div.main td ul.parataxis-list {
    margin: 0 0 -5px;
}
div.main ul.parataxis-list li {
    float: left;
    margin: 0 20px 5px 0;
    padding: 0 0 0 10px;
    background: url("/en/common/css/image/000000137.png") no-repeat 0 6px;
}
div.main ul.parataxis-list li a {
    display: block;
}

/* ul.taglist */

div.main ul.taglist {
    margin: 0 0 35px;
    padding: 11px 5px 5px 16px;
    background: #eee;
}
div.main ul.taglist li {
    display: inline-block;
    margin: 0 0 5px;
    padding: 1px 1em 0 0;
    background: none;
    line-height: 1;
    font-size: 1.3rem;
}
div.main ul.taglist li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #fff;
    background: #fff;
}
div.main ul.taglist li:first-child:before {
    content: none;
}
div.main ul.taglist li.sector_infrastructure:before {background: #64a5b4;}
div.main ul.taglist li.sector_pf:before {background: #b464aa;}
div.main ul.taglist li.sector_manufacture-services:before {background: #b4c364;}
div.main ul.taglist li.sector_marine-aero:before {background: #f09b64;}
div.main ul.taglist li.sector_resources:before {background: #9ba0c3;}
div.main ul.taglist li.sector_environment:before {background: #64c3b9;}
div.main ul.taglist li.sector_machine-equipment:before {background: #64be64;}
div.main ul.taglist li.sector_smes:before {background: #cdaf64;}
div.main ul.taglist li.sector_others:before {background: #dc649b;}
div.main ul.taglist li.finance_010:before {background: #505a91;}
div.main ul.taglist li.finance_020:before {background: #006482;}
div.main ul.taglist li.finance_030:before {background: #0f8c0a;}
div.main ul.taglist li.finance_040:before {background: #ffcc00;}
div.main ul.taglist li.finance_050:before {background: #c86414;}
div.main ul.taglist li.finance_060:before {background: #ab205a;}
div.main ul.taglist li.finance_070:before {background: #3399ff;}
div.main ul.taglist li.finance_080:before {background: #99e526;}
div.main ul.taglist li.finance_090:before {background: #b464aa;}
div.main ul.taglist li.report_series:before {background: #191e50;}
div.main ul.taglist li.report_macroeconomics:before {background: #004155;}
div.main ul.taglist li.report_china:before {background: #005f00;}
div.main ul.taglist li.report_venezuela:before {background: #556400;}

/* ul.double_greater */

div.main ul.double_greater > li {
    margin: 0 0 5px;
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000031.png") no-repeat 0.1em 0.4em;
    line-height: 1.6;
    text-align: left;
}
div.main ul.double_greater > li a:hover {
    opacity: 0.8;
}

/* ul.notation */

div.main ul.notation li {
    margin: 0 0 5px;
    padding: 0;
    background: none;
    font-size: 1.2rem;
}

/* ul.inline */

main ul.inline {
    display: -webkit-flex; display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
main ul.inline li {
    margin: 0 30px 0 0;
}

/* ul.btn */

main ul.btn li {
    padding: 0;
    background: none;
}

/* ul.img_list */

div.main ul.img_list > li {
    overflow: hidden;
    line-height: 1.4;
}

/* ol
-------------------------------------------------------------*/

div.main ol {
    margin: 0 0 15px;
    list-style: decimal;
}
div.main dd > ol {
    margin: 0 0 -5px;
}
div.main li > ol {
    margin: 5px 0 -5px;
}
div.main ol > li {
    margin: 0 0 4px 2em;
    line-height: 1.6;
}

/* ol.narrow */

div.main ol.narrow > li {
    margin: 0 0 2px 2em;
}

/* ol.notation */

div.main ol.notation {
    margin: 0;
    list-style: none;
}
div.main ol.notation li {
    position: relative;
    margin: 0 0 4px 2em;
    font-size: 1.2rem;
}
div.main ol.notation li span {
    position: absolute;
    top: 0;
    left: -2em;
}
div.main ol.notation div span {
    position: relative;
    top: 0;
    left: 0;
}
div.main ol.notation li span.file__info{
 position:static;
 left:0;
}

/* dl
-------------------------------------------------------------*/

div.main dl {
    margin: 0 0 20px;
}

div.main dl > dt {
    margin: 0 0 0.4em;
    line-height: 1.4;
}
div.main dl > dt:before {
    content: url("/en/common/css/image/000000086.png");
    display: inline-block;
    margin-right: 0.2em;
}
div.main dl > dd {
    margin: 0 0 1em;
    line-height: 1.4;
}

/* lined block dl (alt) */

body.press.c2 div.main h5,
div.main h5.annotation_h5 {
    margin: 0 0 10px;
    padding: 3px 0 6px 24px;
    border-bottom: dotted 1px #1d7773;
    background: url("/en/common/css/image/000000138.png") no-repeat;
    font-size: 1.4rem;
}

div.main div.page_reference {
    margin: 30px 0 30px;
    border: solid 1px #1c7773;
}
div.main div.page_reference h4 {
    margin: 0;
    padding: 10px 12px 6px 30px;
    border-bottom: solid 1px #1c7773;
    background: #1c7773 url("/en/common/css/image/000000087.png") no-repeat 8px 5px;
    color: #fff;
    font-size: 1.4rem;
}
div.main div.page_reference ul {
    margin: 12px 12px 8px;
}
div.main div.page_reference ul > li {
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    background: url("/en/common/css/image/000000134.png") no-repeat !important;
}

div.main div.page_reference li.no-link {
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    background: url("/en/common/css/image/000000133.png") no-repeat !important;
}

div.main div.page_reference div.meta-heading {
    margin: 0;
    padding: 10px 12px 6px 30px;
    border-bottom: solid 1px #1c7773;
    background: #1c7773 url("/en/common/css/image/000000087.png") no-repeat 8px 5px;
    color: #fff;
    font-size: 1.4rem;
}
div.main div.page_reference div.meta-heading a{
    margin: 0;
    border-bottom: solid 1px #1c7773;
    color: #fff;
    font-size: 1.4rem;
}
div.main div.page_reference p {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
div.main div.page_reference h4.simple {
    margin: 15px 0 -5px 12px;
    padding: 0;
    border: none;
    background: none;
    color: #000;
    font-weight: bold;
}
div.main div.page_reference h4 + h4.simple {
    margin: 20px 0 -5px 12px;
}

div.main div.related-info {
    margin: 20px 0 30px;
    border: solid 1px #aaa;
}
div.main div.related-info div.meta-heading {
    margin: 0;
    padding: 10px 12px 6px;
    border-bottom: solid 1px #aaa;
    background: #eef4f4;
}
div.main div.related-info div.content {
    margin: 0;
    padding: 10px 12px 6px;
    line-height: 1.4;
}
div.main div.related-info div.content ul {
    margin: 2px 0 -2px;
}

div.main div.contact_us {
    margin: 20px 0 30px;
    border: solid 1px #aaa;
}
div.main div.contact_us h2 {
    margin: 0;
    padding: 10px 12px 6px;
    border-bottom: solid 1px #aaa;
    background: #eef4f4;
    color: #000;
    font-size: 1.4rem;
}
div.main div.contact_us p {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
div.main div.contact_us div.meta-heading {
    margin: 0;
    padding: 10px 12px 6px;
    border-bottom: solid 1px #aaa;
    background: #eef4f4;
    color: #000;
    font-size: 1.4rem;
}

/* table
-------------------------------------------------------------*/

div.main table {
    width: 100%;
    margin: 0 0 30px;
}
div.main table th,
div.main table td {
    padding: 10px 15px 4px;
    border: solid 1px #aaa;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    word-break: normal;
}
div.main table th {
    background: #eee;
    white-space: nowrap;
}
div.main table td.genre {
    padding-right: 0;
    white-space: nowrap;
    width: 15%;
}
div.main table td.genre span {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 100%;
    padding: 5px 5px 4px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
    line-height: 1;
}

div.main table + ul.notation,
div.main table + ol.notation,
div.main div.scroll + ul.notation,
div.main div.scroll + ol.notation {
    margin-top: -15px;
}

main table.notation th,
main table.notation td {
    border: none;
    padding: 0 0 2px;
    background: none;
    font-size: 1.1rem;
}

main table.tabletextsmall th,
main table.tabletextsmall td {
    padding: 5px 8px 3px;
    line-height: 1.4;
    font-size: 1.3rem;
}

/* misc
-------------------------------------------------------------*/

/* address */

div.main address.header-address {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    line-height: 1.6;
}

/* sup & sub */

div.main sup {
    display: inline-block;
    padding: 0 0.2em 0 0.1em;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
}
div.main sub {
    display: inline-block;
    padding: 0 0.2em 0 0.1em;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    top: 0.3em;
}
div.main sup a {
    text-decoration: none;
    font-size: 1.2rem;
}

/* strong & em */

div.main strong {
    font-weight: bold;
}
div.main em,
div.main .em {
    font-weight: bold;
}

/* link icon */

main span.linkinfo_file {
    display: inline-block;
}
main span.linkinfo_file span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 1em;
    height: 1.05em;
    padding-right: 0.2em;
    background-size: auto 1em !important;
}
main span.linkinfo_file span.icon_PDF {background: url("/en/common/css/image/000000037.png") no-repeat;}
main span.linkinfo_file span.icon_XLS {background: url("/en/common/css/image/000000040.png") no-repeat;}
main span.linkinfo_file span.icon_XLSX {background: url("/en/common/css/image/000000040.png") no-repeat;}
main span.linkinfo_file span.icon_DOC {background: url("/en/common/css/image/000000036.png") no-repeat;}
main span.linkinfo_file span.icon_DOCX {background: url("/en/common/css/image/000000036.png") no-repeat;}
main span.linkinfo_file span.icon_PPT {background: url("/en/common/css/image/000000038.png") no-repeat;}
main span.linkinfo_file span.icon_PPTX {background: url("/en/common/css/image/000000038.png") no-repeat;}
main span.linkinfo_file span.icon_ZIP {background: url("/en/common/css/image/000000041.png") no-repeat;}

main em.external {
    display: inline-block;
    /* color: #000 !important; */
    font-weight: normal;
}
main em.external em {
    position: relative;
    top: 3px;
    left: 2px;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-right: 0.2em;
    background: url("/en/common/css/image/000000034.png") no-repeat;
}
main a.external + span {
    display: none;
}

/* a.btn_green & a.btn_gray */

main a.btn_green,
main a.btn_gray,
main .btn_green a,
main .btn_gray a {
    display: table-cell;
    width: 230px;
    height: 3.5em;
    border-radius: 6px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}
main a.btn_green span,
main a.btn_gray span,
main .btn_green span,
main .btn_gray span {
    padding: 4px 0 0 16px;
}
main .btn_green li,
main .btn_gray li {
    background: none !important;
    padding-left: 0 !important;
}
main a.btn_green:hover span,
main a.btn_gray:hover span,
main .btn_green a:hover span,
main .btn_gray a:hover span {
    text-decoration: underline;
}
main a.btn_green,
main .btn_green a {
    background: linear-gradient(#58a3a0, #1d7874);
    border: solid 1px #13635f;
    color: #fff !important;
}
main a.btn_green span,
main .btn_green span {
    display: inline-block;
    background: url("/en/common/css/image/000000140.png") no-repeat left center;
}

main a.btn_gray,
main .btn_gray a {
    background: linear-gradient(#f4f4f3, #d8d8d7);
    border: solid 1px #aaa;
    color: #000 !important;
    text-shadow: 1px 1px 1px #fff;
}
main a.btn_gray span,
main .btn_gray span {
    display: inline-block;
    background: url("/en/common/css/image/000000033.png") no-repeat left center;
}

.main p.btn_gray.btn_gray_multi {
    width: auto !important;
    margin: 20px auto 0 !important;
    text-align: center;
}
.main p.btn_gray.btn_gray_multi a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 1em;
    padding: 0.8em 3em 0.8em;
}

/* div.sub
-------------------------------------------------------------*/

/* div.sub > .btn_lookup */

div.sub > .btn_lookup {
    margin: 0 0 15px;
}

/* div.sub > dl */

div.sub > dl {
    margin: 0 0 15px;
}
div.sub > dl > dt > a {
    display: block;
    padding: 14px 30px 10px 12px;
    background: #1c7773 url("/en/common/css/image/000000027.png") no-repeat 200px 1em;
    border-bottom: solid 1px #1c7773;
    color: #fff;
    text-decoration: none;
}
div.sub > dl > dt > a:hover {
    text-decoration: underline;
}
div.sub > dl > dt > a.on {
    background-image: url("/en/common/css/image/000000029.png")  !important;
}
div.sub > dl > dd {
    display: none;
    padding: 20px 12px 6px 12px;
    border: solid 1px #1c7773;
}
div.sub > dl > dd li {
    margin: 0 0 11px;
    padding: 0 0 10px 10px;
    background: url("/en/common/css/image/000000031.png") no-repeat 0 0.4em;
    border-bottom: dotted 1px #ccc;
    line-height: 1.4;
}
div.sub > dl > dd li:last-child {
    padding: 0 0 0 10px;
    border: none;
}
div.sub > dl > dd li a {
    display: block;
    text-decoration: none;
    color: #000;
}
div.sub > dl > dd li a:hover {
    text-decoration: underline;
}

body.press div.sub p.btn_gray a {
    height: 40px;
}

/* ==========================================================
pages
=============================================================*/

/* common
-------------------------------------------------------------*/

/* genre color */

li.sector_infrastructure:before {background: #64a5b4;}
li.sector_pf:before {background: #b464aa;}
li.sector_manufacture-services:before {background: #b4c364;}
li.sector_marine-aero:before {background: #f09b64;}
li.sector_resources:before {background: #9ba0c3;}
li.sector_environment:before {background: #64c3b9;}
li.sector_machine-equipment:before {background: #64be64;}
li.sector_smes:before {background: #cdaf64;}
li.sector_others:before {background: #dc649b;}
li.finance_010:before {background: #505a91;}
li.finance_020:before {background: #006482;}
li.finance_030:before {background: #0f8c0a;}
li.finance_040:before {background: #ffcc00;}
li.finance_050:before {background: #c86414;}
li.finance_060:before {background: #ab205a;}
li.finance_070:before {background: #3399ff;}
li.finance_080:before {background: #99e526;}
li.finance_090:before {background: #b464aa;}
li.report_series:before {background: #191e50;}
li.report_macroeconomics:before {background: #004155;}
li.report_china:before {background: #005f00;}
li.report_venezuela:before {background: #556400;}

div.main td.genre.news span {background: #C8962D;}
div.main td.genre.press span {background: #E1464B;}
div.main td.genre.jbic span {background: #d1552d;}
div.main td.genre.announcements span {background: #a00101}
div.main td.genre.topics span {background: #0d498b;}
div.main td.genre.event span {background: #9b4820;}
div.main td.genre.reports span {background: #03783f;}
div.main td.genre.interviews span {background: #51008a;}

/*
div.main ul li.news a {color:#C8962D;}
div.main ul li.press a {color:#E1464B;}
div.main ul li.jbic a {color:#d1552d;}
div.main ul li.announcements a {color:#a00101;}
div.main ul li.topics a {color:#0d498b;}
div.main ul li.event a {color:#9b4820;}
div.main ul li.reports a {color:#03783f;}
div.main ul li.interviews a {color:#51008a;}
 */

/* body.press
-------------------------------------------------------------*/

/* body.news
-------------------------------------------------------------*/

body.news div.main th,
body.news div.main td {
    border-left: none;
    border-right: none;
}

/* body.reference
-------------------------------------------------------------*/

body.reference div.main th,
body.reference div.main td {
    border-left: none;
    border-right: none;
}

body.reference div.main td ul {
    margin: 0 0 5px;
    overflow: hidden;
}
body.reference div.main td li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
body.reference div.main td li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
body.reference div.main td li:first-child:before {
    content: none;
}

/* body.event
-------------------------------------------------------------*/

body.event div.main th,
body.event div.main td {
    border-left: none;
    border-right: none;
}

/* body.topics
-------------------------------------------------------------*/

body.topics div.main th,
body.topics div.main td {
    border-left: none;
    border-right: none;
}

/* body.event
-------------------------------------------------------------*/

body.event div.main th,
body.event div.main td {
    border-left: none;
    border-right: none;
}

/* body.interview
-------------------------------------------------------------*/

body.interview div.main ol {
    margin: 0 0 30px;
    list-style: none;
    border-top: solid 1px #aaa;
}
body.interview div.main ol > li {
    position: relative;
    min-height: 175px;
    margin: 15px 0 15px;
    padding: 0 0 15px 180px;
    overflow: hidden;
    border-bottom: solid 1px #aaa;
}
body.interview div.main li a:hover {
    opacity: 0.8;
    color: #1c7773;
}
body.interview div.main li p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
body.interview div.main li p:nth-child(2) {
    margin: 0 0 10px;
    line-height: 1.4;
}
body.interview div.main li ul {
    margin: 0;
    overflow: hidden;
}
body.interview div.main li ul li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
body.interview div.main li ul li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
body.interview div.main li ul li:first-child:before {
    content: none;
}

/* body.today
-------------------------------------------------------------*/

body.today div.main ol {
    margin: 0 0 30px;
    list-style: none;
    border-top: solid 1px #aaa;
}
body.today div.main ol > li {
    position: relative;
    min-height: 175px;
    margin: 15px 0 15px;
    padding: 0 0 0 180px;
    overflow: hidden;
    border-bottom: solid 1px #aaa;
}
body.today div.main li a:hover {
    opacity: 0.8;
    color: #1c7773;
}
body.today div.main li p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
body.today div.main li p:nth-child(2) {
    margin: 0 0 10px;
    line-height: 1.4;
}
body.today div.main li ul {
    margin: 0;
    overflow: hidden;
}
body.today div.main li ul li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
body.today div.main li ul li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
body.today div.main li ul li:first-child:before {
    content: none;
}

/* section.free
-------------------------------------------------------------*/

section.free th,
section.free td {
    border-left: none !important;
    border-right: none !important;
}

section.free td p {
    margin-bottom: 0;
}
section.free td ul {
    margin: 0 0 5px;
    overflow: hidden;
}
section.free td ul li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
section.free td ul li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
section.free td ul li:first-child:before {
    content: none;
}
section.free .btn_lookup {
    padding: 4px 0;
    text-align: right;
}
section.free .btn_lookup a {
    display: inline-block;
}

/* body.about
-------------------------------------------------------------*/

/* body.sitemap
-------------------------------------------------------------*/

section.sitemap > article > div {
    margin: 0 0 20px;
}
section.sitemap ul {
    margin: 0;
}
section.sitemap ul ul {
    margin: 0 0 0 30px;
}
section.sitemap ul li {
    margin: 0 0 5px;
    padding: 0;
    background: none;
}
section.sitemap ul li a {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    background: url("/en/common/css/image/000000031.png") no-repeat 2px 0.4em;
}
section.sitemap ul li span {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    background: url("/en/common/css/image/000000135.png") no-repeat 0 0.4em;
}
section.sitemap .page_reference a {
    padding: 0;
    background: none;
}


/* ==========================================================
dirtop
=============================================================*/

/* common
-------------------------------------------------------------*/

body.dirtop .main_gray h2 {
    margin: 0 0 10px;
    font-size: 2.4rem;
    color: #1c7773;
}
body.dirtop .main_gray h2 a {
    display: block;
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000136.png") no-repeat 0 0.1em;
}
body.dirtop .main_gray p {
    margin: 0 0 15px;
    color: #000;
    line-height: 1.4;
}

/* body.dirtop.about
-------------------------------------------------------------*/

body.dirtop.about .main_gray ul.link_panel li:nth-child(1) a {background: url("/en/common/css/image/000001266.jpg");}
body.dirtop.about .main_gray ul.link_panel li:nth-child(2) a {background: url("/en/common/css/image/000001267.jpg");}
body.dirtop.about .main_gray ul.link_panel li:nth-child(3) a {background: url("/en/common/css/image/000001268.jpg");}
body.dirtop.about .main_gray ul.link_panel li:nth-child(4) a {background: url("/en/common/css/image/000001265.jpg");}

body.dirtop.about .main_gray li {
    margin-bottom: 5px;
    line-height: 1.4;
}
body.dirtop.about .main_gray li > a {
/*    display: block;*/
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000031.png") no-repeat 0 0.4em;
}

/* outline */

body.dirtop.about .main .outline {
    margin-top: 80px !important;
}

body.dirtop.about .main .outline ul {
    display: -webkit-flex; display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between; -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* body.dirtop.support-menu
-------------------------------------------------------------*/

body.dirtop.support-menu .support_menu p {
    text-align: left;
    text-justify: auto;
}


/* dl.related */

div.main dl.related {
    margin: 30px 0 30px;
    border: solid 1px #1c7773;
}
div.main dl.related dt {
    margin: 0;
    padding: 10px 12px 6px 30px;
    border-bottom: solid 1px #1c7773;
    background: #1c7773 url("/en/common/css/image/000000087.png") no-repeat 8px 5px;
    color: #fff;
}
div.main dl.related dt:before {
    content: none;
}
div.main dl.related dd {
    background: #eef4f4;
    margin: 0;
    padding: 16px 12px 8px;
    line-height: 1.6;
}

div.main dl.related dd h3 {
    margin: 15px 0 20px !important;
    padding-left: 0;
}
div.main dl.related dd h3:first-child {
    margin: 5px 0 20px !important;
}

div.main dl.related dd ul {
    margin: 0;
}
div.main dl.related dd ul > li {
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    background: url("/en/common/css/image/000000134.png") no-repeat 0 center !important;
}
div.main dl.related ul > li a {
    background: none !important;
    text-decoration: none;
    color: #000;
}
div.main dl.related ul > li a:hover {
    text-decoration: underline;
}

/* body.dirtop.business-areas
-------------------------------------------------------------*/

body.dirtop.business-areas .main_gray .field ul.link_panel li:nth-child(1) a {background: url("/en/common/css/image/000001269.jpg");}
body.dirtop.business-areas .main_gray .field ul.link_panel li:nth-child(2) a {background: url("/en/common/css/image/000001270.jpg");}
body.dirtop.business-areas .main_gray .field ul.link_panel li:nth-child(3) a {background: url("/en/common/css/image/000001271.jpg");}
body.dirtop.business-areas .main_gray .field ul.link_panel li:nth-child(4) a {background: url("/en/common/css/image/000001272.jpg");}
body.dirtop.business-areas .main_gray .field ul.link_panel li:nth-child(5) a {background: url("/en/common/css/image/000001273.jpg");}


/* body.dirtop.information
-------------------------------------------------------------*/

/* common */

body.dirtop.information .main_gray h3 {
    clear: both;
    margin: 0 0 20px;
    padding: 8px 10px 4px 34px;
    background: #1c7773;
    background-repeat: no-repeat;
    background-image:
    url("/en/common/css/image/000000028.png"),
    url("/en/common/css/image/000000083.png");
    background-position:
    20px 0.55em,
    left top;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #fff;
}
body.dirtop.information .main_gray h3 a {
    color: #fff;
}
body.dirtop.information .main_gray a img:hover {
    opacity: 0.8;
}

/* .report */

/* .interview */

body.dirtop.information .main_gray .interview ul {
    position: relative;
}
body.dirtop.information .main_gray .interview ul li a {
    display: block;
}
body.dirtop.information .main_gray button {
    position: absolute;
    top: 45%;
    display: block;
    width: 23px;
    height: 39px;
    border: none;
    background-size: 23px !important;
    background-repeat: no-repeat !important;
    color:rgba(0,0,0,0);
    cursor: pointer;
    overflow: hidden;
}
body.dirtop.information .main_gray button:hover {
    opacity: 0.8;
}
body.dirtop.information .main_gray button.slick-prev {
    left: -30px;
    background: url("/en/common/css/image/000000131.png");
}
body.dirtop.information .main_gray button.slick-next {
    right: -30px;
    background: url("/en/common/css/image/000000132.png");
}

body.dirtop.information .ctrl {
    display: block;
    width: 36px;
    height: 36px;
    margin: 10px auto -20px;
    text-decoration: none !important;
}
body.dirtop.information .ctrl:hover {
    opacity: 0.8;
}
body.dirtop.information .ctrl span {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 36px !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    color:rgba(0,0,0,0);
    cursor: pointer;
}
body.dirtop.information .ctrl .play {
    background-image: url("/en/common/css/image/000000085.png");
}
body.dirtop.information .ctrl .pause {
    background-image: url("/en/common/css/image/000000084.png");
}

/* .contribution */

/* .press */

body.dirtop.information .main .press th,
body.dirtop.information .main .press td {
    border-left: none;
    border-right: none;
}

/* .whatsnew */

body.dirtop.information .main .whatsnew th,
body.dirtop.information .main .whatsnew td {
    border-left: none;
    border-right: none;
}

body.dirtop.information .main .whatsnew ul {
    display: -webkit-flex; display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between; -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.dirtop.information .main .whatsnew ul li {
    width: 24.5%;
}

/* body.dirtop.press
-------------------------------------------------------------*/

body.dirtop.press div.main  th,
body.dirtop.press div.main  td {
    border-left: none;
    border-right: none;
}

body.dirtop.press div.main td ul {
    margin: 0 0 5px;
    overflow: hidden;
}
body.dirtop.press div.main td li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
body.dirtop.press div.main td li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
body.dirtop.press div.main td li:first-child:before {
    content: none;
}

/* body.dirtop.ir
-------------------------------------------------------------*/

body.dirtop.ir div.main ul li {
    margin: 0 0 5px;
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000031.png") no-repeat 0.1em 0.4em;
}
body.dirtop.ir div.main p + ul {
    margin-top: -10px;
}


/* body.formpage
-------------------------------------------------------------*/

body.formpage .main .error_msg {
    margin: 30px 0 20px;
    color: #c00;
}
body.formpage .main table {
    margin: 30px 0 20px;
}
body.formpage .main table td input {
    margin: 0 0 5px;
    padding: 2px;
    border: solid 1px #ccc;
    font-size: 1.4rem;
}
body.formpage .main table td textarea {
    margin: 0;
    border: solid 1px #ccc;
    font-size: 1.4rem;
    font-family: Arial;
}
body.formpage .main p.btn_gray {
    width: 230px;
    margin: 0 auto;
}

body.formpage .main table td select {
    margin: 0 0 5px;
    padding: 2px;
    border: solid 1px #ccc;
    font-size: 1.4rem;
}

/* disclosure/info-search */

body.formpage .main table td #sub_headlings div {
    display: none;
}
body.formpage .main table td #sub_headlings div#disp_div_0 {
    display: block;
}
body.formpage .main table td #fromdate_inp,
body.formpage .main table td #todate_inp {
    display: inline-block;
    width: 4em;
}

/* section.notfound
-------------------------------------------------------------*/

section.notfound ul li {
    margin: 0 0 5px;
    padding: 0 0 0 0.8em;
    background: url("/en/common/css/image/000000031.png") no-repeat 0.1em 0.4em;
}
section.notfound ul.plain li {
    margin: 0 0 5px;
    padding: 0 0 0 2em;
    background: url("/en/common/css/image/000000137.png") no-repeat 0.8em 0.4em;
    line-height: 1.6;
}
section.notfound img.btn_search {
    position: relative;
    top: -2px;
    width: 1.5em;
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
}

/* search_result
-------------------------------------------------------------*/

div.container {
    width:auto !important;
    height:auto !important;
    min-width:auto !important;
    min-height:auto !important;
    border: none !important;
    margin: 0 !important;
    padding:0 !important;
    background: none !important;
}

/* table.environment_projects
-------------------------------------------------------------*/

table.environment_projects tbody tr:nth-child(4n+3) td,
table.environment_projects tbody tr:nth-child(4n+4) td {
    background: #f9f9f9;
}

table.environment_projects th {
    text-align: center !important;
    vertical-align: middle !important;
    white-space: normal !important;
}
table.environment_projects td.num,
table.environment_projects td.date {
    white-space: nowrap;
}
table.environment_projects td.pdf {
    white-space: normal !important;
}

/* table.environment_projects_done
-------------------------------------------------------------*/

table.environment_projects_done th {
    text-align: center !important;
    vertical-align: middle !important;
}
table.environment_projects_done th,
table.environment_projects_done td {
    padding: 5px 7px 3px !important;
}
table.environment_projects_done th:nth-child(1){width:8.5em;}
table.environment_projects_done th:nth-child(2){width:auto;}
table.environment_projects_done th:nth-child(3){width:14em;}
table.environment_projects_done th:nth-child(4){width:3em;}
table.environment_projects_done th:nth-child(5){width:7.5em;}

table.environment_projects_done td:nth-child(1){white-space:nowrap;}

table.environment_projects_done tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

/* table.info_bid
-------------------------------------------------------------*/

table.info_bid tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

table.info_bid th:nth-child(1){width:10.5em;}
table.info_bid th:nth-child(3){width:11em;}
table.info_bid th:nth-child(4){width:11em;}
table.info_bid th:nth-child(5){width:8em;}

/* table.info-rearch_result
-------------------------------------------------------------*/

table.info-rearch_result th,
table.info-rearch_result td {
    border: solid 1px #ccc;
}

table.info-rearch_result th:nth-child(1){width:auto;}
table.info-rearch_result th:nth-child(2){width:auto;}
table.info-rearch_result th:nth-child(3){width:auto;}
table.info-rearch_result th:nth-child(4){width:auto;}
table.info-rearch_result th:nth-child(5){width:8em !important;}
table.info-rearch_result th:nth-child(6){width:7em !important;}

div.bunsho_pager {
    text-align: center;
}

/* section.officeinfo table
-------------------------------------------------------------*/

section.officeinfo table {
    border-bottom: solid 1px #aaa !important;
}
section.officeinfo th,
section.officeinfo td {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
section.officeinfo td[colspan] {
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.officeinfo td ul {
    margin: 0 0 5px;
    overflow: hidden;
}
section.officeinfo td ul li {
    float: left;
    margin: 0 0 -2px;
    padding: 1px 1.2em 0 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
section.officeinfo td ul li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    border: solid 1px #000;
}
section.officeinfo td ul li:first-child:before {
    content: none;
}

/* table (former site)
-------------------------------------------------------------*/

main .main table caption {
    caption-side: bottom;
}
main .main table.data caption{
    text-align: right;
    caption-side: top;
}
main .main table caption.caption_left_bottom{
    margin-top: 0.5em;
    caption-side: bottom;
    text-align: left;
}
main .main table caption.caption_right_bottom{
    margin-top: 0.5em;
    caption-side: bottom;
    text-align: right;
}
main .main td.right {
    text-align: right;
}
main .main thead tr th.center,
main .main thead tr th.center,
main .main tbody tr th.center,
main .main tbody tr td.center {
    text-align: center;
}
main .main tbody tr th.number,
main .main tbody tr td.number,
main .main tfoot tr th.number,
main .main tfoot tr td.number {
    text-align: right;
}
main .main tbody tr th.left_space,
main .main tbody tr td.left_space {
    padding-left: 2em;
}
main .main th.thead_blue,
main .main div.thead_blue {
    background: #ddd;
}
main .main th.thead_green,
main .main div.thead_green {
    background: #eee;
}

main .main table.full_size {
    width: 100%;
}
main .main table.basic_size {
    width: 90%;
}
main .main table.middle_size,
main .main table.middle_size_irregular {
    width: 60%;
}
main .main table.half_size {
    width: 40%;
}
main .main table.half_size th {
    width: 55%;
}
main .main table.half_size td {
    width: 45%;
}
main .main table.half_size td,
main .main table.middle_size_irregular td {
    border-left: solid 1px #B4B4B4;
    text-align: right;
    vertical-align: middle;
}
main .main table.half_size thead tr th,
main .main table.middle_size_irregular thead tr th {
    text-align: left;
}
main .main table.half_size div {
    width: 160px;
}
main .main table.half_size div.twoline {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}

/* Suggest Tool
-------------------------------------------------------------*/

.search_window form > ul,
.sp_search form > ul {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.search_window form > ul li,
.sp_search form > ul li {
    display: block;
    list-style: none;
    margin: 0;
    border-left: 1px solid #B0C4DE;
    border-bottom: 1px solid #B0C4DE;
    border-right: 1px solid #B0C4DE;
    background-color: #f5f5f5;
    padding: 1px 0;
    text-align: left;
}
.search_window form > ul li span,
.sp_search form > ul li span {
    display: block;
    padding: 4px 0 0;
}

li.sgItemOn {
    border-left: 1px solid #cc9900;
    border-bottom: 1px solid #cc9900;
    border-right: 1px solid #cc9900;
    background-color: #ffeeaa !important;
    font-weight: bold;
    cursor: pointer;
}

#bizasarchAspSuggest li {
    position: relative;
    top: 5px;
}

/* SP */

#bizasarchAspSuggest2 {
    top: 87px !important;
    left: 0 !important;
    width: 100% !important;
}
#bizasarchAspSuggest2 li {
    width: 240px !important;
    margin: 0 auto;
}

/* search fix
-------------------------------------------------------------*/

.sort_cond_l {
    float: none !important;
    display: inline !important;
}
.sort_cond_r {
    float: none !important;
    display: inline !important;
}

/* linkinfo_file fix
-------------------------------------------------------------*/

main span.linkinfo_file {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
main span.linkinfo_file span {
    position: relative !important;
    left: 0 !important;
}

main h2 a.linkinheader,
main h3 a.linkinheader {
    display: inline-block;
    padding-left: 0.5em !important;
    background: none !important;
}
main h2 a.external,
main h3 a.external {
    display: inline-block;
    padding-right: 0.5em !important;
}

/* additional-1
-------------------------------------------------------------*/

main a.no_link {
    pointer-events: none;
}

div.main ul.plain_print > li {
    margin: 0 0 5px;
}

main table.no_border th,main table.no_border td {
    border: none !important;
}

.txt_red {
    color: #f00 !important
}

div.main ol.notation li span[lang="EN-US"] {
    position: static !important;
}

div.main th.wrap {
    white-space: normal;
}

div.main ol ol.notation li {
    list-style: none !important;
}

/* 2023add
-------------------------------------------------------------*/
body.formpage .main .btn_gray_wrap {
    text-align: center;
}
body.formpage .main .btn_gray_wrap form {
    display: inline-block;
}
body.formpage .main p.btn_gray {
    width: auto;
    margin: 0 1em;
    display: inline-block!important;
}
body.formpage .main .btn_gray button {
    display: table-cell;
    height: 3.5em;
    border-radius: 6px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    background: url(/en/common/css/image/000000033.png) no-repeat 50px center, linear-gradient(#f4f4f3, #d8d8d7);
    border: solid 1px #aaa;
    color: #000 !important;
    text-shadow: 1px 1px 1px #fff;
    cursor : pointer;
    padding:0 50px 0 70px;
}
body.formpage .main .btn_gray button:hover {
    text-decoration: underline;
}
body.formpage input[type="radio"]{
    width: auto !important;
    display:inline-block !important;
    margin-right:10px !important;
}
body.formpage input[type="radio"] + label{
    margin-right: 50px !important;
}
body.formpage input[readonly] {
    background-color:#eee;
}


.topics_photo_double {
    display: flex;
    justify-content: center;
    max-width: 700px;
}
.topics_photo_double p {
    text-align: center;
}
.topics_photo_double p:last-child {
    margin-left: 20px;
}
.topics_photo_double p span {
    display: block;
}
.topics_photo_single p {
    text-align: center;
}
.topics_photo_single p span {
    display: block;
}

@media screen and (max-width:768px){
  .topics_photo_double {
    flex-direction: column;
    align-items: center;
    align-content: space-around;
  }

  .topics_photo_double p {
    width: 100%;
  }

  .topics_photo_double p:last-child {
    margin-left: 0;
  }
}


/* Privacy Notice(add 20230926)
-------------------------------------------------------------*/
.link__list_PN {
margin: 9px 0 2px;
background: url("/en/common/css/image/000000010.svg") no-repeat 0 5px/auto 10px;
padding: 0 0 0 14px;
}
@media screen and (max-width:767px) {
.link__list_PN {
background-size: auto 7px;
background-position: 0 8px;
width: auto;
margin: 0 0 15px;
}
