@charset "utf-8";
/* CSS Document */




div .movie_idx {
	border:1px solid #e3e3e3; 
	background-color:#f3f3f3; 
	padding:15px; 
	width:608px; 
	text-align:left; 
	line-height:1.8em; 
	margin:15px auto 0;
}

div .movie_idx ul {
	margin:0; 
	padding:10px 0 10px 30px;
}

div .movie_lnk {
	margin-top:10px; 
	padding:10px; 
	border:dotted 2px #999;
}

div .movie_idx #support-movie_title {
	text-align:center;
}

div.movie_idx p.mt10 {
	margin-top:10px;
}

div.movie_idx p.ml0.5 {
	margin-left:0.5em;
}

hr .idx_border_dotted-2 {
	border:dotted 2px #999;
}

#contents .movie_idx a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

#contents .movie_idx a:visited {
	color: #43677e;
	background-color: transparent;
}

#contents .movie_idx a:hover,
#contents .movie_idx a:active {
	color: #c41230;
	text-decoration: underline;
	background-color: transparent;
}

div .movie_idx li {
	list-style:none;
}

@media screen and (max-width: 700px) { 

	div .movie_idx {
		
		width:auto; 
		
	}

}

	