@charset "utf-8";
/*?{
  ?b?N?X?S??*/
.accbox{
  padding : 0px 0px 0px;
  width : 100%;
  text-align : left;
}
/*???x??*/
.accbox label{
  display: block;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  cursor :pointer;
  transition: all 0.2s;
  padding-top : 15px;
  padding-bottom : 15px;
  background-image : linear-gradient(to right, #5779bf, rgba(87, 121, 191, 0.4));
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : white;
  padding-left : 20px;
  font-size : 110%;
}
/*???x???z?o?[??*/
.accbox label:hover{
  background-image : none;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  background-color : #96abd8;
}
/*?`?F?b?N??B??*/
.accbox input{
  display: none;
}
/*???g???\??????????*/
.accbox .accshow{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
}
/*?N???b?N????g?\??*/
.cssacc:checked + .accshow{
  height : inherit;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  opacity: 1;
  text-align : left;
  padding-left : 40px;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : white;
  padding-top : 40px;
  padding-bottom : 40px;
  background-color : rgba(0, 0, 0, 0.6);
}
/*?N???b?N????g?\??*/
