/*
Theme Name: ダニエルハウス
Theme URI: http:forceelemens.jp
Description: ダニエルハウスのサイトです。
Version: 1.0
Author: 株式会社Force Elemens
Author URI: http:forceelemens.jp
*/

/*HTMLエディタタブ*/
div.wp-editor-tabs{
    display: none;
}


/*PCサイト*/
@media only screen and (min-width: 600px) {
    .pc_none {
        display: none!important;
    }
}
/* 

/*スマホ最適化*/
@media only screen and (max-width: 599px) {
    .sp_none {
        display: none!important;
    }
}
/* 