@charset "utf-8";
/* CSS Document */

.user_movie_list{
width:550px;
margin:auto;
}
.user_movie_list th{
white-space:nowrap;
padding:3px;
border-left:solid 1px gray;
border-bottom:solid 1px gray;
}
.user_movie_list td{
padding:3px;
width:270px;
border-left:dotted 1px gray;
border-bottom:solid 1px gray;
border-right:solid 1px gray;
}
.user_movie_list_title{
text-decoration:none;
color:#990000;
}
.movie_list_thumbs{
width:180px;
text-align:center;
vertical-align:top;
background:black;
}
.flaver{
text-align:center;
}
.flaver object, .flaver embed{
margin:auto;
margin-bottom:5px;
}
.user_movie_detail{
margin:auto;
width:532px;
border-top:solid 1px gray;
margin-bottom:5px;
}
.user_movie_detail th{
white-space:nowrap;
width:100px;
padding:3px;
border-left:solid 1px gray;
border-bottom:solid 1px gray;
}
.user_movie_detail td{
padding:3px;
border-left:dotted 1px gray;
border-bottom:solid 1px gray;
border-right:solid 1px gray;
}
.movie_text{
text-align:left;
margin:5px 10px;
}
#search_box{
text-align:center;
}
#search_box th, #search_box input{
vertical-align:middle;
}
#search_box input{
margin-right:5px;
}
.movie_search_small{
width:100px;
}
.movie_search{
width:300px;
}
#edit_movie_title{
width:450px;
vertical-align:middle;
}
.edit_movie_contents_input{
width:400px;
vertical-align:middle;
}
.edit_movie_textdata{
margin:auto;
width:532px;
height:200px;
}
