#suntory_contents{
	padding-bottom:30px;
}

#container section > ul:after {
	display: block;
	content: '';
	height: 0;
	visibility:hidden;
	clear:both;
}
#container li {
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
	display: block;
	width: 960px;
	float: left;
}
#container li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
#container li a:hover {
	text-decoration: none;
	opacity: .7;
}
#container li h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1;
	color: #4c4c4c;
	margin: 0;
	padding: 10px 20px 0 20px;
}
#container li p {
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 5px 20px 0 20px;
}
#container li a:after {
	content: 'View More';
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #5bc2dc;
	color: #fff;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	width: 140px;
	text-align: center;
}
#container .Overview {
	height: 340px;
}
#container .Overview a {
	background-image: url(../png/overview.png);
}
#container .Overview h2 {
	font-size: 40px;
}
#container .History {
	width: 480px;
	height: 320px;
}
#container .History a {
	background-image: url(../png/history.png);
}
#container .History h2 {
	font-size: 40px;
	color: #fff;
}
#container .History p {
	color: #fff;
	width: 230px;
}
#container .Philosophy {
	width: 480px;
	height: 320px;
}
#container .Philosophy a {
	background-image: url(../png/philosophy.png);
}
#container .Philosophy h2 {
	color: #fff;
}
#container .Philosophy p {
	width: 210px;
}
#container .Business {
	width: 480px;
	height: 320px;
}
#container .Business a {
	background-image: url(../png/business.png);
}
#container .Business h2 {
	font-size: 40px;
}
#container .Business p {
	color: #fff;
	width: 230px;
}
#container .CompanyProfileMovie {
	width: 480px;
	height: 320px;
}
#container .CompanyProfileMovie a {
	background-image: url(../gif/companyprofilemovie.gif);
	background-position: center;
	background-size: auto 100%;
}
#container .CompanyProfileMovie > a:after {
	content: 'Visit YouTube';
}
#container .CompanyProfileMovie h2 {
	color: #fff;
}
#container .TopMessage {
	width: 320px;
	height: 260px;
}
#container .TopMessage a {
	background-image: url(../png/topmessage.png);
}
#container .TopMessage h2 {
	color: #5bc2dc;
}
#container .FinancialInformation {
	width: 320px;
	height: 260px;
}
#container .FinancialInformation a {
	background-image: url(../png/financialinformation.png);
}
#container .FinancialInformation h2 {
	color: #5bc2dc;
}
#container .Award {
	width: 320px;
	height: 260px;
}
#container .Award a {
	background-image: url(../png/award.png);
}
#container .Award h2 {
	color: #fff;
}
#container .Career {
	width: 960px;
	height: 160px;
	margin-top: 30px;
}
#container .Career a {
	background-image: url(../png/career.png);
}
#container .Career h2 {
	color: #5bc2dc;
	padding-top: 20px;
}
#container .Career p {
	color: #5bc2dc;
	padding: 10px 0 0;
	margin: 10px 0 0 20px;
	font-size: 17px;
	width: 570px;
	border-top: 2px solid #5bc2dc;
}
#container .Career a:after {
	display: none;
}

/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container ul {
		display: block;
		width: 100%;
	}
	#container li {
		display: block;
		float: none;
		position: relative;
		overflow: hidden;
		height: 0!important;
	}
	#container li a {
		position: absolute;
		left: 0;
		top: 0;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
	#container li a:after {
		right: 10px;
		bottom: 10px;
	}
	#container .Overview {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .Overview a {
		background-image: url(../png/overview-sp.png);
	}
	#container .History {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .History a {
		background-image: url(../png/history-sp.png);
	}
	#container .History p {
		width: 60%;
	}
	#container .Philosophy {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .Philosophy p {
		width: 45%;
		padding-top: 1%;
	}
	#container .Philosophy a {
		background-image: url(../png/philosophy-sp.png);
	}
	#container .Business {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .Business a {
		background-image: url(../png/business-sp.png);
	}
	#container .Business p {
		width: 60%;
	}
	#container .CompanyProfileMovie {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .CompanyProfileMovie p {
		width: 45%;
		padding-top: 1%;
	}
	#container .CompanyProfileMovie a {
		background-size: 100% auto;
	}
	#container .youtube {
		width: 100%;
		padding-top: 56.25%;/*390/640*/
		position: relative;
	}
	#container .youtube iframe {
		width:100%;
		height:100%;
		top: 0;
		position: absolute;
	}
	#container .TopMessage {
		width: 100%;
		padding-top: 49.48%;
	}
	#container .TopMessage a {
		background-image: url(../png/topmessage-sp.png);
	}
	#container .FinancialInformation {
		width: 50%;
		padding-top: 41.67%;
		float: left;
	}
	#container .FinancialInformation a {
		background-image: url(../png/financialinformation-sp.png);
	}
	#container .Award {
		width: 50%;
		padding-top: 41.67%;
	}
	#container .Award a {
		background-image: url(../png/award-sp.png);
	}
	#container .Career {
		width: 94.66%;
		height: auto!important;
		margin: 5.21% auto;
		border: 3px solid #5bc2dc;
	}
	#container .Career a {
		position: relative;
		background: url(../png/career-sp.png) right center no-repeat;
		background-size: 40% auto;
		-moz-background-size: 40% auto;
		-webkit-background-size: 40% auto;
	}
	#container .Career p {
		width: 60%;
	}
}
/*SP*/
@media only screen and (max-width: 480px) {
	#container li h2 {
		font-size: 20px;
		padding: 5px 10px 0 10px;
	}
	#container li p {
		font-size: 11px;
		line-height: 1.1;
		padding: 0 10px 0 10px;
	}
	#container li a:after {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		width: 80px;
	}
	#container .Overview h2 {
		font-size: 26px;
	}
	#container .History h2 {
		font-size: 26px;
	}
	#container .Business h2 {
		font-size: 26px;
	}
	#container .CompanyProfileMovie a:after {
		width: 100px;
	}
	#container .Career h2 {
		padding-top: 5px;
	}
	#container .Career p {
		font-size: 11px;
		line-height: 12px;
		margin: 3px 0 0 10px;
		padding: 2px 0 3px;
	}
}
/*Tablet*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#container li h2 {
		padding: 10px 10px 0 15px;
	}
	#container li p {
		padding: 5px 10px 0 15px;
	}
	#container .Career h2 {
		padding-top: 10px;
	}
	#container .Career p {
		font-size: 12px;
		margin: 5px 0 0 15px;
		padding: 5px 0 10px;
	}
}
