@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FFE9B4;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #F38D00;
    border-right: 3px solid #F38D00;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #5A1F00;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#f24826;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#FBBF2A;
}

#suntory_contents #contents p.sample_tit{
  color: #000;
}


/* ---------------テキストヘッダー---------------------- */
#suntory_contents #container h1.txt_header {
  background:#E70024;
  color:#fff;
}

/*クローズ*/
#suntory_contents #container p.close_txt{
    padding: 30px 10px 0;
}