@charset "utf-8";
/* CREEKCOM Co., Ltd. (www.creekcom.co.jp) */
/* Base color :  Brown */
#hdr.switch{background-color:rgba( 190, 160, 130, .9 );}
.btn{background-color:#bea082;border:1px solid #bea082;}
.btn:hover{background-color:#82bf82;border-color:#82bf82;}
.itemimg.new:after{position:absolute;top:0;right:0;content:"NEW";width:50px;background:#bea082;color:#FFF;font-size:10px;text-align:center;animation:newAnime .7s infinite alternate;}
@keyframes newAnime{
 0%{color:#bea082;background:#fff;}
 100%{color:#fff;background:#bea082;}
}
@media screen and (min-width:641px){
#photobox a:hover:after,.rows3box a:hover .itemimg:after,.rows4box a:hover .itemimg:after{background-color:rgba( 190, 160, 130, .8 );}
}
