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

.tearainashi{
    width: 125px;
    background: #bec4c7;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    border-radius: 50px;
    border: solid 2px #bec4c7;
}
.tearainashi p{
    text-align: center;
}

.tearaiari {
    width: 125px;
    background: #ffffff;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #474141;
    position: absolute;
    border-radius: 50px;
    border: solid 2px #333;
}
.tearaiari p{
    text-align: center;
}
.guarantee10 {
    width: 60%;
}


/*タブレット*/
@media screen and (max-width : 767px){
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	
/*3大キレイ要素*/

.sandaikirei .col3_pic li{
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}

.sandaikirei .col3_pic li p{
	height:auto;
}

	

	
	

/*ネオレストシリーズ一覧*/

.lineup .nx img{
	float:none;
  width: 100%;
  margin-right: 0;
}

.lineup .nx .detail{
	float:none;
	width:100%;
}	
	
	
/*ラインナップ　シリーズ別の商品一覧*/
.lineup  li{
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}
	
.lineup  li img{
	width:100%;
}
	
	

	
	
	
	

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
/*
----------------------シリーズページ共通---------------------------*/	
	
section.colorvar table th{
	font-size:7px;
}	
.tearainashi {
    width: 94%;
    font-size: 1.4em;
	overflow: hidden;
	position: relative;
	top: 1%;
	margin-bottom: 5%;
}
.tearaiari {
    width: 94%;
    font-size: 1.4em;
	overflow: hidden;
	position: relative;
	top: 1%;
	margin-bottom: 5%;
}
.guarantee10 {
    width: 100%;
}
}



