@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.marker_under{
background: linear-gradient(transparent 60%, #FFFDBF 60%);
}

.gray_box {
    background-color: #f7efff;
    border: 1px solid #dbb7ff;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 80%;
}
.gray_box:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}
.r-bold {color:red;}

.entry-content ul li {
	list-style-type: none;
	position: relative;
}

.entry-content li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #f7594d;
}