﻿@charset "UTF-8";
/* CSS Document */

/*-- index用 --*/
.vote img.thumbnail {
	float: left;
	width: 300px;
}

.vote .outline {
	float: right;
	width: 367px;
}

.vote .outline p {
	height: 143px;
}

.vote .outline .btn {
	width: 310px;
	margin: 0 auto;
}

/*.vote .reportBtn img{
	margin-left: 5px;
}

.vote .reportBtn img.non{
	margin-left: 0px;
}*/

.vote .outline .btn_s {
	width: 310px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}


/*-- 個別ページ共通 --*/
.vote .list01{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.vote .list02{
	text-indent: -1.8em;
	margin-left: 1.8em;
	margin-bottom: 5px;
}

.vote ul.list03 {
	text-indent: -0.7em;
	margin-left: 2em;
	margin-bottom: 5px;
}

.vote ul.list04 {
	list-style-type: decimal !important;
	text-indent: -1.5em;
	margin-left: 2em;
	margin-bottom: 5px;
}

.vote ul.list05 {
	text-indent: -0.7em;
	margin-left: 1.7em !important;
	margin-bottom: 5px;
}

.vote ul.list06 {
	text-indent: -0.7em;
	margin-left: 1em !important;
	margin-bottom: 5px;
}



/*-- 男女色指定 --*/
.vote .male { color: #0077ff; }
.vote .female { color: #ff3366; }

#container .tableStyle tr.bgBlue {
	background-color:#eeeeff;
}
#container .tableStyle tr.bgRed {
	background-color:#ffeeee;
}

/*-- メモリアルBOOK --*/

.vote .scrollBox{
	overflow:auto;
	height:180px;
	width:637px;
	padding:20px;
	border:1px solid #999;
	text-align:left;
	margin: 0 auto;
	line-height: 1.3;
}

.vote .scrollBox p {
	margin-bottom: 10px;
	line-height: 1.3;
}

.vote .episodeTable {
	border-right: #B5A54D 1px solid;
	border-bottom: #B5A54D 1px solid;
	margin-bottom: 20px;
}

.vote .episodeTable tr td {
	border-top: #B5A54D 1px solid;
	border-left: #B5A54D 1px solid;
	padding:3px 10px;
}

.vote .episodeTable tr.even td {
	background:#f9f4e0;
}

.vote .episodeTable tr th {
	font-weight:bold;
	text-align:left;
	background:#B5A54D;
	border-top: #B5A54D 1px solid;
	border-left: #B5A54D 1px solid;
	color: #fff;
	padding:3px 10px;
}

.vote .episodeTable tr th.formId {
	width: 100px;
	border-right: #f9f4e0 1px solid;
}


.vote dl.question dt {
	background-image: url(../img/lower/vote/iconQuestion.gif);
	background-position: left 13px;
	background-repeat: no-repeat;
	border-top: 1px dotted #d1c38b;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 13px 0 5px 30px;
}

.vote dl.question dd {
	background-image: url(../img/lower/vote/iconAnswer.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-top: 3px;
}

.vote dl.question dd p.copy {
	border: #ccc 1px solid;
	width: 500px;
	padding: 10px 20px;
	margin-top: 10px;
}

/*-- エンドレスタワー --*/

.vote .scrollList{
	overflow:auto;
	height:350px;
	width:677px;
	padding:0px;
	border:1px solid #999;
}

.vote .npcTable {
	border-right: #B5A54D 1px solid;
	border-bottom: #B5A54D 1px solid;
	margin-bottom: 20px;
	margin-left: 2px;
}

.vote .npcTable tr td {
	border-top: #B5A54D 1px solid;
	border-left: #B5A54D 1px solid;
	padding: 3px 0;
	text-align: center;
	width: 108px;
}

.vote .npcTable tr th {
	font-weight: bold;
	text-align: center;
	background: #B5A54D;
	border-top: #B5A54D 1px solid;
	border-left: #fff 1px solid;
	color: #fff;
	padding: 3px 0;
}

.vote .npcTable tr th.start {
	border-left: #B5A54D 1px solid !important;
}

/*-- スクリーンショット結果 --*/

.vote div.ss_ad  {
	color: #B5A54D;
	text-align:center;
}
.vote div.ss_ad a {
	color: #B5A54D;
	font-weight: bold;
	text-decoration: none; 	
}

.vote .ssLeft{
	float: left;
	width: 220px;
	padding: 0;
	margin-right: 8px;
}

.vote .ssCenter{
	float: left;
	width: 220px;
	padding: 0;
}

.vote .ssRight{
	float: right;
	width: 220px;
	padding: 0;
	margin-left: 8px;
}

.vote img.ss {
	border: #ccc 1px solid;
	padding: 4px;
	float:left;
	margin-right: 10px;
}

.vote .ssTable {
	margin: 1px 0 0;
	border-bottom: #B5A54D 1px dotted;
	width: 447px;
}

.vote .ssTable tr td {
	border-top: #B5A54D 1px dotted;
	padding: 1px 0 1px 5px;
}

.vote .ssTable tr th {
	font-weight: bold;
/*	text-align: center;*/
	vertical-align: top;
	background: #f9f4e0;
	border-top: #B5A54D 1px dotted;
	color: #B5A54D;
	padding: 1px 0 1px 5px;
	font-size:10px;
	width: 70px;
}

.vote .ssTable tr td.comment {
	height:68px;
	vertical-align:top;
}

.vote .btn_right { text-align:right; }