@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(left, rgba(255, 255, 255, 0) 40%, #fff 100%); /* 塗りつぶす */
}

.kakumaru img {
	border-radius: 30%;
	box-shadow: 5px 3px 18px 4px rgba(0, 0, 0, 0.8);
}

.blur, .blur > img {
    margin: 0; padding: 0;
    border: 0;
	border-radius: 20%;
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 10; top: 10; right: 10; bottom: 10;
    -moz-box-shadow: inset 10px 10px 15px 15px #fff;
    -webkit-box-shadow: inset 10px 10px 15px 15px #fff;
    box-shadow: inset 10px 10px 15px 15px #fff;
    content: " ";
}
