@charset "utf-8";
.mr_frbox{
	height:200px;
	position: relative;	
	padding:0 20px;
	margin:-6px 0;
}
.mr_frBtnL{
        height:35px;
        width:20px;
        position: absolute;
        left:0;
        top:35%;
        z-index:9;
}
.mr_frBtnR{
        height:35px;
        width:20px;
        position: absolute;
        right:0;
        top:35%;
        z-index:9;
}
.mr_frBtnL img,..mr_frBtnR img{
	max-width:100%;
	height:auto;
}
.mr_frUl { width:100%;}

.mr_frUl ul li {  float: left; height: 200px; width: 100%;
 text-align: center;}
.mr_frUl ul li p{
	font-size:14px;
	line-height: 28px;
	overflow: hidden;
	height: 28px;
	color:#000;
	background: #cbcbcb;
}
.pikk{
	height:150px;
	background: #fff;
	width:96%;
	display: inline-block;
	margin-bottom:3px;
}
.pikk span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.pikk img{
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
@media screen and (max-width:880px) {
   .pikk{
	   height:120px;
   }
   .mr_frbox{
	   height:170px;
	   padding:0;
	   margin-top:-20px;
   }
   .mr_frUl ul li { height: 150px;}
   .mr_frBtnL{
        width:16px;
        top:30%;
        z-index:9;
   }
   .mr_frBtnR{;
        width:16px;
        top:30%;
   }
}
@media screen and (max-width:480px) {
   .mr_frbox{
	   height:180px;
	   margin-top:-10px;
   }
   .mr_frUl ul li { height: 160px;}
   .pikk{ height:130px;  }
}