/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.wpp-list li {
	border-bottom: 1px solid #ddd;
	font-size: .8em;
	list-style: none;
}

.wp_rp_wrap {
	background: #fff6e8 none repeat scroll 0 0;
	border-radius: 5px;
	margin-top: 1em;
	padding: 5px 20px 0;
}

.entry.clearfix li {
	margin: .5em 0;
}

#recent-posts-2 li {
	margin: .5em 0;
}

.entry h2::first-letter, .comment h2::first-letter {
	background: #0a148c none repeat scroll 0 0;
	color: #fff;
	font-size: 1.5em;
	margin-right: 2px;
	padding: .1em .2em;
}

.entry h2, .comment h2 {
	border-bottom: 5px solid #0a148c;
	color: #111;
	font-size: 1.45em;
	margin: 1.5em 0 .5em;
	padding: 0 .1em;
	line-height: 1.4em;
}

.entry h3, .comment h3 {
	border-top: 1px solid #0a148c;
	border-bottom: 1px solid #0a148c;
	border-left: 7px solid #0a148c;
	border-right: 1px solid #0a148c;
	font-size: 1.25em;
	margin: 0 0 1.5em;
	padding: .4em;
}

.entry h4, .comment h4 {
	border-bottom: 1px solid #0a148c;
	border-left: 5px solid #0a148c;
	font-size: 1.25em;
	margin: 0 0 1.5em;
	padding: .5em;
}

.entry h5, .comment h5 {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 2em;
}

.entry h5:after, .entry h5:before, .comment h5:after, .comment h5:before {
	content: '';
	height: 18px;
	width: 4px;
	display: block;
	background: #0a148c;
	position: absolute;
	top: 8px;
	left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.entry h5:before, .comment h5:before {
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 16px;
	left: 7px;
}

.entry h6, .comment h6 {
	position: relative;
	color: #383838;
	background: #fff;
	font-size: 1.15em;
	line-height: 1;
	border: 2px solid #383838;
	margin: 30px -10px 10px 0;
	padding: 12px 5px 12px 15px;
	border-radius: 5px;
}

.entry h6:after, .comment h6:after,.entry h6:before, .comment h6:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}

.entry h6:after, .comment h6:after {
	left: 33px;
	border: 11px solid transparent;
	border-top: 11px solid #fff;
}

.entry h6:before, .comment h6:before {
	left: 30px;
	border: 14px solid transparent;
	border-top: 14px solid #383838;
}

.social-share {
	background: #fff6e8 none repeat scroll 0 0;
	border-radius: 5px;
	padding: 20px 20px 0;
}

button {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	color: #f48c42;
	background: #fff4ea;
	border: double 4px #f48c42;
	border-radius: 3px;
	transition: .4s;
	font-size: 105%;
}

button:hover {
	background: #f48c42;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.list-up ul, ol {
  background: #fffcf4;
  border-radius :4px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 2em;
}
.list-up ul li, ol li {
  line-height: 1;
  padding: 0.3em 0;
}