.clear{
   clear:both;
} 

.cartjs_cart_in{
	margin: 9px;
}

.cart, .cartjs_box, .cart table{
    margin: 0 auto;
}

.cart img{
	width: 278px;
	margin: 20px 0 -5px 0;
}

.cartjs_product_table {
	width: 100%;
}

.cart a:link { 
color: #000;
text-decoration:none; 
}
.cart a:visited { 
color: #000;
text-decoration:none; 
}
.cart a:hover { 
color: #777; 
text-decoration:none; 
}
.cart a:active {
color: #000;
text-decoration:none; 
}

.flx {
	width: 100%;
	height: 295px;
    margin:auto;
	background-image: url("../images/5gback.jpg");
	background-size: cover;
}

.mainvi{
margin: 0 auto;
position: relative;
width: 965px;
height: auto;
}

.mainvi img{
	vertical-align: bottom;
}

.mainon{
	position:absolute;
	top: 0;
	left: 31px;
}

.flx_sp{
	display:none;
    background-image: url(../images/5gback.jpg);
    background-size: cover;
}

.fci img{
	width: 90%;
	height: auto;
}

.fci {
	width: calc(50% - 20px);
    margin: 10px;
	padding: 10px;
	font-size: 14px;
	background-color: #fff;
    text-align: center;
    display: block;
    border: 1px #bbb solid;
    transition: all 300ms 0s ease;
}

.fci:hover {
	background-color: #eee;
}
.link_box{
    width: 100%;
    max-width: 460px;
    margin: 20px auto 0;
}

.cartjs_product_num th{text-align: left;}
.cartjs_product_num td{text-align: right;}
input.cartjs_product_input_txt{text-align: right;}
.max800{max-width: 800px;}

@media screen and (max-width:965px){

.top_main{
	width:100%;
	}
	
.flx{
	width:100%;
	height: auto;
}

.mainvi{
width: 100%;
}

}

@media screen and (max-width:600px){

.flx{
    padding: 0;
}

.cart{
		width: auto;
	}
	
.flx{
		display: none;
	}

.flx_sp{
	width: 100%;
	display:block;
}
	
.flx_sp img{
		width: 100%;
}

}