/*
  copyright (c)2018 Pong! ALL right reserved.
  Create and Design by seiki nishijima

/*===========================================================================

  wysiwyg 設定　ここから
    @180610 ver.1.0

===========================================================================*/
#background .editArea h1 ,
#background .editArea h2 ,
#background .editArea h3 ,
#background .editArea h4 ,
#background .editArea h5 ,
#background .editArea h6 ,
#background .editArea p ,
#background .editArea ul ,
#background .editArea ol ,
#background .editArea hr ,
#background .editArea blockquote ,
#background .editArea pre {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    clear: none;
}
#background .editArea h1 ,
#background .editArea h2 ,
#background .editArea h3 ,
#background .editArea h4 ,
#background .editArea h5 ,
#background .editArea h6 {
    line-height: 1.4em;
    word-break: break-all;
}
#background .editArea h1 {
    font-size: 56px;
}
#background .editArea h2 {
    font-size: 42px;
}
#background .editArea h3 {
    font-size: 34px;
}
#background .editArea h4 {
    font-size: 28px;
}
#background .editArea h5 {
    font-size: 22px;
}
#background .editArea h6 {
    font-size: 18px;
}

#background .editArea p ,
#background .editArea ul ,
#background .editArea ol ,
#background .editArea hr ,
#background .editArea blockquote ,
#background .editArea pre {
    font-size: 16px;
    line-height: 1.6em;
    word-break: break-all;
}
#background .editArea ul ,
#background .editArea ol {
    padding-left: 20px;
}
#background .editArea ul li {
    list-style: disc;
}
#background .editArea ol li {
    list-style: decimal;
}
#background .editArea blockquote {
    font-style: italic;
    padding-left: 20px;
    border-left: 5px solid #e1e1e1;
    color: #666;
}
#background .editArea pre {
    padding: 20px 20px 20px 20px;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    text-align: left;
}
#background .editArea img {
    width: initial;
    height: initial;
    max-width: initial;
    max-height: initial;
}
#background .editArea img.alignleft {
    float: left;
}
#background .editArea img.alignright {
    float: right;
}
#background .editArea img.aligncenter {
    text-align: center;
    display: block;
    margin: auto auto auto auto;
}

#background .editArea a {
    text-decoration: underline;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .editArea img {
        width: 100%;
        height: auto;
    }
    #background .editArea h1 {
        font-size: 56px;
    }
    #background .editArea h2 {
        font-size: 24px;
    }
    #background .editArea h3 {
        font-size: 20px;
    }
    #background .editArea h4 {
        font-size: 18px;
    }
    #background .editArea h5 {
        font-size: 16px;
    }
    #background .editArea h6 {
        font-size: 16px;
    }
    #background .editArea p ,
    #background .editArea ul ,
    #background .editArea ol ,
    #background .editArea hr ,
    #background .editArea blockquote ,
    #background .editArea pre {
        font-size: 14px;
    }

}