@charset "UTF-8";

/*!
Theme Name: dynex-ccc
Description: Cocoon子テーマ
Author: hanapri
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
@import url("css/common.css");
@import url("css/main.css");
@import url("css/contact.css");

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
    main.main {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
