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