@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/
#story #wrapper #contents #main .content .main .block {
	width: 730px;
}

div.block p
{
	display:block;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.6em;
	width: 695px;
}

#slideshow {
	position: relative;
	height: 282px;
	width: 500px;
	padding: 10px;
	background: url(../story/images/photo_bg.gif) repeat;
	margin-right: auto;
	margin-left: 90px;
}
 #slideshow img {
	position:absolute;
	top:10px;
	left:10;
	z-index:8;
}
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }
div.block .backnumber_btn {
	background: url(../story/images/backnumber_btn.png);
	height: 62px;
	width: 201px;
	position: absolute;
	top: -90px;
	right: -30px;
}
div.block .backnumber_btn a {
	background: url(../story/images/backnumber_btn_txt.gif) no-repeat 17px 17px;
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
div.block .backnumber_btn a:hover{
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
}

div.block .backnumber_btn a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
div.block  #backnumberlist li a {
	background: url(../story/images/photo_bg.gif);
	display: block;
	padding: 5px;
	height: 84px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
div.block  #backnumberlist li strong {
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: block;
	padding-top: 5px;
}
div.block  #backnumberlist li {
	width: 160px;
	display: block;
	float: left;
	height: 150px;
	padding-right: 20px;
}
div.block  #backnumberlist {
overflow: hidden;  
}


/*---------------
□□□font□□□
---------------*/
div.block h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: url(../story/images/h2_bg.gif) repeat-y left top;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 680px;
}

/*--- 2021.3 追記 ---*/

.copy.slide{
	margin-top: 7px;
	text-align: center;
}