/*
 * "Oswald" is licensed under the SIL Open Font License 1.1
 * https://fonts.google.com
 * https://fonts.google.com/attribution
 * http://scripts.sil.org/OFL
 */

body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'YuGothic', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	word-wrap: break-word;
	color: #ffffff;
	background-color: #1d1d1d;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body:before {
	display: none;
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: -1;
}
th, td {
	word-break: break-all;
}
img {
	vertical-align: bottom;
}

/* link */
a:link {
	color: #2e7ea7;
	text-decoration: none;
}
a:active {
	color: #2e7ea7;
	text-decoration: none;
}
a:visited {
	color: #2e7ea7;
	text-decoration: none;
}
a:hover {
	color: #2e7ea7;
	text-decoration: none;
}

/* clearifx */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* headerarea */
.headerarea {
	width: 100%;
	background-color: #ffffff;
	color: #333333;
}
.headerarea.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}
.headerarea-bar {
	float: left;
	height: 50px;
	overflow: hidden;
}
.headerarea-bar-title {
	float: left;
}
.headerarea-bar-title a {
	color: #333333;
}
.headerarea-bar-title h1 {
	margin: 14px 0 0 20px;
	padding: 0;
	font-family: 'oswald', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'YuGothic', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
}
.headerarea-bar-toggle {
	float: right;
	display: none;
	position: relative;
	width: 30px;
	height: 25px;
	margin: 7px 10px 0 0;
	cursor: pointer;
}
.headerarea-bar-toggle-icon {
	margin-top: 15px;
	display: block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #333333;
	transition: .2s;
}
.headerarea-bar-toggle-icon:before,
.headerarea-bar-toggle-icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background-color: #333333;
	transition: .3s;
}
.headerarea-bar-toggle-icon:before {
	margin-top: -10px;
}
.headerarea-bar-toggle-icon:after {
	margin-top: 10px;
}
.open .headerarea-bar-toggle-icon {
	background: transparent;
}
.open .headerarea-bar-toggle-icon:before,
.open .headerarea-bar-toggle-icon:after {
	margin-top: 0;
}
.open .headerarea-bar-toggle-icon:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.open .headerarea-bar-toggle-icon:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.headerarea-nav {
	float: right;
}
.headerarea-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.headerarea-nav ul li {
	margin: 19px 20px 0 0;
	padding: 0;
	float: left;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	cursor: pointer;
}
.headerarea-nav ul li a {
	color: #333333;
}
.headerarea-nav ul li a:hover {
	color: #17548c;
}

.mainarea {
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}
.headerarea.fixed + .mainarea {
	padding-top: 50px;	/* .headerarea-bar height */
}

.box {
	width: 862px;
	margin: 0 auto;
	text-align: center;
}
.box-header {
	padding: 100px 0;
}
.box-header h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.box-body {
	padding: 0 0 100px 0;
}
.box-body .more {
	text-align: right;
}

.dateicon {
	display: inline-block;
	width: 50px;
	background-color: #1d1d1d;
	font-family: 'Oswald', serif;
}
.dateicon-month {
	display: block;
	background-color: #0d0d0d;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.dateicon-day {
	display: block;
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 8px 0;
}

.btn {
	display: inline-block;
	background-color: #2e6ea6;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 30px;
	margin: 5px;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.btn {
	color: #ffffff;
}
a.btn:hover {
	color: #000000;
	background-color: #ffffff;
}
.btn-rewrite {
	background-color: #cccccc;
	color: #333333;
}

.btn-more,
.btn-back {
	display: inline-block;
	border: 2px solid #ffffff;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 30px;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.btn-more,
a.btn-back {
	color: #ffffff;
}
a.btn-more:hover,
a.btn-back:hover {
	color: #000000;
	background-color: #ffffff;
}

.form-input,
.form-textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.5em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form-has-error {
	color: #ff0000;
}
.form-error-message {
	display: block;
	margin-top: 10px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #d43f3a;
	background-color: #d9534f;
	color: #ffffff;
}
input[type=submit] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
input.btn {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
p.form-submit-message {
	text-align: center;
	padding: 0 0 50px 0;
}

ul.pagination {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
	font-size: 0;
}
ul.pagination li {
	font-family: 'Oswald', serif;
	font-size: 15px;
	line-height: 1em;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pagination li a {
	margin: 0;
	padding: 10px 15px 13px 15px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 1.0);
	margin-left: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.pagination li.active a {
	padding-right: 10px;
	color: rgba(0, 0, 0, 1.0);
	background-color: rgba(255, 255, 255, 1.0);
}
ul.pagination li.disabled a {
	color: rgba(255, 255, 255, 0.5);
	cursor: not-allowed;
}
ul.pagination li a span.sr-only {
	display: none;
}
ul.pagination li a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul.pagination li a:hover {
	color: #ffffff;
	background-color: #000000;
}

.alplayer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: #000000;
	font-family: 'Oswald', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'YuGothic', Helvetica, Arial, sans-serif;
}
.alplayer-message {
	min-height: 80px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alplayer-display {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alplayer-display-btn {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	height: 50px;
	font-size: 20px;
	text-align: center;
}
.alplayer-display-btn .fa {
	cursor: pointer;
}
.alplayer-display-btn .fa:hover {
	color: #2e7ea7;
}
.alplayer-display-pause {
	display: none;
}
.alplayer-display-image {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	height: 50px;
}
.alplayer-display-image img {
	width: 30px;
	height: 30px;
}
.alplayer-display-track {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 12px;
	line-height: 1.2em;
}
.alplayer-display-track-title {
	margin-bottom: 2px;
}
.alplayer-display-track-meta {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1em;
}
.alplayer-display-track-meta p {
	margin: 0;
	padding: 0;
}
.alplayer-display-track-meta p span {
	margin-right: 5px;
}
.alplayer-time {
	float: left;
	display: table;
	width: 70%;
	height: 30px;
	overflow: hidden;
}
.alplayer-time-current,
.alplayer-time-duration {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1em;
	padding: 0 10px;
}
.alplayer-time-seek {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
.alplayer-time-seek-bar {
	position: relative;
	width: 100%;
}
.alplayer-time-seek-bar-bg {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #1d1d1d;
}
.alplayer-time-seek-bar-fg {
	position: absolute;
	width: 0%;
	height: 3px;
	background-color: #3b3b3b;
}
.alplayer-time-seek-bar-handle {
	position: absolute;
	top: -5px;
	left: 0;
	width: 5px;
	height: 13px;
	background-color: #2e7ea7;
}
.alplayer-controller {
	float: right;
	display: table;
	width: 30%;
	height: 30px;
	overflow: hidden;
	border-left: 1px solid #1d1d1d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alplayer-controller-volume-up,
.alplayer-controller-volume-down {
	display: table-cell;
	vertical-align: middle;
}
.alplayer-controller-volume-up .fa,
.alplayer-controller-volume-down .fa {
	cursor: pointer;
	margin: 0 10px;
}
.alplayer-controller-volume-up .fa:hover,
.alplayer-controller-volume-down .fa:hover {
	color: #2e7ea7;
}
.alplayer-controller-volume {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.alplayer-controller-volume-bar {
	position: relative;
	width: 100%;
}
.alplayer-controller-volume-bar-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #3b3b3b;
}
.alplayer-controller-volume-bar-fg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #2e7ea7;
}
.alplayer-controller-trackbtn {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #1d1d1d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alplayer-controller-trackbtn .fa {
	cursor: pointer;
	margin: 0 10px;
}
.alplayer-controller-trackbtn .fa:hover {
	color: #2e7ea7;
}
.alplayer-tracks {
	clear: both;
	display: none;
}
.alplayer-track {
	display: table;
	width: 100%;
	padding: 5px 10px;
	border-top: 1px solid #1d1d1d;
	cursor: pointer;
	color: #cccccc;
}
.alplayer-track-focus {
	color: #ffffff;
	font-weight: bold;
}
.alplayer-track:hover {
	background-color: #1d1d1d;
	color: #ffffff;
}
.alplayer-track-image {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}
.alplayer-track-image img {
	float: none;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
}
.alplayer-track-title {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-size: 11px;
	line-height: 1.2em;
}

.article {
	text-align: left;
}
.article-header {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #000000;
}
.article-header-dateicon {
	display: table-cell;
	width: 60px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.article-header-title {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.2em;
}
.article-header-title small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
.article-body {
}
.article-body img {
	float: left;
	max-width: 300px;
	margin: 0 20px 20px 0;
}
.article-eyecatch {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.article-eyecatch img {
	float: none;
	margin: 0;
	max-width: 100%;
	max-height: 500px;
}
.article-footer {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #000000;
}
.article-footer .back {
	margin: 0;
	padding: 0;
}

.keyvalue {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.keyvalue:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.6);
}
.keyvalue:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.4);
}
.keyvalue-key {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	margin: 0;
	padding: 20px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.keyvalue-value {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.keyvalue-submit {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.items {
	margin: 0 -10px;
}
.item {
	float: left;
	width: 294px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.item-box {
	display: block;
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 2px solid rgb(255, 255, 255);
}
.item a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.item a:link,
.item a:active,
.item a:visited {
	color: #ffffff;
}
.item a:hover {
	color: #ffffff;
	background-color: #000000;
}
.item-header {
	display: table;
	margin-bottom: 15px;
}
.item-header-date {
	display: table-cell;
	vertical-align: middle;
}
.item-header-title {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.item-image {
	margin: 0 0 25px 0;
}
.item-image img {
	width: 100%;
	height: auto;
}
.item-body {
	text-align: center;
}
.item-body dl {
	margin: 0;
	padding: 0;
}
.item-body dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Oswald', serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}
.item-body dd {
	margin: 0 0 25px 0;
	padding: 0;
}
.item-body p {
	margin: 0 0 15px 0;
	padding: 0;
}
.item-body .more {
	display: inline-block;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1em;
}

.gallery {
	margin: -10px;
	padding: 0;
	list-style-type: none;
}
.gallery li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery li img {
	width: 100%;
	height: auto;
}

.mainimage {
	width: 862px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainimage img {
	width: 100%;
	height: auto;
}

.profile-image {
	margin: 0 0 50px 0;
	padding: 0;
}
.profile-image img {
	width: 100%;
	height: auto;
}
.profile-info {
	margin: 0;
	padding: 0;
}
.profile-info dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
}
.profile-info dd {
	margin: 0 0 30px 0;
	padding: 0;
}

.message p {
	margin: 0;
	padding: 0;
}

.biography p {
	margin: 0;
	padding: 0;
}

.footerarea {
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	padding: 100px 0;
}
.footerarea p.copyright,
.footerarea p.poweredby {
	margin: 5px 0;
	padding: 0;
	font-family: 'oswald', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'YuGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1em;
}
.adv {
	font-size: 13px;
	line-height: 1.5em;
	background-color: #101010;
	padding: 0 0 80px 0;	/* .alplayer height = 80px */
}
.adv-box-header {
	margin: 0;
	padding: 5px 10px;
	font-family: 'Oswald', serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}
.adv-box-footer {
	margin: 0;
	padding: 0;
}
.adv-box-footer a.adv-more {
	text-align: right;
	display: block;
	padding: 10px;
	color: #ffffff;
}
.adv-topics ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.adv-topics ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
}
.adv-topics ul li a {
	display: block;
	padding: 10px;
	color: #ffffff;
}

@media (max-width: 991px) {
	.headerarea {
		position: fixed;
		top: 0;
		z-index: 100;
	}
	.headerarea-bar {
		float: none;
		height: 50px;
	}
	.headerarea-bar-toggle {
		display: block;
	}
	.headerarea-nav {
		display: none;
		float: none;
	}
	.headerarea-nav-container {
		height: calc(100vh - 50px);	/* 100vh - .headerarea-bar height */
		overflow-y: auto;
		background-color: rgba(255, 255, 255, 0.8);
		color: #333333;
	}
	.headerarea-nav ul {
		color: #fffcf7;
		background-color: #ffffff;
		border-top: 1px solid #efefef;
	}
	.headerarea-nav ul li {
		float: none;
		border-bottom: 1px solid #efefef;
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 1em;
	}
	.headerarea-nav ul li a {
		display: block;
		color: #333333;
		margin: 0;
		padding: 15px 0;
		text-align: center;
	}

	.mainarea {
		margin-top: 50px;	/* .headerarea-bar height */
	}

	.box {
		width: 100%;
		border-bottom: 1px solid #000000;
	}
	.box-header {
		padding: 75px 0;
	}
	.box-body {
		padding: 0 20px 50px 20px;
	}

	.alplayer-time {
		width: 50%;
	}
	.alplayer-controller {
		width: 50%;
	}
	.alplayer-display-track-title {
		max-height: 2.4em;
		overflow: hidden;
	}

	.item {
		width: 50%;
	}

	.mainimage {
		width: 100%;
		padding: 20px;
		border-bottom: 1px solid #000000;
	}
}
@media (max-width: 767px) {
	body {
		background-image: none !important;
	}
	body:before {
		display: block;
	}
	.btn-submit,
	.btn-rewrite {
		padding: 10px 20px;
	}
	.btn-more,
	.btn-back {
		display: block;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	.article-body img {
		float: none;
		max-width: 100%;
		margin: 0 0 20px 0;
	}
	.article-eyecatch img {
		margin: 0;
	}
	.keyvalue {
		display: block;
		width: 100%;
		text-align: left;
		padding: 20px;
	}
	.keyvalue-key {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		padding: 0;
	}
	.keyvalue-value {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.keyvalue-submit {
		display: block;
		text-align: center;
		padding: 0;
	}
	.items {
		margin: 0;
	}
	.item {
		width: 100%;
	}
	.item-box {
		margin: 0 0 10px 0;
	}
	.item:last-child .item-box {
		margin: 0;
	}
	.gallery li {
		width: 50%;
	}
}
