@charset "Shift_JIS";

/* ----------------------------
     reset
---------------------------- */
body {
	margin: 0;
	padding: 0;
}

#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6 {
	font-family: inherit;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#suntory_contents div,
#suntory_contents p,
#suntory_contents ul,
#suntory_contents li{
	margin: 0;
	padding: 0;
}

#suntory_contents address,
#suntory_contents caption,
#suntory_contents cite,
#suntory_contents code,
#suntory_contents dfn,
#suntory_contents em,
#suntory_contents strong,
#suntory_contents th,
#suntory_contents var {
	font-style: normal;
}

#suntory_contents input,
#suntory_contents textarea {
	font-family: inherit;
	font-size: inherit;
}

#suntory_contents table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#suntory_contents caption,
#suntory_contents th {
	text-align: left;
	font-family: inherit;
	font-weight: normal;
}

#suntory_contents q:before,
#suntory_contents q:after {
	content: '';
}

#suntory_contents object,
#suntory_contents embed {
	vertical-align: top;
}

#suntory_contents img {
	vertical-align: bottom;
	line-height: 0;
}

#suntory_contents hr,
#suntory_contents legend {
	display: none;
}

#suntory_contents img,
#suntory_contents abbr,
#suntory_contents acronym,
#suntory_contents fieldset {
	border: 0;
}

#suntory_contents li {
	list-style-type: none;
}

#suntory_contents textarea {
	resize:none;/* for Safari */
}

#suntory_contents v:focus { /* for Safari */
	outline: 0;
}

/* ----------------------------
     default
---------------------------- */
#suntory_contents {
	font-size:13px;
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 1.4;
	letter-spacing: 0;
}

* html #suntory_contents {	/* for IE6 */
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

html>/**/body #suntory_contents { /*for IE8*/
	font-size/*\**/:small\9;
}

#suntory_contents table {
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
}

html>/**/body #suntory_contents { /*for IE8*/
	font-size/*\**/:small\9;
}

/* ----------------------------
     ClearFix
---------------------------- */
#suntory_contents .clrFix {
	zoom: 1;
}

#suntory_contents .clrFix:after {
	content: '';
	display: block;
	clear: both;
}