<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainContents{
	background: #fff;
}

.mainContents h1{
	padding: 40px 0;
	font-size: 24px;
	font-family: "A1明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.mainContents h1 span{
	font-size: 42px;
}

.mainContents h1:before{
	display: inline-block;
	content: "";
	background: url(./img/oa_left.png) no-repeat left center;
	width: 34px;
	height: 27px;
	margin-right: 20px;
	margin-bottom: 2px;
}

.mainContents h1:after{
	display: inline-block;
	content: "";
	background: url(./img/oa_right.png) no-repeat right center;
	width: 34px;
	height: 27px;
	margin-left: 20px;
	margin-bottom: 2px;
}

.mainContents p{
	line-height: 2.1;
}

.movArea{
	padding: 20px 0;
	text-align: center;
	background-color: #e3e3e3;
	box-shadow: 0 0 0 4px #e3e3e3 inset, 0 0 0 5px #fcfcfc inset;
}

.mov iframe{
	border: 8px solid #c8c8c8;
}

.storyBody{
	padding: 45px 60px 0;
	line-height: 2.1;
}

#storyPhoto{
	overflow: hidden;
	margin-bottom: 50px;
}

#storyPhoto li{
	float: left;
}

#storyPhoto li:not(:last-child){
	margin-right: 10px;
}

.imgBorder{
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.imgBorder:after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 97%;
	height: 96%;
	margin: auto;
	border: 1px solid #fff;
}

.storyText{
	position: relative;
	margin-bottom: 50px;
}

.storyText:after{
	position: absolute;
	top: 22px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #d63133;
}

.storyText dt{
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 15px;
	color: #d63133;
	font-size: 24px;
	background-color: #fff;
}

.storyText dd{
	clear: both;
}

.backnumber{
	padding-bottom: 90px;
}

.backnumber p{
	margin-bottom: 30px;
	text-align: center;
}

.backnumber ul{
	overflow: hidden;
	width: 856px;
	margin: 0 auto;
}

.backnumber li{
	float: left;
	margin-bottom: 8px;
}

.backnumber li:not(:last-child){
	margin-right: 8px;
}

.backnumber li a:hover{
	opacity: 0.8;
}

/*
* 640px以下
**********************************/
@media screen and (max-width: 640px) {

	.mainContents h1{
		padding: 20px 0;
		font-size: 14px;
	}

	.mainContents h1 span{
		font-size: 20px;
	}

	.mainContents h1:before{
		background: url(./img/oa_left.png) no-repeat left center;
		width: 19px;
		height: 17px;
		margin-bottom: 0;
		background-size: auto 17px;
	}

	.mainContents h1:after{
		background: url(./img/oa_right.png) no-repeat right center;
		width: 19px;
		height: 17px;
		margin-bottom: 0;
		background-size: auto 17px;
	}

	.movArea{
		padding: 20px 20px;
	}

	.mov iframe{
		border: 0;
	}

	.mov{
		position: relative;
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}

	.mov iframe,
	.mov img{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.storyBody{
		padding: 20px 0 0;
	}

	#storyPhoto{
		display: table;
		margin-bottom: 10px;
		padding: 0 4px;
	}

	#storyPhoto li{
		display: table-cell;
		float: none;
		width: 33%;
		border: 2px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#storyPhoto li img{
		width: 100%;
	}

	#storyPhoto li:not(:last-child){
		margin-right: 0;
	}

	.imgBorder:after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.storyText{
		margin-bottom: 10px;
		margin: 0 15px 10px;
	}

	.storyText:after{
		top: 14px;
	}

	.storyText dt{
		padding-right: 10px;
		font-size: 16px;
	}

	.backnumber{
		padding-bottom: 20px;
	}

	.backnumber p{
		margin-bottom: 15px;
	}

	.backnumber p img{
		width: 70%;
	}

	.backnumber ul{
		overflow: hidden;
		width: 100%;
		padding: 0 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.backnumber li{
		float: left;
		width: 49%;
		margin-bottom: 2%;
	}

	.backnumber li:nth-child(even){
		float: right;
	}

	.backnumber li img{
		width: 100%;
	}


.backnumber li:not(:last-child){
	margin-right: 0;
}

}/* media */

</pre></body></html>