@charset "utf-8";


#contentContainer h1 {
	margin:38px 0 30px;
	text-align:center;
}
.titleArea img {
	margin:0;
	padding:0;
}

.world {
	width:100%;
	position:relative;
	padding-bottom:30px;
	/padding-bottom:20px;
}

.worldMap {
	margin:38px 0 30px 0;
	display:block;
}

.countryList {
	width:180px;
	font-size:12px;
	/font-size:10px;
}
.countryList li {
	margin:0;
	padding:0;
}

.countryList.list01 {
	position:absolute;
	top:0;
	left:20px;
}
.countryList.list02 {
	position:absolute;
	top:0;
	right:20px;
}

.countryList li {
	color:#999 !important;
}
.countryList li a {
	text-decoration:none;
	color:#0099ff !important;
}
.countryList li a:hover {
	color:#0099ff !important;
	text-decoration:underline;
}
.countryList .areaName {
	border-bottom:#09f solid 1px;
	color:#0099ff !important;
	font-weight:bold;
	line-height:1.2 !important;
}

.countryList .last {
	margin-bottom:1em;
}

.world .worldMap {
	width:710px;
	margin:0 auto;
}

.naviArea {
	width:220px;
	margin-top:-45px;
}

.movie {
	width:300px;
	margin:0 auto;
	text-align:center;
}
.movie .movieTitle {
	text-align:center!important;
	margin-bottom:3px!important;
}