@charset "UTF-8";
/* CSS Document */

/*書本欄*/

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  z-index: 1;
}
label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #7f6e68;
  border-radius: 4px;
  z-index: -1;
}
input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
input[type="checkbox"]:checked + label{
  padding-left: 10px;
  color: #000;
}
input[type="checkbox"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
}
/* Transition */
label,
label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.A-checkbox:checked + .A-checkbox-label::before{
      background: #fdd55c;
  border: 0px;
  }

.B-checkbox:checked + .B-checkbox-label::before{
    background: #a7e6ec;
  border: 0px;
  }

.C-checkbox:checked + .C-checkbox-label::before{
    background: #c5d98a;
  border: 0px;
  }

.RightArea{
	float:right;
	text-align:left;
	width:400px;
	}
.LeftArea{
	float:left;
	text-align:left;
	width:420px;  
	}
	

 @media screen and (max-width: 767px) {
#header {
	display: none;
}
#menu {
	display: none;
}
#xiang {
	display: block;
	position: absolute;
	right: 0;
}
#catQA li .infoBlock, #catQA li .infoBlock2 {
	bottom: 0;
}
}
