
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
	font-family: avenir;
	src: url(../font/AvenirLTStd-Roman.woff)
}
@font-face {
	font-family: avenir;
	src: url(../font/AvenirLTStd-Roman.woff2)
}

body {
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	color:#000000;
	line-height:1.7;
	margin: 0;
	padding: 0;
}

a:link,
a:hover,
a:visited {
	color: #000;
}

.headLeft  {
	margin: 37px 0 21px 150px;
	float: left;
}

.headRight {
	margin: 37px 146px 21px 0px;
	float: right;
}

hr {
	border: 1px solid #000;	
}
.read {
	font-size: 24px;
	font-weight:bold;
}
.eventInfo {
	width: 100%;
	margin: 50px 0;
	background-color: #f1f1f1;
}

.title{
	font-size: 24px;
}
.eventText{
	font-size: 16px;
}
.shopList{
	font-size: 22px;
}
.itemCredit {
	padding: 5px 0 12px 0;
	font-family: avenir;
	letter-spacing: 1px;
}

.itemList a img:hover,
footer a img:hover {
	opacity: 0.7;
}
footer {
	width: 100%;
	background-color: #f2f2f2;
}
footer .footerInner {
	width: 1200px;
	height: 112px;
	margin: 0 auto;
	text-align: center;
}