/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/

.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.box {
	margin: 10px;
	padding: 20px 20px 0;
	border: 1px dotted #e84747;
	background-color: #ffffee;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.inyo {
	color: gray;
	font-size: small;
	text-align: right;
}

.none {
	text-decoration: none;
	color: gray;
}

img.waku {
	border: 1px solid #CCC;
	padding: 5px;
}

.center {
	text-align: center;
}

.mtop20 {
	margin-top: 20px;
}

.btm20 {
	padding-bottom: 20px;
}

.btm40 {
	padding-bottom: 40px;
}

.small {
	font-size: small;
}

.large {
	font-size: large;
}

a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

.underline {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
	background: #ef7d0c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 2px 2px 4px rgba(255,255,255,0.1), inset -2px -2px 4px rgba(0,0,0,0.1);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
}

.btn_wide {
	color: #fff;
	position: relative;
	display: block;
	margin: 20px auto 40px;
	width: 65%;
	z-index: 9;
}

/* PC */
@media screen and (min-width : 484px) {
	.spOnly {
		display: none;
	}
	
	.pcOnly {
		display: block;
	}
}

/* スマホ */
@media screen and (max-width : 483px) {
	.pcOnly {
		display: none;
	}
	
	.spOnly {
		display: block;
	}
}

/* Popular Postsに順位を追加 */
.wpp-list {
	counter-reset: ranking;
	list-style-type: none;
}

.wpp-list li {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: bold;
}

.wpp-list li::before {
	counter-increment: ranking;
	content: counter(ranking);
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px;
}

.wpp-thumbnail {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

/* Popular Postsに順位を追加TOP */
.wpp-list dt {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: bold;
}

.wpp-list dt::before {
	counter-increment: ranking;
	content: counter(ranking);
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px;
}

.wpp-thumbnail {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}