@charset "utf-8";


/*------------------------------------------------------------
common
------------------------------------------------------------ */
@import url("common.css");
@import url("contents_common.css");


/*------------------------------------------------------------
contentsTitle
------------------------------------------------------------ */
#suntory_contents #contentsTitle {
	height: 320px;
	background: #f56765 url('../img/producer03/bg_title.png') no-repeat center 0;
}
#suntory_contents #contentsTitle .inner {
	margin: 0 auto;
	width: 960px;
	height: 150px;
	position: relative;
}
#suntory_contents #contentsTitle h1 {
	width: 400px;
	height: 150px;
	background: url('../img/producer03/title.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#suntory_contents #contentsTitle .leadtxt {
	position: absolute;
	width: 440px;
	top: 170px;
	left: 0;
}
#suntory_contents #contentsTitle .leadtxt p {
	font-size: 0.875em;
	line-height: 1.8;
	margin-bottom: 8px;
}
#suntory_contents #contentsTitle figure {
	position: absolute;
	width: 440px;
	height: 240px;
	top: 40px;
	right: 0;
}
#suntory_contents #contentsTitle figure img {
	border-radius: 5px;
}
/*------------------------------------------------------------
pageTop
------------------------------------------------------------ */
#suntory_contents #pageTop {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
#suntory_contents #pageTop p {
	margin: 0 auto;
	width: 1132px;
}
#suntory_contents #pageTop p { /zoom :1; }
#suntory_contents #pageTop p:after { content :''; display :block; clear :both; }

#suntory_contents #pageTop p a {
	width: 66px;
	height: 70px;
	background: url('../img/btn_top.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: right;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------ */
#suntory_contents #contents {
	background: #ddd url('../img/producer03/gray_bg.png') no-repeat center 0;
	min-height: 500px;
	padding-bottom: 90px;
}

/*------------------------------------------------------------
main
------------------------------------------------------------ */
#suntory_contents #main {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#suntory_contents .widebox {
	padding: 50px 70px;
	border-radius: 10px 10px;
	background: #FFF;
}
#suntory_contents .widebox section:first-child {
	margin-bottom: 50px;
}
/*type本文テキスト-------------------------------*/
#suntory_contents .widebox h2 {
	margin-bottom: 30px;
	color: #f56765;
	font-size: 1.250em;
	line-height: 1;
	font-weight: bold;
}
#suntory_contents .widebox h3 {
	margin-bottom: 30px;
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .widebox p {
	font-size: 0.875em;
	line-height: 1.8;
	margin-bottom: 15px;
}
#suntory_contents .widebox .sato:before {
	content: "佐藤　";
	font-weight: bold;
}
#suntory_contents .widebox .ita:before {
	content: "板倉　";
	font-weight: bold;
}

/*差し込みイメージ-------------------------------*/
#suntory_contents .widebox .rightside{
	float: right;
	margin: 8px 0 40px 50px;
}

/*戻る-------------------------------*/
#suntory_contents .bt_return{
	text-align: left;
	margin-top: 20px;
	width: 238px;
	height: 45px;
}
#suntory_contents .bt_return a{
	display: block;
	width: 100%;
	height: 100%;
}
#suntory_contents .bt_return a.hover:hover  {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#suntory_contents .bt_return a img{
	border-radius: 5px;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}