@charset "utf-8";

/*
 * File       : rwd-store.css
 * Author     : STUDIO-JT (SUMI)
 * Guideline  : JTstyle.1.1
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 01)
 */



/* **************************************** *
 * 1400px
 * **************************************** */
@media (max-width: 1400px) {
    
	/* STORE */
	.article_store .article_body > .narrow_wrap {max-width:950px; padding-left:200px;}
	

} /* 1400px */



/* **************************************** *
 * 1200px
 * **************************************** */
@media (max-width: 1200px){

    /* STORE */
	.article_store .article_body > .narrow_wrap {max-width: inherit; padding-left:0; margin: 0 74px;}

} /* 1200px */



/* **************************************** *
* 1023px
* **************************************** */
@media (max-width: 1023px){

    /* STORE */
	.article_store .article_body > .narrow_wrap { margin: 0 60px;}

} /* 1023px */



/* **************************************** *
* 768px
* **************************************** */
@media (max-width: 768px){

    /* STORE */
	.article_store .article_body > .narrow_wrap { margin: 0 30px;}

} /* 768px */






/* **************************************** *
* 540px
* **************************************** */
@media (max-width: 540px){
  
} /* 540px */
