@charset "utf-8";

/* base
-------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', serif;
	font-size: 1.6em;
	color: #333;
	background: #fafafa;
	line-height: 1.75;
}

a {
	color:blue;
}

a:hover {
	color: red;
}

h1 {
	margin: 16px 0;
}

h2 {}

h3 {
	position: relative;
	padding: 8px 16px;
	background-color: #4CAC26;
	border-radius: 4px;
	color: #fff;
}

h3::after {
	position: absolute;
	top: 100%;
	left: 32px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 16px solid #4CAC26;
}

h4 {
	position: relative;
	padding: 16px 0;
	text-align: center;
	margin-bottom: 0;
	color: #333;
}

h4::before,
h4::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
}

h4::before {
	top: 0;
	border-top: 2px solid #4CAC26;
	border-bottom: 1px solid #4CAC26;
}

h4::after {
	bottom: 0;
	border-top: 1px solid #4CAC26;
	border-bottom: 2px solid #4CAC26;
}

.wrap {
	width: 980px;
	margin: auto;
}

header#header {
	width: 980px;
	height: 60px;
	margin: 0 auto;
}

div#kv {
	width: 100%;
	background: #f0f0f0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

div#kv h2 {
	margin: 0;
	padding: 24px 0;
}

div#kv h2 img {
	display: block;
	margin: 0 auto;
}

main#main {
	float: left;
	width: 648px;
	margin: 0 32px 16px 0;
	word-wrap: break-word;
}

main#main div.rss {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1em;
}

main#main div.rss table td {
	font-size: 16px;
	font-size: 1.6rem;
}

main#main div.rss table td.j font br,
main#main div.rss table td.j font div {
	display: none;
}

main#main div.rss table td.j div.lh,
main#main div.rss table td.j div.lh br {
	display: block;
}

main#main div.date {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	color: #c0c0c0;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}

main#main article p {
	text-indent: 1em;
}

div.ads {
	clear: both;
	margin-bottom: 16px;
	text-align: center;
}

div#side {
	float: left;
	width: 300px;
	margin-bottom: 16px;
}

div#side div.ads {
	margin-top: 18px;
	text-align: center;
}

div#side ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: auto;
}
div#side ul li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

div#side ul li:last-child {
	border-bottom: 0px;
}

div#side ul li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	background: #fafafa;
}
div#side ul li a:hover {
	background: #f0f0f0;
}

div#side ul li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #4CAC26;
}

div#side ul li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fafafa;
}

div#side ul li a:hover:after {
	background: #f0f0f0;
}

footer#footer {
	clear: both;
	border-top: 1px solid #e0e0e0;
	color: #c0c0c0;
}

footer#footer .wrap {
	margin: 16px auto;
	text-align: center;
}

footer#footer .wrap h1 {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

footer#footer .wrap p {
	font-size: 12px;
	font-size: 1.2rem;
}

#breadcrumb {
	width: 100%;
	background: #f0f0f0;
	padding: 8px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#breadcrumb ul {
	list-style: none;
	padding-left: 0;
}

#breadcrumb ul li {
	display: inline-block;
	padding-left: 0;
}

#breadcrumb ul li.last a {
	color: #333;
	text-decoration: none;
	pointer-events: none;
}

div#amazon h2 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #e0e0e0;
	font-size: 16px;
	font-size: 1.6rem;
}

div#amazon h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 160px;
	height: 4px;
	background-color: #4CAC26;
}

div#amazon div.blog_des div a.url {
	padding-right: 32px;
}

div#amazon div.btn {
	clear: both;
	text-align: right;
	padding-bottom: 1em;
}

div#amazon div.btn a {
	display: inline-block;
	padding: 4px 64px 8px;
	color: #fff;
	background: -moz-linear-gradient(top center, #ff5555 0%, #d50000 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ff5555), to(#d50000));
	background: linear-gradient(top center, #ff5555 0%, #d50000 100%);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	text-align: center;
	text-decoration: none;
}

div#amazon div.btn a:hover {
	background: -moz-linear-gradient(top center, #d50000 0%, #ff5555 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#d50000), to(#ff5555));
	background: linear-gradient(top center, #d50000 0%, #ff5555 100%);
}

div#amazon div.btn a span {
	font-size: 12px;
	font-size: 1.2rem;
}

div#amazon div.item_box {
	display: flex;
}

div#amazon div.blog_pic {
	width: 120px;
	text-align: center;
}

.blog_price {
	font-size: 1.3rem;
	color: #aaa;
}

.blog_tokka {
	font-size: 1.8rem;
}

.blog_tokka span {
	font-size: 2.4rem;
	color: red;
	font-weight: bold;
}

.item_desc {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 518px;
}

.blog_average {
	margin-bottom: 1rem;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 9999;
}

.pagetop a {
	display: block;
	background-color: #4CAC26;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 16px;
}

.pagetop a:hover {
	background-color: #418A21;
}

/* Responsive
------------------------------------- */
@media screen and (max-width: 768px) {

body {
	-webkit-text-size-adjust: 100%;
}

h1 {
	margin: 8px auto;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.wrap {
	width: 98%;
	margin: auto;
}

header#header {
	width: 100%;
	height: auto;
}

main#main {
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}

div#side {
	float: none;
	width: 100%;
}

div#amazon div.btn a {
	padding: 4px 0 8px;
	width: 100%;
}

.pagetop {
	bottom: 0;
	right: 0;
}

}