@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Francois+One);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);


/********** base ************/
html {font-size:62.5%;}
body{
	background:url(../images/bg.jpg) center top fixed;
	font-size:1.2rem;
}
li {list-style:none;}
.colorRed {color:#ed0a0e;}
.colorBlue {color:#0441b6;}
.Bold {font-weight:bold;}
.Font12 {font-size:1.2rem;}


/* topへ戻る */
footer #pageTop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:800;
    display:none;
    cursor:pointer;
}
footer #pageTop a {display:block;}
footer #pageTop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}


@media screen and (min-width: 641px) {
main{
	background:url(../images/bg_flag.png) center 150% no-repeat fixed, url(../images/bg_texture.png) center 30px no-repeat fixed, linear-gradient(to right, #c30d23 0%, #c30d23 50%, #171c61 50%, #171c61 100%);
	margin-bottom:0;
}
.smOnly {display:none;}
.Font20 {font-size:2rem;}


/* header */
header{
	background:url(../images/main_bg_top.jpg) center top no-repeat;
	background-size:cover;
	width:100%;
	padding:20px 0;
}
header h1{
	margin:0 0 20px;
	text-align:center;
}
header h1 img{
	width:1080px;
	height:400px;
}


/* nav */
#navWrap{
	display:table;
	border-collapse:separate;
	border-spacing:40px 0;
	table-layout:fixed;
	width:1060px;
	margin:30px auto;
}
#navWrap li{
	display:table-cell;
	width:calc(100% / 3);
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
}
#navWrap li a{
	background:transparent;
	display:block;
	padding:10px 0;
	color:#fff;
	line-height:1;
	text-decoration:none;
	border:3px solid #fff;
	transition:0.5s;
}
#navWrap li a:hover{
	color:#b8b9b9;
	border:3px solid #b8b9b9;
	transition:0.3s;
}


/* Hタグ */
h2{
	background:url(../images/tit_line.png) center bottom no-repeat;
	width:784px;
	margin:0 auto 22px;
	font-size:4.2rem;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
}
h3{
	background:#fff;
	width:1050px;
	margin:40px auto 16px;
	padding:8px 14px 6px;
	font-size:1.8rem;
	text-align:center;
	line-height:1;
	border:3px solid #000;
	box-sizing:border-box;
}
h3:first-child {margin-top:0;}


/* Timesへのリンク */
.cornerLink{
	background:rgba(255, 255, 255, 0.6);
	width:1080px;
	margin:0 auto 60px;
	padding:20px 12px 12px;
	box-sizing:border-box;
}
#linkWrap {text-align:center;}
#linkWrap > p{
	position:relative;
	margin-bottom:20px;
	padding-left:259px;
	font-size:3rem;
}
#linkWrap > p img{
	position:absolute;
	top:-7px;
	left:84px;
	width:254px;
	height:36px;
}
#linkWrap ul{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}
#linkWrap li{
	float:left;
	width:calc(100% / 3 - 34px);
	margin:0 15px;
	font-size:1.8rem;
	text-align:center;
}
#linkWrap li a{
	display:block;
	background:#9e9e9e;
	padding:6px 0;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	border-radius:6px;
}
#linkWrap li a:hover {background:#fff;}
#linkWrap li span{
	position:relative;
	display:block;
	background:#e0dedf;
	padding:6px 0;
	color:#9e9e9e;
	border:1px solid #000;
	border-radius:6px;
}
#linkWrap li span::after{
	font-family:"Francois One", sans-serif;
	content:"COMING SOON";
	position:absolute;
	top:7px;
	left:41px;
	font-size:1.6rem;
	color:#fd9335;
	text-shadow:0 0 2px #ccc;
	transform:rotate(-10deg);
}


/* 途中結果 */
#result{
	position:relative;
	background:#f3ef38;
	width:1120px;
	margin:0 auto 50px;
	padding:0 20px 30px;
	border:10px double #000;
	box-sizing:border-box;
}
#resultWrap{
	overflow:hidden;
	width:800px;
	margin:0 auto 30px;
	font-size:6rem;
	font-weight:bold;
}
#resultWrap li{
	float:left;
	width:calc(100% / 2);
	text-align:center;
	box-sizing:border-box;
}
#resultWrap li:first-child{
	position:relative;
	background:url(../images/red_result.png) left top no-repeat;
	color:#c30d23;
}
#resultWrap li:first-child::before{
	content:url(../images/victory.png);
	position:absolute;
	top:27px;
	left:6px;
	width:145px;
	height:60px;
	transform:rotate(-35deg);
}
#resultWrap li:last-child{
	background:url(../images/white_result.png) left top no-repeat;
	color:#171c61;
}
#resultWrap li > span {font-size:3.4rem;}
#result #resultWrap + span{
	position:absolute;
	top:116px;
	right:0;
	font-size:2.2rem;
	font-weight:bold;
}
#resultBox{
	overflow:hidden;
	background:#fff;
	width:1000px;
	margin:0 auto;
	padding:20px 30px;
	box-sizing:border-box;
}
#resultBox #resultLeft{
	position:relative;
	float:left;
	width:480px;
	padding-top:12px;
}
#resultBox #resultLeft img{
	width:100%;
	vertical-align:bottom;
}
#resultBox #resultRight{
	float:right;
	width:410px;
}
#resultBox #resultLeft p, #resultBox #resultRight p{
	background:#000;
	padding:4px 0;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#resultBox #resultRight li {position:relative;}
#resultBox #resultRight li:first-of-type {margin-bottom:22px;}
#resultBox #resultRight img{
	width:410px;
	vertical-align:bottom;
}

#resultBox #resultLeft .resultMark::before{
	content:url(../images/gold.png);
	position:absolute;
	top:-6px;
	left:-27px;
	transform:rotate(-11deg);
}
#resultBox #resultRight li:first-child .resultMark::before{
	content:url(../images/silver.png);
	position:absolute;
	bottom:-2px;
	left:-28px;
	transform:rotate(-11deg);
}
#resultBox #resultRight li:last-child .resultMark::before{
	content:url(../images/bronze.png);
	position:absolute;
	bottom:-2px;
	left:-28px;
	transform:rotate(-11deg);
}



/* 概要 */
.fairBox, #photo{
	overflow:hidden;
	background:rgba(255, 255, 255, 0.65);
	width:1080px;
	margin:0 auto 80px;
	padding:20px;
	font-size:1.4rem;
}
.fairBox dl{
	overflow:hidden;
	width:100%;
	margin-bottom:1em;
}
.fairBox dt{
	background:#000;
	float:left;
	width:4em;
	margin:0 0 8px;
	padding:6px 1em;
	font-size:1.4rem;
	color:#fff;
	border:2px solid #000;
}
.fairBox dd{
	float:left;
	width:calc(50% - 7.6em);
	margin:0 0 8px ;
	padding:6px 0 6px 1em;
	border:2px solid #000;
}
.fairBox #detail2 dt {width:6em;}
.fairBox #detail2 dd {width:calc(50% - 10.1em);}

.fairBox .detailTxt > p:first-of-type {margin-bottom:0;}
.fairBox .detailTxt > p:first-of-type::before{
	content:"■";
	font-size:1.6rem;
}
.fairBox .detailTxt li {margin-bottom:3px;}
.fairBox #detail table{
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
	font-size:1.2rem;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.fairBox #detail tr {border:1px solid #000;}
.fairBox #detail th{
	background:#000;
	width:calc(100% / 7 - 10px);
	margin-right:10px;
	padding:3px 0 3px 3px;
	color:#fff;
	text-align:left;
}
.fairBox #detail td{
	width:calc(100% / 7 - 10px);
	margin-right:10px;
	padding:3px 0 3px 3px;
	border-right:1px solid #000;
}
.fairBox #detail td:nth-of-type(2) {border-right:none;}
.fairBox #detail td li{
	padding-bottom:6px;
	color:#171c61;
}
/*.fairBox #detail td li::before{
	content:"■";
	color:#fff;
}*/
.fairBox #detail td li.red, .fairBox #detail td li.red::before {color:#ed0a0e;}
.fairBox #detail td li.redBG, .fairBox #detail td li.whiteBG{
	background:#ed0a0e;
	display:inline-block;
	margin-bottom:4px;
	padding-top:6px;
	color:#fff;
	line-height:6px;
	list-style:none;
}
.fairBox #detail td li.whiteBG{
	background:#fff;
	color:#171c61;
}
/*.fairBox #detail td li.redBG::before, .fairBox #detail td li.whiteBG::before {content:"";}*/

#photo {margin-bottom:0;}
.fairBox:last-child {margin-bottom:0;}
#detail p{
	margin-bottom:1em;
	font-size:1.6rem;
	line-height:1.6;
}
#detail p.attention {font-size:1.5rem;}
#detail ul.attention{
	margin:0 0 6px 1em;
	text-indent:-1em;
	line-height:1.4;
}
#detail2 p {margin-bottom:10px;}
#detail2 li{
	margin:0 0 9px 1em;
	text-indent:-1em;
	line-height:1.2;
}
#detail .detailLine{
	margin:20px 0;
	text-align:center;
}
.fairBox #ouboDl dt {width:8em}
.fairBox #ouboDl dd {width:calc(50% - 11.6em);}
.hukkokuList {overflow:hidden;}
.hukkokuList li{
	float:left;
	width:calc(100% / 3 - 26px);
	margin:0 10px 6px !important;
	font-size:1.6rem;
}


/* 投票 */
#region{
	overflow:hidden;
	width:1060px;
	margin:30px auto 20px;
	padding-left:8px;
}
#region li{
	float:left;
	width:calc(100% / 6 - 10px);
	margin:0 10px 10px 0;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
#region li:last-child {margin-right:0;}
#region li a{
	background:transparent;
	display:block;
	padding:10px 0;
	color:#000;
	line-height:1;
	text-decoration:none;
	border:2px solid #000;
	transition:0.5s;
}
#region li a:hover{
	background:#b8b9b9;
	transition:0.3s;
}

.VotingBox{
	overflow:hidden;
	width:1060px;
	margin:0 auto 20px;
}
.VotingBox li{
	float:left;
	background:#fff;
	width:calc(100% / 4 - 24px);
	/*height:270px;*/
	height:240px;
	margin:0 6px 10px;
	padding:5px;
	border:1px solid #373737;
}
.VotingBox .shopImg{
	height:202px;
	margin-bottom:10px;
	text-align:center;
}
.VotingBox .shopImg img{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-width:100%;
	max-height:200px;
	vertical-align:bottom;
}
.VotingBox .shopName{
	background:#000;
	margin-bottom:6px;
	padding:6px 0;
	font-size:1.5rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1;
}
.VotingBox .shopName span {font-size:1.1rem;}
/*.VotingBox form {display:none;}*/
.VotingBox form > div {text-align:center;}
.VotingBox form > div input{
	width:100%;
	margin:0 auto;
}
.VotingBox form > div input:hover {opacity:0.7;}



}



@media screen and (max-width: 640px) {
.pcOnly {display:none;}
section {box-sizing:border-box;}
main{
	background:url(../images/bg_flag.png) center 150% no-repeat fixed, url(../images/bg_texture.png) center 30px no-repeat fixed, linear-gradient(to right, #c30d23 0%, #c30d23 50%, #171c61 50%, #171c61 100%);
	margin-bottom:0;
}


/* header */
header h1 {margin-bottom:10px;}
header h1 img {width:100%;}


/* contents */
h2{
	background:url(../images/tit_line.png) center bottom no-repeat;
	background-size:100%;
	width:98%;
	margin:0 auto 22px;
	padding-bottom:6px;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
}
h3{
	background:#fff;
	width:100%;
	margin:20px auto 16px;
	padding:8px 14px 6px;
	font-size:1.6rem;
	text-align:center;
	line-height:1;
	border:3px solid #000;
	box-sizing:border-box;
}


/* nav */
#navWrap{
	display:table;
	border-collapse:separate;
	border-spacing:40px 0;
	table-layout:fixed;
	width:98%;
	margin:20px auto;
}
#navWrap li{
	display:table-cell;
	width:calc(100% / 3);
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
}
#navWrap li a{
	background:transparent;
	display:block;
	padding:10px 0;
	color:#fff;
	line-height:1;
	text-decoration:none;
	border:3px solid #fff;
}


/* Timesへのリンク */
.cornerLink{
	background:rgba(255, 255, 255, 0.6);
	width:98%;
	margin:0 auto 30px;
	padding:20px 12px 12px;
	box-sizing:border-box;
}
#linkWrap {}
#linkWrap > p{
	position:relative;
	margin-bottom:20px;
	text-indent:140px;
	font-size:2rem;
	line-height:1.2;
}
#linkWrap > p img{
	position:absolute;
	top:0;
	left:-1px;
	width:40%;
}
#linkWrap ul{
	overflow:hidden;
	width:100%;
	margin:0 auto;
}
#linkWrap li{
	float:left;
	width:96%;
	margin:0 2% 12px;
	font-size:1.6rem;
	text-align:center;
}
#linkWrap li a{
	display:block;
	background:#9e9e9e;
	padding:6px 0;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	border-radius:6px;
}
#linkWrap li a:hover {background:#fff;}
#linkWrap li span{
	position:relative;
	display:block;
	background:#e0dedf;
	padding:6px 0;
	color:#9e9e9e;
	border:1px solid #000;
	border-radius:6px;
}
#linkWrap li span::after{
	font-family:"Francois One", sans-serif;
	content:"COMING SOON";
	position:absolute;
	top:7px;
	left:41px;
	font-size:1.6rem;
	color:#fd9335;
	text-shadow:0 0 2px #ccc;
	transform:rotate(-10deg);
}


/* 途中結果 */
#result{
	position:relative;
	background:#f3ef38;
	width:98%;
	margin:0 auto 20px;
	padding:10px;
	border:10px double #000;
	box-sizing:border-box;
}
#resultWrap{
	overflow:hidden;
	width:100%;
	margin:0 auto;
	font-size:2.4rem;
	font-weight:bold;
}
#resultWrap li{
	float:left;
	width:calc(100% / 2);
	padding-top:10px;
	text-align:center;
	box-sizing:border-box;
}
#resultWrap li:first-child{
	position:relative;
	background:url(../images/red_result.png) left top no-repeat;
	background-size:auto 102%;
	height:90px;
	color:#c30d23;
}
#resultWrap li:first-child::before{
	content:"";
	background:url(../images/victory.png) center top no-repeat;
	background-size:55%;
	position:absolute;
	top:13px;
	left:-29px;
	width:145px;
	height:90px;
	transform:rotate(-35deg);
}
#resultWrap li:last-child{
	background:url(../images/white_result.png) left top no-repeat;
	background-size:auto 102%;
	height:60px;
	color:#171c61;
}
#resultWrap li > span{
	font-size:2rem;
	line-height:1.8;
}
#result #resultWrap + span{
	position:absolute;
	top:116px;
	right:0;
	font-size:2.2rem;
	font-weight:bold;
}
#resultBox{
	overflow:hidden;
	background:#fff;
	width:96%;
	margin:0 auto;
	padding:20px 30px;
	box-sizing:border-box;
}
#resultBox #resultLeft{
	position:relative;
	width:100%;
	margin-bottom:22px;
}
#resultBox #resultLeft img{
	width:100%;
	vertical-align:bottom;
}
#resultBox #resultRight {width:100%;}
#resultBox #resultLeft p, #resultBox #resultRight p{
	background:#000;
	padding:4px 0;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#resultBox #resultRight li {position:relative;}
#resultBox #resultRight li:first-of-type {margin-bottom:22px;}
#resultBox #resultRight img{
	width:100%;
	vertical-align:bottom;
}

#resultBox #resultLeft .resultMark::before{
	content:"";
	background:url(../images/gold.png) center top no-repeat;
	background-size:80%;
	position:absolute;
	bottom:-46px;
	left:-34px;
	width:140px;
	height:140px;
	transform:rotate(-11deg);
}
#resultBox #resultRight li:first-child .resultMark::before{
	content:"";
	background:url(../images/silver.png) center top no-repeat;
	background-size:80%;
	position:absolute;
	bottom:-39px;
	left:-20px;
	width:120px;
	height:120px;
	transform:rotate(-11deg);
}
#resultBox #resultRight li:last-child .resultMark::before{
	content:"";
	background:url(../images/bronze.png) center top no-repeat;
	background-size:80%;
	position:absolute;
	bottom:-39px;
	left:-20px;
	width:120px;
	height:120px;
	transform:rotate(-11deg);
}



/* 概要 */
.fairBox, #photo{
	overflow:hidden;
	background:rgba(255, 255, 255, 0.65);
	width:98%;
	margin:0 auto 20px;
	padding:10px 10px 0;
}
.fairBox dl{
	overflow:hidden;
	width:100%;
	margin-bottom:1em;
	font-size:1.1rem;
}
.fairBox dt{
	background:#000;
	float:left;
	width:15%;
	margin:0 0 8px;
	padding:4px;
	color:#fff;
	border:2px solid #000;
}
.fairBox dd{
	float:left;
	width:78%;
	margin:0 0 8px;
	padding:4px 0 4px 4px;
	border:2px solid #000;
}
.fairBox #detail2 dt {width:25%;}
.fairBox #detail2 dd{
	width:68%;
	letter-spacing:-1px;
}

.fairBox .detailTxt > p:first-of-type {margin-bottom:0;}
.fairBox .detailTxt > p:first-of-type::before{
	content:"■";
	font-size:1.6rem;
}
.fairBox .detailTxt li{
	margin:0 0 6px 1em;
	text-indent:-1em;
}
.fairBox #detail table{
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
	font-size:1.2rem;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border:1px solid #000;

}
.fairBox #detail th{
	background:#000;
	width:calc(100% / 2 - 10px);
	margin-right:10px;
	padding:3px 0 3px 3px;
	color:#fff;
	text-align:left;
}
.fairBox #detail td{
	width:calc(100% / 2);
	padding:3px 0 3px 3px;
	border-right:1px solid #000;
}
.fairBox #detail tr:nth-of-type(2) td:nth-of-type(2) {border-right:none;}
.fairBox #detail td li{
	padding-bottom:6px;
	color:#171c61;
}
/*.fairBox #detail td li::before{
	content:"■";
	color:#fff;
}*/
.fairBox #detail td li.red, .fairBox #detail td li.red::before{
	color:#ed0a0e;
}
.fairBox #detail td li.redBG, .fairBox #detail td li.whiteBG{
	background:#ed0a0e;
	display:inline-block;
	margin-bottom:4px;
	padding-top:6px;
	color:#fff;
	line-height:6px;
	list-style:none;
}
.fairBox #detail td li.whiteBG{
	background:#fff;
	color:#171c61;
}

#photo {margin-bottom:0;}
.fairBox:last-child {margin-bottom:0;}
#detail p{
	margin-bottom:1em;
	font-size:1.3rem;
	line-height:1.6;
}
#detail p.attention {font-size:1.2rem;}
#detail2 p {margin-bottom:10px;}
#detail2 li{
	margin:0 0 7px 1em;
	text-indent:-1em;
	line-height:1.2;
}
#detail .detailLine{
	margin:20px 0;
	text-align:center;
}
#detail .detailLine img {width:100%;}
.fairBox #ouboDl dt {width:30%;}
.fairBox #ouboDl dd{
	width:63%;
	letter-spacing:-1px;
}
#detail ul:last-child {margin-bottom:20px;}


/* 投票 */
#region{
	overflow:hidden;
	width:98%;
	margin:10px auto 0;
	padding-left:8px;
}
#region li{
	float:left;
	width:calc(100% / 3 - 10px);
	margin:0 10px 10px 0;
	font-size:1.3rem;
	font-weight:bold;
	text-align:center;
}
#region li:last-child {margin-right:0;}
#region li a{
	background:transparent;
	display:block;
	padding:10px 0;
	color:#000;
	line-height:1;
	text-decoration:none;
	border:2px solid #000;
}

#Voting section {margin-bottom:0;}
#Voting nav{
	width:100%;
	margin:20px 0 30px;
}
#Voting nav ul{
	overflow:hidden;
	display:block;
	width:100%;
}
#Voting nav li{
	display:block;
	float:left;
	width:calc(100% / 2 - 10px);
	margin:0 5px 10px;
	font-size:1.3rem;
	font-weight:bold;
	text-align:center;
}
#Voting nav li a{
	display:block;
	padding:6px 0;
	color:#fff;
	border:1px solid #373737;
	border-radius:4px;
	text-decoration:none;
}
#Voting nav ul#VotingMiddle li {width:97%;}
#Voting nav ul#VotingMiddle li a {background:url("../images/btn_bg.png") right bottom no-repeat, linear-gradient(to left top, #519a0e 0%, #6eb929 100%);}

.VotingBox{
	overflow:hidden;
	width:100%;
	margin:0 auto 20px;
}
.VotingBox li{
	float:left;
	background:#fff;
	width:calc(100% / 3 - 12px);
	margin:0 3px 10px;
	padding:2px;
	border:1px solid #373737;
}
.VotingBox .shopImg{
	height:138px;
	text-align:center;
}
.VotingBox .shopImg img{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-width:100%;
	max-height:138px;
	vertical-align:bottom;
}
.VotingBox .shopName{
	background:#000;
	margin-bottom:6px;
	padding:4px 0 0;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1;
}
.VotingBox .shopName span {font-size:1.1rem;}
/*.VotingBox form {display:none;}*/
.VotingBox form > div {text-align:center;}
.VotingBox form > div input{
	width:100%;
	margin:0 auto;
}


/* 中間発表 */
#comDate{
	margin-top:2px;
	font-size:1.2rem;
	text-align:right;
}
#middleTop3{
	width:100%;
	margin:10px 0 20px;
}
#middleTop22, #middleTop50 dl{
	overflow:hidden;
	width:100%;
	margin:20px 0;
	padding-left:3px;
}
#middleTop22 {margin-bottom:0;}
#middleTop3 li{
	width:80%;
	margin:0 auto;
	padding:0 1%;
}
#middleTop22 li{
	position:relative;
	float:left;
	width:calc(98% / 4);
	margin-bottom:10px;
	padding:0 2px;
	font-size:1.2rem;
	text-align:center;
	line-height:1;
	box-sizing:border-box;
}
#middleTop22 li:nth-child(4n) {padding-right:0;}
#middleTop3 li img, #middleTop22 li img {width:100%;}
#middleTop22 span{
	position:absolute;
	top:0;
	left:0;
	display:block;;
	background:#f4306d;
	width:30px;
	height:30px;
	padding-top:5px;
	font-size:2rem;
	color:#fff;
	text-align:center;
	border:1px solid #222;
	border-radius:50%;
	box-sizing:border-box;
}
#middleTop50 {font-size:1.2rem;}
#middleTop50 dt{
	float:left;
	background:#6eb929;
	width:9%;
	margin-bottom:4px;
	padding:2px 0;
	color:#fff;
	text-align:center;
}
#middleTop50 dd{
	float:left;
	background:#dffcc4;
	width:41%;
	margin-bottom:4px;
	padding:2px 0;
	text-indent:2px;
}




}