@charset "UTF-8";


/*出し分け非表示*/
body{
	display: none;
}

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a.a_s,
#suntory_contents nav.ankerlink ul li a.a_s:visited {
    background: #05AA72;
    color: #F8EC00;
}
#suntory_contents nav.ankerlink ul li a.a_c,
#suntory_contents nav.ankerlink ul li a.a_c:visited {
    background: #2B71B7;
    color: #F8EC00;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #FDF200;
}}
#suntory_contents nav ul li:after{
    border-color: #FDF200;
}

/*見出し*/
#suntory_contents h1.h1_s{
	background:#0B8F4C;
    color: #fff;
}
#suntory_contents h1.h1_c{
	background:#0B61A4;
    color: #fff;
}
#suntory_contents #contents section h1.h1_s{
	background:#0B8F4C;
    color: #fff;
}
#suntory_contents #contents section h1.h1_c{
	background:#0B61A4;
    color: #fff;
}

#suntory_contents #contents section h2{
  border-color:#0A2B8A;
}

#suntory_contents #contents p.sample_tit{
  color: #0A2B8A;
}


/*領収書・納品書画像*/
#suntory_contents .ex_img{
	padding:1em 0 0;
}
#suntory_contents .ex_img img {
    width:100%;
}

@media screen and (min-width:768px){
    #suntory_contents .ex_img{
        text-align:center;
        padding: 0;
    }
    #suntory_contents .ex_img img {
        margin: 2em auto;
        width: 40%;
    }
  }