@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url(common-9.css);


/* for PC */

/*------------------------------------------------------------
  breadcrumbs（PC）
------------------------------------------------------------ */
/* ===== reset ===== */
.newsroom_nav_pc *,
#newsroom_nav_sp_header *,
#newsroom_nav_sp_footer * {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
}
/* ===== /reset ===== */


#suntory_contents #bc {
    margin: 0 auto;
    width: 960px;
}
@media screen and (min-width:961px){
    #suntory_contents #bc {
        width: 100%;
        max-width: 1164px;
    }
}


/*------------------------------------------------------------
  main_visual（PC）
------------------------------------------------------------ */
#suntory_contents #main_visual {
	margin: 0 auto 20px;
	width: 960px;
	text-align:center;
}
#suntory_contents #main_visual iframe {
}

#suntory_contents #main_visual h1 {
	border: none;
margin-bottom:20px;
}
#suntory_contents #main_visual h1 .sp {
display:none;
}


/*------------------------------------------------------------
  titleBar（PC）
------------------------------------------------------------ */
#suntory_contents #titleBar {
	margin: 20px auto;
	width: 960px;
	font-size: 22px;
	font-weight: bold;
}
#suntory_contents #titleBar a {
	color: #5bc2dc;
}


/*------------------------------------------------------------
  tagContainer（PC）
------------------------------------------------------------ */
#suntory_contents .tagContainer {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 100%;
	background: #cdedf4;
}
#suntory_contents .tagContainer .inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#suntory_contents .tagContainer dl {
	margin: 0;
	display: table;
}
#suntory_contents .tagContainer dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #337799;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px 10px 0;
}
#suntory_contents .tagContainer dl dd {
	display: table-cell;
	vertical-align: middle;
}
#suntory_contents .tagContainer dl dd:after { content :''; display :block; clear :both; }

#suntory_contents .tagContainer dl dd li {
	margin: 0 15px 10px 0;
	font-size: 15px;
	float: left;
}
#suntory_contents .tagContainer dl dd li a {
	display: inline-block;
	padding: 5px 5px;
	color: #0066aa;
}


/*------------------------------------------------------------
  wrapper, contents（PC）
------------------------------------------------------------ */
#suntory_contents #wrapper {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	background: #e3f5f9;
}
#japanesewine #suntory_contents #wrapper {
	background: #efdcea;
}

#suntory_contents #container {
	width: 960px;
}
#suntory_contents #container:after { content :''; display :block; clear :both; }

#suntory_contents article p {
margin-bottom:0;
font-size:16px;
}

#suntory_contents article h3{
	font-size:18px;
	color:#666;
	font-weight:normal;
}

#suntory_contents article h4{
	font-size: 17px;
	font-weight: bold;
	margin:0;
	color:#666;
}


#suntory_contents article h6{
	font-size: 12px;
	font-weight: normal;
}



/*------------------------------------------------------------
  articleList（PC）
------------------------------------------------------------ */
#suntory_contents #articleList {
	margin: 0 auto;
	width: 990px;
}
#suntory_contents #articleList:after { content :''; display :block; clear :both; }

#suntory_contents #articleList li {
	margin: 0 15px 30px;
	width: 300px;
	height: 395px;
	position: relative;
	overflow: hidden;
	padding: 0;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#japanesewine #suntory_contents #articleList li {
	height: 354px;
}

#suntory_contents #articleList li figure {
	margin: 0;
	width: 300px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#suntory_contents #articleList li figure img {
	vertical-align: bottom;
	width: 100%;
}

#suntory_contents #articleList li figure img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#suntory_contents #articleList li.movie_area {
	margin: 0 0 30px 15px;
	width: 630px;
	height: 354px;
}

#suntory_contents #articleList .movie {
	margin: -10% 0 0 -14.166666666%;
	width: 28.333333333%;
	height: 30%;
	display: block;
	background: url('../png/icon_movie.png') no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
    z-index:1;
}

#suntory_contents .label {
	margin: 10px 0 10px;
	padding: 0;
	height: 20px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents .label .date {
	font-size: 12px;
	color: #668899;
	margin: 0;
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: middle;
}
#suntory_contents .label .addthis_sharing_toolbox {
	display: table-cell;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#suntory_contents .text a {
	color: #333333;
    }

#suntory_contents .text {
	margin-bottom: 20px;
	padding: 0 20px;
	height: 96px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

#suntory_contents .tag {
	margin: 0;
	padding: 10px 20px;
	height: 33px;
	background: #f2f7f9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents .tag p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #56bad5;
}

#suntory_contents .tag p a:after {
	content: ',';
	margin: 0 2px;
	font-size: 13px;
}
#suntory_contents .tag p a:last-child:after {
	content: '';
	margin: 0;
}

#suntory_contents #articleList li.facebookWidget .facebookLogin {
	width: 300px;
	height: 390px;
	position: relative;
	background: url('../png/icon_fb-3.png') no-repeat 50% 30%;
	background-size: 35%;
	text-align: center;
}
#suntory_contents #articleList li.facebookWidget .facebookLogin a {
	width:60%;
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	margin: 0 20%;
	padding-top: 45%;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	color: #3B579D;
}



/*------------------------------------------------------------
  pageNavList（PC）
------------------------------------------------------------ */
#suntory_contents .pageNavList {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#suntory_contents .pageNavList:after { content :''; display :block; clear :both; }

#suntory_contents .pageNavList a {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
}
#suntory_contents .pageNavList a:hover {
	text-decoration: none;
}

#suntory_contents .pageNavList .prev a {
	background: #6cc2db url('../png/arrow_prev.png') no-repeat 10px center;
	display: inline-block;
	padding: 15px 20px 15px 40px;
	float: left;
}
#suntory_contents .pageNavList .next a {
	background: #6cc2db url('../png/arrow_next.png') no-repeat right center;
	display: inline-block;
	padding: 15px 40px 15px 20px;
	float: right;
}

/*------------------------------------------------------------
  article（PC）
------------------------------------------------------------ */
#suntory_contents article {
	width: 680px;
	margin-bottom: 80px;
	padding: 30px 40px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}

#suntory_contents article .label {
	margin-bottom: 15px;
	padding: 0;
}
#suntory_contents article .label:after { content :''; display :block; clear :both; }

#suntory_contents article .date {
	font-size: 14px;
	line-height: 30px;
	color: #668899;
	float: left;
}
#suntory_contents article .categoryContainer {
    float: right;
    display: table;
    width: auto;
}
#suntory_contents article .categoryContainer:after { content :''; display :block; clear :both; }

#suntory_contents article .category {
	margin: 0;
	float: left;
    margin-left:10px;
}
#suntory_contents article .category a {
	border: 1px solid #d9e8f2;
	color: #0066aa;
	font-size: 14px;
	margin: 0;
	padding: 8px 10px;
	display: block;
margin-top:5px;
}
#suntory_contents article .category a:hover {
	text-decoration: none;
}

#suntory_contents article #title {
	margin-bottom: 30px;
	padding: 20px;
	background: #e7f6fa;
}
#suntory_contents article #title  h1 {
	margin-bottom: 0;
	padding: 0;
	font-size: 24px;
	color: #333;
	border: 0;
}
#suntory_contents article #title p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
}


#suntory_contents article section {
	margin-bottom: 30px;
}

#suntory_contents article h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #337799;
	border-left: 10px solid #337799;
	padding-left: 30px;
}
#suntory_contents article h2.hakushu {
	margin-top:40px;
}


#suntory_contents article figure {
}

#suntory_contents article figure iframe {
margin:20px 0;
}

#suntory_contents article img {
	width: 100%;
    height:auto;
	vertical-align: bottom;
}

#suntory_contents article .text p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 2;
	color: #666;
}

#suntory_contents .sns {
	margin-bottom: 10px;
	text-align: right;
}

#suntory_contents .category_bottom {
	clear: both;
	margin-bottom:10px;
}
#suntory_contents .category_bottom .category {
	margin: 0 10px 0 0;
}

#suntory_contents .category_bottom:after { content :''; display :block; clear :both; }

#suntory_contents .sequence {
	margin-bottom:20px;
}
#suntory_contents .sequence p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .sequence li {
	margin-bottom: 10px;
}

#suntory_contents .sequence .prev a {
    display: inline-block;
    position: relative;
    padding-left:10px;
}
#suntory_contents .sequence .prev a:before{
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 4px);
left:0;
width:5px;
height:5px;
margin:0;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(-135deg);
transform:rotate(-135deg);
}

#suntory_contents .sequence .next a {
    display: inline-block;
    position: relative;
    padding-right:10px;
}
#suntory_contents .sequence .next a:after {
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 4px);
right:0;
width:5px;
height:5px;
margin:0;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}



/*------------------------------------------------------------
  pageNav（PC）
------------------------------------------------------------ */
#suntory_contents .pageNav {
	margin: 0;
	padding: 0;
}
#suntory_contents .pageNav:after { content :''; display :block; clear :both; }

#suntory_contents .pageNav .prev a {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url('../png/btn_prev.png') no-repeat 0 0;
	background-size: 40px auto;
	display: block;
	float: left;
}
#suntory_contents .pageNav .next a {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url('../png/btn_next.png') no-repeat 0 0;
	background-size: 40px auto;
	display: block;
	float: right;
}


/*------------------------------------------------------------
  aside（PC）
------------------------------------------------------------ */
#suntory_contents aside {
	width: 250px;
	float: right;

}


/*------------------------------------------------------------
  tagContainerSide（PC）
------------------------------------------------------------ */
#suntory_contents #tagContainerSide {
	margin: 0 0 30px;
	padding: 20px;
	width: auto;
	background: #cdedf4;
}
#suntory_contents #tagContainerSide dl {
	margin: 0;
}
#suntory_contents #tagContainerSide dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #337799;
}
#suntory_contents #tagContainerSide dl dd {
}
#suntory_contents #tagContainerSide dl dd li {
	margin: 0 0 15px;
	font-size: 14px;
}
#suntory_contents #tagContainerSide dl dd li:last-child {
	margin: 0;
}
#suntory_contents #tagContainerSide dl dd li a {
	padding: 0;
	color: #0066aa;
}



/*------------------------------------------------------------
  relatedTopics（PC）
------------------------------------------------------------ */
#suntory_contents #relatedTopics {
	margin: 0 0 30px;
	padding: 20px 20px 20px;
	width: auto;
	background: #cdedf4;
}
#suntory_contents #relatedTopics dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #337799;
}
#suntory_contents #relatedTopics a {
	text-decoration: none;
}
#suntory_contents #relatedTopics a:hover {
text-decoration:underline;
}
#suntory_contents #relatedTopics li {
	margin: 0 0 20px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents #relatedTopics li:last-child {
	margin: 0 0 10px;
}
#suntory_contents #relatedTopics li figure {
	margin: 0;
	position: relative;
}
#suntory_contents #relatedTopics .movie {
	margin: -10% 0 0 -14.166666666%;
	width: 28.333333333%;
	height: 30%;
	display: block;
	background: url('../png/icon_movie.png') no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
    z-index:1;
}
#suntory_contents #relatedTopics li figure img {
	width: 100%;
	vertical-align: bottom;
}
#suntory_contents #relatedTopics li figure img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#suntory_contents #relatedTopics .label {
	margin: 0 0 10px;
	padding: 10px 20px 0;
}
#suntory_contents #relatedTopics .label:after { content :''; display :block; clear :both; }

#suntory_contents #relatedTopics .label .date {
	float: left;
	font-size: 10px;
	color: #668899;
	margin: 0;
	padding: 0;
}
#suntory_contents #relatedTopics .label .addthis_sharing_toolbox {
	float: right;
	margin: 0;
	padding: 0;
}
#suntory_contents #relatedTopics .text {
	padding: 0 20px 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	height: auto;
}
#suntory_contents #relatedTopics .viewMore {
	text-align: right;
	margin: 0;
}
#suntory_contents #relatedTopics .viewMore a {
	background: #5bc2dc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
}
#suntory_contents #relatedTopics .viewMore a:hover {
	text-decoration: none;
}


@media screen and (max-width:768px){

/* for SP */

/*------------------------------------------------------------
  breadcrumbs（SP）
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
	display: none;
	height: 0px;	
}
#suntory_contents #titleBar {
	display: block;
	height: auto;
	font-size: 14px;
	font-weight: bold;
}
#suntory_contents #titleBar a {
	color: #5bc2dc;
	display: block;
	padding: 15px;
}
#suntory_contents #titleBar a:hover {
	text-decoration: none;
}


/*------------------------------------------------------------
  main_visual（SP）
------------------------------------------------------------ */
#suntory_contents #main_visual {
	margin: 0 auto 20px;
	width: 100%;
	text-align:center;
}
#suntory_contents #main_visual iframe {
	width: 100%;
}

#suntory_contents #main_visual h1 {
	border: none;
	margin-bottom:20px;
}
#suntory_contents #main_visual h1 .pc {
display:none;
}
#suntory_contents #main_visual h1 .sp {
display:block;
}
#suntory_contents #main_visual h1 img {
	width: 100%;
}


/*------------------------------------------------------------
  titleBar（SP）
------------------------------------------------------------ */
#suntory_contents #titleBar {
	margin: 0 auto;
	padding: 0;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}
#suntory_contents #titleBar a {
	color: #5bc2dc;
	padding: 15px;
}

/*------------------------------------------------------------
  tagContainer（SP）
------------------------------------------------------------ */
#suntory_contents .tagContainer {
	margin: 0;
	padding: 10px 10px 0;
	width: 100%;
	background: #cdedf4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents .tagContainer .inner {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#suntory_contents .tagContainer dl {
	margin: 0;
	display: block;
}
#suntory_contents .tagContainer dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #337799;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding: 0 10px 10px 0;
}
#suntory_contents .tagContainer dl dd {
	display: inline;
	vertical-align: middle;
}
#suntory_contents .tagContainer dl dd:after { content :''; display :block; clear :both; }

#suntory_contents .tagContainer dl dd li {
	margin: 0 15px 10px 0;
	font-size: 13px;
	float: left;
}
#suntory_contents .tagContainer dl dd li a {
	display: inline-block;
	border: none;
	padding: 0;
	color: #0066aa;
}


/*------------------------------------------------------------
  wrapper, contents（SP）
------------------------------------------------------------ */
#suntory_contents #wrapper {
	margin: 0;
	padding: 10px;
	width: 100%;
	background: #e3f5f9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents #container {
	width: 100%;
	padding: 0;
	background: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/*------------------------------------------------------------
  articleList（SP）
------------------------------------------------------------ */
#suntory_contents #articleList {
	margin: 0 auto;
	width: auto;
}
#suntory_contents #articleList li {
	margin: 0 0 10px;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0;
	float: none;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#japanesewine #suntory_contents #articleList li {
	height: auto;
}
#suntory_contents #articleList li.movie_area {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 56.25%;
}
#suntory_contents #articleList li.movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




#suntory_contents #articleList li figure {
	margin: 0;
	width: auto;
	height: auto;
}
#suntory_contents #articleList li figure img {
	vertical-align: bottom;
	width: 100%;
}
#suntory_contents .label {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	height: auto;
}
#suntory_contents .label:after { content :''; display :block; clear :both; }

#suntory_contents .label .date {
	float: left;
	font-size: 12px;
	color: #668899;
	margin: 0;
	padding: 0;
}
#suntory_contents .label .addthis_sharing_toolbox {
	display: table-cell;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
#suntory_contents .text {
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	height: auto;
}
#suntory_contents .tag {
	margin: 0;
	padding: 10px 10px;
	background: #f2f7f9;
	height: auto;
}
#suntory_contents .tag p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #56bad5;
}
#suntory_contents .tag p a:after {
	content: ',';
	margin: 0 2px;
	font-size: 12px;
}
#suntory_contents .tag p a:last-child:after {
	content: '';
	margin: 0;
}

/*------------------------------------------------------------
  pageNavList（SP）
------------------------------------------------------------ */
#suntory_contents .pageNavList {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#suntory_contents .pageNavList:after { content :''; display :block; clear :both; }

#suntory_contents .pageNavList a {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
#suntory_contents .pageNavList a:hover {
	text-decoration: none;
}

#suntory_contents .pageNavList .prev a {
	background: #6cc2db url('../png/arrow_prev.png') no-repeat 10px center;
	background-size: auto 12px;
	display: inline-block;
	padding: 10px 10px 10px 25px;
	float: left;
}
#suntory_contents .pageNavList .next a {
	background: #6cc2db url('../png/arrow_next.png') no-repeat right center;
	background-size: auto 12px;
	display: inline-block;
	padding: 10px 25px 10px 10px;
	float: right;
}



/*------------------------------------------------------------
  article（SP）
------------------------------------------------------------ */
#suntory_contents article {
	width: auto;
	margin-bottom: 40px;
	padding: 15px 20px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	float: none;
}

#suntory_contents article .date {
	margin-bottom: 15px;
	font-size: 14px;
	color: #668899;
}

#suntory_contents article #title {
	margin-bottom: 20px;
	padding: 15px;
	background: #e7f6fa;
}
#suntory_contents article #title  h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 16px;
	color: #333;
	border: 0;
}
#suntory_contents article #title p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}

#suntory_contents article section {
	margin-bottom: 20px;
}

#suntory_contents article h2 {
	margin-bottom: 15px;
	font-size: 14x;
	font-weight: bold;
	line-height: 1.5;
	color: #337799;
	border-left: 5px solid #337799;
	padding-left: 15px;
}

#suntory_contents article figure {
	margin: 0 0 15px;
}

#suntory_contents article figure img {
	width: 100%;
	vertical-align: bottom;
}

#suntory_contents article .text p {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 2;
	color: #666;
}

#suntory_contents .sns {
	margin-bottom: 25px;
}


/*------------------------------------------------------------
  pageNav（SP）
------------------------------------------------------------ */
#suntory_contents .pageNav {
	margin: 0;
	padding: 0;
}
#suntory_contents .pageNav:after { content :''; display :block; clear :both; }

#suntory_contents .pageNav .prev a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url('../png/btn_prev.png') no-repeat 0 0;
	background-size: 30px auto;
	display: block;
	float: left;
}
#suntory_contents .pageNav .next a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url('../png/btn_next.png') no-repeat 0 0;
	background-size: 30px auto;
	display: block;
	float: right;
}


/*------------------------------------------------------------
  aside（SP）
------------------------------------------------------------ */
#suntory_contents aside {
	width: auto;
	float: none;

}


/*------------------------------------------------------------
  tagContainerSide（SP）
------------------------------------------------------------ */
#suntory_contents #tagContainerSide {
	margin: 0 0 30px;
	padding: 20px;
	width: auto;
	background: #cdedf4;
}
#suntory_contents #tagContainerSide dl {
	margin: 0;
}
#suntory_contents #tagContainerSide dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #337799;
}
#suntory_contents #tagContainerSide dl dd {
}
#suntory_contents #tagContainerSide dl dd li {
	margin: 0 0 15px;
	font-size: 14px;
}
#suntory_contents #tagContainerSide dl dd li:last-child {
	margin: 0;
}
#suntory_contents #tagContainerSide dl dd li a {
	padding: 0;
	color: #0066aa;
}



/*------------------------------------------------------------
  relatedTopics（SP）
------------------------------------------------------------ */
#suntory_contents #relatedTopics {
	margin: 0 0 30px;
	padding: 10px;
	width: auto;
	background: #cdedf4;
}
#suntory_contents #relatedTopics dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #337799;
}

#suntory_contents #relatedTopics dt:after {
	content: 'View More';
	background: #5bc2dc;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
	float: right;
}

#suntory_contents #relatedTopics ul {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
}

#suntory_contents #relatedTopics li {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
#suntory_contents #relatedTopics li:nth-child(odd) {
	margin: 0 5px 0 0;
width:50%;
}
#suntory_contents #relatedTopics li:nth-child(even) {
	margin: 0 0 0 5px;
width:50%;
}


#suntory_contents #relatedTopics li figure {
	margin: 0;
}
#suntory_contents #relatedTopics li figure img {
	width: 100%;
	vertical-align: bottom;
}
#suntory_contents #relatedTopics li figure img {
	vertical-align: bottom;
}
#suntory_contents #relatedTopics .label {
	margin: 0 0 10px;
	padding: 10px 20px 0;
}

#suntory_contents #relatedTopics .label .date {
	float: none;
	display: block;
	width: auto;
	font-size: 10px;
	color: #668899;
	margin: 0;
	padding: 0;
}
#suntory_contents #relatedTopics .label .addthis_sharing_toolbox {
	float: none;
	width: auto;
	display: block;
	text-align: left;
	margin: 5px 0 0;
	padding: 0;
}

#suntory_contents #relatedTopics .text {
	padding: 0 20px 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
}

#suntory_contents #relatedTopics .viewMore {
	text-align: right;
	margin: 0;
	display: none;
}
#suntory_contents #relatedTopics .viewMore a {
	background: #5bc2dc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
}
#suntory_contents #relatedTopics .viewMore a:hover {
	text-decoration: none;
}


	

}