	.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl{
  height: 1%;
}
#suntory_contents div.inner {
	position: relative;
	padding: 0;
}
#suntory_contents div.inner ul {
	position: absolute;
	top: -56px;
	right: 0;
}
#suntory_contents div.inner ul li {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 1;
}
#suntory_contents div.inner ul li.print a {
	display: block;
	background: #767676;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
	padding: 0 15px;
}
#container .inner section .financial table{
	width: 100%	
}
/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#suntory_contents div.inner {
		display: none;
	}
}