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

/* 感想、トークページ用の基本スタイル*/
.talkpage {
	background-color:#FFF0F0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	color: #993333;
	font-size: 100%;
}


/* タイトル、メインスタッフを入れるヘッダ*/
.talktitle{
	background-color: #FFBCC0;
	width: 928px;
	margin-top: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	padding-left: 20px;
	border-radius: 8px;
}

/* スタッフ＆キャスト*/
.staff_cast{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* 本文を入れるためのボックス*/
.talkbox{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

/* 戻るアイコン、前へアイコン、進むアイコンを入れるフッター*/
.talkfoot {
	position:relative;
	width:960px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 216px;
	margin-bottom: 50px;
}

/*戻るアイコン、前へアイコン、進むアイコン */

.back {
  position: absolute;
  left: 72px;
  top: 72px;
  width: 216px;
  height: 72px;
  z-index: 2;
}

.next {
  position: absolute;
  left: 672px;
  top: 72px;
  width: 216px;
  height: 72px;
}

.prev{
  position: absolute;
  left: 372px;
  top: 72px;
  width: 216px;
  height: 72px;
}