@charset "utf-8";

/**********************
header
**********************/
header {
    width:100%;
    background-color:rgb(0, 100, 210);
    height: 80px;
}
.header-flex{
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height: 80px;
}

.header-content-left{
    flex-basis:200px;
}
.header-content-center{
    flex-basis:calc(100% - 450px);

}

.headerTitle{
    text-align: center;
}

.headerTitle > span{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18pt;
}

@media (max-width: 768px) {
    .headerTitle > span{
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-size: 13.5pt;
    }
}


@media (max-width: 630px) {
    .headerTitle > span{
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-size: 11pt;
    }
}

@media (max-width: 530px) {
    .headerTitle > span{
        visibility: hidden;
    }
}

.header-content-right{
    flex-basis:250px;
    align-self:center;
}


/**********************
footer
**********************/
/* footer{
    border-top:1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(65,138,217);
} */

.footerNotes{
    text-align: right;
    vertical-align: middle;
}

/* footer > div{ */
.footerGroup {
    border-top:1px solid black;
    margin-top: 10px;
    background-color: rgb(65,138,217);
    width: 100%;
    /* margin-bottom: 10px; */
    /* margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle; */
}

/* footer div:nth-of-type(1){ */
.versionName {
    width: 120px;
    padding-left:10px;
    color:rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    /* width: 100%; */
    vertical-align: middle;
}

/* footer div:nth-of-type(2){ */
.copyright {
    width: auto;
    text-align: right;
    width: calc(100% - 130px);
    padding-right: 10px;
    color:rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    /* width: 100%; */
    vertical-align: middle;
}

/**********************
search
**********************/
.search-box {
    margin-top:10px;
    margin-left:27px;
    width: 178px;
    height: 28px;
    position:relative;
    /* left: */
}

.search-box > input{
    width: 150px;
    height: 100%;
    box-sizing: border-box;
    border: solid 1px rgb(255,255,255);
}

.searchIconWrapper{
    vertical-align: top;
    width: 28px;
    height: 28px;
    display: inline-block;
    box-sizing: border-box;
    background-color: rgb(255,255,255);

    cursor:pointer;
    color:rgb(0, 0, 0);
    padding:2px 0 0 2px;
}

.searchIconWrapper img{
    width:24px;
    height:24px;
}



 /**********************
 searchresult
 **********************/
.search-contents {
    padding:1em;
}

.search-contents  h3{
    font-size: 1.3em;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.1em;
}

#resultAbout {
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

#searchResult dl {
    margin-bottom: 0.5em;
}

.search-link {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(0, 0, 153);
    font-size: 107.7%;
}
/**********************
language select
**********************/
.language-select{
    margin-right: 45px;
    margin-left: 33px;
}

.globeIcon{
    font-size: 2em;
    margin: 0 0.2em 0 0.2em;
    vertical-align: middle;
    text-align: center;
    color: rgb(255, 255, 255);
}

.language-select > span {
    display:inline-block;
    margin-right:3px;
}


.language-select > span > img{
    width:26px;
    height:26px;
    vertical-align:bottom;
}



.language-select > select {
    font-size:1.2em;
    height:30px;
    width:142px;
    padding-left:10px;
    padding-right:5px;
}

.language-select > select > option{
    margin:5px;
}

/**********************
modelName
**********************/
.modelName{
    background-color:rgb(238,238,238);
}

.modelNameWrapper{
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    text-align-last: left;
}


.modelNameWrapper > div{
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
}


.modelNameWrapper > div > span{
    font-size: 16pt;
    vertical-align: text-top;
    padding-top: 9px;
    padding-bottom: 9px;
}




/**********************
main contents
**********************/
.main-contents{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
    display:flex;
}

.main-contents .left{
    /* flex-basis:40%; */
    /* margin:20px; */
    flex-basis:50%;
    margin-right: 10px;
    background-color: rgb(245,245,245);
    padding-bottom: 20px;
}


.main-contents .right{
    /* flex-basis:40%; */
    /* margin:20px; */
    flex-basis:50%;
    margin-left: 10px;
    background-color: rgb(245,245,245);
    padding-bottom: 20px;
}

/* .main-contents .left > div,
.main-contents .right > div{ */
.menuListTitle{
    padding: 0.5em ;
    border: 1px solid rgb(215,215,215);
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left:40px;
    margin-right:40px;
    background-color: rgb(255, 255, 255);
}

.menuListTitle:hover{
    border-color: rgb(0, 0, 225);
    color: rgb(0, 0, 225);
}

.sectioTitle{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sectioTitle > span{
    font-size: 15pt;
}

.menuListIcon
{
    width:26px;
    vertical-align:middle;
    margin-left:5px;
    margin-right:5px;
}




@media (max-width: 768px) {
    .main-contents{
        display:flex;
        flex-direction: column;
    }


    .main-contents .left{
        margin-bottom:10px;
        margin-right: 0px;
        flex-basis: auto;
    }


    .main-contents .right{
        margin-top: 10px;
        margin-left: 0px;
        flex-basis: auto;
    }

}



/**********************
paging contents
**********************/
div.pagination-holder {
    margin-top: 27px;
    margin-bottom: 27px;
}


.manualTitle{
    font-weight: bold;
    font-size: 1.2em;

}

.detailed_document{
    padding-left: 12px;
}


/**********************
アラビア語用
**********************/
.text_rtl {
    direction: rtl;
}

.text_embed {
    unicode-bidi: embed;
}


/**********************
ページネーション用
**********************/
.next.disable,
.prev.disable {
    pointer-events: none;

    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgb(255 255 255), 0 0 2px rgb(0 0 0 / 30%) inset;


}
.pagination {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.pagination p {
    border: 1px solid #ddd;
    color: #666;
    cursor: default;
    line-height: 24px;
    padding: 0;
    margin: 0 2px 0 2px;
    text-align: center;
    min-width: 14px;
    width: 30px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);


}
.next:hover, .prev:hover, .page_counter li.page_number:hover {
    cursor: pointer;
}
.page_counter {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.page_counter li.page_number > div{

    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0;
    margin: 0 2px 0 2px;
    text-align: center;
    min-width: 14px;
    width: 30px;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}

.page_counter li.current {
    background: #606060;
    color: #fff;
}

.page_counter li + li {
    margin-left: 5px;
}

.page_counter li.pageNumberActive > div{
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgb(255 255 255), 0 0 2px rgb(0 0 0 / 30%) inset;
}

.pageActive{
    display:block;
}

.omit{
    font-weight: bold;
}


.pagination.notfound{
    display:none;
}






