﻿/*--------------------------------------------------*/
/* 復活 #さよ朝みた */
/*--------------------------------------------------*/
.visual {

	margin: 9px auto 0;
	text-align: center;
}


/*--------------------------------------------------*/
/* みんなの投稿 */
/*--------------------------------------------------*/
#post {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 53px;
}
.ttl_post {
	position: relative;
	margin: 0 auto;
	padding-top: 106px;
	text-align: center;
}
.left_person {
	position: absolute;
	bottom: 0;
	left: 43px;
}
.right_person {
	position: absolute;
	bottom: 0;
	right: -20px;
}


/*--------------------------------------------------*/
/* ギャラリー（シャトルロック） */
/*--------------------------------------------------*/
#gallery {
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
	background-color: #fff8ea;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #fff4e0), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #fff4e0),
	            color-stop(.75, #fff4e0), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #fff4e0 25%, transparent 25%,
	          transparent 50%, #fff4e0 50%, #fff4e0 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #fff4e0 25%, transparent 25%,
	          transparent 50%, #fff4e0 50%, #fff4e0 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #fff4e0 25%, transparent 25%,
	          transparent 50%, #fff4e0 50%, #fff4e0 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #fff4e0 25%, transparent 25%,
	          transparent 50%, #fff4e0 50%, #fff4e0 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #fff4e0 25%, transparent 25%,
	          transparent 50%, #fff4e0 50%, #fff4e0 75%,
	          transparent 75%, transparent);

	padding-bottom: 50px;
}

.src-components-LoadMoreButton-___LoadMoreButton__load-more-button___3uRPa {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: bold  !important;
	background-color: #ffa200 !important;
	border: none  !important;
	border-radius: 5px !important;

	width: 200px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}

.bnr_official {
	margin: 100px auto 0;
	text-align: center;
}


/*--------------------------------------------------*/
/* FOOTER */
/*--------------------------------------------------*/
footer {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100px;

	background-color: #ffa200;
}

