/*
Theme Name:stinger8 child
Template:stinger8
Version:201611115b
*/
@import url('../stinger8/style.css');

----------------------------------------------------

*/

#content{
    max-width:1200px;
}


----------------------------------------------------



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
----------------------------------------------------*/
@media only screen and (max-width: 959px) {
        
        
/*-- ここまで --*/
}
        
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
----------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
        
        
/*-- ここまで --*/
}
        
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
        
        
/*-- ここまで --*/
}
        
/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
 

 
        
/*-- ここまで --*/
}

.midori-box {
    border: 4px solid #77d092;
    border-radius: 9px;
    padding: 2em;
}

