@charset "UTF-8";
/* CSS Document */
.column_box{
	border-bottom: dashed 1px #9C9C9D;
}

.column_box h3{
	padding: 0;
	margin-bottom: 20px;
	font-weight: bolder;
}

.column_box p{
	margin-bottom: 1.25em !important;
}

.date{
	margin-top: 50px;
}

.column_box a{
	color: #7F2744;
}

.column_box a:hover{
	text-decoration: underline;
	color: #9E9E9F;
}

.movie ul{
	margin: 0;
}

.movie ul li{
	list-style: none;
	float: left;
}

.movie ul li:first-child{
	margin-right: 10px;
}

.movie iframe{
}

.introduction {
	background-color: white;
	padding: 10px;
}




