@charset "utf-8";


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


/*------------------------------------------------------------
  suntory_contents
------------------------------------------------------------ */
#suntory_contents {
background: url('../img/img_extra_article.png') no-repeat right 0;
}

#suntory_contents #container {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 600px;
}


/*------------------------------------------------------------
  title
------------------------------------------------------------ */
#suntory_contents #title {
	margin: 0 auto 40px;
	width: 600px;
}
#suntory_contents #title p {
	margin-bottom: .5em;
	font-size: .875em;
	line-height: 1.6;
	color: #666;
}

#suntory_contents #title h1 {
	font-size: 1.25em;
	font-weight: bold;
}


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

#suntory_contents #contents p {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.8;
}

#suntory_contents #contents h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
}
#suntory_contents #contents h2 span {
	font-weight: normal;
}
#suntory_contents #contents h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
}
#suntory_contents #contents ul {
	margin-bottom: 1em;
}
#suntory_contents #contents li {
	font-size: 1em;
	line-height: 1.8;
}


#suntory_contents #contents p.copyright {
	margin-bottom: 60px;
	font-size: .75em;
	color: #999;
}



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