@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background:#fff;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background-color: #E4E4E4;
    color: #231815;
    border: solid 2px #aaa;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #aaa
}}
#suntory_contents nav ul li:after{
    border-color: #aaa
}

/*見出し*/
#suntory_contents #contents section h1{
    background-color: #E4E4E4;
    color:#231815;
}

#suntory_contents #contents section h2{
  border-color:#E6C17A;
}

#suntory_contents #contents p.sample_tit{
  color:#231815;
}


#suntory_contents #container h1.txt_header{
    background-color: #E4E4E4;
    color:#231815;
    border: solid 2px #aaa;
}


#suntory_contents #contents section h1{
	margin-bottom: 0;
    border: solid 2px #aaa;
}

#suntory_contents #contents section .contents_box h2:first-of-type {
    margin-top: 0;
}

#suntory_contents #contents section .contents_box {
    border: solid 2px #aaa;
    border-top: none;
}

#suntory_contents #contents section .btn_box_wrap {
    border: solid 2px #aaa;
    margin: 30px 0 40px;
}
#suntory_contents .btn_box_wrap .btn_box{
	margin: 0 auto;
}

@media screen and (max-width: 767px){
#suntory_contents #contents section .contents_box {
    padding: 10px;
}
}