
.img-a:hover p.name{
	text-decoration: underline;
}
.img-a p.name{
	color: #333333;
	text-align: center;
	margin-bottom: 0;
}
.img-a p.price{
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.img-a p.price span{
	color: #CC0033;
	font-weight: normal;
}.carousel.carousel-slider.pc-carousel{
	height: 640px;
}
.pc-carousel{
	position: relative;
	overflow: visible;
}
.pc-carousel:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: -100%;
	z-index: 5;
	background-color: #FFFFFF;
	opacity: .5;
}
.pc-carousel:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 5;
	background-color: #FFFFFF;
	opacity: .5;
}
body{
	overflow-x: hidden;
}
.carousel .carousel-item img{
	height: auto;
}

.click-left, .click-right{
	display: block;
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	opacity: .5;
}
.click-left{
	left: -100px;
	background: #FFFFFF url(../images/default/yajirusi_1.gif) center center no-repeat;
	
}
.click-right{
	right: -100px;
	background: #FFFFFF url(../images/default/yajirusi_2.gif) center center no-repeat;
}
.pc-carousel > .carousel-item{
	min-height: auto!important;
	height: auto!important;
}
.carousel .indicators{
	bottom: -40px;
}
.carousel .indicators .indicator-item{
	background-color: rgba(86, 84, 84, 0.5);
}
.carousel .indicators .indicator-item.active {
    background-color: #797878;
}
.responsive-img{
	width: 100%;
}
.countdown{
	background-color: #000000;
	padding: 15px!important;
}
.time-box{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#day{
	/*display: none;*/
}
#hours, #minutes, #seconds, #day{
	padding: 5px;
	background-color: #FFFFFF;
	color: #C03;
	margin-left: 3px;
	margin-right: 3px;
}
#day_2{
	/*display: none;*/
}
#hours_2, #minutes_2, #seconds_2, #day_2{
	padding: 5px;
	background-color: #FFFFFF;
	color: #C03;
	margin-left: 3px;
	margin-right: 3px;
}
.nav-extended{
	color: #000000;
	background-color: transparent;
	box-shadow: none;
}
.breadcrumb, nav a, .breadcrumb:last-child, .breadcrumb:before{
	color: #000000;
}
.nav-content img{
	margin-top: 30px;
}
.nav-wrapper .breadcrumb:hover{
	text-decoration: underline;
	color: #0066CC;
}
nav{
	background-color: transparent;
	box-shadow: none;
}
.pc-nav-item{
	text-align: center;
	font-size: medium;
}
.pc-nav-item a{
	display: block;
	height: 100%;
}
.pc-nav-item a:hover{
	color: #0066CC;
	text-decoration: underline;
}
.full-container.row {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.pc-cart a{
	display: inline-block;
	border: 2px solid #CCCCCC;
    background-color: #F4F4F4;
    padding: 4px 0px;
    transition: border 300ms ease;
    transition: background-color 300ms ease;
    text-align: center;
    line-height: 20px;
    width: 100%;
}
.pc-cart a i{
	display: inline-block;
	color: #000000;
	line-height: 20px;
	height: 20px;
	vertical-align: sub;
}
.pc-cart a:hover{
	border: 2px solid #C03;
    background-color: #C03;
    color: #FFFFFF;
}
.pc-cart a:hover i{
	color: #FFFFFF;
}
.pc-cart a i:hover{
	color: #FFFFFF;
}
.breadcrumb{
	font-size: 14px;
}
.pc-small-slider img{
	display: block;
	width: 100%;
	height: auto;
}
.small-slider .s-click-left{
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -30px;
	z-index: 10;
	cursor: pointer;
}
.small-slider .s-click-left:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.small-slider .s-click-left:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #efefef;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	right: -2px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.small-slider .s-click-right{
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -30px;
	z-index: 10;
	cursor: pointer;
}
.small-slider .s-click-right:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.small-slider .s-click-right:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #efefef;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	left: -2px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.small-slider{
	position: relative;
}

.sub-nav{
	color: #000000;
}
nav ul.sub-nav a{
	color: #000000;
	line-height: 32px;
	border: 1px solid #ccc;
	margin: 0px 2px;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}
nav ul.sub-nav a:hover{
	border: 1px solid #000000;
}
.sub-nav p{
	line-height: 25px;
}
.search{
	position: relative;
	display: block;
	line-height: inherit;
}
.search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 30px;
    height: 32px;
    border-radius: none;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
    margin: auto;
    background: #000000 url(../images/default/search.png) center center no-repeat;
    background-size: 80%;
}
.search input[type="text"] {
	position: relative;
	right: 0px;
    top: 0px;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ccc;
    border-right: none;
    background: white;
    height: 21px;
    line-height: 20px;
    color: #000;
    font-size: 13px;
    padding: 5px 10px;
    width: 149px;
}
.sub-nav span.albel{
	font-weight: bold;
    background-color: #09F;
    color: #FFF;
    padding: 0px 4px;
}
.sun-nav-box{
	background-color: #efefef;
}
.point-msg{
	margin-left: 10px;
}
.point-msg .num{
	color: #C03;
	font-size: 2rem;
	font-weight: bold;
}
.know-box{
	border: 1px solid #DDD;
    padding: 15px!important;
    padding-top: .75rem!important;
}
.konw-title{
	margin: 0px 0px 10px;
    padding: 3px 10px;
    color: #C03;
    background-color: #F4F4F4;
    font-weight: bold;
}
.know-list a{
	color: #0066CC;
	text-decoration: underline;
	display: block;
}



.dividing-line{
	padding: 14px 0px;
	background: #CC0033;

}
.dividing-line img{
	display: block;
	margin: 0 auto;
}



.dividing-line2{
	padding: 14px 0px;
/*	background: #f0005d;*/	
	background: #CC0033;

}
.dividing-line2 img{
	display: block;
	margin: 0 auto;
}





.img-a:hover p.name{
	text-decoration: underline;
}
.img-a p.name{
	color: #333333;
	text-align: center;
	margin-bottom: 0;
}
.img-a p.price{
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.img-a p.price span{
	color: #CC0033;
	font-weight: normal;
}
.tips-top{
	text-align: center;
	color: #CC0033;
	padding-top: 50px;
	margin-top: 0;
}
.main-container{
	background: url('#') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main-container .container{
	background-color: #FFFFFF;
	padding: 0px 15px;
}
.text-center{
	text-align: center;
}
.div-border{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #000000;
}
.div-border p{
	margin: 6px 0px;
}
.div-border:hover p.name{
	text-decoration: underline;
}
.div-border p.name{
	color: #333333;
	text-align: center;
	margin-bottom: 0;
}
.div-border p.price{
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.div-border p.price span{
	color: #CC0033;
	font-weight: normal;
}
.class-title{
	border-bottom: 1px solid #000000;
}
.class-title p{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 6px 0px;
}
.class-title p span{
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.unit-carousel{
	padding: 0px 40px!important;
}
.owl-prev{
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	left: -40px;
	z-index: 10;
	color: #FFFFFF;
}
.owl-prev:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.owl-prev:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.owl-next{
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	right: -40px;
	z-index: 10;
	color: #FFFFFF;
}
.owl-next:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	left: 12px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.owl-next:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.class-area{
	display: block;
	position: relative;
	width: 100%;
	float: left;
}
.class-area .class-item{
	display: block;
	position: relative;
	float: left;
	width: 14.2%;
}
.class-area .class-item a{
	display: block;
	width: 80%;
	height: auto;
	margin-top:25px;
}
.class-area .class-item img{
	display: block;
	width: 100%;
	height: auto;
}
.class-area .class-item a p{
	text-align: center;
	color: #000000;
}
.class-area .class-item a:hover p{
	text-decoration: underline;
}
.unit-link{
	margin-top: 15px;
}
.unit-link a{
	display: block;
	padding: 10px;
	background-color: #f1f1f1;
	text-align: center;
	color: #000000;
	position: relative;
}
.unit-link a:hover{
	text-decoration: underline;
}
.unit-link a span{
	position: relative;
}
.unit-link a span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid #000000;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 0;
	right: -32px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.unit-link a span:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid #000000;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 0;
	right: -47px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.iframe-box{
	position: relative;
}
#left-iframe{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0px 15px;
}
.area_2{
	overflow: hidden;
}
footer.page-footer{
	margin-top: 0px;
	background-color: #262638;
}
.footer-logo{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.footer-logo:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	top: 0;
	bottom: 0;
	left: -110%;
	margin: auto;
}
.footer-logo:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	top: 0;
	bottom: 0;
	right: -110%;
	margin: auto;
}
.footer-link-block a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
	border: 2px solid #FFFFFF;
	margin-top: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-link-block a:hover{
	color: #262638;
	background-color: #FFFFFF;
}
.footer-address{
	color: #FFFFFF;
}
.footer-link-iteam li{
	padding-left: 20px;
	position: relative;
}
.footer-link-iteam li:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #FFFFFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.mobile-topbar img{
	display: block;
	width: 40%;
	height: auto;
	margin: auto;
}
.left-search{
	margin-left: 10px;
	color: #c7c7c7;
	height: 55px;
}
.right-cart{
	margin-right: 10px;
	color: #c7c7c7;
	height: 55px;
}
.mobile-topbar{
	height: 55px;
	line-height: 55px;
}
.anchor-point{
	background-color: #000000;
	padding: 5px 0px;
}
.anchor-point a{
	display: inline-block;
	width: 20%;
	position: relative;
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px;
}
.anchor-point a img{
	display: block;
	width: 60%;
	height: auto;
	margin: auto;
}
.tips-msg{
	background-color: #EFEFEF;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.tips-msg p{
	text-align: center;
	padding: 7px;
	font-size: x-small;
	color:#727272;
}
.know-list ul{
	height: 118px;
    overflow-y: scroll;
    margin-bottom: 0px;
}
.owl-carousel .owl-item img {
    width: 150px;
    height: auto;
}
#gotop{
	display: none;
}
.input-field.inline{
	width: 100%;
	margin-left: 0;
}
.email-btn{
	width: 100%;
}
nav ul.sub-nav a.no-style{
	border: none;
	background-color: transparent;
}
.carousel.carousel-slider.pc-small-slider{
	height: 30px;
}
.carousel.pc-small-slider .carousel-item img {
    height: 29px!important;
}
#slide-out li{
	position: relative;
	display: block;
	width: 100%;
	overflow-y: auto;
}
.mainBody{
	display: block;
	position: relative;
}
#slide-out li{
	position: relative;
	overflow-x: hidden;
}
#slide-out li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	bottom: 0;
	left: 20px;
	right: 0;
	z-index: 10;
}
.li-tittle{
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
}
#slide-out li.li-tittle:before{
	background-color: #000000;
}
#slide-out li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 60px;
}
#slide-out li.li-img a{
	/*padding-left: 60px;*/
}
#slide-out li a img{
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 24px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.li-tittle span	{
	display: inline-block;
}
.bg-box-red{
	display: inline-block;
	padding: 3px 8px;
	background-color: rgb(204, 0, 0);
	color: #FFFFFF;
	border-radius: 3px;
	line-height: 30px;
}
.search-area{
	padding-left: 30px;
	padding-right: 30px;
}
.textArea{
	border: 1px solid #666666!important;
	margin-bottom: 0!important;
}
.search-box{
	position: relative;
}
.search-btn{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
#slide-out li.ad-img{
	padding: 10px 25px;
}
#slide-out li.ad-img a {
	padding: 0;
	height: auto;
}
#slide-out li.ad-img a img{
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
}
#slide-out li .cal_wrapper li{
	position: static;
	display: inline-block;
	width: 25px;
	line-height: normal;
}
#slide-out li .cal_wrapper li:before {
    height: 0px;
}
.can-tips{
	padding: 10px;
}
#main-right {
    padding-top: 20px;
}
