 @charset "utf-8";

table.explain {
	background:#e5f7ff;
	border-top:#09F 1px solid;
	border-left:#09F 1px solid;
	border-right:#09F 1px solid;
}
table.explain td,  table.explain th.last {
	border-bottom:#09F 1px solid;
}
table.explain th {
	border-bottom:#fff 1px solid;
}
table.explain th {
	padding:5px 8px;
	background:#09f;
	color:#FFF;
}
table.explain td {
	padding:5px 8px;
}
ul {
	padding: 0 5% 2%;
}
.movieColumn {
	text-align:center;
}

/* 収支報告ページ用 */
#jcu a {
	display:inline;
}
#jcu .imageArea {
	padding:3%;
	margin-left: 3% ;
	margin-right: 3% ;
	border:#CCC solid 1px;
}
#jcu .imageArea img {
	width:100%;
}

/* 動画 */
.movie_100yen {
	margin: 0 10px;
}
.movie_100yen p {
	position:relative;
	width:100%;
	margin: 0;
 	padding-top:56.25%;
}
.movie_100yen iframe {
	position:absolute;
 	top:0;
 	right:0;
	width:100%;
 	height:100%;
}