@charset "utf-8";

/* 全体共通(表示・非表示制御) */

.spout{
	display:none;
}

/* 全体共通 */

.txt_center{
	text-align:center;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}

.f_clear{
	clear:both;
}

/* staff */
.staffbox {	margin:0; padding:0; overflow:hidden;}
.staffbox dt { margin:0;	padding: 9px 0px; float: left; width: 300px; border-bottom: solid 1px #f3ec20;}
.staffbox dd { margin:0; padding: 9px 0px; width: 360px;	float:left; border-bottom: solid 1px #f3ec20;}

.subttl{ color:#254e5c; font-weight:bold; padding: 9px 0px; border-bottom: solid 1px #f3ec20; margin-bottom: 10px; }

.comment{ width:365px; float:left; padding:0 0 30px 0; }
.comment b{ color:#920783;}


/* chara */
.charatxt01{ width:345px; float:right; padding:10px 0 0 0;}
.charatxt02{ width:345px; float:right; padding:120px 0 0 0;}

.satoshiimg{ margin-top:50px;}
.teamrocket{ background: url(../images/chara/chara05.png) no-repeat top left; width:350px; height:117px; padding:230px 0 0 310px;}
.alain{ background: url(../images/chara/chara06.png) no-repeat top left; width:350px; height:187px; padding:240px 0 0 310px;}
.teamflare{ background: url(../images/chara/chara08.png) no-repeat top right; width:370px; height:540px; padding:0 290px 0 0;}

/* episodes */
#epinav {
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	clear:both;
}
#epinav a {
	color: #fff;
	text-decoration: underline;
	background-color: #8ac21c;
	border:solid 2px #fff;
	padding:4px 8px;
}

.current_page{
	color: #ffeb88;
	background-color:#008f2e;
	padding:4px 8px;
	border:solid 2px #ffeb88;
}