@charset "utf-8";
/* CSS Document */

.side{
	margin-top:15px;
}
.rankBox {
 	background-color:#FFF;
	border:solid 2px #7d7d7d;
	margin-bottom:38px;
 }
.rankBox .inner {
 	width:670px;
	margin:0px auto 30px;
	padding-top:30px;
 }
.rankBox h1{
	text-align: center;
	font-size:46px;
	font-weight:bold;
}
.rankBox .company{text-align: center;font-size:16px;margin-bottom:20px;}
.rankBox h2{
	font-size:26px;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}
.rankBox .img{margin-bottom:10px;}
.rankBox .box1 dl{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin-bottom:20px;
	width:330px;
	height:40px;
	float:left;
}
.rankBox .box1 dl dt{
	width:26%;
	margin-right:4%;
	font-size:18px;
	text-align: center;
	background:#b5b5b5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rankBox .box1 dl dd{
	width:70%;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.1em;
}
.rankBox .listArea{margin-bottom:20px;}
.rankBox .listArea li:first-child{width:330px;float:left;}
.rankBox .listArea li:last-child{width:330px;float:right;}
.rankBox .tableArea{margin-bottom:30px;}
.rankBox .tableArea table{width:100%;}
.rankBox .tableArea th{
	background:#7d7d7d;
	color:#FFF;
	padding:0.5em 1em;
	text-align: left;
	font-size:16px;
	width:245px;
	border-top:solid 1px #e5e5e5;
}
.rankBox .tableArea th:last-child{border-bottom:solid 1px #e5e5e5;}
.rankBox .tableArea td{
	font-size:16px;
	background-size:30px auto;
	background-position: left 1em center;
	background-repeat: no-repeat;
	padding:0.5em 0.5em 0.5em 55px;
	border-top:solid 1px #e5e5e5;
}
.rankBox .tableArea td:last-child{border-bottom:solid 1px #e5e5e5;}
.rankBox .tableArea table td.icon1{background-image: url("../img/common/top_icon01.png")}
.rankBox .tableArea table td.icon2{background-image: url("../img/common/top_icon02.png")}
.rankBox .tableArea table td span{font-size:80%;}
.rankBox .reviewArea{margin-bottom:4%;}
.rankBox .reviewArea dt{
	margin-bottom:20px;
}
.rankBox .reviewArea dd{
	font-size:19px;
	line-height: 1.4em;
}
.rankBox .btn{text-align: center;}
.rankBox .btn:hover{opacity: 0.6;}

.btmBnr {
 width:740px;
 text-align:center;
 }
.btmBnr a:hover {
 filter:alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
 }



.compList{margin:40px 0;}

/*1位*/
.topRank{
	    border-left: solid 4px #b39542;
    border-right: solid 4px #b39542;
    border-bottom: solid 4px #b39542;
	border-top:none;
}
.topRank h1{color:#4d1414;}
.topRank h2 strong{color:#ff336d;}
.topRank .box1 dl dt{background:#fbe897;}
.topRank .tableArea th{
	background:#dbb864;
}
.topRank .reviewArea dd strong {
	background: linear-gradient(transparent 50%, #fff799 50%);
    color: #ff336d;
	font-weight: bold; 
}

/*11位以下*/
.under11 h1{
	 font-size:32px;
 line-height:1.2em;
 color:#6d7679;
 font-weight:bold;
 text-align:left;
	margin-bottom:0px;
	width:413px;
	float:right;
}
.under11 .brand dl {
 margin-top:17px;
 }
.under11 .brand dl .data{
	margin-bottom:0;
}
