@charset "utf-8";

/*■movie----------------*/
#movie{ margin-top:0; }

/*■header位置調整----------------*/
#movie #header_nav_box {
	position:absolute;
	width:100%;
	min-width:1000px;
	height: 65px;
}
/*■container位置調整----------------*/
#container_box{
	position:absolute;
	width:100%;
	min-width:1000px;
	top: 75px;
}

.round_box{
	padding:10px !important;
}
.tbl_under {
	width: 100%;	
}
.h_under{
	border-bottom:3px solid #3fd1ec;
	font-weight:bold;
	font-size:large;
	color:#000;
	padding-left:0.3em;
}

.h_under > span{
	font-size:x-small;
	font-weight:normal;
	color:#2e76e8;
	margin-left:1em;
	
}


#movie a:link{
	text-decoration : none;
}
#movie a:active{
	text-decoration : none;
}
#movie a:visited{
	text-decoration : none;
}
#movie a:hover{
	text-decoration : none;
	position:relative;
	top:1px;
	left:1px;
}

#container div .round_box2{
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border:1px solid #ccc;
	padding:0.5em;
	text-align: center;
}