@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/bg_index.jpg);
	text-align: justify;
	text-justify: inter-ideograph;
}
/*リンク関連*/
a {
	color: #CC3300; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
a:visited {
	color: #CC0000;/*リンクの色*/
}
a:hover {
	color: #FF3366; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
#wrap_bg {
	margin: auto;
	height: auto;
	width: 980px;
	background-image: url(../images/wrap_bg.png);
	background-repeat: repeat-y;
}
#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#wrap::after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
#content {
	width: 960px;
	height: 780px;
	background-image: url(../images/main.png?2024);
	background-repeat: no-repeat;
}
.left {
	float: left;
	height: 780px;
}
.right {
	float: right;
	width: 312px;
	height: 220px;
	margin-right: 30px;
	margin-top: 560px;
}
.list {
	width: 270px;
	height: 500px;
	padding-top: 40px;
	padding-left: 40px;
}
.list_box {
	padding-top: 80px;
	padding-left: 25px;
}
.list table {
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
}
.time {
	padding-right: 20px;
}
.list td {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px #ccc dotted;
}
.link_box {
	width: 276px;
	padding-top: 30px;
	padding-left: 38px;
}
.btm {
	margin-bottom: 4px;
}
/* #foot {
	height: auto;
	width: 960px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8px;
	color: #FFF;
	background-color: #805d33;
	padding: 15px 0;
} */
/*アコーディオン*/
.best_box {
	z-index:1;
	position: relative;
	background-color: #fff;
}
.bestlist {
	height: auto;
	overflow: auto;
}
.best_box ul {
	padding: 10px 10px 0 10px;
	list-style-type: none;
}
.best_box li {
	padding: 5px;
	font-size: 14px;
}
.best_text {
	font-size: 12px;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}
.theme {
	width: 290px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #2ca9e1;
	margin: 10px 0 0 0;
}
.title {
	width: 288px;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #2ca9e1;
	text-align: center;
	margin-bottom: 20px;
}
.vote {
	font-size: 14px;
	color: #555;
	margin: 20px 0;
	line-height: 26px;
	padding:0 5px 0 5px;
}
.mail {
	margin-top: 10px;
}
.button {
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	background: #bfa46f;
	width: 280px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #fff;
	cursor: pointer;
}
.close {
	background: #666;
}
