@charset "UTF-8";
/*============================================================
//  florever contest
//==========================================================*/


/* スクロールできる領域 */
#florever-contest {
	width:750px;
	height:400px;
	overflow:auto;
	font-size: 10px;
	color:#666;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}
#florever-contest .bg{
	background: url("/contest/image/200908/webcon_detail_bg.jpg") no-repeat right top scroll;
}
/* コンテスト大見出し */
#title{
	color:#006600;
}

#title h2 {
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}

/* コンテスト本体 */
#contestmain {
	width:720px;
}

#contestmain h2 {
 font-size: 14px;
 color:#603927;
 font-weight: bold;
 line-height: 140%;
 margin:10px 0px 5px 0px;
}

#contestmain h3 {
 color:#603927;
font-size:14px;
font-weight:bold;
text-align: left;
 margin:10px 0px 0 0px;
}

#contestmain h4 {
 color:#603927;
font-size:12px;
font-weight:bold;
text-align: left;
 margin:10px 0px 5px 0px;
}


#contestmain p {
 	line-height: 140%;
	margin:10px 0px 10px 0px;
	font-size:12px;
}

#contestmain p.important {
	font-weight:bold;
}

#contestmain a{
	color : #006600;
	text-decoration: none;
}

#contestmain a:hover{
	color : #603927;
	text-decoration: underline;
}

span{
	font-size:12px;
	font-weight:bold;
	color:#FF3366;
}

/* 応募する、過去の作品ボタン */
.button {
 	width:720px;
	height:19px;
	text-align: left;
}


.button ul.navigation {
	list-style-position:outside;
	list-style-type:none;
}

.button ul.navigation:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.button ul.navigation {
	zoom: 1;
}

.button ul.navigation li {
	float:left;
	margin-right:10px;
} 



/* コンテスト主催／協賛 */
.detail{
	width:710px;
}

.detail:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.detail{
	zoom: 1;
}


.detail .box-left{
	float:left;
	width:500px;
}.

.detail .box-left .support ul {
	width:500px;
	list-style-position:outside;
	list-style-type:none;
}

.detail .box-left .support ul:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.detail .box-left .support ul {
	zoom: 1;
}


.detail .box-left .support ul li.logo {
	float:left;
	margin-right:30px;
	text-align:center;
	line-height:160%;
} 

.detail .box-right{
	float:right;
	width:133px;
}


/* お問い合せ */

.info{
	width:600px;
	background-color: #DBE1DE; 
	line-height:160%;
	padding: 10px;
	margin-bottom:10px;
}



/* 区切り線 */

.line{
	clear:both;
	border-top:1px dotted #CCCCCC;
	margin:10px 0pt;
}


