@charset "utf-8";

/*
 *  Copyright 2009-2013 ZiWAVE Co., Ltd.
 *
 *  style.css
 */
 
@import "base.css";
@import "common.css";
@import "ie.css";/*IE*/

/* responsive */
/* tablet */
@import url("768.css") only screen and (max-width: 1023px);
/* PC */
@import url("1024.css") only screen and (min-width: 1024px);

