@charset "UTF-8";
/* /fcroman/award/1112/css/bestgoal.css */



/******************************************************************************
contents
******************************************************************************/
#contents{
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
#contents h1{
	padding-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	}
#contents p.badge{
	position: absolute;
	top: 20px;
	left: 320px;
	}
/*------------------------------*/
/*block-movie*/
/*------------------------------*/
#contents .block-movie{
	position: relative;
	width: 100%;
	height: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
/*------------------------------*/
/*hide-box*/
/*------------------------------*/
#contents .hide-box{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	}
#contents .hide-box li{
	position: relative;
	font-size: 1.4em;
	}
#contents .hide-box h2{
	z-index: 100;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 5em;
	color: #ffcc00;
	}
#contents .hide-box iframe{
	display: inline;
	}
/*bx-wrapper*/
#contents .bx-wrapper{
	margin: 0 auto!important;
	}
/*bxslider*/
#contents .bxslider {
	padding: 30px 0;
	background: #ffcc00;
	position: absolute;
	}
#contents .bxslider li{
	width: 900px!important;
	}
#contents .bx-next {
	position:absolute;
	text-indent: -9999em;
	top:50%;
	right:-40px;
	z-index:999;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/fcroman/cmn/theme/bxSlider/img/gray_next.png) no-repeat 0 -30px;
	}
#contents .bx-prev {
	position:absolute;
	text-indent: -9999em;
	top:50%;
	left:-40px;
	z-index:999;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/fcroman/cmn/theme/bxSlider/img/gray_prev.png) no-repeat 0 -30px;
	}

/******************************************************************************
grid-content
******************************************************************************/
#grid-content{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
.box{
	float: left;
	position: relative;
	padding: 20px;
	width: 250px;
	zoom: 1;
	margin: 0 15px 15px 0;
	background: url(/fcroman/cmn/img/bg_alpha.png);
	}
.bl-hover{
	color: #000!important;
    background-color: #ff0!important;
	}
.bl-hover h3,
.bl-hover a{
	color: #000!important;	
	}
.box h2{
	font-size: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
.box h2 span{
	font-size: 2.2em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-right: 10px;
	}
.box h3{
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #fc0;
	}
.box p{
	font-size: 1.2em;
	line-height: 1.5;
	}
.box p.txt{
	line-height: 1.7;
	margin-bottom: 15px;
	}
.box p.outline{
	color: #999;
	}
.box .ic-ranking{
	position: absolute;
	top: -12px;
	right: -12px;
	}

/******************************************************************************
footer
******************************************************************************/
#footer{
/*	padding-bottom: 130px;*/
	}

/******************************************************************************
bottom
******************************************************************************/
/*#bottom{
	background: #000;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	color: #fff;
	z-index: 100;
	}	
#bottom ul{
	position: absolute;
	top: 22px;
	left: 20px;
	}
#bottom ul li{
	display: inline;
	float: left;
	border-right: solid 1px #666;
	margin-right: 20px;
	padding-right: 20px;
	}
#bottom address{
	position: absolute;
	right: 15px;
	bottom: 18px;
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#bottom p.bestgoal{
	position: absolute;
	left: 15px;
	top: 25px;
	border-right: solid 1px #666;
	padding-right: 15px;
	}
#bottom p.romandord{
	position: absolute;
	right: 15px;
	top: 22px;
	}*/
/*------------------------------*/
/*form*/
/*------------------------------*/
/*#bottom form{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 490px;
	height: 100px;
	}
.aform-content dl{
	float: left;
	padding: 15px;
	color: #fff;
	width: 180px;
	font-size: 1.2em;
	line-height: 1.5;
	}
.aform-content dt{
	font-weight: bold;
	margin-bottom: 5px;
	}
.aform-content dd{
	color: #ccc;
	}
.aform-content .aform-text{
	border: solid 1px #fff;
	padding: 2px;
	width: 180px;
	margin-top: 5px;
	}
.aform-content .submit{
	position: absolute;
	right: 0;
	bottom: 20px;
	}*/