

.maxWidth {
max-width:1200px;
}

.maxWidth2 {
max-width:1000px;
}

.detail{
background-color:#eee;
}

.detail2{
background-color:#eee;
}

.detail3{
background-color:#fff;
}


.h3-th{

}



/* pc/mobile switch */
.for-pc { display:block; }
.for-sp { display:none; }
@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}





