@charset "shift_jis";
/*==============================================
 common
============================================= */
.headerIn,
.footerIn,
.copyRightIn {
	width: 1030px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

@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")
}

#mainContents {
	background: #eaeef2;
	padding-bottom: 90px;
}


/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	height: 580px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/mainimg.webp) no-repeat center 10px, linear-gradient(#fff, #eaeef2 50%);
	padding-top: 137px;
	box-sizing: border-box;
}
h1 {
	width: 100%;
	height: 368px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/maintitle.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}


/*==============================================
 注目記事
============================================= */
.feature_article {
	width: 100%;
	background: #fff;
	margin: auto;
	padding: 50px 0 60px;
}
.feature_article h2 {
	width: 91px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/feature_article_ttl.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 30px;
}
.feature_article ul {
	width: 1030px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.feature_article li {
	width: 280px;
}
.feature_article li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -.01em;
	word-break: break-all;
	margin-top: 15px;
}
.feature_article li a {
	display: block;
	position: relative;
}
.feature_article li a:before {
	display: block;
	content: "記事を読む";
	width: 130px;
	height: 80px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/feature_article_link.png) no-repeat 0 0;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1;
	color: #fff;
	padding: 58px 0 0 54px;
	box-sizing: border-box;
	transition: all ease .3s;
}
.feature_article li a:hover:before {
	opacity: 0;
}


/*==============================================
 注目モデル
============================================= */
.feature_product {
	width: 1030px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/pickup_items_ttlbg.png) no-repeat 0 0 #fff;
	margin: 75px auto 0;
	padding: 20px 0 30px;
}
.feature_product .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 50px;
}
.feature_product .lead {
	width: 280px;
}
.feature_product .lead h2 {
	width: 294px;
	height: 136px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/pickup_items_ttl.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 13px 0 0 -20px;
}
.feature_product .lead h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.feature_product .lead p {
	width: 275px;
	font-size: 16px;
	line-height: 1.9;
	margin-top: 20px;
	word-break: break-all;
}
.feature_product .prd_box {
	width: 280px;
	margin: 35px 0 30px;
}
.feature_product .prd_box p {
	border-radius: 5px;
	border: 2px solid #caced2;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 7px;
	position: relative;
}
.feature_product .prd_box p:after {
	content: "";
	display: block;
	width: 280px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/balloon_arw.png) no-repeat 0 0;
	position: absolute;
	left: -2px;
	bottom: -18px;
}
.feature_product .prd_box p span {
	display: block;
	background: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 9px;
	padding: 6px 0 4px;
}
.feature_product .prd_box p span.for_home {
	background: #eb6754;
}
.feature_product .prd_box p span.for_business {
	background: #1da0b7;
}
.feature_product .prd_box .prd_info {
	display: block;
	overflow: hidden;
	margin-top: 28px;
}
.feature_product .prd_box .prd_info dl {
	width: 130px;
	float: left;
}
.feature_product .prd_box .prd_info dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	word-break: break-all;
	padding-top: 8px;
}
.feature_product .prd_box .prd_info dd small {
	display: block;
	font-size: 11px;
	color: #888;
	margin: 12px auto 6px;
}
.feature_product .prd_box .prd_info dd strong {
	font-size: 20px;
	font-family: verdana;
	color: #c62437 !important;
}
.feature_product .prd_box .prdimg {
	display: block;
	width: 140px;
	float: right;
}

.rev_btn {
	display: flex;
	height: 36px;
	margin-top: 20px;
}
.rev_btn dt {
	display: table-cell;
	vertical-align: top;
}
.rev_btn dd.on, .rev_btn dd.off {
	display: flex;
	flex: 1;
	vertical-align: top;
}
.rev_btn dd.on a {
	position: relative;
	border-left: none;
	box-shadow: 0px 0px 0px 1px #fff inset;
	border-radius: 0 4px 4px 0;
	flex: 1;
	border: 1px solid #c0cbda;
	border-left: none;
	background: linear-gradient(to bottom, #fff 0%, #eff2f7 100%);
	height: 36px;
	overflow: hidden;
	display: block;
	color: #333;
	box-sizing: border-box;
}
.rev_btn dd.on a:hover {
	background: linear-gradient(to bottom, #fff 0%, #f5f7fa 100%);
}
.rev_btn dd.off > a {
	background: url(https://img1.kakaku.k-img.com/images/itemview/item/ovBtn_review_postbtn_v2.png) no-repeat center, linear-gradient(to bottom, #fff 0%, #eff2f7 100%) no-repeat;
	background-size: 150px auto, auto auto;
	border-radius: 0 3px 3px 0;
	border: 1px solid #c0cbda;
	border-left: none;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 1px #fff inset;
	position: relative;
	flex: 1;
}
.rev_btn dd.off > a span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
	opacity: 0;
	visibility: hidden;
}
.rev_btn dd.on .revnum {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 8px;
}
.rev_btn dd .num {
	color: #ff8400;
	display: inline-block;
	font-family: Verdana;
	font-size: 125%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -0.05em;
}
.rev_btn dd .sup {
	height: 15px;
	display: flex;
	align-items: end;
	font-size: 85%;
	line-height: 100%;
	margin-left: 4px;
}
.rev_btn dd .stars {
	display: inline-block;
	height: 17px;
	width: 81px;
	background: url(https://img1.kakaku.k-img.com/images/itemview/item/icn_star_all.svg) no-repeat;
	background-size: 81px auto;
}
.rev_btn dd .stars.s5 {background-position: 0 1px;}
.rev_btn dd .stars.s4half {background-position: 0 -26px;}
.rev_btn dd .stars.s4 {background-position: 0 -54px;}
.rev_btn dd .stars.s3half {background-position: 0 -81px;}
.rev_btn dd .stars.s3 {background-position: 0 -109px;}
.rev_btn dd .stars.s2half {background-position: 0 -136px;}
.rev_btn dd .stars.s2 {background-position: 0 -163px;}
.rev_btn dd .stars.s1half {background-position: 0 -190px;}
.rev_btn dd .stars.s1 {background-position: 0 -217px;}
.rev_btn dd .stars.s0half {background-position: 0 -244px;}
.rev_btn dd .stars.s0 {background-position: 0 -270px;}

.rev_pickup {
	margin-top: 24px;
}
.rev_pickup dt {
	font-size: 11px;
	font-weight: bold;
}
.rev_pickup dd {
	display: table;
	width: 100%;
	min-height: 55px;
	margin-top: 10px;
}
.rev_pickup dd a {
	display: table-cell;
	background: #eaeef2;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.4;
	vertical-align: middle;
	padding: 2px 28px 0 15px;
	position: relative;
	transition: all ease .3s;
}
.rev_pickup dd a:after {
	content: "▼";
	display: block;
	font-size: 9px;
	color: #aaafb4;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: rotate(-90deg);
	margin-top: -.5em;
}
.rev_pickup dd a:hover {
	background: #dee3e9;
}


/*==============================================
 ランキング
============================================= */
.ranking {
	width: 1030px;
	background: #fff;
	border-top: 4px solid #000;
	margin: 80px auto 0;
	padding: 60px 0 70px;
}
.ranking .title {
	padding: 0 50px;
	position: relative;
}
.ranking .ranking_box + .title {
	margin-top: 60px;
}
.ranking h2 {
	font-size: 20px;
	font-weight: bold;
}
.ranking h2:before {
	content: "\E00B";
	font-family: iconfont;
	font-size: 27px;
	color: #d9b904;
	vertical-align: -2px;
	margin-right: 5px;
}
.ranking .title a {
	display: block;
	font-size: 11px;
	position: absolute;
	top: 2px;
	right: 50px;
}
.ranking .title a:before {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	transform: rotate(-90deg);
	margin-right: 2px;
}
.ranking .ranking_box {
	margin-top: 20px;
	padding: 0 50px;
}
.ranking ul {
	display: flex;
	flex-flow: row wrap;
	background: #caced2;
	padding: 3px 2px 2px 3px;
}
.ranking li {
	width: 184px;
	background: #fff;
	border: 1px solid #caced2;
	border-top: 0;
	border-left: 0;
	position: relative;
}
.ranking li a {
	display: block;
	padding: 25px;
}
.ranking li a img {
	display: block;
	width: 110px;
	margin: auto;
	transition: all ease .3s;
}
.ranking li a:hover img {
	opacity: .6;
}
.ranking li dl {
	margin-top: 15px;
}
.ranking li dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.ranking li dd {
	font-family: verdana;
	font-weight: bold;
}
.ranking li dd.price {
	font-size: 17px;
	color: #c62437 !important;
	margin-top: 10px;
}
.ranking li dd.star {
	font-size: 14px;
	color: #ff8400;
	margin: 8px 0 0 -2px;
}
.ranking li dd.star small {
	font-size: 11px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, arial, verdana, sans-serif;
	font-weight: normal;
	color: #888;
	vertical-align: 1px;
}
.ranking li dd.star:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(https://img1.kakaku.k-img.com/images/common/icon/icn_star.svg) no-repeat;
	background-size: 17px auto;
	margin-right: 2px;
	vertical-align: top;
}
.ranking li .rank {
	min-width: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #666;
	line-height: 1;
	display: inline-block;
	padding: 3px 2px;
	border: 1px solid #d7d7d7;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.ranking li .rank.gold, .ranking li .rank.silver, .ranking li .rank.bronze {
	width: 24px;
	min-height: 22px;
	padding: 4px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	border: none;
	text-align: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.ranking li .rank.gold {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg1.png);
}
.ranking li .rank.silver {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg2.png);
}
.ranking li .rank.bronze {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg3.png);
}


/*==============================================
 最新ニュース
============================================= */
.news {
	width: 1030px;
	background: #fff;
	border-top: 4px solid #000;
	margin: 80px auto 0;
	padding: 60px 0 50px;
}
.news h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 50px;
}
.news ul {
	margin-top: 15px;
	padding: 0 50px;
}
.news li {
	font-size: 14px;
	padding: 10px 0;
}
.news li + li {
	border-top: 1px dotted #666;
}
.news li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.news li a:hover {
	opacity: .6;
}
.news li a img {
	width: 120px;
	float: left;
}
.news li h3 {
	font-weight: bold;
	margin: 20px 0 0 150px;
}
.news li p {
	line-height: 1.5;
	margin: 10px 0 0 150px;
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	text-align: center;
	margin: 80px auto 0;
}

