@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ page_about.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/



/* ================================================

	aboutArea

=================================================*/

/* aboutArea -------------*/
#contentsArea .section h3.movieTitle { background-image:none; padding:0; border:none;}

.section { width:810px; overflow:hidden;}

#movieArea { width:840px; overflow:hidden;}
.movieList { width:390px; float:left; margin-right:30px; overflow:hidden; padding-bottom:20px; border-bottom:1px solid #ccc; margin-bottom:20px;}
.movieImg { width:195px; float:left; margin-bottom:20px;}
.movieTxt { width:190px; float:right;}
.movieTxt h4,
.movieTxt p { margin-bottom:20px;}
.movieBtn { width:400px; overflow:hidden;}
.movieBtn li { float:left; margin-right:10px;}


/* clearfix */
.movieArea:after,
.movieList:after,
.movieBtn:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.movieArea,
.movieList,
.movieBtn {
	display:inline-table; min-height:1%;
}
/* Hides from IE-mac */
* html .movieArea,
* html .movieList,
* html .movieBtn {
	height: 1%;
}
.movieArea,
.movieList,
.movieBtn {
	display: block;
}
/* End hide from IE-mac */
