@charset "Shift_JIS";

/* -----------------------------
*	movies
 ----------------------------- */
h3 { margin-top: 15px;}
table { margin-bottom: 15px;}

/* 検索画面 */
.page_num { float: left; margin: 0 0 0 8px;}
.pagenation { margin: 0 0 10px 0; text-align: right;}
#result { margin: 10px 0; padding: 10px 0; border-top: 2px solid #e3e0db; border-bottom: 2px solid #e3e0db;}
#result td { width: 127px; padding: 5px 23px 15px 23px; color: #999; vertical-align: top; font-size: 91%;}
#result td a { font-weight: bold;}
#result .movie { margin-bottom: 5px;}

#search_season a img { border: 10px solid #e3e0db;}
#search_season a:hover img { border: 10px solid #999;}
#map { margin-bottom: 30px; border: 1px solid #aaa;}


/* 詳細画面 */
#movie_area { margin: 20px 0 30px 0; text-align: center;}

#movie_data { margin: 30px 0; padding: 10px; background: #f5f5f5;}
#movie_data dt { float: left; width: 90px;}
#movie_data dd { margin-left: 90px;}
#movie_data dd a { font-weight: bold;}
#movie_data dd .small { letter-spacing: 0;}
#movie_data table { margin-bottom: 10px; border-spacing: 2px;}
#movie_data th { padding: 2px 5px 2px 0; text-align: center; vertical-align: top;}
#movie_data td { padding: 2px; font-size: 91%; vertical-align: top;}
#movie_data .tweet { float: right;}


.addReview{
	float:right;
}

#movie_review { margin-bottom: 30px;}
#movie_review dt { padding: 0 10px 5px 10px; color: #999;}
#movie_review dd { margin-bottom: 10px; padding: 0 10px 10px 10px; background: url(../img/line_dot.gif) repeat-x left bottom;}
#movie_review dt strong { color: #3b3b3b;}

.another_movies td { width: 126px; padding: 0 6px 15px 6px; vertical-align: top; font-size: 91%; font-weight: bold;}
.another_movies .movie { margin-bottom: 5px;}


/* clearfix
----------------------------- */
#movie_data { clear: both; display:inline-block;}
#movie_data:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html #movie_data { height:1px;}
#movie_data { display:block; }
/* End hide from IE-mac */

