@charset "utf-8";


/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url("common.css");


/*------------------------------------------------------------
  suntory_contents
------------------------------------------------------------ */
#suntory_contents {
	background: url('../img/bg_event.png') repeat-x 0 0;
}

#suntory_contents #container {
	margin: 0 auto;
	width: 710px;
}


/*------------------------------------------------------------
  title
------------------------------------------------------------ */
#suntory_contents #title {
	margin: 0 auto 40px;
	width: 710px;
	height: 170px;
	background: url('../img/event_title.png') no-repeat 0 0;
}
#suntory_contents #title h1,
#suntory_contents #title p {
	text-indent: -9999px;
}


/*------------------------------------------------------------
  contents
------------------------------------------------------------ */
#suntory_contents #contents {
	margin: 0 auto;
	width: 600px;
}

#suntory_contents #contents table.outline {
	margin: 0 auto;
	width: 680px;
}
#suntory_contents #contents table.outline th {
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.8;
	padding: 10px;
}
#suntory_contents #contents table.outline td {
	font-size: 1em;
	line-height: 1.8;
	padding: 10px;
}

#suntory_contents #contents ul.photo {
	margin: 0 auto 15px;
	padding: 10px 0;
	width: 540px;
}
#suntory_contents #contents ul.photo { /zoom :1; }
#suntory_contents #contents ul.photo:after { content :''; display :block; clear :both; }

#suntory_contents #contents ul.photo li.choki {
	float: left;
}
#suntory_contents #contents ul.photo li.ono {
	float: right;
}

#suntory_contents #contents ul.photo li figure {
	width: 240px;
}
#suntory_contents #contents ul.photo li figure img {
	vertical-align: bottom;
	margin-bottom: 10px;
}
#suntory_contents #contents ul.photo li figure figcaption {
	text-align: center;
	font-size: .75em;
}

#suntory_contents #contents .note {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 auto 40px;
	padding: 10px 0;
	width: 680px;
}
#suntory_contents #contents .note table th {
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.8;
	padding: 0 2em 0 1em;
	white-space: nowrap;
	width: 10%;
}
#suntory_contents #contents .note table td {
	font-size: 1em;
	line-height: 1.8;
	padding: 0 10px 0 5px;
	width: 90%;
}

#suntory_contents #contents dl {
	margin: 0 auto 40px;
	width: 600px;
}
#suntory_contents #contents dl dt {
	font-size: 1em;
	line-height: 1.8;
	padding: 0 10px;
}
#suntory_contents #contents dl dd {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.8;
	padding: 0 10px;
}
#suntory_contents #contents dl dd.tel {
	margin: 0 0 0 6em;
}

#suntory_contents #contents dl dd p {
	font-size: 1.25em;
	font-weight: bold;
}

#suntory_contents #contents dl dd figure.map {
	margin: 10px 0 0;
}
#suntory_contents #contents dl dd figure.map img {
	width: 600px;
}

/*------------------------------------------------------------
  btnPDF
------------------------------------------------------------ */
#suntory_contents .btnPDF {
	margin: 0 auto 80px;
	text-align: center;
	font-size: 1em;
}

#suntory_contents .btnPDF span {
	background: url('../img/icon_pdf.png') no-repeat left center;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	font-size: .75em;
}

/*------------------------------------------------------------
  btnClose
------------------------------------------------------------ */
#suntory_contents .btnClose a {
	margin: 20px auto 40px;
	width: 101px;
	height: 31px;
	background: url('../img/btn_close.png') no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#suntory_contents .btnClose a:hover {
	background: url('../img/btn_close.png') no-repeat 0 -31px;
}