@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#vote .linkUl {
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
	background: url(../img/index/bg.jpg) repeat-x left bottom;
	background-size: 2px 100%;	
}

#vote .linkUl li {
	float: left;
	width: 33.3%;
}

#vote .linkUl li img {
	width: 100%;
}

#vote .linkUl li:first-child {
	width: 33.4%;
}

#vote h2 {
	margin: 0 5px 3px;
}

#vote .postsUl .posts .photo img,
#vote .title img,
#vote .prefecturesBox img,
#vote .text02 img,
#vote h3 img,
#vote .pageTop img,
#vote .photoList li img,
#vote .text img,
#vote h2 img {
	width: 100%;
}

#vote .text {
	margin: 0 25px 16px;
}

#vote .photoList {
	margin: 0 5px;
}

#vote .photoList li {
	margin-bottom: 8px;
	padding: 3px;
	position: relative;
	background: url(../img/index/bg01.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList li .subBox {
	padding: 27px 7px 3px 3px;
	background-color: #fff;
}

#vote .photoList li:first-child .subBox {
	background: url(../img/index/bg01a.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList li .inner {
	display: table;
	width: 100%;
}

#vote .photoList li .inner .photoBox {
	width: 22%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#vote .photoList li:first-child .inner .photoBox {
	width: 38%;
}

#vote .photoList li .inner dl {
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#vote .photoList li .inner dt {
	margin-bottom: 4px;
	padding: 0 0 2px 3px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	border-bottom: 1px dotted #AAA;
}

#vote .photoList li:first-child .inner dt {
	font-size: 18px;
}

#vote .photoList li .inner dd {
	margin-left: 4px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

#vote .photoList li .num {
	position: absolute;
	top: -4px;
	left: 5px;
	width: 35px;
}

#vote .photoList li a {
	position: absolute;
	top: 11%;
	right: 11px;
	width: 60px;
}

#vote .photoList li:first-child a {
	top: 6%;
}

#vote .photoList .liStyle01 {
	background: url(../img/index/bg01.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList .liStyle02 {
	background: url(../img/index/bg02.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList .liStyle03 {
	background: url(../img/index/bg03.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList .liStyle04 {
	background: url(../img/index/bg04.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .photoList .liStyle05 {
	background: url(../img/index/bg05.jpg) repeat left top;
	background-size: 3px 3px;
}

#vote .pageTop {
	margin: 0 auto 8px;
	width: 31%;
}

#vote h3 {
	margin: 0 10px 12px;
}

#vote .text02 {
	margin: 0 27px 13px;
}

#vote .prefecturesBox {
	margin-bottom: 5px;
}

#vote .prefecturesBox p a {
	display: block;
}

#vote .prefecturesBox ul {
	display: none;
}

#vote .prefecturesBox li {
	font-weight: bold;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #fff;
}

#vote .prefecturesBox li div {
	display: table;
	position: relative;
	width: 100%;
	padding: 4px 0 3px;
	background: -moz-linear-gradient(top,#EFEFEF 0%,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF),to(#fff));
}

#vote .prefecturesBox .liStyle01 {
	border-left: 5px solid #FF7874;
}

#vote .prefecturesBox .liStyle02 {
	border-left: 5px solid #F8D600;
}

#vote .prefecturesBox .liStyle03 {
	border-left: 5px solid #74BAFF;
}

#vote .prefecturesBox .liStyle04 {
	border-left: 5px solid #FFA700;
}

#vote .prefecturesBox .liStyle05 {
	border-left: 5px solid #FF4500;
}

#vote .prefecturesBox li span {
	padding-left: 1%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	width: 70px;
}

#vote .prefecturesBox li dl {
	padding-right: 1%;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#vote .prefecturesBox li dt {
	margin-bottom: 3px;
	padding-bottom: 1px;
	font-size: 14px;
	color: #212121;
	line-height: 1.2;
	border-bottom: 1px dotted #AAA;
}

#vote .prefecturesBox li dd {
	font-size: 12px;
	color: #666666;
	line-height: 1.2;
}

#vote .prefecturesBox li a {
	position: absolute;
	bottom: 4px;
	right: 5px;
	width: 60px;
}

#vote .prefecturesBox li img {
	display: block;
}

#vote .title {
	margin: 0 10px 10px;
}

#vote .iconImg {
	margin-bottom: 13px;
	text-align: center;
}

#vote .postsUl {
	width: 100%;
	margin: 0 auto auto 3px;
}

#vote .postsUl .posts {
	margin-bottom: 5px;
	padding: 6px 6px 4px;
	float: left !important;
	width: 43%;
	background-color: #FFB6DB;
	border-radius: 2px;
	word-wrap: break-word;
}

#vote .postsUl .posts .ttlDl {
	margin-bottom: 6px;
	display: table;
}

#vote .postsUl .posts .ttlDl dt {
	display: table-cell;
	vertical-align: middle;
}

#vote .postsUl .posts .ttlDl dd {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
}

#vote .postsUl .posts .ttlDl dd a {
	text-decoration: underline;
	word-wrap: break-word;
}

#vote .postsUl .posts .photo {
	margin-bottom: 3px;
	position: relative;
}

#vote .postsUl .posts .photo span {
	position: absolute;
	bottom: 5px;
	right: 7px;
	width: 17px;
}

#vote .postsUl .posts ul {
	margin-top: 13px;
	background-color: #fff;
	border-radius: 1px;
	background-color: #fff;
}

#vote .postsUl .posts ul li {
	width: 33.3%;
	float: left !important;
}

#vote .postsUl .posts ul li a {
	display: block;
	padding: 5px 1%;
	text-align: center;
}

#vote .postsUl .posts ul li a img {
	margin: 0 auto;
	width: 10px;
	display: block;
}

#vote .postsUl .posts02 {
	background-color: #B4D8FF;
}

#vote .postsUl .posts03 {
	background-color: #FF90CF;
}

#vote .postsUl .posts04 {
	background-color: #9996FF;
}

#vote .postsUl .posts05 {
	background-color: #8BFFFF;
}

#vote .postsUl .posts06 {
	background-color: #97CBFF;
}

#vote .postsUl .posts07 {
	background-color: #B7B3FF;
}
#vote .btmLink {
	margin: 0 auto 8px;
	width: 130px;
}

#vote .btmLink a {
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #ccc;
	text-align: center;
	border: 1px solid #D8D8D8;
	border-radius: 30px;
}


