@charset "UTF-8";
#plan_con {
	margin-top:2em;
}
#plan_con table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
		
}
#plan_con tr {
	border-top:solid 1px #DDD;

}
#plan_con th {
	width:13em;
	letter-spacing:-.05em;
	color:#FFF;
	background-color:#844;
	padding:0.5em;
}
#plan_con td {
	padding:0.4em 1em .2em 1em;
	border-bottom:solid 1px #DDD;
}

.plan_mov {
	text-align: center;
	clear: both;
	float: none;
	margin-bottom: 1em;
}
/*＊.plan_photo {
	width: 150px;
	height: 150px;
	margin-right: 1em;
	margin-bottom: 1em;
	overflow: hidden;
	float: left;
	padding: 5px;
	border: solid #AAA 1px;
	text-align: center;
} */
.plan_photo img {
	height: 100%;
}
.plan_photo {
	margin:5px;
	text-align:center;
	border:solid #AAA 1px;
	overflow:hidden;
}
/* */
.plan_mov_aspect {
	position: relative;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.plan_mov_aspect:after {
	padding-top: 66%;
	display: block;
	content: "";
}
.plan_mov_aspect > iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

/* */
.plan_photo_aspect {
	position: relative;
	width:50%;
	float:left;
}
.plan_photo_aspect:after {
	padding-top: 75%;
	display: block;
	content: "";
}
.plan_photo_aspect > .plan_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

@media only screen and (min-width:481px){
	.plan_mov_aspect {
	}
	.plan_photo_aspect {
		width:25%
	}
}
