﻿@charset "utf-8";

.title {
font-size:2.2rem;
}

.event {
min-width:900px;	
}

.eventBody {
width:880px; margin:auto;
}

.normaltxt {
font-size: 1rem;
}

.photo {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
.photo img {
	width:		100%;
}
.title {
	width:		100%;
	text-align:	center;
	bottom:		16px;
	margin:		0;
	padding:	0;
	color:		#F2F5A9;
	text-shadow: 1px 1px 3px #F2F5A9;
	position:	absolute; /* 絶対位置指定 */
        background: linear-gradient(transparent 16%, #e50640 16%);
}