@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/item/title.jpg");
	position: relative;
}

.baseBox .inner {
	max-width: 980px;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.intro {
	font-size: 16px;
	margin-bottom: 44px;
}

/* ## index.php ## */


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

/* ## index.php ## */

/* ## detail.php ## */
	
}

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

/* ## index.php ## */

/* ## detail.php ## */
}

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

/* ## index.php ## */

/* ## detail.php ## */



}

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

/* ## index.php ## */
.intro {
	font-size: 13px;
	margin-bottom: 24px;
}
	
	
}

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

/* ## side ## */	

	
/* ## index.php ## */
	
}

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

/* ## index.php ## */


	

}


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


/* ## index.php ## */


}