@charset "utf-8";
/* CSS Document */
/*#top_txt{
	margin:0 0 0 -6px;
}
#top_disp{
	margin:15px 0 0px 0;
}*/
#top_disp_img{
	width:350px;
	float:left;
}
#flash_area{
	width:554px;
	margin:0 auto;
}
#berukun {
	position:absolute;
	top:240px;
	right:-345px;
}
/*--- ナンバーワンセットのポイント ---*/
#point_disp{
	background:url(../images/no1_new/point.jpg) no-repeat;
	height:286px;
	width:909px;
	margin:15px 0 15px -7px;
	position:relative;
}
#txt1{
	position:absolute;
	line-height:1.2em;
	top:213px;
	left:133px;
	font-weight: bold;
	color:#151515;
	font-size:14px;
}
#txt2{
	position:absolute;
	bottom:0px;
	left:10px;
	text-align: center;
	width:895px;
	height:15px;
	line-height:13px;
}

#type_disp{
	background-image:url(../images/no1_new/type_bck.jpg);
	background-repeat:repeat;
	padding:10px;
	border-radius: 7px; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin:0 0 15px;
}
#type1{
	position:relative;
	margin:10px 0 0 0;
}
#light_price{
	position:absolute;
	top:-30px;
	right:20px;
}
#type2{margin:10px 0 0 0;}
#type3{margin:16px 0 0 0;}
.downmoji { font-size: 16px; color: #265ea8; text-align: center; line-height: 1.8; font-weight: bold; margin-top: 30px;}
.downmoji .red { color: red;}

.hyd,.pc-img {display: block;}
.sp-img {display: none;}

@media screen and (max-width:869px){
	#point_disp{
	background-size: 100% auto;
	height:286px;
	width:100%;
	margin:15px 0 15px -7px;
	position:relative;
}
	#txt1{
	position:absolute;
	line-height:1.2em;
	top:223px;
	left:0px;
		width: 100%;
	font-weight: bold;
	color:#151515;
	font-size:14px;
}
	#txt2{
	position:absolute;
	bottom:0px;
	left:0px;
	text-align: left;
	width:100%;
	height:auto;
	line-height:auto;
}
	.hyd {display: none;}
	
}
@media screen and (max-width:480px){
	.pc-img {display: none;}
	.sp-img {display: block;}
}