@charset "UTF-8";

/*------------------------------------------------------------
  Common
------------------------------------------------------------ */
#suntory_contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
#suntory_contents a:hover img ,
#suntory_contents a.current {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#suntory_contents a:hover img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#suntory_contents a.current:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.cf:after {
	content:'';
	display:table;
	clear:both;
}
.inner {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
