@charset "utf-8";


#underMv{
	background-color: #152a87;

	color: #fff;
}

#underMv dl{
	padding-top: 77px;
	position: relative;
}

#underMv dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}


#underMv dl dd.image{
	position: absolute;
	top:0;
	right: -80px;

}

.galleryBox.box02 ul li:last-child{
	width: 1160px;
	clear: both;
}

.red { color: #d00;}



@media only screen and (max-width:767px){



	#underMv{
		background-color: #f8f8f8;
		background-image:url(../image-rn/tokyo/sp/mv_01.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		background-size:100%  auto;
		color: #222;
		padding-top: 42%;
	}

	#underMv dl{
		padding:0 15px 20px 15px;
	}

	#underMv dl dt{
		font-size: 14px;
		margin-bottom: 8px;
	}
	#underMv dl dd{
		font-size: 13px;

	}


	.galleryBox.box02 ul li:last-child{
		width: auto;

	}




}