/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

span.newMark {
02
    color: #ffffff; // フォント色
03
    font-size: 10px; // フォントサイズ
04
    background: #f35b69; // 背景色
05
    position: relative;
06
    top: -2px;
07
    display: inline-block;
08
    margin-left: 8px;
09
    padding: 2px 5px;
10
}


