.sitetitle img {
	width: 160px;
	height: 160px;
}

#content p {
	line-height: 30px;
	font-size: 14px;
}

#content {
	word-wrap: break-word;
	border: none;
	padding: 0 !important;
}

#content h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}

#content h3 {
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.6em;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

#content ul {
	padding-left: 0;
}

a.wp_rp_title {
	color: #000;
}

.wp_rp_wrap {
	margin-top: 40px;
}

.related_post_title {
	border-bottom: none !important;
	margin-top: 60px;
}

.commentcount {
	display: none;
}

ul.related_post li ul li {
	border: none !important;
}

ul.related_post li a.wp_rp_title {
	font-size: 13px;
	margin-top: 8px;
}

ul.related_post li ul li {
	margin-bottom: 20px !important;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.16) !important;
	box-shadow: 0 2px 1px rgba(0,0,0,.16) !important;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.16) !important;
}

ul.related_post li {
	margin-right: 20px !important;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:visited {
	color: #fff;
}

.breadcrumbs {
	color: #696969;
	font-size: 12px;
	padding: 10px;
	background-color: #292e32;
}

.breadcrumbs span {
	margin: 0 3px;
	color: #fff;
}

#toc_container a {
	color: #696969;
	line-height: 30px;
}

.toc_toggle {
	display: none;
}

#toc_container p.toc_title {
	margin: 20px;
	font-size: 22px;
}

#toc_container {
	margin: 0 auto 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.sharedaddy h3 {
	display: none;
}

div#bottommeta a {
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #696969;
	background-color: #f6f6f6;
}

.wp_rp_wrap {
	text-align: center;
}

.sharedaddy.sd-sharing-enabled {
	display: none;
}

h3#reply-title {
	display: none;
}

.tag-line {
	font-size: 12px;
	color: #e4287c;
}

input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
}

input:-moz-placeholder {
	color: #ccc;
	font-size: 12px;
}

.search-form p {
	display: inline-block;
}

.bookmark-suggest {
	width: 100%;
	padding: 5px 5px 2px;
	border: solid 4px #eee;
	color: #999;
	vertical-align: middle;
	display: inline-block;
	margin-top: 20px;
	max-width: 732px;
}

.bookmark-suggest img {
	width: 50px;
}

.bookmark-suggest div {
	display: inline-block;
	vertical-align: middle;
}

.bookmark-suggest p {
	display: inline-block;
	line-height: 50px !important;
	margin-bottom: 0 !important;
	margin-left: 10px;
	color: #666;
}

ul.wpp-list {
	padding-left: 0 !important;
}

.wpp-list a {
	color: #666;
	font-size: 16px;
}

.wpp-views {
	display: block;
	text-align: right;
}

.wpp-list li {
	padding: 6px 0 2px;
	border-top: 1px solid #eee;
}

.footer-category li {
	list-style: none;
}

h3.footer-category-title {
	border-bottom: none !important;
	margin-top: 50px !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
}

.wpp-list li {
	padding: 7px 0 0;
	border-top: 1px solid #646464;
}

.footerwidget li {
	margin-bottom: 6px;
}

.ninja_onebutton {
	margin-top: 40px;
}

.amazon-widget {
	text-align: center;
}

/********facebookコメントを可変幅に********/
/*
 .fb-comments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb-comments iframe[style],
.fb-social-plugin span,
.fb-comments span {
	width: 100% !important;
	display: block;
}
*/
@media screen and (max-width: 600px) {
	/* 表示領域が600px以下の場合に適用するスタイル */
	.wrapper {
		width: 100%;
	}
	
	div#toc_container {
		width: 90%;
	}
}

@media screen and (min-width: 600px) {
	.footer-category li {
		display: inline-block;
		max-width: 48%;
		margin: 0 6px 2px 0;
	}
	
	.footer-category li a:hover {
		opacity: .8;
	}
}