@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------- TOC 
csshack
html5 reset
common setting 
parts
index
social media
oocss
media queries


---------------------------- */
/* cssuseragent tag list
windows: win
mac    : mac

ie     : msie
ie6    : msie6
ie7    : msie7
ie8    : msie8
ie9    : msie9

firefox     : firefox
firefox3.6.+: firefox36
firefox4.+  : firefox4

chrome  : chrome
chrome10: chrome10

safari   : safari
safari5.+: safari5
*/

/* clearfixは今回は導入しない方針 overflow: hiddenで対応 
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/

/* ============================== css hack */


/* ============================== javascript style */




/* ============================== html5 reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, /* sub, sup, */var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /* font-size:100%; */
    vertical-align:baseline;
    background:transparent;
}
/*
h1, h2, h3, h4, h5, h6 {
	line-height: 0;	
}
*/
em {
	font-style: normal;	
}
em.note {
	color: #b52d2d;
}
/* 
body {
    line-height:1;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul,
ol,
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    /* font-size:100%; */
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
   text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
/* table {
    border-collapse:collapse;
    border-spacing:0;
} */
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* ============================== common setting */
/* filter */
html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
	overflow-x: hidden; 
}
body {
	padding:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}
a {
	text-decoration: none;
}
#suntory_contents {
	font-size: .9em;
	line-height: 1.7;
}

@media all and (-ms-high-contrast:none){#suntory_contents{font-size:.7em;}}



#tag_line {
	background: url(../img/bg_tag_line.gif) repeat-x 0 0;
	padding: 13px 0 14px;
}
#tag_line .inner {
	width: 960px;
	margin: 0 auto 0;
	overflow: hidden;
	zoom: 1;	
}

@media screen and (min-width:961px){#tag_line .inner{width:100%;max-width:1164px;}}

#tag_line .left_col {
	/* width: 577px; */
	float: left;
	padding-left: 23px;	
}
#tag_line .left_col h1.logo,
#tag_line .left_col ul {
	float: left;	
}
#tag_line .left_col h1.logo {
	font-size: 0;
	line-height: 0;
	padding-right: 18px;
	width: 319px;	
}
#tag_line .left_col ul {
	overflow: hidden;
	zoom: 1;
}
#tag_line .left_col ul li {
	float: left;
	padding-right: 10px;
}
#tag_line .left_col ul li:last-of-type {
	padding-right: 0;
}
#tag_line ul.topic_path {
	overflow: hidden;
	zoom: 1;
	width: 300px;
	float: right;
	padding-top: 5px;
	text-align: right;
	line-height: 1.0;
}
#tag_line ul.topic_path li {
	display: inline;
	color: #c8f3fe;
	padding-left: 5px;
	font-size: .75em;
}
#tag_line ul.topic_path li:first-of-type {
	padding-left: 0;
	padding-right: 10px;
	color: #FFF;
	background: url(/enjoy/socialmedia/img/arrow_icon01.gif) no-repeat 100% 0.2em;
}
#tag_line ul.topic_path li a {
	color:#FFF;	
}
/* cotnents */
#cotnents {
	width: 960px;
	margin: 0 auto 0;
	padding-bottom: 60px;	
}

@media screen and (min-width:961px){#cotnents{width:100%;max-width:1164px;}}

#cotnents .link_block {
	margin-top: 30px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}
.link_block ul.link_list {
	width: 675px;
	float: left;
	padding-left: 25px;
	overflow: hidden;
	zoom: 1;
}
.link_block ul.link_list li {
	float: left;
	padding: 5px 0 0 0 ;
}
.link_block ul.link_list li a {
	display:  block;
	font-weight: bold;
	color: #0066aa;	
	padding: 0 30px 0 15px;
	background: url(/enjoy/socialmedia/img/arrow_icon02.gif) no-repeat 0 0.5em;
}
.link_block p.link_btn {
	width: 194px;
	float: right;
}
/* category_block */
.category_block {
	/* width: 934px; */
	margin: 30px 0 0 0;
/*	padding: 20px 0 0 20px;*/
/*	background: url(/enjoy/socialmedia/img/bg_section_tp01.jpg) no-repeat 0 0;*/
	zoom: 1;
}
#cotnents h1.leed_ttl {
	font-size: 0;
	line-height: 0;
/*	padding-bottom: 20px;*/
padding:20px;
box-shadow:0px 10px 20px -2px #d1dee0 inset;
-moz-box-shadow:0px 10px 20px -2px #d1dee0 inset;
-webkit-box-shadow:0px 10px 20px -2px #d1dee0 inset;
}
#cotnents .inner_column {
	width: 940px;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;	
}

@media screen and (min-width:961px){#cotnents .inner_column{width:100%;max-width:1144px;}}

#cotnents .full_col {
	margin:15px 2% 0 2%;
}
#cotnents .left_col {
	float: left;
	width: 450px;
	width:46%;
	margin: 0 2% 15px 2%;
	/* padding-top: 15px; */
	padding-bottom: 15px;
	/* border-top: 1px solid #d4dfde; */
	border-bottom: 1px solid #d4dfde;
}

#cotnents .left_col:nth-child(1),
#cotnents .left_col:nth-child(2) {
	padding-top: 0;
	border-top: none;
}
/*
#cotnents #softdrink .left_col {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#cotnents .left_col:nth-last-of-type(1) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#cotnents #liquor .left_col:nth-last-of-type(2) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#cotnents #gourmet .left_col:nth-last-of-type(2) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#cotnents #culture .left_col:nth-last-of-type(2) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#cotnents .inner_column .ft_border {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4dfde;
} 
*/
#cotnents .inner_column p.imgLeft {
	width: 90px;
	float: left;
	margin-right: 25px;
}
#cotnents .inner_column .text_unit {
	overflow: hidden;
	zoom: 1;
}
#cotnents .inner_column .text_unit h2.sub_leed {
	font-size: 1.13em;
	font-weight: bold;
	color:#333;
	padding-top: 13px;
	margin-bottom: 20px;
	line-height: 1.0;
}
#cotnents .inner_column .text_unit h2.sub_leed span {
	background:#F00;
	font-size: .69em;
	color: #FFF;
	padding: 3px 5px 1px;
	margin: 0 0 0 15px;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/enjoy/socialmedia/css/PIE.htc);
	position: relative;
}
#cotnents .inner_column .text_unit h2.sub_leed,
#cotnents .inner_column .text_unit h2.sub_leed span {
	vertical-align: middle;
}
#cotnents .inner_column .text_unit ul.inline {
	overflow: hidden;
	zoom: 1;
}
#cotnents .inner_column .text_unit ul.inline li {
	float: left;
	padding-right: 15px;	
}
#cotnents .inner_column .text_unit ul.inline li a {
	display: block;	
}
#cotnents .inner_column .text_unit ul.inline li:last-of-type {
	padding-right: 0;
}
.pickup_block {
/*	width: 960px;*/
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	background:url(/enjoy/socialmedia/img/bg_section_hd01.gif) no-repeat 0 0;
}
.pickup_block .inner {
	padding: 0 0 25px 20px;
	background:url(/enjoy/socialmedia/img/bg_section_ct01.gif) no-repeat left bottom;
}
#cotnents .pickup_block .left_col {
	border-top-color: #a9deeb;
}
/* policy_block */
.policy_block {
	margin-top: 40px;	
}
#cotnents .pickup_block .left_col:nth-child(3),
#cotnents .pickup_block .left_col:nth-child(4) {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;	
}
.policy_block .inner {
/*	width: 860px;*/
	margin: 0 0 0 0;
	padding: 35px 50px 20px;
	background-color: #eaf4f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/enjoy/socialmedia/css/PIE.htc);
	position: relative;
}


.policy_block h2.leed_ttl {
	font-size: 0;
	line-height: 0;
	padding-bottom: 25px;	
}
.policy_block p {
	font-size: .88em;
	padding-bottom: 10px;
}
.policy_block section h3.sub_leed {
	color: #3faac5;
	font-size: .94em;
}
.policy_block .note_unit {
	background-color: #FFF;
	padding: 20px 25px 20px;
	margin-top: 15px;
}
.policy_block .note_unit h4 {
	font-size: .94em;
	font-weight: bold;
}
.policy_block p.txt_right {
	text-align: right;
	padding: 10px 0 0 0;	
}



/* ============================== social media */


/* ============================== form */


/* ============================== media queries */
