@import url("common_en.css");


#suntory_contents a {
    color: #0066aa;
}

#suntory_contents h1{
	width: 960px;
	padding-top: 30px;
	margin:0 auto 20px;
	color: #5bc2dc;
	font-size: 21px;
	font-weight: bold;
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5bc2dc;
}

#header_wrap{
	height: 50px;
	background: url("../gif/bg_header.gif") repeat-x;
}

#header{
	width: 960px;
	margin: 0 auto;
}

#header_ttl{
	width: 527px;
	height: 38px;
	text-indent: -9999px;
	background: url("../ttl_news.html") no-repeat;
	background-position: 15px 15px;
	float: left;
}

#bread_list{
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 24px 0 0 0;
}

#bread_list a{
	color: #fff;
	font-weight: bold;
}

#contents_wrap{
	width: 960px;
	margin: 20px auto;
}

.sbf_archive #contents_wrap{
	width: auto;
}

#rss{
	margin: 6px 0 0 0;
}

#rss_list{
}

#rss_list li{
	display: block;
	float: right;
	font-size: 14px;
	height: 19px;
	line-height: 1.4;
}

#rss_list a{
	color: #343434;
}

#rss_btn{
	background: url("../gif/icon_rss.gif") no-repeat;
	padding: 0 0 0 27px;
	color: #343434;
}

#rss_btn:hover{
	text-decoration: underline;
}

#rss_about{
	background: url("../gif/icon_about_rss.gif") no-repeat;
	padding: 0 0 0 27px;
	color: #343434;
}

#rss_about:hover{
	text-decoration: underline;
}

#page_ttl{
	color: #2d8fc1;
	font-size: 125%;
	font-weight: bold;
	padding: 14px 0 0;
}

#main_list{
	margin: 36px 0 0 0;
}

.articles_list{
	margin: 20px 0 30px 0;
}

.date{
	background: #5bc2dc;
	color: #fff;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.article_wrap{
	margin: 20px 20px 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e1eaeb;
}

.article_wrap dt{
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

.sp_thumb{
	display: none;
}

.article_wrap dd{
	margin: 0 0 0 180px;
}

.icon_category img{
	vertical-align: middle;
	margin: 0 0 5px 0;
}

.new_txt{
	color: #ef5362;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.ttl_article{
	margin: 10px 0 0 0;
}

.ttl_article a{
	color: #0066aa;
	font-size: 18px;
	font-weight: bold;
	line-height:1.35;
}

.sub_ttl{
	font-size: 14px;
	margin: 18px 0 0 0;
	line-height: 1.4;
}

.last_list{
	border: none;
}

.out_link:after{
	content: "";
	width: 15px;
	height: 18px;
	background: url("../gif/icon_outlink_list.gif") no-repeat;
	background-position: 0 2px;
	display: inline-block;
	margin: 0 0 0 8px;
}

.pdf_link:after{
	content: "";
	width: 12px;
	height: 14px;
	background: url("../gif/icon_pdf.gif") no-repeat;
	display: inline-block;
	margin: 0 0 0 10px;
}

#go_top_wrap{
	margin: 0 20px 0 0;
}

#go_top{
	color: #0066aa;
	font-size: 12px;
	cursor: pointer;
	background: url("../gif/icon_top.gif") no-repeat;
	background-position: 100% 0;
	float: right;
	height: 19px;
	padding: 3px 26px 0 0;
}

#go_top:hover{
	text-decoration: underline;
}

#h1_area h1{
	text-align: left;
	margin: 0 0 27px 40px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #0f7baa;
	width: auto;
}



@media screen and (max-width: 767px){


#suntory_contents h1{
	width: inherit;
	padding:0;
	margin:6px;
}

#h1_area h1{
	margin: 20px 0 20px 20px;
}

#header_wrap{
	height: auto;
	background: #5bc2dc;
}

#header{
	width: auto;
	margin: 0 auto;
}

#header_ttl{
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
	float: left;
}

#header_ttl h1{
	color: #fff;
	padding: 16px 15px;
	font-size: 15px;
	font-weight: bold;
}

#header_ttl p{
	display: none;
}

#bread_list{
	display: none;
}

#contents_wrap{
	width: auto;
}


#rss{
	display: none;
}

#main_list{
	margin: 20px 0 0 0;
}

.articles_list{
	margin: 20px 0 25px 0;
}

.article_wrap{
	margin: 0;
	padding: 20px;
}

.article_wrap dt{
	width: 110px;
	text-align: center;
}

.article_wrap dd{
	margin: 0 0 0 130px;
}

.pc_thumb{
	display: none;
}

.sp_thumb{
	display: block;
}

.article_wrap dt img{
	margin: 0 auto;
}

}