@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	padding-top: 20px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop { border-radius: 50%; }

.forSP { display: none; }

em {
	font-style: normal;
}
#mainContents {
	font-size: 15px;
}
.contents {
	margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
}
.contents:before {
	content: "";
	display: block;
	width: 2000px;
	height: 700px;
	background: #f6f6f6;
	position: absolute;
	top: -500px;
	left: -330px;
	transform: rotate(-35deg);
	z-index: -10;
}
.contents a {
	color: #0068b5;
	transition: color ease .3s;
}
.contents a:hover {
	color: #0086d4;
}
.notice {
	font-size: 11px;
	line-height: 1.8;
	margin: 50px auto 0;
}
.intelNote {
	width: 930px;
	font-size: 11px;
	color: #999;
	margin: 80px auto 0;
}

@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 {
	width: 930px;
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/logo_intelevo.png) no-repeat 725px 60px;
	background-size: 200px;
	padding: 55px 0 70px;
	box-sizing: border-box;
	margin: auto;
}
h1 {
	font-size: 34px;
	font-weight: bold;
	color: #00285a;
	line-height: 1.6;
	text-indent: -.5em;
}
.titleWrap .catch {
	font-weight: bold;
	color: #00285a;
	margin-bottom: 20px;
}
.lead {
	padding: 30px 250px 0 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;
	text-align: center;
	margin-top: 40px;
	padding: 15px 0 13px;
}
.titleWrap li {
	display: inline-block;
	font-size: 14px;
	margin: 0 12px;
}
.titleWrap li a {
	color: #333;
}
.titleWrap li a:before {
	content: "▼";
	font-size: .8em;
	margin-right: 2px;
	vertical-align: 2px;
}


/*==============================================
 共通 H2
============================================= */
h2 {
	height: 80px;
	background: #00285a;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 84px;
	text-align: center;
}
h2 span:before {
	content: "―";
	margin-right: .5em;
}
h2 span:after {
	content: "―";
	margin-left: .5em;
}


/*==============================================
 共通 ブロック
============================================= */
.feature,
.pickup,
.ranking,
.about,
.makers {
	width: 930px;
	box-sizing: border-box;
	margin: auto;
}


/*==============================================
 共通 レビュー・クチコミ
============================================= */
dl.revbbs {
	display: flex;
	flex-flow: row wrap;
	font-size: 13px;
	line-height: 1.1;
	margin-top: 15px;
}
dl.revbbs a {
	display: block;
	color: #333 !important;
}
dl.revbbs dt {
	display: flex;
	align-items: center;
	height: 40px;
	background: linear-gradient(#fcfcfc, #ececec);
	border: 1px solid #e0e0e0;
	border-right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 10px 0;
	box-sizing: border-box;
}
dl.revbbs dd + dt {
	border-left: 0;
	border-radius: 0;
}
dl.revbbs dd {
	display: flex;
	align-items: center;
	height: 40px;
	background: linear-gradient(#fcfcfc, #ececec);
	border: 1px solid #e0e0e0;
	font-size: 12px;
	padding: 0 10px;
	box-sizing: border-box;
}
dl.revbbs dd a strong {
	font-family: verdana;
	font-size: 1.2em;
	color: #ff5722;
}
dl.revbbs:nth-of-type(1) dd strong {
	margin-left: 3px;
}
dl.revbbs dd small {
	vertical-align: 1px;
	margin-left: 1px;
}
dl.revbbs dd:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
dl.revbbs .stars:before {
	content: "\E01E";
	font-family: iconfont;
	font-size: 15px;
	font-weight: 400;
	color: #ffc107;
	margin-right: 3px;
}
dl.revbbs dd span {
	display: block;
	padding-top: 2px;
	color: #0068b5;
	transition: color ease .3s;
}
dl.revbbs dd span:hover {
	color: #0086d4;
}


/*==============================================
 おすすめコンテンツ
============================================= */
#featureBox {
	background: #fff;
	padding-bottom: 20px;
}

/* 新着 */
#featureBox .update {
	background: #f6f6f6;
}
#featureBox .update ul {
	width: 930px;
	padding: 25px 0 35px;
	overflow: hidden;
	margin: auto;
}
#featureBox .update li {
	width: 202px;
	font-size: 13px;
	margin: 10px 30px 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: 11px;
	color: #b11;
	margin-left: 2px;
	position: relative;
	top: -4px;
	right: 0;
}

#featureBox .feature {
	padding: 60px 0;
}
#featureBox .feature:nth-of-type(1) {
	border: 0;
}

/* タイアップ紹介 */
.feature .article {
	overflow: hidden;
}
.feature .article .img {
	display: block;
	width: 340px;
	float: left;
}
.feature .article .img img {
	width: 100%;
}
.feature .article dl {
	margin-left: 370px;
}
.feature .article dt a {
	font-size: 24px;
	font-weight: bold;
	color: #00285a;
	line-height: 1.6;
}
.feature .article dt + dd {
	line-height: 1.8;
	margin-top: 15px;
}
.feature .article dd + dd {
	margin: 15px 0 0 -2px;
}
.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 .wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 15px 0 0;
	margin-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.feature .product .img {
	display: table-cell;
	width: 270px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.feature .product .img:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	background: rgba(0,40,90,.6);
	position: absolute;
	top: -85px;
	left: -70px;
	transform: rotate(-45deg);
}
.feature .product .img:after {
	content: "紹介製品";
	display: block;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: -2px;
	left: 10px;
}
.feature .product .img img {
	width: 80%;
}
.feature .product .detail {
	display: table-cell;
	vertical-align: top;
}
.feature .product h3 {
	margin-bottom: 15px;
	padding: 3px 0 3px 1px;
}
.feature .product h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #00285a;
	line-height: 1.6;
}
.feature .product .btn {
	display: block;
	width: 280px;
	height: 40px;
	background: #0068b5;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	transition: background ease .3s;
	position: relative;
}
.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);
}
.feature .product dl.revbbs dt {
	width: 13.3%;
}
.feature .product dl.revbbs dd {
	width: 20%;
}


/*==============================================
 注目製品
============================================= */
#pickupBox {
	background: #f0f0f0;
}
#pickupBox .pickup {
	padding: 30px 0 40px;
}
#pickupBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#pickupBox  li {
	width: 280px;
	background: #fff;
	border-radius: 5px;
	margin: 30px 0;
	position: relative;
	padding: 50px 15px 55px;
	box-sizing: border-box;
}
#pickupBox  li.vacant {
	background: none;
}
#pickupBox  li a {
	display: block;
}
#pickupBox  li a img {
	display: block;
	width: 85%;
	margin: 5px auto 0;
}
#pickupBox  li a dt {
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
#pickupBox  li a dt em {
	display: inline-block;
	border: 1px solid #333;
	font-size: 12px;
	padding: 2px 15px 0;
	position: absolute;
	top: 15px;
	left: 15px;
}
#pickupBox  li a dt span {
	display: block;
	width: 100%;
	min-height: 46px;
	font-size: 22px;
	line-height: 1.4;
}
#pickupBox  li a dt span.line2 {
	font-size: 18px;
}
#pickupBox  li a dd {
	width: 100%;
	height: 46px;
	background: #0068b5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: background ease .3s;
}
#pickupBox  li a dd:before {
	content: "▼";
	display: block;
	font-size: .8em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 8px;
	transform: rotate(-90deg);
}
#pickupBox li a:hover dd {
	background: #0086d4;
}


/*==============================================
 ランキング
============================================= */
#rankingBox .ranking {
	padding: 20px 0 50px;
}
#rankingBox li {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 40px 0 30px;
	box-sizing: border-box;
}
#rankingBox li .img {
	display: table-cell;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding-right: 25px;
	position: relative;
}
#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 .img img {
	width: 100%;
}
#rankingBox li .detail {
	display: table-cell;
	vertical-align: top;
}
#rankingBox li h3 {
	margin-bottom: 12px;
	padding: 3px 0;
}
#rankingBox li h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #00285a;
	line-height: 1.6;
}
#rankingBox li .btn {
	display: block;
	width: 280px;
	height: 40px;
	background: #0068b5;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	transition: background ease .3s;
	position: relative;
}
#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 li dl.revbbs dt {
	width: 20%;
}
#rankingBox li dl.revbbs dd {
	width: 30%;
}
#rankingBox .toList {
	padding: 25px 2px 0;
	text-align: right;
}
#rankingBox .toList a:before {
	content: "\E003";
	font-family: iconfont;
	font-size: 1.2em;
	font-weight: 400;
	vertical-align: -2px;
}


/*==============================================
 Evoについて
============================================= */
#aboutBox {
	background: #f0f0f0;
}
#aboutBox .about {
	padding: 45px 0 70px;
}
#aboutBox p {
	line-height: 1.8;
}
#aboutBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#aboutBox li {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	width: 48%;
	min-height: 156px;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.8;
	padding: 35px 20px 35px 140px;
	margin-top: 30px;
	box-sizing: border-box;
}
#aboutBox li {
	background: url(https://img1.kakaku.k-img.com/images/article/pc/intel/icon01.png) no-repeat 10px center;
	background-size: 110px;
	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: 110px;
	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: 110px;
	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: 110px;
	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: 110px;
	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: 110px;
	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: 110px;
	background-color: #fff;
}


/*==============================================
 メーカー
============================================= */
.makers {
	padding: 50px 0 70px;
}
#makerBox ul {
	overflow: hidden;
}
#makerBox li {
	width: 125px;
	margin: 5px 15px;
	float: left;
}
#makerBox li img {
	width: 100%;
}





