body {
	padding-top: 0!important;
}
#page-wrap {
	width: 100%;
	overflow: hidden;
}
#site-header img.title-image {
	display: none;
}
#site-header img.mwlogo {
	width: 90%;
	margin: 0 auto 0 auto;
}
#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: #ffffff;
	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 auto 10px auto;
	display: block;
}
#page section.third {
	width: auto;
	margin: 0 auto 10px auto;
	text-align: center;
	display: block;
}
#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;
}
.latest-review ul.article.list li {
	width: auto;
	margin: 0 auto 10px auto;
	display: block;
}
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);
}
#site-header a:hover{
text-decoration: none;
}