@charset "UTF-8";


/**********************************************************************/
/******************************** Bulletin ******************************/
/**********************************************************************/

#moreposts
{
	margin-top: 5rem;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	font-size: .9rem;
	padding: 1em 5em;

	font-family: 'GG-B';
	font-weight: 700;
}

.end #moreposts
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.end #moreposts.end
{
	filter:alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	cursor: auto;
}
.end #moreposts.end:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

#bulletinList
{
	margin-bottom: 5rem;
	position: relative;
	box-sizing:border-box;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#bulletinList > div
{
	position: relative;
	box-sizing:border-box;
	width: 100%;
	margin-right: -2rem;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	
	flex-wrap: wrap;
}

#bulletinList > div > a
{
	color: rgb(0, 0, 0);
	display: block;
	position: relative;
	box-sizing:border-box;
	margin-right: 2rem;
	margin-bottom: 2rem;
	
	text-decoration: none;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#bulletinList > div > a.loaded
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#bulletinList .bulletinCoverMini > img
{
	max-width: 300px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

#bulletinList > div > a > .title
{
	font-family: GG-B, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	margin-top: .5em;
}

#wpWrapper .loader
{
	width: 100%;
	height: 2.5rem;
	bottom: -2.5rem;
	left: -1rem;
	top: auto;
	position: absolute;
}

/**********************************************************************/
/****************************** Archives *******************************/
/**********************************************************************/

.contents
{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size: 1rem;
	border: 10px solid rgba(240, 240, 240, 1);
	padding: 4rem 2rem;
	margin-bottom: 5rem;
}

.contents h1
{
	font-family: 'NotoSerif-B', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	width: 100%;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	text-align: center;
}

.contents .text, .contents .text > div
{
	width: auto;
	position: relative;
	box-sizing: border-box;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;

	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	justify-content: center;
}

#bulletinArchives .linkBtL
{
	text-align: center;
	min-width: 10rem;
	margin: .25rem;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and  (min-width: 1600px)
{
	#bulletinArchives .contents
	{
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
}

@media screen and  (min-width: 1501px)
{
	#bulletinList > div > a
	{
		width: calc(25% - 2rem);
	}
}

@media screen and  (max-width: 1500px)
{
	#bulletinList > div > a
	{
		width: calc(25% - 2rem);
	}
}

@media screen and  (max-width: 1200px)
{
	#bulletinList > div > a
	{
		width: calc(33% - 2rem);
	}
}

@media screen and  (max-width: 900px)
{
	#bulletinList > div > a
	{
		width: calc(50% - 2rem);
	}
	
	.contents
	{
		padding: 4rem 2rem;
	}
}

@media screen and  (max-width: 650px)
{
	#bulletinList > div
	{
		margin-right: 0rem;
	}

	#wpWrapper  .loader{left: 0;}
	
	#bulletinList > div > a
	{
		margin-right: 0rem;
		width: 100%;
	}
}