@charset "utf-8";
/*?{
  ?b?N?X?S??*/
.accbox{
  margin-right : 0px;
  padding: 0;
  /*??啝*/


 width : 100%;
}
/*???x??*/
.accbox label{
  display: block;
  margin-right : 0px;
  margin-left : 0px;
  padding : 20px;
  color : white;
  background : #c19200;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  cursor :pointer;
  transition: all 0.5s;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  font-size : 18px;
  font-weight : bold;
}
/*???x???z?o?[??*/
.accbox label:hover{
  background : #bb0042;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
/*?`?F?b?N??B??*/
.accbox input{
  display: none;
}
/*???g???\??????????*/
.accbox .accshow{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
/*?N???b?N????g?\??*/
.cssacc:checked + .accshow{
  height : inherit;
  padding : 40px;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  opacity: 1;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-style : none solid solid;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  background-image : url(../img_common/footer.png);
  background-repeat : repeat;
}
/*?N???b?N????g?\??*/
