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


.intro {
	font-size: 13px;
	background-image: url(../img/senior/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	padding-left: 20px;
}
.recommend {
	font-size: 13px;
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(../img/senior/bg_img02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.intro h2 , .intro p , .recommend h2 {
	margin-bottom: 30px;
}
.cate-txt {
	margin-left:1em;
	font-size:16px;
}
.sp-text {
	display:none;
}
.box_content h3 {
	margin-top:2em;
	padding:0 2em;
	background-color:#C47F22;
	border:#C47F22;
	border-radius:5px 5px;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color:#FFF;
}
.cate-box {
	border-bottom:1 dashed #C47F22;
}
.cate-box.last-box {
	border-bottom:none;
}
.cate-box:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;	
	visibility:hidden;
	height: 0;
}
.cate-item-box {
	width:25%;
	float:left;
}
.cate-item-box:last-child {
	border-right:none;
}
.cate-item-box .archive {
	text-align:center;
}
h4 {
	margin-top:1em;
	font-size:16px;
}
.cate-item-img {
	margin:1em auto;
}
.cate-item-box p {
	width:90%;
	margin:1em auto;
}
.cate-cart-box {
	text-align:left;
	margin-bottom:1em;
}
.cate-item-name {
	font-weight:bold;
	margin-left:1em;
}
.cate-price {
	text-align:right;
}
.select-box {
	text-align:right;
}
.cate-unit {
	margin-right:1em;
}
.cart button {
	position: fixed;
	right: 5px;
	bottom: 135px;
	z-index: 9999;
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0.5em;
	background-color: #AAD358;
	background-image: -webkit-linear-gradient(-45deg, #A0CE45 25%, transparent 25%, transparent 50%, #A0CE45 50%, #A0CE45 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #A0CE45 25%, transparent 25%, transparent 50%, #A0CE45 50%, #A0CE45 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #A0CE45 25%, transparent 25%, transparent 50%, #A0CE45 50%, #A0CE45 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #A0CE45 25%, transparent 25%, transparent 50%, #A0CE45 50%, #A0CE45 75%, transparent 75%, transparent);
	background-size: 10px 10px;
	color: #fff;
	border-style: none;
	border-radius: 1.5em;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.50);
}
@media (max-width:1024px){
.intro,.recommend {
	font-size: 16px;
	background-image: none;
}
.intro h2,
.recommend h2,
.item-box h2 {
	border-bottom: 1px dotted #85592A;
	color:#85592A;
	font-weight:bold;
	padding-left:1em;
	font-size:20px;
	text-align:left;
	margin-bottom:2em;
}
.item-box h2 {
	margin-top:2em;
}
.cate-box {
	border-bottom: none;
}
.cate-tb {
	border-bottom:1 dashed #C47F22;
}
.cate-tb:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;	
	visibility:hidden;
	height: 0;
}
.last-box .cate-tb:last-child {
	border-bottom: none;
}
.cate-item-box {
	width:50%;
}
.cate-item-box:nth-child(2n) {
	border-right:none;
}
	
}
@media (max-width:768px){
.pc-text {
	display:none;
}
.sp-text {
	display: inline-block;
}
.cate-tb {
	border-bottom: none;
}
.cate-item-box {
	width:100%;
	float:none;
	border-bottom:1 dashed #C47F22;
}
h4 {
	text-align:left;
	margin:1em 20px;
	float:right;
	width : 60% ;
	width : -webkit-calc(100% - 140px) ;
	width : calc(100% - 140px) ;
}
.cate-item-img {
	text-align:left;
	margin:1em 0;
	width:100px;
	
}
.cate-item-name {
	text-align:left;
	width:100%;
}
.cart button {
	right: 50%;
	bottom: 5%;
	font-size: 18px;
	padding: inherit;
	width:140px;
	height:48px;
	margin-right:-70px;
}
}


	
	