@charset "utf-8";
@import url(./style_pc.css) screen and (min-width: 1024px);
/*
@import url(./style_tab.css) screen and (min-width: 600px) and (max-width: 1023px);
*/
@import url(./style_sp.css) screen and (max-width: 1023px);

#sns-box {
	margin-top: 20px !important;
	overflow: hidden;

	margin-bottom: 20px;
}
#sns-box .maroyaka-webclap {
	float: left;
}
#sns-box .maroyaka-webclap button {
	padding: 5px 10px !important;
	background: #005CAF !important;
	color: #FFFFFF !important;
	border: 1px solid rgba( 0, 0, 0, .2 ) !important;

	text-shadow: none !important;
	vertical-align: middle;
}
#sns-box .maroyaka-webclap button span {
	color: #FFFFFF !important;
	text-shadow: none !important;
}
#sns-box .maroyaka-webclap button:hover {
	opacity: .9;
}
#sns-box ul {
	float: left;
	margin-left: 5px;
}
#sns-box ul li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#sns-box ul li a {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid rgba( 0, 0, 0, .2 ) !important;
	color: #FFFFFF !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);

	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 3px;
}
#sns-box ul li.twitter a {
	display: block;
	background: #55acee;
	color: #FFFFFF !important;
}
#sns-box ul li.facebook a {
	background: #305097;
	color: #FFFFFF !important;
}
#sns-box ul li.google a {
	background: #db4a39;
	color: #FFFFFF !important;
}
#sns-box ul li.hatena a {
	background: #00a4de;
	color: #FFFFFF !important;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
}
#sns-box ul li.twitter a:hover {
	opacity: .9;
}

.ranking {
	margin: 10px 0 10px;
	padding: 1px;

	border: 1px solid #005CAF;
}
.ranking p {
	background: #005CAF;
	color: #FFFFFF;
	padding: 5px;
}
.ranking div {
	display: inline-block;
	padding: 5px;
}
.ranking div img {
	vertical-align: bottom;
}

blockquote {
	margin: 10px 0;
	border: 2px solid  #005CAF;
	border-left: 5px solid #005CAF;
	padding: 10px;
}
#inner_space {
	text-align: center;
}