@charset "utf-8";

#main {
    float: none;
    width: 100%;
}

#contentsWrapper{
	background-color:#fff;
}

#fanfunWrapper{
	line-height: 0;
	font-size: 14px;
	background-color:#fff;
}

#fanfunHeader{
	position: relative;
	margin-bottom: 50px;
}


#fanfunHeader .intro{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 10px;
}

#fanFunContents{
	width: 940px;
	margin: 0 auto;
}


.contentsItemWrap {
    width: 940px;
    margin: 0 auto 48px;
}


.contentsItem{
	width: 730px;
	float: right;
}

.contentsItemWrap:nth-child(2n) .contentsItem{
	float: left;
}

.thumbPart{
	float: left;
	width: 210px;
}

.contentsItemWrap:nth-child(2n) .thumbPart{
	float: right;
}


.itemTtl {
    background-color: #c8e006;
    color: #212121;
    font-weight: bold;
    padding: 0 4%;
    display: table;
    margin-bottom: 10px;
    height: 80px;
    width: 92%;
    font-size: 20px;
    line-height: 1.2;
}

.contentsItemWrap:nth-child(2n) .itemTtl{
	text-align: right;
}

.itemTtl span {
    display: table-cell;
    vertical-align: middle;
}

.castNm{
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

.contentsItemWrap:nth-child(2n) .castNm{
	margin: 0 0 15px;
	padding: 0 20px 0;
	text-align: right;
}

.itemData{
	width: 710px;
	padding:0 0 0 20px;
}

.contentsItemWrap:nth-child(2n) .itemData{
	padding:0 20px 0 0;
}


.itemDataInner{
	width: 670px;
	height: 206px;
	padding: 38px 20px 0;
}


.itemData .subTtl{
	display: none;
}

.innerIntro{
	background: url('../img/box_intro.jpg') no-repeat left top;
	float: left;
}

.innerComment{
	background: url('../img/box_comment.jpg') no-repeat left top;
	float: right;
}

.thumb{
	display: block;
	margin-bottom: 10px;
}

.contentsfooter{
	position: relative;
}

.btnDvd {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 40px;
    width: 100%;
}