ol li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}

/* 影をつける */
img.shadow {
	margin-top: 5px;
/* 画像の上の余白*/
	display: inline-block;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
/*横方向　下方向　ぼかし　広がり　色 */
}

/* アイキャッチ画像を消す */
.entry-featured-image {
	display: none;
}

/* 背景をグレイに */
div.gray {
	background: #eee;
	padding: 2em;
	border-radius: 10px;
}

p.nocomments {
	display: none;
}

/* amazon.js */
/*
li.amazonjs_price {
	display: none;
}
*/
/* アリスとうさぎの会話 */
p span.alice {
	margin-bottom: 2em;
	padding: .5em .25em;
	color: #000;
	border-radius: 1em;
	background: #55ACEE;
	line-height: 2em;
}

p span.rabbit {
	margin-bottom: 1em;
	padding: .5em .25em;
	color: #000;
	border-radius: 1em;
	background: #ccc;
	line-height: 2em;
}

/* text-transform none */
blockquote cite {
	text-transform: none;
}

.searchform input[type="submit"] {
	text-transform: none;
}

.entry-title {
	text-transform: none;
}

#cancel-comment-reply-link {
	text-transform: none;
}

.menu ul a,
.menu ul a:visited {
	text-transform: none;
}

div.entry-content br {
	margin-bottom: 1.5em;
}

body,h1,h2,h3,h4,h5,h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
}

/*contact-form7用 */
.wpcf7 {
	margin: 96px 0;
}

.asterisk {
	margin: 0 0 0 .2em;
	color: #f5637a;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: .5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: .2em .4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

p.acceptance {
	background-color: #ddd;
	padding: left:2em;
}

/* 固定ページの見出しを修飾 */
body.page h1.entry-title-single {
	position: relative;
	color: #111;
	font-size: 24px;
	line-height: 1.6em;
	margin: 0 0 1.5em;
	padding: .5em .5em .5em 1.7em;
	border-bottom: 2px solid #E91E63;
}

body.page h1.entry-title-single:before {
	content: "";
	position: absolute;
	background: #E91E63;
	top: 0;
	left: .4em;
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
}

body.page h1.entry-title-single:after {
	content: "";
	position: absolute;
	background: #e8749d;
	top: 1em;
	left: 0;
	height: 20px;
	width: 20px;
	transform: rotate(15deg);
}

/* リンクボタン */
div.btn a,a.btn {
	height: 3em;
	padding: 10px;
	background: #ddd;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
	text-align: center;
}

div.btn a:hover,a:hover.btn {
	color: #fff;
	background: #FF4081;
	box-shadow: 0 5px 15px -5px rgba(255,64,129,0.8);
}

div.gray {
	background: #ccc;
}

div.amazonjs_item h4 {
	border: none;
}

div.amazonjs_item h4:before {
	border: none;
}

div.amazonjs_item h4:after {
	border: none;
}

h4 {
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF4081;
	color: #f333;
	font-size: 25px;
}

h4:before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #E91E63;
	content: "";
}

h4:after {
	position: absolute;
	top: 3px;
	left: 9px;
	width: 13px;
	height: 13px;
	border: 2px solid #E91E63;
	content: "";
}

img.entry-image {
	display: none;
}

div.credit_inside {
	display: none;
}

p.nocomments {
	display: none;
}

.entry-title {
	text-transform: none;
}

h2.entry-title {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

div.entry-content {
	font-size: 18px;
	line-height: 1.6em;
}

div.entry-content p {
	line-height: 1.6em;
	padding: .4em;
}

.page-link span {
	color: #fff;
	background-color: #FF4081;
}

.nav-numeric span.current {
	color: #fff;
	background-color: #FF4081;
}

#loop-nav-numeric a:hover,
#loop-nav-next-prev a:hover,
#loop-nav-singlular-post a:hover,
#loop-nav-singular a:hover,
#comments-nav-below a:hover,
.page-link a:hover,
.page-link a span:hover {
	color: #fff;
	background-color: #FF4081;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #FF4081;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #FF4081;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #FF4081;
}

#sidebar a:hover,
#sidebar a:focus {
	color: #FF4081;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #fff;
	background-color: #FF4081;
	border: 1px solid #FF4081;
}

a:hover,
a:focus {
	color: #FF4081;
}

/**************************** #7AB80E ******************************************/
/** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #E91E63;
}

.commentlist li.bypostauthor {
	border-bottom: 2px solid #E91E63;
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #E91E63;
}

.entry-meta-featured {
	color: #E91E63;
}

.entry-date {
	display: block;
	text-align: center;
	background-color: #E91E63;
	padding: 8px 0;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 6px 12px;
	color: #fff;
	background-color: #E91E63;
	border: 1px solid #E91E63;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	outline: none;
	cursor: pointer;
}

thead {
	color: #fff;
	background: #E91E63;
	text-align: left;
}

a,
a:visited {
	color: #E91E63;
	text-decoration: none;
}

blockquote {
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0 5px 15px;
	margin: 20px 0;
	border-left: solid 5px #E91E63;
}

ins {
	color: #f5f5f5;
	background: #E91E63;
	text-decoration: none;
}