@charset "UTF-8";

.buttonbox{
    position: absolute;
    left: 10px;
    top: 5px;
    width: 50px;
    height: 25px;
}

.button{
    background-color: #3EB370;
    border-width: 1px;
    border-color: #41719C;/*65 113 156*/
    border-style: solid;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Verdana", "メイリオ";
    margin: 3px;
    padding: 3px;
    text-align: center;
    white-space: nowrap;
    width: 45px;
}

.button a{
    text-decoration: none;
    color: #FFFFFF;
}

.menubox {
    float: left;
    width: 160px;
    border: none;
    height: 100%;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 15px;
}
 
.titlebox {
    width: 960px;
    position: relative;
    /*background-image: url(image/160324logo.jpg);*/
    border-bottom-color: #EDFFDB;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-color: #EDFFDB;
    border-top-style: solid;
    border-top-width: 5px;
    margin-top: 5px;
}

.titlebox img{
      max-width: 960px;
}

.toplinks {
    position: absolute;
    float: right;
    width: 90px;
    height: 40px;
    right: 20px;
    bottom: 30px;
    line-height: 1.3em;
}

.toplinks a{
      text-decoration: underline;
      color: #FFFFFF;
}

/*.titlebox:lang(ja){
    background: url(image/jp-trim_R.jpg);
}

.titlebox:lang(en){
    background: url(image/en-trim_R.jpg);
}*/

body {
    background-color: f2f2f2;
    margin: 0;
}

.bodybox {
    background-color: #ffffff;
    border: none;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 150px;
    padding-right: 40px;
    text-align: left;
    padding-top: 19px;
    overflow: visible;
    min-height: 100%;
    font-family: "Times New Roman", "メイリオ";
    font-size: 14px;
    width: 770px;
}
.bodybox div{
    padding-left: 16px;
 }

/*本文-項目タイトル*/
.bodybox H3{
    margin: 0px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Arial", "メイリオ";
}

/*本文-段落*/
.bodybox p{
    padding-left: 1em;
    text-indent: 1em;
    line-height: 150%;
}

.bodybox p:lang(ja){
    text-align: left;
}

.bodybox p:lang(en){
    text-align: justify;
}

.bodybox ul li{
    padding-right: 0px;
    line-height: 150%;
    text-align: justify;
}

/*本文-図*/
.bodybox img{
    max-width: 750px;
    max-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reference {
    text-align: right;
    font-size: 14px;
}

.newsdate {
    color: #00008b;
}

.banner {
    width: 140px;
    height: auto;
    padding-left: 0px;
    padding-right: 20px;
}

.banner img{
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bodybox table{
      text-indent: 0px;
}


.news .poster {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.news .poster a {
    display: block;
}