@charset "utf-8";

@import "common.css";

#content #movie {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	width: 640px;
}


#content h3 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 10px 0;
	text-align: center;
}

#content #movie .mv-site {
	display: block;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #333333;
}

#content h3.h3-same {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	text-align: center;
	border-top: 1px solid #333333;
}

#content #movie-other {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 640px;
	text-align: center;
}

#content #movie-other a {
	display: inline;
	margin: 0 ;
	padding: 0 2px;
	color: #2489ce;
}

#content #movie-other a:hover {
	border-bottom: 1px dotted #2489ce;
}

#content #movie-other ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #movie-other li {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

