@charset "UTF-8";
/* CSS Document */

.inner {
	margin:30px;
}
.inner h2 {
	margin-bottom:20px;
}
.inner h2 span{
	font-size:0.8em;
}
.inner h3 {
	margin-bottom:8px;
}
.mb_20{
	margin-bottom:20px;
}
.mb_20 img{
	margin-right:20px;
}
.red{
	color:#CC0000;
}
li{
	list-style:none;
}

#movies{
	width:604px;
}

#movies .ttl{
	clear:right;
	font-weight:bolder;
	padding-bottom:5px;
}
#movies .img{
	display:inline;
	width:274px;
	float:right;
	margin-right:10px;
	padding-bottom:20px;
}
#movies .movie{
	display:inline;
	width:320px;
	float:right;
}
#movies .movie a{
	display:block;
	height:180px;
	background:url(../images/btn.png) no-repeat;
}
#movies .movie a:hover{
	background-position:0 -180px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}