@charset "utf-8";



/* Reset */

#suntory_contents header,
#suntory_contents hdgroup,
#suntory_contents section,
#suntory_contents article,
#suntory_contents aside,
#suntory_contents nav,
#suntory_contents footer,
#suntory_contents figure,
#suntory_contents figcaption {
	display: block;
}



#suntory_contents header,
#suntory_contents hdgroup,
#suntory_contents section,
#suntory_contents article,
#suntory_contents aside,
#suntory_contents nav,
#suntory_contents footer,
#suntory_contents figure,
#suntory_contents figcaption,
#suntory_contents div, #colorbox div,
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6,
#colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5, #colorbox h6,
#suntory_contents p, #colorbox  p,
#suntory_contents dl, #colorbox dl,
#suntory_contents dt, #colorbox dt,
#suntory_contents dd, #colorbox dd,
#suntory_contents ul, #colorbox ul,
#suntory_contents ol, #colorbox ol,
#suntory_contents li, #colorbox li,
#suntory_contents hr, #colorbox hr,
#suntory_contents blockquote,
#suntory_contents pre,
#suntory_contents table,
#suntory_contents caption,
#suntory_contents th,
#suntory_contents td,
#suntory_contents address, 
#suntory_contents form,
#suntory_contents fieldset,
#suntory_contents legend,
#suntory_contents object {
	margin: 0;
	padding: 0;
}



#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6,
#colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5, #colorbox h6,
#suntory_contents pre,
#suntory_contents table,
#suntory_contents code,
#suntory_contents kbd,
#suntory_contents samp,
#suntory_contents acronym,
#suntory_contents input,
#suntory_contents textarea,
#suntory_contents select {
	font-size: 100%;
}



#suntory_contents a, #suntory_contents ins {
	text-decoration: none;
}



#suntory_contents address,
#suntory_contents em,
#suntory_contents cite,
#suntory_contents dfn,
#suntory_contents var {
	font-style: normal;
}



#suntory_contents fieldset {
	border: none;
}

#suntory_contents input,
#suntory_contents textarea {
	font-family: sans-serif;
	font-weight: normal;
}



#suntory_contents input {
	vertical-align: middle;
}



#suntory_contents img,
#colorbox img {
	border: none;
	vertical-align: bottom;
}



#suntory_contents mark {
	background: none;
}



#suntory_contents a,
#colorbox a {
	outline: none;
}


/* Setting */
#suntory_contents ul,
#colorbox  ul {
	list-style-position: outside;
	list-style-type: none;
}



#suntory_contents ol,
#colorbox ol {
	list-style-position: outside;
}



#suntory_contents table,
#colorbox table {
	border-collapse: collapse;
}



#suntory_contents *,
#colorbox * {
	margin:0;
	padding:0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-o-box-sizing      : border-box;
	-ms-box-sizing     : border-box;
	box-sizing         : border-box;
}

