#page-wrap{
  width: 100%;
  overflow: hidden;
}
#group-sites{
  display: none;
}
body>header{
  display: none;
}
nav#global-nav{
  display: none;
}
#site-header {
    background-size: 60px;
}
#site-title {
    font-size: 20pt;
    font-family: 'Archivo Black', sans-serif;
    color: white;
    margin: 10px 0 10px 0;
    line-height: 1;
}
#site-sub {
    font-size: 9pt;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    color: #666;
}
#page section.half{
  width:auto;
  margin:0;
}
#page section.half:nth-child(odd) {
    margin: 0;
}
body#top #page ul.list.article.top.select li.item {
    width: auto;
}
body#top #page ul.list.article.top.select li.item .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    margin: 0;
    float: none;
}
body#top #page ul.list.article.top.select li.item .image img {
    position: static;;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}


body#list ul.selected-category li.item {
  width:100%;
  margin:0 0 50px 0;
}
body#list ul.selected-category li.item .image {
    width: 100%;
    height: auto;
    max-height:200px;
}
body#list ul.selected-category li.item .text{
  font-size:130%;
}
body#list ul.selected-category li.item .image img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
