<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{
	width: 1000px;
	margin: 0 auto;
}

/* 人物詳細モーダル */
.detailContainer{
	display: none;
}

.detail{
	background-color: #fff;
}

.detail .inner{
	overflow: hidden;
	width: 660px;
	height: 430px;
	padding: 20px 15px 20px 20px;
	background: url(./img/modal_bg.jpg) no-repeat 0 0;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.detailPhoto{
	position: relative;
	float: left;
}

.badge{
	position: absolute;
	right: -15px;
	bottom: -5px;
}

.detailName{
	float: right;
	width: 325px;
	margin: 10px 0 30px;
	text-align: center;
}

.detailText{
	float: right;
	overflow: auto;
	width: 325px;
	height: 285px;
	line-height: 1.8;
}

.photoCover{
	position: absolute;
	top: 0;
	left: 0;
}

/* 人物一覧 */
.chartBox{
	position: relative;
	width: 100%;
	height: auto;
	background: url(./img/chart.jpg) no-repeat 0 0;
	background-size: 100% auto;
}

.chartBox li{
	position: absolute;
}

.chartBox li a{
	display: block;
	width: 100%;
	height: 100%;
}

.chartBox li a:hover{
	background: rgba(255, 255, 255, 0.1);
}

.chartBox li a img{
	width: 100%;
	height: 100%;
}

#cast01{
	top: 294px;
	left: 456px;
	width: 225px;
	height: 280px;
}

#cast02{
	top: 357px;
	left: 179px;
	width: 200px;
	height: 255px;
}

#cast03{
	top: 41px;
	left: 251px;
	width: 200px;
	height: 255px;
}

#cast04{
	top: 293px;
	left: 763px;
	width: 200px;
	height: 255px;
}

#cast05{
	top: 800px;
	left: 512px;
	width: 199px;
	height: 252px;
}

#cast06{
	top: 43px;
	left: 660px;
	width: 170px;
	height: 225px;
}

#cast07{
	top: 634px;
	left: 799px;
	width: 170px;
	height: 225px;
}

#cast08{
	top: 808px;
	left: 281px;
	width: 170px;
	height: 225px;
}

#cast09{
	top: 899px;
	left: 799px;
	width: 170px;
	height: 225px;
}

#cast10{
	top: 104px;
	left: 44px;
	width: 170px;
	height: 225px;
}

#cast11{
	top: 656px;
	left: 56px;
	width: 170px;
	height: 225px;
}

#cast12{
	top: 900px;
	left: 58px;
	width: 170px;
	height: 225px;
}


/*
* 1000px以下
**********************************/
@media screen and (max-width: 1000px) {
	.mainContents{
		width: 96%;
	}

/* 人物詳細モーダル */
	.detail .inner{
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}

	.detailName{
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		padding: 10px 0;
		text-align: center;
		background: url(./img/modal_bg.jpg) no-repeat 0 0;
		background-size: cover;
	}

	.detailName img{
		width: 50%;
	}

	.detailPhoto{
		float: left;
		width: 40%;
	}

	.badge{
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.detailPhoto img{
		width: 100%;
	}

	.detailPhoto .badge{
		width: 50%;
	}

	.detailText{
		float: none;
		overflow: auto;
		width: auto;
		height: 300px;
		padding: 0 10px;
		line-height: 1.8;
	}


/* 人物一覧 */
	.chartBox{
		position: relative;
		width: 100%;
		height: auto;
		background: url(./img/chart.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	
	.chartCover{
		width: 100%;
	}
/* 人物ボタン */
	#cast01{
		top: 25.3%;
		left: 45.6%;
		width: 22.5%;
		height: 24.1%;
	}

	#cast02{
		top: 30.8%;
		left: 17.9%;
		width: 20%;
		height: 22%;
	}

	#cast03{
		top: 3.5%;
		left: 25.1%;
		width: 20%;
		height: 22%;
	}

	#cast04{
		top: 25.3%;
		left: 76.3%;
		width: 20%;
		height: 22%;
	}

	#cast05{
		top: 69%;
		left: 51.2%;
		width: 19.9%;
		height: 21.7%;
	}

	#cast06{
		top: 3.7%;
		left: 66%;
		width: 17%;
		height: 19.4%;
	}

	#cast07{
		top: 54.7%;
		left: 79.9%;
		width: 17%;
		height: 19.4%;
	}

	#cast08{
		top: 69.7%;
		left: 28.1%;
		width: 17%;
		height: 19.4%;
	}

	#cast09{
		top: 77.6%;
		left: 79.9%;
		width: 17%;
		height: 19.4%;
	}

	#cast10{
		top: 8.9%;
		left: 4.4%;
		width: 17%;
		height: 19.4%;
	}

	#cast11{
		top: 56.6%;
		left: 5.6%;
		width: 17%;
		height: 19.4%;
	}

	#cast12{
		top: 77.7%;
		left: 5.8%;
		width: 17%;
		height: 19.4%;
	}

}/* media */

@media print{
	.chartBox{
		background:none;
	}

	.detailPhoto .photo{
		display: none;
	}
}

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