@charset "utf-8";

/* ----------------------------------------
	request_list.htm
---------------------------------------- */

h1{
	margin: 30px 0;
}

h3{
	width: 95%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto 10px;
	line-height: 1.3;
}

.request_btn_area{
	width: 95%;
	margin: 30px auto 75px;
	text-align: center;
}
.request_btn_area span.request_btn{
	cursor: pointer;
	width: 300px;
	background-color: rgb(217, 39, 39);
	font-size: 26px;
	text-align: center;
	border:3px solid #000;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
}

hr.request_list_dot{
	border-top: 3px dotted #000;
	width: 95%;
	margin: 0 auto 60px;
}

.request_list{
	border:3px solid #000;
	margin: 0 auto 30px;
	width: 95%;
}
.request_list > span.title{
	width: 175px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	border-bottom:3px solid #000;
	border-right:3px solid #000;
	display: inline-block;
}
.request_list > span.movie_title{
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
}
.request_list >.color0{
	background-color: rgb(0, 156, 255);
}
.request_list >.color1{
	background-color: rgb(249, 213, 67);
}
.request_list >.color2{
	background-color: rgb(89, 180, 40);
}
.request_list >.color3{
	background-color: rgb(217, 39, 39);
}

ul.request_view{
	margin: 0 auto 10px;
	max-width: 660px;
	width: 100%;
}
ul.request_view li{
	float: left;
	height: 225px;
}
ul.request_view li.user_img{
	font-size: 22px;
	padding-top: 75px;
	text-align: center;
	width: 100px;
}
ul.request_view li.user_img img{
	width: 95px;
	margin-bottom: 15px;
}
ul.request_view li.arrow_img{
	margin: 0 30px;
	padding-top: 95px;
}
ul.request_view li.movie_img{
	height: 210px;
	overflow: hidden;
}
ul.request_view li.movie_img img{
	width: 150px;
}
.request_list >div{
	border-top: 3px solid #000;
	height: 78px;
}

ul.vote_list{
	float: left;
	max-width: 460px;
	height: 78px;
	width: 100%;
}
ul.vote_list li{
	float: left;
	width: 35px;
	margin: 18px 0 0 11px;
	height: 60px;
}
ul.vote_list li p{
	width: 35px;
	height: 35px;
	overflow: hidden;
}
ul.vote_list li img{
	width: 100%;
}
.request_list >div > span{
	font-size: 22px;
	height: 78px;
	padding: 28px 15px 0 0;
	float: right;
}
.request_list >div > a{
	float: right;
	margin: 15px 11px 0 0;
	padding: 16px 16px 0 0;
	width: 131px;
	height: 46px;
	border: 3px solid #000;
	background-color: #f9d543;
	text-align: center;
	padding-top: 5px;
}

@media screen and (max-width: 479px) {
	ul.request_view li.user_img,
	ul.request_view li.arrow_img{
		width: 40%;
		text-align: center;
		height: 150px;
	}
	ul.request_view li.user_img{
		padding-top: 0px;
	}
	ul.request_view li.arrow_img{
		padding-top: 20px;
	}
	ul.request_view li.movie_img{
		width: 100%;
		text-align: center;
	}
	.request_list >div{
		height: 156px;
	}
}

@media screen and (max-width: 1214px) {
}

@media screen and (max-width: 600px) {

}
