@charset "utf-8";

/*---------------------------------------
 movie_popup
=======================================*/
/* メイン
---------------------------------------*/
/*==================
背景
====================*/
body{
	/*width: 965px;*/
	width: 1000px;
	/*background: url(/imgs/movie_popup/bg_popup.png) repeat-y center center;*/
	background: none!important;
	/*background: #C00!important;*/
	margin: 0 auto;
}

.wrapper{
	/*width: 965px;*/
	text-align: center;
	margin: 0 auto;
}

.sns-area{
	display: block;
	width: 387px;
	/*max-width: 655px;*/
	/*padding-top: 10px;*/
	position: relative;
	left: 50%;
	top: 25px;
	margin-left: -203px;
}

.sns-area .sns-btn{
	display: block;
	/*max-width: 33%;*/
	margin-right: 10px;
}

.sns-area .sns-btn a.btn-twitter{
	background: url(/imgs/movie_popup/btn-twitter.png) no-repeat left top;
}

/*==================
説明部分
====================*/
.desc-area{
	display: block;
	/*width: 326px;*/
	/*width: 350px;*/
	/*width: 335px;*/
	width: 325px;
	color: #fff;
	text-align: left;
}

.desc-area .movie-tit{
	display: block;
	width: 240px;
	/*height: 58px;*/
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background: url(/imgs/movie_popup/bg_movie-tit.png) no-repeat left center;
	padding: 10px 0 0 85px;
	margin-bottom: 7px;
	position: relative;
}
/*
.desc-area .movie-tit span.movie-tit-icon{
	position: absolute;
	top: -17px;
	left: -13px;
	z-index: 999999;
}
*/

.desc-area .movie-tit p{
	display: block;
	color: #fff;
	font-size: 15px;
}

.desc-area .movie-tit p.tit-cp{
	font-size: 15px;
}

.desc-area .movie-tit p.tit-nm{
	font-weight: bold;
	font-size: 27px;
	line-height: 25px;
}

.desc-area .movie-tit .tit-pt{
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
}

.desc-area .movie-desc{
	display: block;
	/*width: 326px;*/
	/*width: 350px;*/
	/*width: 335px;*/
	width: 325px;
	padding-top: 11px;
}

.desc-area .movie-desc p{
	display: block;
	/*width: 326px;*/
	/*width: 350px;*/
	/*width: 335px;*/
	width: 325px;
	color: #fff;
	/*font-size: 12px;*/
	font-size: 11px;
	margin-bottom: 7px;
	/*line-height: 17px;*/
	line-height: 14px;
}


