@charset "UTF-8";

@import "base.css";
/*
@import "pc.css" only screen and (min-width:1025px);
@import "pc.css" only screen and (min-width:641x) and (max-width:1024px);
@import "smart_s.css" only screen and (min-width:321px) and (max-width:640px);
@import "smart_s.css" only screen and (max-width:320px);

@media only screen and (min-width:1024px)	{#wrapper{width:1024px;}}
@media only screen and (min-width:768px) and (max-width:1023px) {#wrapper{width:768px;}}
@media only screen and (min-width:480px) and (max-width:767px) {#wrapper{width:480px;}}
@media only screen and (max-width:479px) {#wrapper{width:320px;}}
*/

