@charset "UTF-8";

/*コンテンツ*/
#contentsArea {
	margin: 25px auto 50px;
}


/*メインビジュアル*/
#main {
	height: auto;
	width:100%;
	margin: 0 auto;
}

#mainImg {
	
	padding-top: 80px;
	position:relative;
}

#mainTtl {
	width: 40%;
	max-width: 550px;
	line-height: 0;
	position: absolute;
	bottom: 7%;
	right: 17%;
}

#mainImg img,#mainTtl img {
	width: 100%;
	height: auto;
}


/*リンクボックス*/
.box {
	width: 100%;
	height: auto;
	border: 1px #cccccc solid;
	background: url('../images/boxBg.png') repeat-x center top;
	background-color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	float: left;
}

.leftBox {
	margin-right: 20px;
}

.box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.box p {
	padding-top: 15px;
	line-height: 0;
	margin-bottom: 8px;
}

.box h2 {
	margin-left: 10px;
	line-height: 0;
	margin-top: 10px;
}


/*新着情報*/
#news {
	margin-top: 15px;
}

#newsTtl {
	width: 100%;
	height: 33px;
	background: url('../images/titleBg.png') no-repeat center bottom;
	clear: both;
}


#news h2 {
	width:90%;
	max-width: 190px;
	margin-left: 15px;
	line-height: 0;
	float: left;
}

#newsTtl p {
	width: 85px;
	line-height: 0;
	float: right;
}
#news {
	margin-top: 15px;
}
#news ul li {
	width:100%;
	padding: 20px 0 18px;
	border-top: 1px #cccccc dotted;
}


#feedblog ul li{
}

.tag {
	display: block;
	width: 60px;
	margin-right: 10px;
	padding-top: 4px;
	line-height: 0;
	float: left;
}

.day {
	color: #333333;
	font-size: 90%;
	line-height: 180%;
	display: block;
	width: 85px;
	margin-right: 10px;
	float: left;
	height:40px;
	
}

.linkTtl {
	display: block;
	
	float: left;
}

.linkTtl a {
	color: #333;
	font-size: 110%;
	line-height: 180%;
	text-decoration: underline;	
}
.maker {
	margin-top:8px;
	display: block;
	margin-right: 8px;
	float: left;
}
.movie {
	margin-top:15px;
	display: block;
	margin-right: 8px;
	float: left;
}
.makersp {
	margin-top:5px;
	display: block;
	margin-right: 5px;
	width:45%;
	float:left;
}
.movieunder {
	margin-top:8px;
	display: block;
	width: 215px;
	margin-right: 8px;
	float: left;
	color: #333333;
	font-size: 90%;
	line-height: 180%;
}
