@charset "utf-8";


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


/*------------------------------------------------------------
  breadcrumbs
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
	margin: 0 auto;
	width: 960px;
}
#suntory_contents #breadcrumbs p {
	margin: 11px 17px;
	font-size: .75em;
	line-height: 1.5;
}
#suntory_contents #breadcrumbs p span {
	margin: 0 5px;
}


/*------------------------------------------------------------
  sns
------------------------------------------------------------ */
#suntory_contents #sns {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
#sns { /zoom :1; }
#sns:after { content :''; display :block; clear :both; }

#suntory_contents #sns .socialbutton_suntory {
	float: right;
}
#suntory_contents #sns .socialbutton_suntory div {
	margin: 0 0 0 5px;
}


/*------------------------------------------------------------
  title
------------------------------------------------------------ */
#suntory_contents #title {
	background: url('../img/bg_top.png') no-repeat center top;	
}
#suntory_contents #title .inner {
	margin: 0 auto 30px;
	width: 969px;
	position: relative;
	min-height: 563px;
}
#suntory_contents #title h1 {
	margin-bottom: 30px;
	width: 566px;
	height: 197px;
	background: url('../img/title.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #title h2,
#suntory_contents #title p.english,
#suntory_contents #title li {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0;
}
#suntory_contents #title p#text {
	width: 500px;
	height: 168px;
	background: url('../img/text.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 226px;
	left: 0px;
	/*font-size: .875em;
	line-height: 1.5;
	padding-bottom: 170px;*/
}



/*------------------------------------------------------------
  contents
------------------------------------------------------------ */
#suntory_contents #contents {
	padding-bottom: 30px;
	background: #dddddd;
}
#suntory_contents #contents .inner {
	width: 960px;
	height: 511px;
	margin: 0 auto;
	position: relative;
}
#suntory_contents #contents #menu01 a {
	width: 252px;
	height: 228px;
	background: url('../img/menu01.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: -140px;
	left: 0px;
}
#suntory_contents #contents #menu01 a:hover {
	background: url('../img/menu01.png') no-repeat 0 -228px;
}

#suntory_contents #contents #menu02 a {
	width: 252px;
	height: 228px;
	background: url('../img/menu02.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: -140px;
	left: 236px;
}
#suntory_contents #contents #menu02 a:hover {
	background: url('../img/menu02.png') no-repeat 0 -228px;
}

#suntory_contents #contents #menu03 a {
	width: 252px;
	height: 228px;
	background: url('../img/menu03.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: -140px;
	left: 472px;
}
#suntory_contents #contents #menu03 a:hover {
	background: url('../img/menu03.png') no-repeat 0 -228px;
}

#suntory_contents #contents #menu04 a {
	width: 252px;
	height: 248px;
	background: url('../img/menu04.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: -160px;
	left: 708px;
}
#suntory_contents #contents #menu04 a:hover {
	background: url('../img/menu04.png') no-repeat 0 -248px;
}



/*------------------------------------------------------------
  information
------------------------------------------------------------ */
#suntory_contents #contents #information {
	width: 620px;
	padding-bottom: 5px;
	background: #fff url('../img/bg_information_btm.png') no-repeat 0 bottom;
	position: absolute;
	top: 118px;
	left: 0px;
}
#suntory_contents #contents #information h2 {
	width: 620px;
	height: 34px;
	background: #fff url('../img/tl_information.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #contents #informationInner {
	margin-left: 20px;
	width: 600px;
	height: 200px;
	overflow: auto;
}

#suntory_contents #contents #information table {
	width: 570px;
	border-collapse: collapse;
}
#suntory_contents #contents #information table th {
	font-size: .75em;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #dddddd;
	padding: 14px 10px 14px 0;
	width: 15%;
	white-space: nowrap;
}
#suntory_contents #contents #information table td {
	font-size: .75em;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #dddddd;
	padding: 14px 0;
	width: 85%;
}
#suntory_contents #contents #information table .theme td {
	background: url('../img/icon_theme.png') no-repeat left 14px;
	padding: 14px 0 14px 110px;
}
#suntory_contents #contents #information table .producer td {
	background: url('../img/icon_producer.png') no-repeat left 14px;
	padding: 14px 0 14px 110px;
}
#suntory_contents #contents #information table .akutagawa td {
	background: url('../img/icon_akutagawa.png') no-repeat left 14px;
	padding: 14px 0 14px 110px;
}
#suntory_contents #contents #information table .trans td {
	background: url('../img/icon_trans.png') no-repeat left 14px;
	padding: 14px 0 14px 110px;
}

#suntory_contents #contents #information table td .external {
	margin: 0 0 0 2px;
}

#suntory_contents #contents #information table .blank {
	background: url('../img/icon_external.png') no-repeat right center;
	padding: 0 18px 0 0;
}
#suntory_contents #contents #information table .pdf {
	margin-right: 5px;
	background: url('../img/icon_pdf_s.png') no-repeat right center;
	padding: 0 16px 0 0;
}

#suntory_contents #contents #notes {
	width: 228px;
	height: 66px;
	background: url('../img/notes.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 378px;
	left: 0px;
}
#suntory_contents #contents #notesPre {
	width: 228px;
	height: 66px;
	background: url('../img/notes_pre.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 378px;
	left: 0px;
}

#suntory_contents #contents p#btnFlyer a {
	width: 240px;
	height: 47px;
	background: url('../img/btn_access_flyer.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: 464px;
	left: 0px;
}
#suntory_contents #contents p#btnFlyer a:hover {
	background: url('../img/btn_access_flyer.png') no-repeat 0 -47px;
}


#suntory_contents #contents #btnAccess a {
	width: 262px;
	height: 47px;
	background: url('../img/btn_access_flyer.png') no-repeat -240px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: 464px;
	left: 260px;
}
#suntory_contents #contents #btnAccess a:hover {
	background: url('../img/btn_access_flyer.png') no-repeat -240px -47px;
}



#suntory_contents #contents #twitterWidget {
	width: 302px;
	height: 393px;
	position: absolute;
	top: 118px;
	left: 658px;
}

