body {
	font-size: 14px;
	color: #777;
}
h2 {
	border-radius: 2px;
	border-left: 6px solid #777;
	text-indent: 6px;
	font-size: 120%;
	margin: 30px 0 16px 8px;
	color: #777;
	letter-spacing: 2px;
}
span.caution {
	font-size: 80%;
	color: #f77;
}
.benefit span.caution {
	font-size: 60%;
	color: #777;
}

.pageFrame {
	width: 800px;
	margin: 0 auto;
}

/* タイトル */
h1 {
	width: 785px;
	margin: 20px auto 0;
}
h1 img {
	/* アニメーション */
	animation: title 2s ease 0 1 normal;
	-webkit-animation: title 2s ease 0 1 normal;
	-moz-animation: title 2s ease 0 1 normal;
}

@-webkit-keyframes title {
	0% { opacity: 0; }
	40% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes title {
	0% { opacity: 0; }
	40% { opacity: 0; }
	100% { opacity: 1; }
}

/* スポンサー */
.sponsor {
	width: 785px;
	margin: 10px auto 30px;
}

/* 日時と場所 */
.information {
	width: 785px;
	margin: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 120%;
}
.information h2 {
	border-radius: 0;
	background: #555;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #eee;
	border: 2px solid #555;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
.information div {
	width: 627px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	border: 2px solid #555;
	margin: 0;
	text-indent: 20px;
}

/* ご来場の流れ */
h2.access {
	border-left-color: #a85;
	color: #a85;
}
.accessContainer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 785px;
	margin: 10px 8px;
}
.accessBody {
	border-radius: 10px;
	background: #a85;
	color: white;
	width: 240px;
	height: 75px;
	line-height: 180%;
	text-align: center;
	padding: 8px 0;
}
.accessRect {
	background: #a85;
	width: 15px;
	height: 15px;
	margin: 38px 0;
}
.accessTriangle {
	width: 15px;
	height: 30px;
	margin: 30px 2px 30px 0;
}
.accessTriangleTop {
	width: 0px;
	height: 0px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #a85;
}
.accessTriangleBottom {
	width: 0px;
	height: 0px;
	border-right: 15px solid transparent;
	border-top: 15px solid #a85;
}

/* 招待状DL */
.invitationButton {
	display: block;
	color: white;
	width: 785px;
	height: 60px;
	border-radius: 20px;
	background: #349;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	padding: 15px 0 0 0;
}
.invitationButton:hover {
	background: #44c;
}
.invitationBody {
	font-size: 200%;
	letter-spacing: 3px;
	font-weight: bold;
	height:30px;
	line-height:30px;
}
.invitationCaution {
	font-size: 90%;
	height:15px;
	line-height:15px;
	margin-top: 4px;
}

/* 期間中特典のご案内 */
.benefit-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.benefit {
	border-radius: 15px;
	width: 781px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border: 2px solid #444;
	color: #f66;
	font-size: 130%;
	font-weight: bold;
	margin: 8px auto;
	text-indent: 20px;
}

/* 開催会場のご案内 */
.placeInfo {
	width: 785px;
	margin: 30px 8px 30px;
}
.placeInfo p {
	margin: 10px;
	letter-spacing: 2px;
	font-size: 130%;
	line-height: 1.8em;
	color: #444;
}

/* 取扱商品のご案内 ベッド */
.itemBed {
	width: 785px;
	margin: 10px 8px 30px;
}
.itemBedFlexBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 785px;
	margin-bottom: 5px;
}
.itemBed p {
	text-align: right;
	width: 390px;
	letter-spacing: 2px;
	font-size: 130%;
	line-height: 2.1em;
	color: #444;
}

/* 取扱商品のご案内 エルポ */
.itemErpo {
	width: 785px;
	margin: 10px 8px 30px;
}
.itemErpoFlexBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 785px;
	margin-bottom: 5px;
}
.itemErpo p {
	width: 450px;
	letter-spacing: 1px;
	font-size: 110%;
	line-height: 1.8em;
	color: #444;
}

/* オススメ商品 */
.itemRecommend {
	width: 785px;
	margin: 10px 8px 30px;
}
.itemRecommend .product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 785px;
	margin-top: 15px;
}
.itemRecommend .product .image {
	width: 330px;
}
.itemRecommend .product .image img {
	margin-bottom: 5px;
}
.itemRecommend .product .detail {
	margin-left: 30px;
}
.itemRecommend .product p {
	letter-spacing: 1px;
	font-size: 110%;
	line-height: 1.8em;
	color: #444;
}
.itemRecommend .product p.summary {
	font-size: 240%;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
.itemRecommend .product p.attention {
	font-weight: bold;
	line-height: 1.5em;
	margin: 2em 0 0.5em 0;
}

/* イベント詳細 */
.detailContainer table {
	width: 785px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
}
.detailContainer th, .cetailContainer td {
	white-space: nowrap;
	height: 30px;
}
.detailContainer th {
	width: 140px;
	text-indent: 12px;
	background: #ddd;
	color: #444;
	text-align: left;
	font-weight: normal;
}
.detailContainer td {
	width: 645px;
	text-align: left;
	text-indent: 12px;
	font-weight: normal;
}

/* 主な取扱商品 */
.itemContainer dl {
	width: 765px;
	margin: 0 auto;
	padding: 0 10px;
}
.itemContainer dt {
	font-size: 120%;
	line-height: 2em;
	font-weight: bold;
}
.itemContainer dd {
	display: inline;
	white-space: nowrap;
	margin-left: 10px;
	line-height: 20px;
}

/* 権利表示 */
.copyrights {
	margin: 20px;
	text-align: center;
}
