@charset "euc-jp";
/* CSS Document */

body {
	padding: 0;
	margin:0 auto;
}

#inner {
	background-color:#fff9b5;
	padding:10px 0;
}


h2 {
	border-bottom:3px #d00 solid;
	font-size:18px;
	text-align:center;
}


h3 {
	border-bottom:3px solid #bf0000;
	font-size:18px;
	text-align:left;
	border-left:10px solid #bf0000;
	border-right:3px solid #bf0000;
	border-top:3px solid #bf0000;
	padding:5px;
}

.lineup .ranking_parts li a,
#other .ranking_parts li a {
	text-decoration: none;
	color:#333;
}


.lineup,
#other {
	margin:0 auto 30px;
	width:95%;
}

#rank5 {
	margin:0 auto;
	width:95%;
}

#rank5 ul, #rank5 li,
.lineup ul, .lineup li,
#other ul, #other li{
	margin:0;
	padding:0;
	}
#rank5 ul {
	line-height:1.4;
}

#rank5 li{
	width:32.0%;
	margin:0;
	text-align:center;
	display:inline-block;
}

#rank5 img{
	width:100%;
}
#rank5 li:nth-child(1),
#rank5 li:nth-child(2){
	width:48.4%;
	margin-bottom:10px;
}
#rank5 img.rankimg{
	width:33%;
	display:block;
	margin:0 auto 3px;
	border:none;
}

#rank5 li:nth-child(1) {
	padding-right:5px;
}

.lineup:first-child {
	margin-top:-68px;
}

.lineup ul {
	line-height:1;
}

.lineup li,
#other li {
	width:32.0%;
	margin:0;
	display:inline-block;
	text-align:center;
}

.lineup img,
#other img{
	width:100%;
}
.lineup .photo,
#other .photo {
	margin:0;
}

#rank5 .name,
.lineup .name,
#other .name {
	font-size:11px;
	display:block;
	margin:7px 0 !important;
}
#rank5 .price, 
.lineup .price,
#other .price {
	font-size:13px;
	color:red;
	display:inline-block;
	margin-top:0;
}

#rank5 .name,
#other .name {
	margin:7px 0 0 !important;
}

#kaiyuu_link {
	width:80%;
	text-align:center;
	margin:0 auto;
	padding:10px;
	position: relative;
	border:1px solid #ccc;
	background-color:#fff;
}

#kaiyuu_link a {
	text-decoration: none;
}

#kaiyuu_link:after {
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 14px;
    margin-top: -4px;
}
	

.slick-dots{
	width:calc(100% - 10px);
}
.slick-dots li{
	width:15px !important;
	height:15px !important;
}
.slick-dots li{
	width:15px;
	height:15px;
}
.slick-dots li button:before{
	font-size:12px;
	line-height:15px;
	width:15px;
	height:15px;
}

.slider-pro img.sp-image{
	width:100% !important;
	height:auto !important;
}
html,body{
overflow:hidden;
height:100%;
}


.slick-prev:before {
	content:none !important;
}

.slick-next:before {
	content:none !important;
}

/*Èæ³ÓÉ½*/

#hikaku header {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 30px 0 15px 0;
    line-height: 1;
    text-align: center;
    padding: 20px 0 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#hikaku header span {
	display: inline-block;
	font-size: 0.7rem;
	letter-spacing: normal;
}

.compare_lineup {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.compare_lineup .swiper-container {
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 0 30px;
}

.compare_lineup .swiper-container .swiper-wrapper {
	letter-spacing: -.4em;
	white-space: nowrap;
}

.compare_lineup .swiper-container .swiper-wrapper .swiper-slide {
	margin-right: 0;
	display: inline-block;
	width: 124px;
	background: #fff;
	letter-spacing: normal;
	text-align: center;
}

.compare_lineup .title {
	display: inline-block;
	text-align: center;
	margin-top: 0;
	line-height: 1.2;
	width: 30px;
	font-weight: bold;
	position: absolute;
}

.compare_lineup .title .spec:nth-child(n+2) {
	background-color: #eee;
}

.compare_lineup .title .spec {
	border: 1px solid #ccc;
	border-bottom: none;
	color: #000;
}

.compare_lineup .title .spec:nth-of-type(1) span {
	animation: Flash1 2s infinite;
}

.compare_lineup .title .spec:first-child {
	background-color: #fdda02;
	border-bottom: none;
}
 @keyframes Flash1 {
 50% {
 opacity: 0;
}
}

.compare_lineup .photo {
	width: 119px;
	margin: 5px auto;
}

.compare_lineup .spec {
	border: 1px solid #ccc;
	border-bottom: none;
	position: relative;
	color: #1e0fbe;
}

.compare_lineup .spec:first-child {
	border-top: none;
	border-right: none;
	border-left: none;
}

.compare_lineup .spec span {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
 -webkit- transform: translateY(-50%) translateX(-50%);
}

.compare_lineup .linkarea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.swiper-container .swiper-wrapper .gray .spec {
	background-color: #eee;
}

.swiper-container .swiper-wrapper .gray .spec:first-child {
	background-color: #fff;
}

.compare_lineup .val {
	color: red;
	font-weight: bold;
	font-size: 0.8rem;
}

.compare_lineup .val:before {
	content: "¡ï";
}


@media screen and (min-width: 320px) and (max-device-width: 359px) {

.slick-dots {
	width:calc(100% - -3px);
}
}


@media screen and (min-width:300px) and ( max-width:358px) {


#rank5 li:nth-child(1),
#rank5 li:nth-child(2){
	width:48%;
}
.buy {
	font-size:12px;
}
}

@media screen and (max-width:321px){
.compare_lineup .photo {
	width: 100px;
}

.title .spec:nth-of-type(1), .swiper-slide .spec:nth-of-type(1) {
	height: 120px;
}
}
.ranking_smpparts {
	height: 150px;
}
