@charset "UTF-8";

.event{
	width: 90%;
	padding: 10px;
	box-shadow: 2px 4px 10px #d9d9d9;
	margin: 50px auto;
}

.month{
	font-size: 15pt;
	font-weight: bold;
}

.link{
	margin-top: 20px;
	margin-bottom: 30px;
}


.link a{
	text-decoration: none;
	color: #4876e6;
	font-weight: bold;
	font-size: 12pt;
}

.link a:after{
	content: "▶";
	color: #4876e6;
}

.link a:hover{
	background-color: #4876e6;
	color: #fff;
}

.left p{
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 10pt;
}

.right{
	width: 90%;
}

.right img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 10px 10px 0px #ff9e00;	
}