@charset "utf-8";
/* CSS Document */
.contents {
	background: #f5f5f5;
    min-width: 1200px;
}
.contents img {
	vertical-align: bottom;
}
/**/
#mainArea {
	background: #d6d6d6;
    overflow: hidden;
}
#mainArea #mainSlide {
	float: left;
	position: relative;
	width: 962px;
}
#mainArea #mainSlide ul {
	position: relative;
	width: 960px;
	height: 350px;
	overflow: hidden
}
#mainArea #mainSlide ul li {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.1s 0.5s;
	-o-transition: opacity 0.1s 0.5s;
	-webkit-transition: opacity 0.1s;
	-webkit-transition-delay: 0.5s;
	transition: opacity 0.1s 0.5s
}
#mainArea #mainSlide ul li.col-type {
	background-color: #fff
}
#mainArea #mainSlide ul .current {
	z-index: 1;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
#mainArea #mainSlide li .slideBoxinner {
	position: relative;
    height: 350px;
}
#mainArea #mainSlide li .slideBoxinner a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#mainArea #mainSlide li .slideBoxinner div {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 15px 15px 16px;
	background: rgba(255,255,255,0.5);
	width: 250px;
	z-index: 1;
}
#mainArea #mainSlide li .slideBoxinner div h2 {
	margin-bottom: 10px;
	font-size: 1.57em;
	font-weight: bold;
	line-height: 1.45;
	text-align: left;
}
#mainArea #mainSlide li * + p {
	margin-top: 0;
}
#mainArea #mainSlide li .slideBoxinner div .mvTxt {
	font-size: 0.93em;
	line-height: 1.8;
}
#mainArea #mainSlide li .slideBoxinner div p.price {
	font-size: 1.14em;
	font-weight: bold;
}
#mainArea #mainSlide li .slideBoxinner figure {
	position: absolute;
	top: 0;
	left: 0;
}
#mainArea #mainSlide .sldCur {
	position: absolute;
	bottom: 10px;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	z-index: 10;
	cursor: pointer;
}
#mainArea #mainSlide .sldCur li {
	display: inline-block;
	width: 60px;
	border-top: 10px solid #1e1e1e;
	-moz-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
	transition: border-color 0.5s
}
#mainArea #mainSlide .sldCur li + li {
	margin-left: 10px;
}
#mainArea #mainSlide .sldCur li.current {
	border-color: #fff
}
#mainArea #subBanner {
	float: right;
	width: 233px;
}
#mainArea #subBanner li + li {
	margin-top: 1px;
}
#mainArea #subBanner img {
	width: 100%;
}
/**/
#infomationSlide {
	margin: 30px 0;
}
#infomationSlide ul {
	position: relative;
	margin: 0 140px 0 23px;
	height: 60px;
}
#infomationSlide li {
	position: absolute;
	top: 50%;
	max-height: 3.5em;
	padding-right: 1em;
	overflow: hidden;
	height: 0;
	background: url(/shop/image/top/images/ico_info.png) no-repeat left 2px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 0;
	text-indent: 24px;
	font-size: 0.93em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#infomationSlide li.current {
	height: auto;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	z-index: 1
}
#infomationSlide li:before {
	content: '…';
    position: absolute;
    top: 1.7em;
    right: 22px;
    display: block;
    width: 1.2em;
}
#infomationSlide li:after {
	content: '';
    position: relative;
    width: 1.2em;
    height: 1.6em;
    float: right;
    margin-right: -1em;
    display: block;
    background-color: #fff;
}
#infomationSlide li a {
	color: #333;
	text-decoration: none;
}
#infomationSlide li a:hover {
	text-decoration: underline;
}
#infomationSlide .boxinner {
	position: relative;
	background: #fff;
}
#infomationSlide .boxinner > div {
	position: absolute;
	top: 20px;
	width: 20px;
	height: 21px;
	cursor: pointer;
	z-index: 5;
}
#infomationSlide .btnMute {
	background: url(/shop/image/top/images/btn_infoslide_mute.png) no-repeat;
	right: 80px
}
#infomationSlide .btnPrev {
	background: url(/shop/image/top/images/btn_infoslide_prev.png) no-repeat;
	right: 48px
}
#infomationSlide .btnNext {
	background: url(/shop/image/top/images/btn_infoslide_next.png) no-repeat;
	right: 15px
}

/**/
#mainContents {
	overflow: hidden;
}
#mainContents #main {
	float: right;
	width: 1000px;
}
/* top page select */
#main .categoryArea {
	margin-bottom: 20px;
	padding: 28px 40px 20px;
	border-top: 5px solid #1e1e1e;
	background: #fff;
}
#main .categoryArea ul {
	margin-top: 30px;
	margin-left: -10px;
}
#main .categoryArea ul li {
	float: left;
	margin-bottom: 19px;
	margin-left: 10px;
	width: 175px;
}
#main .categoryArea ul li a {
	text-decoration: none;
}
#main .categoryArea ul li a:hover {
	text-decoration: underline;
}
#main .categoryArea ul li a p.ctgName {
	margin-top: 5px;
	line-height: 1;
	color: #1f1613;
}
#main .serviceArea {
	margin-bottom: 20px;
	padding: 28px 40px 20px;
	border-top: 5px solid #1e1e1e;
	background: #fff;
}
#main .serviceArea ul {
	margin-top: 30px;
	margin-left: -10px;
}
#main .serviceArea ul li {
	float: left;
	margin-bottom: 19px;
	margin-left: 10px;
	width: 175px;
}
#main .serviceArea ul li a {
	text-decoration: none;
}
#main .serviceArea ul li a:hover {
	text-decoration: underline;
}
#main .serviceArea ul li a p.ctgName {
	margin-top: 5px;
	line-height: 1;
	color: #1f1613;
}
/* top page select end */
#main .catalogArea {
	padding: 28px 40px 53px;
	border-top: 5px solid #1e1e1e;
	background: #fff;
}
#main .catalogArea .box + .box {
	clear: both;
	padding-top: 30px;
}
#main .catalogArea .box.newBox,
#main .catalogArea .box.recommendBox {
	padding-top: 20px;
}
#main .catalogArea .listTtl {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.29em;
}
#main .catalogArea .listTtl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 920px;
    height: 1px;
    background: #333;
}
#main .catalogArea .listTtl span {
    position: relative;
	display: inline-block;
	padding-left: 52px;
    padding-right: 20px;
	background: #fff;
	letter-spacing: 0.2em;
	color: #333;
}
#main .catalogArea .listTtl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 43px;
    height: 18px;
	background: url(/shop/image/top/images/ico_catalogTtl.png) no-repeat center left;
}
#main .catalogArea .listTtl span a {
	color: #333;
	text-decoration: none;
}
#main .catalogArea ul {
	margin-left: -13px;
}
#main .catalogArea ul li {
	position: relative;
	margin-bottom: 18px;
	margin-left: 13px;
	width: 220px;
	float: left;
}
#main .catalogArea ul li .txtBox {
	position: relative;
    /*margin-top: -30px;
    margin-left: 40px;*/
	padding: 6px 0 6px 9px;
	/*width: 180px;*/
	background: rgba(255,255,255,0.8);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
#main .catalogArea ul li p.itemName {
	font-size: 0.93em;
	line-height: 1.4;
    letter-spacing: 0.05em;
}
#main .catalogArea ul li p.itemPrice {
	padding-top: 6px;
	font-size: 1.14em;
	line-height: 1.3;
	font-weight: bold;
}
#main .catalogArea .btn {
	text-align: right;
}
#main .catalogArea *+p {
	margin-top: 0;
}
#main .catalogArea .saleBnr {
	margin-bottom: 13px;
}
/* event */
#event {
	margin-top: 50px;
	letter-spacing: 0.1em;
}
#event .eventHead {
	margin-bottom: 30px;
	font-size: 1.57em;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
#event .eventSlideList li *+p {
	margin-top: 0;
}
#event .eventSlideList li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#event .eventSlideList li .imgPhoto img {
	width: 198px;
}
#event .eventSlideList li .eventTtl {
	padding-top: 7px;
	font-size: 0.93em;
	line-height: 1.4;
}
#event .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#event .bx-wrapper img {
	display: block;
}
#event .bx-wrapper .bx-viewport {
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#event .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#event .bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
#event .bx-controls-direction a {
	width: 18px;
    height: 35px;
    display: block;
    position: absolute;
    top: 65px;
    text-indent: -9999px;
    overflow: hidden;
}
#event .bx-prev {
	float: left;
	left: -23px
}
#event .bx-next {
	float: right;
	right: -23px;
}
#event .bx-prev, #event .bx-next {
	position: absolute;
	top: 0;
	width: 20px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
}
#event .bx-prev {
	left: -60px
}
#event .bx-next {
	right: -60px
}
#event .bx-prev:before, #event .bx-prev:after, #event .bx-next:before, #event .bx-next:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0
}
#event .bx-prev:before {
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 17px 17px 17px 0;
    border-right-color: #666666;
}
#event .bx-prev:after {
	left: 4px;
	border-style: solid;
	border-color: transparent;
	border-color: rgba(255, 0, 0, 0);
	border-width: 17px 17px 17px 0;
	border-right-color: #f5f5f5
}
#event .bx-next:before {
    right: 0;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 17px 0 17px 17px;
    border-left-color: #666666;
}
#event .bx-next:after {
	right: 4px;
	border-style: solid;
	border-color: transparent;
	border-color: rgba(255, 0, 0, 0);
	border-width: 17px 0 17px 17px;
	border-left-color: #f5f5f5
}