@charset "shift_jis";

/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}
img {
	display: block;
	width: 100%;
}
em {
	font-style: normal;
}

#mainContents {
	font-size: 14px;
}
.contents {
	padding-bottom: 2em;
	position: relative;
	overflow: hidden;
}
.contents:before {
	content: "";
	display: block;
	width: 1000px;
	height: 500px;
	background: #f6f6f6;
	position: absolute;
	top: -200px;
	left: -330px;
	transform: rotate(-35deg);
	z-index: -10;
}
.contents a {
	color: #0068b5;
}
.contents a:hover {
	color: #0086d4;
}
.notice {
	font-size: .7em;
	line-height: 1.5;
	margin: 1.5em auto 0;
}
.intelNote {
	font-size: .7em;
	color: #999;
	line-height: 1.5;
	margin: 1.5em auto 0;
	padding: 0 1.5em;
}

@font-face {
	font-family: iconfont;
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}


/*==============================================
 看板
============================================= */
.titleWrap {
	padding: 1.5em 1.2em 2em;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
	text-indent: -.5em;
}
h1 br {
	display: none;
}
.titleWrap .catch {
	font-size: .9em;
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
	margin: 0 1px 1em;
}
.titleWrap img {
	width: 88%;
	margin: 13px auto 0;
}
.lead {
	margin: 1.6em auto 0;
}
.lead p {
	line-height: 1.8;
}


/*==============================================
 目次
============================================= */
.titleWrap ul {
	background: rgba(255,255,255,.7);
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin-top: 1.5em;
	padding: 1em 0 .9em;
}
.titleWrap li {
	display: inline-block;
	font-size: .9em;
	margin: .5em 1em;
}
.titleWrap li a {
	color: #333;
}
.titleWrap li a:before {
	content: "▼";
	font-size: .8em;
	margin-right: 2px;
	vertical-align: 2px;
}


/*==============================================
 共通 H2
============================================= */
h2 {
	background: #00285a;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: .8em 1em .7em;
}
h2 span {
	display: inline-block;
	padding: 0 1.5em;
	position: relative;
}
h2 span:before {
	content: "―";
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: 0;
}
h2 span:after {
	content: "―";
	margin-left: .5em;
	position: absolute;
	top: 0;
	right: 0;
}


/*==============================================
 共通 レビュー・クチコミ
============================================= */
dl.revbbs {
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: .8em;
	margin-top: 1.5em;
}
dl.revbbs a {
	display: block;
	color: #333 !important;
}
dl.revbbs dt {
	display: flex;
	align-items: center;
	width: 35%;
	background: linear-gradient(#fcfcfc, #ececec);
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	line-height: 1.3;
	padding: 1.1em .5em .8em;
	box-sizing: border-box;
}
dl.revbbs dd {
	display: flex;
	align-items: center;
	width: 65%;
	background: linear-gradient(#fcfcfc, #ececec);
	border-top: 1px solid #e0e0e0;
	padding: 1em .5em .9em;
	box-sizing: border-box;
}
dl.revbbs dt:nth-of-type(1) {
	border-top-left-radius: 5px;
	border-top: 0;
}
dl.revbbs dd:nth-of-type(1) {
	border-top-right-radius: 5px;
	border-top: 0;
}
dl.revbbs dd a strong {
	font-family: verdana;
	font-size: 1.2em;
	color: #ff5722;
}
dl.revbbs:nth-of-type(1) dd strong {
	margin-left: 1px;
}
dl.revbbs dd small {
	vertical-align: 1px;
	margin-left: 1px;
}
dl.revbbs .stars:before {
	content: "\E01E";
	font-family: iconfont;
	font-size: 1.1em;
	font-weight: 400;
	color: #ffc107;
	vertical-align: -1px;
	margin-right: 2px;
}
dl.revbbs dd span {
	display: block;
	padding-top: 2px;
	color: #0068b5;
}
dl.revbbs dd span:hover {
	color: #0086d4;
}


/*==============================================
 おすすめコンテンツ
============================================= */
.feature {
	padding-bottom: 1em;
}

/* 新着 */
#featureBox .update {
	background: #f6f6f6;
}
#featureBox .update ul {
	padding: .8em 1em 1.5em;
	overflow: hidden;
	margin: auto;
}
#featureBox .update li {
	font-size: .8em;
	margin: 1em 1.5em 0 0;
	float: left;
	position: relative;
}
#featureBox .update li a {
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
}
#featureBox .update li a:hover {
	color: #0086d4;
}
#featureBox .update li:before {
	content: "・";
}
#featureBox .update li.new:after {
	content: "new";
	font-family: verdana;
	font-weight: bold;
	font-size: .9em;
	color: #b11;
	margin-left: .3em;
	position: relative;
	top: -2px;
	right: 0;
}

/* タイアップ紹介 */
.feature .article dl {
	padding: 1.5em 1.2em 0;
}
.feature .article dt a {
	font-size: 1.4em;
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
}
.feature .article dt + dd {
	line-height: 1.8;
	margin-top: .8em;
}
.feature .article dd + dd {
	margin: 1em 0 0 0;
}
.feature .article dd + dd a {
	position: relative;
}
.feature .article dd + dd a:before {
	content: "\E003";
	font-family: iconfont;
	font-size: 1.2em;
	font-weight: 400;
	vertical-align: -2px;
	margin-right: 2px;
}
.feature + .feature {
	border-top: 1px solid #e0e0e0;
}

/* 製品紹介 */
.feature .product {
	padding: 0 1.2em 1.5em;
	margin-top: 2em;
}
.feature .product .img {
	display: block;
	padding-top: .5em;
	position: relative;
	overflow: hidden;
}
.feature .product .img:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	background: rgba(0,40,90,.6);
	position: absolute;
	top: -70px;
	left: -70px;
	transform: rotate(-45deg);
}
.feature .product .img:after {
	content: "紹介製品";
	display: block;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}
.feature .product .detail {
	margin-top: .8em;
}
.feature .product .img img {
	width: 80%;
	margin: 0 auto;
}
.feature .product h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
}
.feature .product .btn {
	display: block;
	height: 40px;
	background: #0068b5;
	border-radius: 5px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	transition: background ease .3s;
	position: relative;
	margin-top: 1em;
}
.feature .product .btn:hover {
	background: #0086d4;
}
.feature .product .btn:before {
	content: "▼";
	display: block;
	font-size: .8em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 8px;
	transform: rotate(-90deg);
}


/*==============================================
 注目製品
============================================= */
#pickupBox {
	background: #f0f0f0;
}
#pickupBox .pickup {
	padding: .5em 1.2em;
}
#pickupBox li {
	margin: 1.5em 0;
}
#pickupBox  li a dt {
	min-height: 95px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	padding: 15px 12px 0 145px;
	position: relative;
}
#pickupBox  li a img {
	width: 120px;
	position: absolute;
	top: 15px;
	left: 10px;
}
#pickupBox li a dt em {
	display: inline-block;
	border: 1px solid #333;
	font-size: .8em;
	padding: 2px 10px 0;
}
#pickupBox  li a dt span {
	display: block;
	width: 100%;
	min-height: 60%;
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: .6em;
}
#pickupBox  li a dd {
	width: 100%;
	background: #0068b5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: .8em;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	padding: .7em 1.5em .6em 1.5em;
	box-sizing: border-box;
	position: relative;
}
#pickupBox  li a dd:before {
	content: "▼";
	display: block;
	font-size: .7em;
	color: #fff;
	position: absolute;
	top: 50%;
	left: .5em;
	margin-top: -.7em;
	transform: rotate(-90deg);
}
#pickupBox li a:hover dd {
	background: #0086d4;
}


/*==============================================
 ランキング
============================================= */
.ranking {
	padding-bottom: 1.2em;
}

#rankingBox li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 1.5em 1.2em;
	box-sizing: border-box;
}
#rankingBox li .img {
	position: relative;
}
#rankingBox li .img img {
	width: 70%;
	margin: 0 auto;
}
#rankingBox li .img:before {
	content: "1";
	display: block;
	width: 36px;
	height: 36px;
	background: linear-gradient(#d9b803, #f3d216);
	border-radius: 100%;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	text-align: center;
	padding-left: 1px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
#rankingBox li:nth-child(2) .img:before {
	content: "2";
	background: linear-gradient(#9a9a9a, #c1c1c1);
}
#rankingBox li:nth-child(3) .img:before {
	content: "3";
	background: linear-gradient(#c2663f, #e19575);
}
#rankingBox li .detail {
	margin-top: .8em;
}
#rankingBox li h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #00285a;
	line-height: 1.5;
}
#rankingBox li .btn {
	display: block;
	height: 40px;
	background: #0068b5;
	border-radius: 5px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	transition: background ease .3s;
	position: relative;
	margin-top: 1em;
}
#rankingBox li .btn:hover {
	background: #0086d4;
}
#rankingBox li .btn:before {
	content: "▼";
	display: block;
	font-size: .8em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 8px;
	transform: rotate(-90deg);
}
#rankingBox .toList {
	padding: 1.2em 0 0 1.2em;
}
#rankingBox .toList a:before {
	content: "\E003";
	font-family: iconfont;
	font-size: 1.2em;
	font-weight: 400;
	vertical-align: -2px;
}


/*==============================================
 Evoについて
============================================= */
#aboutBox {
	background: #f0f0f0;
}
.about {
	padding: 1.5em 1.2em 2em;
}
#aboutBox p {
	line-height: 1.8;
}
#aboutBox li {
	border: 1px solid #ddd;
	font-size: 1.1em;
	line-height: 1.8;
	word-break: break-all;
	padding: 2em 1em 2em 35%;
	margin-top: 1em;
}
#aboutBox li {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon01.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(2) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon02.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(3) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon03.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(4) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon04.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(5) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon05.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(6) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon06.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}
#aboutBox li:nth-child(7) {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon07.png) no-repeat 10px center;
	background-size: 28%;
	background-color: #fff;
}


/*==============================================
 メーカー
============================================= */
.makers {
	padding: 1em 1.2em;
}
#makerBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#makerBox li {
	width: 28%;
	margin: .5em 0;
	float: left;
}
#makerBox li img {
	width: 100%;
}





