@charset "shift_jis";

body{
	background-color: #EEE;
	text-align: center;
	color: #666;
	-webkit-text-size-adjust: none;
}
div#container{
	background: url(../image/base_body.gif) top left repeat-x #FFF;
	border-bottom: 1px solid #333;
}
div#container h1 {
	text-align: center;
	width: 700px;
	margin: 0px auto;
	padding: 55px 0px 30px;
	border-bottom: solid 1px #999;
}

#container #contents{
	width: 700px;
	margin: 0px auto 30px;	
	padding: 30px 0px 0px;
}
h2{
	font-size: 200%;
	line-height: 1.15;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 span{
	display: block;
	font-size: 46%;
	line-height: 1.15;
	font-weight: normal;
}
h2 img {
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}
#contents div.nextStage{
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}

#contents div.normalBox,
#contents div.youTube {
	margin-bottom: 30px;
}
#contents div.borderBox,
#contents div.youTube-borderBox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #DDD;
}

#contents div.youTube {
	width: 100%;
}
#contents div.youTube_inner {
	position: relative;
	padding-top: 56.25%;
}
#contents div.youTube_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#contents div.normalBox p,
#contents div.borderBox p {
	font-size: 92%;
	line-height: 1.5;
	margin-bottom: 10px;
}
#contents div.normalBox p.last,
#contents div.borderBox p.last{
	margin-bottom: 0px;
}
#contents div p.lageTxt{
	font-size: 123%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
#contents div p.boxText{
	border: solid 1px #ddd;
	padding: 15px;
}
#contents div.normalBox p .new,
#contents div.borderBox p .new {
	display: inline-block;
	margin-left: 0.5em;
	color: #f00;
	font-weight: bold;
}
#contents ul.cast3,
#contents ul.cast4,
#contents ul.cast5 {
	margin-right: -20px;
}
#contents ul.cast3 li {
	float: left;
	width: 240px;
	height: 320px;
}
#contents ul.cast4 li {
	float: left;
	width: 180px;
	height: 240px;
}
#contents ul.cast5 li {
	float: left;
	width: 144px;
	height: 210px;
}
#contents ul.cast5.vol4 li {
	height: 230px;
}
#contents ul.cast3 li img,
#contents ul.cast4 li img,
#contents ul.cast5 li img {
	display: block;
	margin: 0px 20px 5px 0px;
	border-radius: 5px;
}
#contents ul.cast3 li img {
	width: 220px;
}
#contents ul.cast4 li img {
	width: 160px;
}
#contents ul.cast5 li img {
	width: 124px;
}
#contents ul.cast3 li p,
#contents ul.cast4 li p,
#contents ul.cast5 li p {
	margin: 0px 20px 10px 0px;
	font-weight: bold;
	text-align: center;
}
#contents ul.cast3 li p span,
#contents ul.cast4 li p span,
#contents ul.cast5 li p span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}


.pageNav {
	margin-top: 30px;
	margin-bottom: 60px;
	border-top: double 3px #666;
	border-bottom: double 3px #666;
	
	position: relative;/* .pageNav_title */
}

/* .borderBox・.normalBox のmargin-bottomに相殺されるため30px を 60pxで指定 */
.borderBox + .pageNav,
.normalBox + .pageNav {
	margin-top: 60px;
}
.pageNav_title {
	color: #666;
	font-weight: bold;
	font-size: 123%;
	line-height: 1;
	
	padding: 0 20px;
	background-color: #fff;
	
	position: absolute;
	top: 0;
	left: 50%;
	
	transform: translate(-50%, -50%);
}
.pageNavList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 30px;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	font-size: 92%;
	line-height: 1.5;
}
.pageNavList_item {
	position: relative;
	padding-left: 10px;
}
.pageNavList_item a {
	display: inline-block;
	white-space: nowrap;
}
.pageNavList_item:before {
	content: ' ';
	
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	
	border-style: solid;
	border-width: 6px;
	border-color: transparent transparent transparent #ccc;
	
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pageNavNew {
	display: inline-block;
	margin-left: 0.5em;
	color: #f00;
	font-weight: bold;
}


div#navigation {
	width: 700px;
	margin: 0px auto 30px;	
	padding: 30px 0px 0px;
	border-top: 1px solid #999;
}
div#navigation ul li{
	text-align: center;
	font-size: 92%;
	line-height: 25px;
	border-top: dotted 1px #DDD;
	padding: 15px 0px;
}
div#navigation ul li img{
	vertical-align: bottom;
}
div#navigation ul li a{
	padding: 0px 5px;
}


dl#topics{
	border: solid 1px #EEE;
	background-color: #F9F9F9;
	padding: 0px 10px;
	margin: 0px auto 30px;
	width: 680px;
	font-size: 77%;
	line-height: 1.5;
	overflow: hidden;
}
dl#topics dt{
	font-weight: bold;
	padding: 10px 0px 0px;
	margin-top: -1px;
	border-top: 1px dotted #EEE;
}
dl#topics dt span{
	color: #E00;
	padding-left: 5px;
}
dl#topics dd{
	padding-bottom: 10px;
}
div#pageScr{
	width: 700px;
	margin: 0px auto 0px;
	text-align: right;
}


div#footer address{
	width: 700px;
	margin: 0px auto 30px;	
	padding: 30px 30px 0px;
	font-size: 77%;
	line-height: 1.5;
	font-weight: bold;
}

/* [[▼POPUP==========================================================]] */
body#popup div#container{
	background: url(../image/base_body.gif) left top repeat-x #FFF;
}
body#popup div#container h1{
	width: 450px;	
	padding: 40px 0px 20px;
}

body#popup #container #contents{
	width: 450px;
}
body#popup div#pageScr{
	width: 450px;
}
body#popup div#footer address{
	width: 390px;
	text-align: center;
}
/* [[▼text style=====================================================]] */

.centerTxt{
	text-align: center;
}
.attention{
	color: #E01;
}
.notes {
	font-size: 75%;
}

a:link{ color: #444; }
a:visited{ color: #666; }
a:hover{ color: #000; }


/* [[▽print style======================================================]] */
@media print {
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}



}/*△print style*/



/* [[▽clearfix======================================================]] */

div#container,
#contents ul.cast3,
#contents ul.cast4,
#contents ul.cast5,
.clearfix
{ zoom:1; }

div#container:after,
#contents ul.cast3:after,
#contents ul.cast4:after,
#contents ul.cast5:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html div#container,
* html #contents ul.cast3,
* html #contents ul.cast4,
* html #contents ul.cast5,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}