@charset "utf-8";
.MovieArea {
	height: auto;
	width: 1030px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	left: 199px;
	top: 185px;
	overflow: hidden;
	padding: 0px;
	/* [disabled]background-color: #FFF; */
}
#favorite_Navi {
	padding-bottom: 7px;
	overflow: hidden;
	margin-top: 15px;
	background-color: #f9f7f7;
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-left: 5px;
}
#favorite_Navi a {
	text-decoration: none;
}

#favorite_Navi ul {
	list-style-type: none;
	width: auto;
}


#favorite_Navi ul li {
	/* [disabled]list-style-type: none; */
	float: left;
	margin-right: 10px;
	width: auto;
	text-align: center;
	position: relative;
	display: block;
	font-weight: bold;
	height: 18px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#favorite_Navi ul li img {
	position: absolute;
	left: 4px;
	margin-right: 3px;
}
#LeftContents {
	float: left;
	width: 740px;
	overflow: hidden;
}

.upper {
	background-color: #FF0;
	height: 30px;
	width: auto;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.subWrap {
	height: auto;
	overflow: hidden;
}
div#infoArea {
	overflow: hidden;
}
.movWrap h2{
	text-align: left;
	float: left;
	background-color: #F0F0F0;
}

img.link{
	margin-bottom: 10px;

}
.mainDescWrap {
	margin-bottom: 5px;
	clear: left;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f9f7f7;
	border: 1px solid #CCC;
}
.mainDescLeft p.mainMovTitle {
	font-size: 16px;
	font-weight: bolder;
}

.mainDescLeft {
	float: left;
	width: 79%;
}
.mainDescRight {
	float: right;
	text-align: center;
	font-weight: bold;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	color: #FFF;
	background-color: #333;
	width: auto;
}

.mainDescRight p.viewCount {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-shadow: 1px 1px 0px #000;
}


.mainDescLeft img {
	float: left;
	height: 60px;
	width: 80px;
	margin-right: 10px;
}

.mainDescLeft p.small {
	font-size: 9px;
	color: #000;
}
a.movieCateg{
	float: none;
	width: 80px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	height: 20px;
}

a.movieCateg.categ01{background-color:#CC3333}a:hover.movieCateg.categ01{background-color:#cc0000}
a.movieCateg.categ02{background-color:#cc3366}a:hover.movieCateg.categ02{background-color:#cc0066}
a.movieCateg.categ03{background-color:#cc3399}a:hover.movieCateg.categ03{background-color:#cc0099}
a.movieCateg.categ04{background-color:#cc33cc}a:hover.movieCateg.categ04{background-color:#cc00cc}
a.movieCateg.categ05{background-color:#9933cc}a:hover.movieCateg.categ05{background-color:#9900cc}
a.movieCateg.categ06{background-color:#6633cc}a:hover.movieCateg.categ06{background-color:#6600cc}
a.movieCateg.categ07{background-color:#3333cc}a:hover.movieCateg.categ07{background-color:#0000cc}
a.movieCateg.categ08{background-color:#3366cc}a:hover.movieCateg.categ08{background-color:#0066cc}
a.movieCateg.categ09{background-color:#3399cc}a:hover.movieCateg.categ09{background-color:#0099cc}
a.movieCateg.categ10{background-color:#33cccc}a:hover.movieCateg.categ10{background-color:#00cccc}
a.movieCateg.categ11{background-color:#33cc99}a:hover.movieCateg.categ11{background-color:#00cc99}
a.movieCateg.categ12{background-color:#33cc66}a:hover.movieCateg.categ12{background-color:#00cc33}
a.movieCateg.categ13{background-color:#33cc33}a:hover.movieCateg.categ13{background-color:#00cc00}
a.movieCateg.categ14{background-color:#66cc33}a:hover.movieCateg.categ14{background-color:#66cc00}
a.movieCateg.categ15{background-color:#99cc33}a:hover.movieCateg.categ15{background-color:#99cc00}
a.movieCateg.categ16{background-color:#cccc33}a:hover.movieCateg.categ16{background-color:#cccc00}
a.movieCateg.categ17{background-color:#cc9933}a:hover.movieCateg.categ17{background-color:#cc9900}
a.movieCateg.categ18{background-color:#cc6633}a:hover.movieCateg.categ18{background-color:#cc6600}




.screen {
	height: 424px;
	width: 540px;
	float: left;
	background-color: #000;
	margin-bottom: 15px;
}



.screen_side {
	float: right;
	width: 190px;
	overflow: hidden;
}
.Ratebox {
	background-color: #0F3;
	height: auto;
	width: 180px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background-color: #FFF;   /* 背景色 */
	/* [disabled]position: relative; */
	margin-bottom: 10px;
	padding: 5px;
}

.Ratebox p.rateBar {
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0;
	margin-bottom: 3px;
}
.rateNumDisplay {
	font-size: 9px;
	color: #000;
	display: block;
	margin-top: 5px;
}

.linkbox {
	background-color: #0F3;
	height: auto;
	width: 170px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background-color: #FFF;   /* 背景色 */
	/* [disabled]position: relative; */
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}
 
.title p{
	font-size: 13px;
	text-align: right;
	background-color: #F0F0F0;
}
.title {
	font-size: 18px;
	font-variant: small-caps;
	padding: 5px;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	
}
.pickup {
	height: auto;
	width: auto;
	/* [disabled]clear: left; */
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
}

.related {
	height: auto;
	width: auto;
	clear: left;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
}

.rankingRightWrap {
	float: right;
	width: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rankingRightWrap a {
	color: #333;
	text-decoration: none;
}

.rankBox {
	margin-bottom: 5px;
	overflow: hidden;
	background-color: #FFF;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.rankBox img {
	float: left;
	margin-right: 5px;
}
.rankBox p.movtitle {
	font-size: 12px;
	font-weight: bold;
}

.rankBox p.times {
	font-size: 9px;
}

.headding09 {
	background: #1d8ade;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 3px solid #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-size: 16px;
	font-weight: bold;
	}
 
.headding09:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #1d8ade transparent transparent  transparent  ;
	border-style:solid;
	border-width:15px;
	}
.headding09:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -41px;
	background: transparent;
	border-color: #fff transparent transparent  transparent;
	border-style: solid;
	border-width: 24px;
	}

.headding_view {
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 3px solid #FFF;
	background-color: #CC3366;
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-weight: bold;
	}
 
.headding_view:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #CC3366 transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
	}
.headding_view:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -41px;
	background: transparent;
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 24px;
	}
	


.headding_view2 {
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 3px solid #FFF;
	background-color: #CCCC33;
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-weight: bold;
	}
 
.headding_view2:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #CCCC33 transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
	}
.headding_view2:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -41px;
	background: transparent;
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 24px;
	}

	
.subPickTitle {
	font-size: 14px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C90;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.subPickTitle2 {
	font-size: 14px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3399CC;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.subPickTitle3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 3;
	overflow: visible;
	background-image: url(../images/ranking.png);
	background-repeat: no-repeat;
	background-position: right;
}
.subPickTitle4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #CF0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 3;
	overflow: visible;
	/* [disabled]background-image: url(../images/ranking.png); */
	background-repeat: no-repeat;
	background-position: right;
}

.subPickTitle3 img {
	margin-right: 10px;
	position: absolute;
	right: 2px;
	z-index: 5;
	display: block;
	bottom: 2px;
}

.en {
	font-size: 100%;
	line-height: 1.5;
	text-align: right;
	margin-top: -2.25em;
	margin-right: 0;
	margin-left: 0;
}	  


.right {

}

.boxPick {
	float: left;
	height: 140px;
	width: 130px;
	outline: 1px solid #ddd;
	margin-bottom: 10px;
	margin-right: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.boxPick p {
	font-size: 11px;
}
.noDisplay {
	display: none;
	visibility: hidden;
}

#rssDisplay {
	margin-bottom: 15px;
	background-color: #FFF;
	padding: 5px;
}

/* ▼ad */
.post_movie {
    margin: 0;
    position: relative;
    z-index: 2;	
}

.movie-in-ad {
    z-index: 2;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 540px;
    height: 230px;
}

.movie-in-ad .fa {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 10;
    font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.movie-in-ad span {
     cursor: pointer; 
}

.ad_movie {

    filter:alpha(opacity=30);
   -moz-opacity:0.3;
   opacity:0.3;
}

/* ▲ad */