@charset "utf-8";

/* for PC */

/*------------------------------------------------------------
  [PC] article_type_head
------------------------------------------------------------ */
#suntory_contents #article_type_head {
	margin: 0 auto 25px;
	padding-top: 6px;
	padding-bottom: 27px;
	border-bottom: 3px solid #bfe7f1;
	width: 900px;
	position: relative;
}
#suntory_contents #article_type_head .print {
	width: 155px;
	float: right;
	position: absolute;
	top: -10px;
	right: 0;	
}
#suntory_contents #article_type_head .print a {
	background:  url(../img/btn_print.gif) no-repeat left top;
	display: block;
	width: 155px;
	height: 40px;
}

#suntory_contents #article_type_head .print a:hover {
	background:  url(../img/btn_print.gif) no-repeat left bottom;
}
#suntory_contents #article_type_head .print img {
	display: none;
}
#suntory_contents #article_type_head .print span {
	display: none;
}
#suntory_contents #article_type_head h1 {
	line-height: 0;
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	color: #0f7baa;
}

/*------------------------------------------------------------
  [PC] containar
------------------------------------------------------------ */
#suntory_contents #containar {
    margin: 0 auto;
    width: 960px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}


/*------------------------------------------------------------
  [PC] article
------------------------------------------------------------ */
#suntory_contents #article {
    font-size: 15px;
    line-height: 2;
    color: #333;
}
#suntory_contents #article h1 {
	/*font-size: 26px;*/
    font-size: 22px;
	color: #444;
	text-align: center;
    font-weight:bold;
}
#suntory_contents #article .article_label {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
#suntory_contents #article .article_label .date {
    display: table-cell;
    text-align: left;
    font-size: 15px;
}
#suntory_contents #article .article_label .company {
    display: table-cell;
    text-align: right;
    font-size: 15px;
}

#suntory_contents #article .inner {
    margin: 0 40px;
}

#suntory_contents #article p {
    font-size: 15px;
}
#suntory_contents #article p.center {
    text-align: center;
}

#suntory_contents #article a {
    color: #0066aa;
    text-decoration: none;
}
#suntory_contents #article a:hover {
    text-decoration: underline;
}
#suntory_contents #article a.external {
    background: url(../img/icon_external.png) no-repeat right 0;
    background-size: 20px auto;
    padding-right: 25px;
}
#suntory_contents #article a.pdf {
    background: url(../img/icon_pdf.png) no-repeat right 0;
    background-size: 12px auto;
    padding-right: 17px;
}

#suntory_contents #article ul,
#suntory_contents #article ol {
    margin: 0 0 1em 2em;
}

#suntory_contents #article ul li {
    list-style: disc;
}
#suntory_contents #article ol li {
    list-style: decimal;
}

#suntory_contents #article  h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 14px 20px;
}
#suntory_contents #article  h2.type01 {
    background: #def3f8;
}
#suntory_contents #article  h2.type02 {
    background: #f5f5f5;
}

#suntory_contents #article  h3 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 20px;
}
#suntory_contents #article  h3.type01 {
    background: #def3f8;
}
#suntory_contents #article  h3.type02 {
    background: #f5f5f5;
}


#suntory_contents #article  dl {
    margin-bottom: 1em;
}
#suntory_contents #article  dt {
    font-weight: bold;
}


#suntory_contents #article table {
    margin-bottom: 1em;
    width: 100%;
}
#suntory_contents #article table th {
    background: #cccccc;
    padding: 10px;
    border: 1px #aaaaaa solid;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
#suntory_contents #article table td {
    padding: 10px;
    border: 1px #aaaaaa solid;
    text-align: left;
    vertical-align: top;
}

#suntory_contents #article .fig_left {
    margin: 0 auto 0 0;
    display: table;
}
#suntory_contents #article .fig_center {
    margin: 0 auto;
    display: table;
}
#suntory_contents #article .fig_right {
    margin: 0 0 0 auto;
    display: table;
}
#suntory_contents #article .fig_left div.figcaption,
#suntory_contents #article .fig_center div.figcaption,
#suntory_contents #article .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}

#suntory_contents #article .fig_container {
    margin: 0 auto 25px;
    display: table;
}
#suntory_contents #article .fig_container:after { content :''; display :block; clear :both; }

#suntory_contents #article .fig_container .fig_left {
    display: table-cell;
    text-align: center;
    padding: 0 50px 0 0;
}
#suntory_contents #article .fig_container .fig_right {
    display: table-cell;
    text-align: center;
    padding: 0 0 0 50px;
}

#suntory_contents #article .fig_container .fig_left div.figcaption,
#suntory_contents #article .fig_container .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}
#suntory_contents #article div.figure {
    margin-bottom: 25px;
}
#suntory_contents #article div.figure img {
    vertical-align: bottom;
    max-width: 100%;
}

#suntory_contents #article div.figure div.figcaption + img {
    margin-top: 10px;
}
#suntory_contents #article div.figure img + div.figcaption {
    margin-top: 10px;
}

#suntory_contents #article .contact_note01 {
    border: 1px #43b0d0 solid;
}
#suntory_contents #article .contact_note02 {
    border: 1px #cccccc solid;
}
#suntory_contents #article .contact_note01,
#suntory_contents #article .contact_note02 {
    margin-bottom: 50px;
    padding: 30px;
}


#suntory_contents #article .fig_container_sequence {
    margin: 0 auto 25px;
    width: 80%;
}
#suntory_contents #article .fig_container_sequence:after { content :''; display :block; clear :both; }

#suntory_contents #article .fig_container_sequence .fig_left {
    clear: both;
    width: 48%;
    float: left;
    text-align: center;
}
#suntory_contents #article .fig_container_sequence .fig_right {
    width: 48%;
    float: right;
    text-align: center;
}

#suntory_contents #article .fig_container_sequence .fig_left div.figcaption,
#suntory_contents #article .fig_container_sequence .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}


/*------------------------------------------------------------
    print（PC）
------------------------------------------------------------ */
#suntory_contents .ft_area .print {
	width: 155px;
	float: right;
	margin: 0 5px 5px 0;
}
#suntory_contents .ft_area .print a {
	background: url(../img/btn_print.gif) no-repeat left top;
	display: block;
	width: 155px;
	height: 40px;
}
#suntory_contents .ft_area .print a:hover {
	background:  url(../img/btn_print.gif) no-repeat left bottom;
}
#suntory_contents .ft_area .print span {
	display: none;
}



@media screen and (min-width:961px){
/*=============================================================
  [PC] width 961px - 
============================================================ */
    
    /*------------------------------------------------------------
      containar（PC）
    ------------------------------------------------------------ */
    #suntory_contents #containar {
     width: 100%;
     max-width: 1164px;
    }


}


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

/*=============================================================
  [SP] 
============================================================ */
#suntory_contents #sbf_main_cnt {
        width: auto;
    } 
#suntory_contents #sbf_wrap {
    background: none;
    }
#suntory_contents #sbf_wrap_inr {
    background: none;   
    }
    
#suntory_contents #sbf_header,
#suntory_contents #sbf_waste {
        display: none;
}
    
/*------------------------------------------------------------
  [PC] article_type_head
------------------------------------------------------------ */
#suntory_contents #article_type_head {
	display: none;
}

     
/*------------------------------------------------------------
  [SP] containar
------------------------------------------------------------ */
#suntory_contents #containar {
    margin: 0 auto;
    width: auto;
}

/*------------------------------------------------------------
  [SP] article
------------------------------------------------------------ */
#suntory_contents #article {
    font-size: 12px;
    line-height: 2;
    padding-top: 15px;
}
#suntory_contents #article .inner {
    /*margin: 0 15px;*/
    margin: 0px;
}
#suntory_contents #article p {
    font-size: 12px;
    padding: 0 15px;
}
#suntory_contents #article a.external {
    background: url(../img/icon_external.png) no-repeat right 0;
    background-size: 16px auto;
    padding-right: 21px;
}
#suntory_contents #article a.pdf {
    background: url(../img/icon_pdf.png) no-repeat right 0;
    background-size: 12px auto;
    padding-right: 17px;
}

#suntory_contents #article h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    width: auto;
    padding: 0 15px;
}
#suntory_contents #article .article_label {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
#suntory_contents #article .article_label .date {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
}
#suntory_contents #article .article_label .company {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
}    
    
    
#suntory_contents #article ul,
#suntory_contents #article ol {
    margin: 0 0 1em calc(15px + 2em);
}
#suntory_contents #article  dl {
    margin: 0 15px 1em;
}
    
#suntory_contents #article  h2 {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 14px 20px;
}
#suntory_contents #article  h3 {
    font-size: 14px;
    font-weight: normal;
}

#suntory_contents #article table {
    margin: 0 15px 1em;
    width: auto;
    width: calc(100% - 30px);
}

#suntory_contents #article .fig_left {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}
#suntory_contents #article .fig_center {
    margin: 0 15px 15px;
    display: block;
    padding: 0;
}
#suntory_contents #article .fig_right {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}

#suntory_contents #article .fig_container {
    margin: 0;
    display: block;
}
#suntory_contents #article .fig_container .fig_left {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}
#suntory_contents #article .fig_container .fig_right {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}

#suntory_contents #article .fig_container .fig_left div.figcaption,
#suntory_contents #article .fig_container .fig_right div.figcaption {
    text-align: center;
}
#suntory_contents #article div.figure {
    margin: 0 15px 15px;
    text-align: center;
}
#suntory_contents #article div.figure img {
    margin: 0 auto;
    vertical-align: bottom;
    max-width: 100%;
}

#suntory_contents #article .contact_note01 {
    border: 1px #43b0d0 solid;
}
#suntory_contents #article .contact_note02 {
    border: 1px #cccccc solid;
}
#suntory_contents #article .contact_note01,
#suntory_contents #article .contact_note02 {
    margin: 0 15px 25px;
    padding: 15px;
} 
#suntory_contents #article .contact_note01 p,
#suntory_contents #article .contact_note02 p {
    padding: 0;
}
    
#suntory_contents #article .fig_container_sequence {
    margin: 0 15px 15px;
    width: auto;
}

#suntory_contents #article .fig_container_sequence .fig_left {
    width: auto;
    float: none;
    margin: 0 15px 15px;
}
#suntory_contents #article .fig_container_sequence .fig_right {
    width: auto;
    float: none;
    margin: 0 15px 15px;
}
    
/*------------------------------------------------------------
    print（SP）
------------------------------------------------------------ */
#suntory_contents .ft_area .print {
	display: none;
}
    
    
}