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

/* ## category title ## */
h2.cTitle {
	background-image: url("../img/allmaker_h2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

/* #＃＃### 共通項目 ＃＃#### */

.abWrapp .mBox, .abWrapp .bhBox {
	text-align: center;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {



}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {


}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.abWrapp {
	padding-right: 14px;
	padding-left: 14px;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {


}


/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {
	

}