.ulfeature li img{
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width: 115px;
	margin-right: 10px;
	float: left;
}
/* -----------------------------------------------------------
	Clearfix!
----------------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
    line-height: 0;
	height: 0;
}

.cf {
    display: inline-block;
	overflow: hidden;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
    overflow: visible;
}


/*
@font-face {
    font-family:"MSGothic";
    src:url(../fonts/MSGothic.eot);
    src:local("../fonts/MSGothic"), url(../fonts/MSGothic.ttf) format("truetype"), url(../fonts/MSGothic.woff) format("woff"), url('fonts/MSGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
body {
	font-family:"Arial","MSGothic","ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	background:url(../images/bgPattern.jpg) repeat left top;
	font-size: 12px;
	color: #222;
	line-height:18px;
	font-weight: 400;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,tt,var,b,u,i,center,
input,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}
html,body {
	width: 100%;
	height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.3
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
blockquote{
	font-style:italic;
	font-size:13px;
	margin:0.25em 0;
	padding:0.25em 40px;
	position:relative
}
blockquote:before{
	display:block;
	content:"\201C";
	font-size:60px;
	position:absolute;
	left:-5px;top:-20px;
	color:#7a7a7a
}
blockquote:after{
	display:block;
	content:"\201D";
	font-size:60px;
	position:absolute;
	right:5px;
	bottom:-45px;
	color:#7a7a7a
}
blockquote cite{
	color:#999999;
	display:block;
	margin-top:5px
}
blockquote cite:before{
	content:"\2014 \2009"
}
*{
	margin: 0px;
	padding: 0px
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus,input:focus,
textarea:focus,
select:focus,
.scroll-pane:focus{
	outline:none
}
h1,
h2,
h3,
h4,
h5,
h6{
	line-height:18px;
}
h1 {
	padding-top:30px;
	color:#fff;
	font-weight:700;
}
a{
	line-height: 18px;
	color: #333;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
	color: #2d2323
}
p {
	line-height: 18px;
	margin-bottom: 0px;
}
ul, li, ul li, ol, ol li{
	list-style: none;
}
.clearfix{
	clear:both;
	font-size:1px;
	line-height:0;
	height:0px
}
.debug {
	position:fixed;
	background:red;
	color:#fff;
	z-index:9999
}
.trans {
  opacity: 1;
  -webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;
}
.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: .8;
}
.button{
	-webkit-border-radius:5px;
	-moz-border-radius:5pxx;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding: 0px 27px;
	line-height: 25px;
	height: 29px;
	display: inline-block;
	border: none;
	outline: none;
	background: none
}
.button img{
	vertical-align: middle;
}
/* HEADER */
.container{
	width: 980px;
	margin: 0px auto;
}
header{
	padding:0px;
	position: relative;
	width: 100%;
	margin: 0px auto;
	background: #fff url(../images/bgheader.jpg) repeat-x left bottom;
	box-shadow: 0px 0px 15px rgba(000,000,000,0.4);
	z-index: 100;
	/* min-width: 1300px; */
}
header .logo{
	margin: 0px;
	padding :0px;
	width: 182px;
	height: 55px;
	float: left;
}
header .logo img{
	max-width: 100%;
	max-height: 100%
}
.divHead{
	padding: 0px;
	width: 980px;
	margin: 0px auto;
	position: relative;

}
.divHead h1{
	float: left;
	padding: 0px;
	margin: 27px 0px 0px
}
/* NAV */
nav{
	padding:0px;
	position:relative;
	float: right;
	border-right: 1px solid #ccc
}
nav .nav{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px
}
nav .nav > li{
	display: block;
	position: relative;
	list-style:none;
	float: left;
	padding: 0px
}
nav .nav > li > a{
	border-left: 1px solid #ccc;
	display: block;
	padding: 16px 8px;
	background: url(../images/bgnav.jpg) repeat-x left bottom;

}
nav .nav li img{
	position: relative;
}
nav .nav > li:hover > a{
	margin-bottom: -1px;
	padding-bottom: 17px;
	background: #fff;
	position: relative;
	z-index: 100;
}
nav .nav > li.home:hover > a{
	margin-bottom: 0px;
	padding-bottom: 16px;
	background: #fff;
	position: relative;
	z-index: 100;
}
nav .nav > li:hover > ul{
	display: block;
}
nav .nav li > ul{
	display: none;
	min-width: 220px;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	list-style: none;
	padding: 10px 20px;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 50;
}
nav .nav li > ul li{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px dotted #999999;
	padding: 4px 0px;
	font-size: 13px
}
nav .nav li > ul li:last-child{
	border-bottom: none;
}
nav .nav li > ul li.last{
	border-bottom: none;
}
nav .nav li > ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
	padding-left: 16px;
	opacity: 1;
	font-weight: 700;
    -webkit-transition: all ease 0.26s;
    -moz-transition: all ease 0.26s;
    -o-transition: all ease 0.26s;
    transition: all ease 0.26s;
}
nav .nav li > ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: .8;
}
nav .nav li > ul.ulStay{
	left: auto;
	right: -1px
}
nav .nav li > ul.ulStay li a{
	color: #cc9900;
	background: url(../images/bullet07.png) no-repeat left 6px;
}
nav .nav li > ul.ulRelaxation li a{
	color: #9dce0b;
	background: url(../images/bullet06.png) no-repeat left 6px;
}
nav .nav li > ul.ulEnjoy li a{
	color: #ff9900;
	background: url(../images/bullet05.png) no-repeat left 6px;
}
nav .nav li > ul.ulCulture li a{
	color: #6699cc;
	background: url(../images/bullet04.png) no-repeat left 6px;
}
nav .nav li > ul.ulGourment li a{
	color: #cc6666;
	background: url(../images/bullet03.png) no-repeat left 6px;
}
nav .nav li > ul.ulFitness li a{
	color: #00cccc;
	background: url(../images/bullet02.png) no-repeat left 6px;
}
nav .nav li > ul.ulSpa li a{
	color: #ff6598;
	background: url(../images/bullet01.png) no-repeat left 6px;
}
/* SLIDE */
.wrapSlide{
	padding:0px;
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
}
.divSlider{
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
	/* min-width: 1300px; */
}
.divSlider .bxslider li{
	text-align: center;
}
.divSlider .bxslider li a{
	display: block;
}
.divSlider .bxslider li a{
	position: relative;
	max-width: 100%;
}
.divSlider .bxslider li a img {
	display: block;
	width: 100%
}
.divSlider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	background-color:#000000;
	background: rgba(000,000,000,0.5);
	display: none;
}
.divSlider:hover .bx-wrapper .bx-controls-direction a{
	display: block;
}
.divSlider .bx-wrapper .bx-controls-direction a:hover{
	background: rgba(000,000,000,0.9);
}
.divSlider .bx-wrapper .bx-controls-direction a i{
	background: url(../images/prevnext.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%
}
.divSlider .bx-wrapper .bx-prev{
	left: 70px
}
.divSlider .bx-wrapper .bx-next{
	right: 70px
}
.divSlider .bx-wrapper .bx-controls-direction .bx-prev i{
	background-position: 13px 11px
}
.divSlider .bx-wrapper .bx-controls-direction .bx-next i{
	background-position: -25px 10px
}
/* TITLE */
.divTitle{
	display: block;
}
.divTitle.bor01{
	border-bottom: 1px solid #99cc99
}
.divTitle.bor01 .h2title img{
	border-bottom-color: #339933;
}
.divTitle.bor02{
	border-bottom: 1px solid #9eabd4
}
.divTitle.bor02 .h2title img{
	border-bottom-color: #445eac;

}
.divTitle.bor03{
	border-bottom: 1px solid #7ccab8
}
.divTitle.bor03 .h2title img{
	border-bottom-color: #009c74;
}
.divTitle.bor04{
	border-bottom: 1px solid #e5b0b0
}
.divTitle.bor04 .h2title img{
	border-bottom-color: #cc6666;
}
.divTitle.bor05{
	border-bottom: 1px solid #7dcbb7
}
.divTitle.bor05 .h2title img{
	border-bottom-color: #009c74;
}
.divTitle.bor06{
	border-bottom: 1px solid #ffcc7f
}
.divTitle.bor06 .h2title img{
	border-bottom-color: #ff9900;
}
.h2title{
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
.h2title img{
	margin-bottom: -1px;
	vertical-align: top;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-style: solid;
}
.ntitle{
	float: right;
	padding-top: 12px
}
/* CONTENT */
.wrapContent{
	margin: 0px auto
}
.wrapHNews{
	margin-top: 30px;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto
}
.divSliderNews{
	position: relative;
	padding: 20px 60px 0px;
	height: 417px;
	overflow: hidden;
}
.divSliderNews ul{
	list-style: none;
	margin: 0px;
	padding: 0px
}
.divSliderNews ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
.divSliderNews ul li .itemNew .name{
	text-align: center;
	line-height: 22px;
	margin-bottom: 3px
}

.divSliderNews .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 40px;
	height: 100%;
	padding-bottom: 41px;
}
.divSliderNews .bx-wrapper .bx-controls-direction a span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #e1f0d9;
}
.divSliderNews .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -60px
}
.divSliderNews .bx-wrapper .bx-controls-direction a.bx-next{
	right: -60px
}
.divSliderNews .bx-wrapper .bx-controls-direction a i{
	width: 14px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0px 0px -7px;
	background: url(../images/prevnext01.png) no-repeat;
}
.divSliderNews .bx-wrapper .bx-controls-direction a.bx-prev i{
	background-position: 0px 0px
}
.divSliderNews .bx-wrapper .bx-controls-direction a.bx-next i{
	background-position: -34px 0px
}
.divSliderNews .bx-viewport{
	padding-bottom: 41px;
}
.itemNew{
	position: relative;
	font-size: 14px;
}
.itemNew .filnew{
	width: 100%;
	height: 41px;
	position: absolute;
	bottom: -41px;
	background: url(../images/fillnew.png) no-repeat center top;
	left: 0px
}
.itemNew .title{
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	display: block;
	font-family: "HiraKakuProN";
}
.itemNew .infoNew{
	border: 1px solid #339900;
	margin-top: 1px;
	background: #f8fcf6;
	padding: 10px;
	background: url(../images/bgprod.png) repeat-x left bottom;
}
.itemNew .infoNew .img{
	height: 140px;
	display: block;
	padding: 1px;
	background: #fff;
	position: relative;
	margin: -10px -10px 0px
}
.itemNew .img img{
	width: 100%;
	height: 100%
}
.itemNew .name{
	height: 48px;
	overflow: hidden;
	text-align: center;
	font-size: 19px;
	color: #339900;
	margin-top: 10px
}
.itemNew .note{
	text-align: center;
	color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background: #9999cc;
	padding: 5px 10px
}
.itemNew .note.bggray{
	background: #999999;
	color: #000
}
.itemNew .info{
	height: 41px;
	overflow: hidden;
	color: #000;
	line-height:20px;
	margin-top: 10px

}
.itemNew .button{
	width: 140px;
	height: 29px;
	text-align: center;
	margin: 10px auto 0px;
	background: url(../images/btn.png) no-repeat left top;
	border: none;
	outline: none;
	display: block;
	line-height: 27px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}
.itemNew .button:hover{
	background-position: 0px -30px
}
.itemNew .button img{
	vertical-align: middle;
	display: inline-block;
}
.bgcolor01{
	background: #99cc00
}
.bgcolor02{
	background: #339900
}
.bgcolor03{
	background: #00cccc
}
.divFee,
.divFee .imgFee,
.divFee .imgFee img{
	-webkit-border-radius:10px;
	-moz-border-radius:10pxx;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.divFee{
	position: relative;
	border: 4px solid #bfe6dc;
	padding: 5px;
	font-size: 14px;
	color: #222;
	margin: 0px 60px
}
.divFee .imgFee{
	width: 210px;
	float: left;
	overflow: hidden;
	margin: 0px
}
.divFee .imgFee img{
	max-width: 100%;
	display: block;
}
.divFee .divInfoFee{
	margin-left: 240px;
	position: relative;
	overflow: hidden;
}
.divFee .divInfoFee .divInfo{
	width: 100%;
	float: left;
}
.divFee .divInfoFee .infoL{
	width: 40%;
	float: left;
	color: #222222
}
.divFee .divInfoFee .infoL .rowp{
	margin: 10px 0px 0px;
	font-size: 25px;
	overflow: hidden;
	line-height: 30px;
}
.divFee .divInfoFee .infoL .rowp p{
	float: left;
	line-height: 30px;
	font-size: 19px;
}
.divFee .divInfoFee .infoL .rowp span{
	float: right;
	font-size: 25px;
	font-weight: 700
}
.divFee .divInfoFee .infoL .rowp .pinfo{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	float: none;
	margin: 2px 0px 0px;
}
.divFee .divInfoFee .infoR{
	width: 60%;
	float: left;
	padding: 15px 25px 0px 35px
}
.divFee .divInfoFee .button{
	background: url(../images/btn01.png) repeat-x left top;
}
.divFee .divInfoFee .button:hover{
	background-position: 0px -30px
}
.divFee .divInfoFee .ulfee{
	margin: 14px -20px 0px 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.divFee .divInfoFee .ulfee li{
	margin: 0px;
	padding: 2px 30px 2px 0px;
	list-style: none;
	float: left;
}
.divFee .divInfoFee .ulfee li a{
	display: block;
	background: url(../images/bullet08.png) no-repeat left 5px;
	padding-left: 12px;
	color: #009c74;
	white-space: nowrap;
}
.divFee .note{
	font-size: 14px;
	border-top: 1px solid #dedede;
	padding: 7px 0px 2px;
	margin: 7px 0px 0px
}
/* FILL */
.filTop{
	display: block;
	background: url(../images/filTop.png) repeat-x left 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 13px;
}
.filBottom{
	display: block;
	background: url(../images/filBottom.png) repeat-x left 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 13px;
	z-index: 1;
}
/**/
.wrapConvenient{
	background: #fffbf2;
	position: relative;
	padding: 40px 0px 0px;
	margin: 30px 0px 0px;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto
}
.wrapConvenient .titleconve{
	display: block;
	text-align: center;
}
.wrapConvenient .titleconve img{
	max-width: 100%
}
.wrapConvenient .divsocial{
	background: #fffbf2;
	border-top: 1px solid #fff1cf;
	padding: 19px 0px 20px;
	text-align: center;
	margin: 20px 0px 0px
}
.wrapConvenient .divsocial .test{
	display: inline-block;
	color: #663333;
	position: relative;
	top: -4px;
}
.divsocial .divTwitter{
	display: inline-block;
	margin: 0px 0px 0px 20px
}
.divsocial .divFacebox{
	display: inline-block;
	margin: 0px 0px 0px 15px
}
.divConve{
	background: #e0e0ff;
	margin: 20px 0px 0px
}
.divConve .row{
	padding: 5px;
}
.divConve .itemConve{
	width: 50%;
	float: left;
	padding: 5px;
	position: relative;
}
.divConve .itemConve .imgConve{
	-webkit-border-radius:5px;
	-moz-border-radius:5pxx;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width: 100%
}
.divConve .itemConve .tablink{
	display: block;
	text-align: center;
	margin: 10px 0px 5px;
	padding: 0px 20px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #333366;

}
.divConve .itemConve .tablink .bor{
	border-right: 1px solid #fff;
	width: 1px;
	position: absolute;
	right: -5px;
	top: 0px;
	height: 100%;
	display: block;
}
.divConve .itemConve .tablink a{
	color: #333366;
}
.divConve .itemConve .tablink span{
	padding: 0px 2px;
	color: #b3b3ff;
	position: relative;
	top: -1px
}
.divConve .itemConve .tablink a.bor{
	border: none;
}
/* LET ENJOY */
.wrapEnjoy{
	position: relative;
	padding: 30px 0px 0px;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto
}
.divEnjoy{
	height: 178px;
	background: url(../images/bglets.png) no-repeat left top;
	padding: 20px 20px 20px 180px;
}
.divEnjoy a{
	display: block;
	margin-left: 10px;
	overflow: hidden;
	height: 139px;
	width: 120px;
	float: left;
}
.divEnjoy a img{
	display: block;
	position: relative;
}
.divEnjoy a:hover img{
	top: -141px;
}
/* SNS */
.wrapSNS{
	position: relative;
	margin-top: 30px;
	padding: 40px 0px;
	background: #f8f9fc;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto
}
.divSNS{
	margin: 0px -15px;
}
.divSNS .divSNSL,
.divSNS .divSNSR{
	width: 50%;
	float: left;
	padding: 0px 15px
}
.divSNS .divCol{
	margin: 20px 0px 0px;
}
.divSNS .divCol01{
	border: 1px solid #dedede;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin: 20px 0px 0px;
	overflow: hidden;
	padding:0px;
	background: #fafafa
}
.divSNS .scroll-pane{
	height: 571px;
	width: 100% !important
}
.divFacebook img{
	max-width: 100%;
	display: block;
}
.divSNS .divSNSR .button{
	background: url(../images/btn02.png) repeat-x left top;
	float: right;
	min-width: 160px;
	text-align: center;
}
.divSNS .divSNSR .button:hover{
	background-position: 0px -30px
}
.ulColLik{
	margin: 0px;
	padding: 8px 20px 12px;
	background: url(../images/bg.jpg) repeat-x left top;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	border: 1px solid #dedede;
	display: block;
}
.ulColLik a,
.ulColLik span{
	background: url(../images/bullet09.png) no-repeat left 5px;
	margin: 2px 16px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #666666;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px
}
.ulCol{
	list-style: none;
	padding: 14px 0px 14px 20px;
	margin: 0px;
	background: #fff;
}
.ulCol li{
	list-style: none;
	padding: 6px 0px;
	margin: 0px;
	line-height: 24px;
	overflow: hidden;
	display: block;
	width: 100%
}
.ulCol li .lbel{
	float: left;
	width: 26%
}
.ulCol li .sp{
	float: left;
	width: 74%;
	color: #009c74;
	line-height: 21px;
	position: relative;
	padding-right: 10px;
}
.ulCol li .sp a{
	color: #009c74;
}
/**/
.wrapSliderPd{
	margin-top: 30px;
	padding: 0px 0px 0px;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto
}
.divSliderPd{
	padding: 0px 73px;
	position: relative;
}
.divSliderPd .ulSliderPd{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 150px;
	overflow: hidden;
}
.divSliderPd .ulSliderPd li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 150px;
}
.divSliderPd .ulSliderPd li img{
	width: 100%;
	height: 100%;
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border: 1px solid #cccccc
}
.divSliderPd .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 40px;
	height: 100%;
	background: #fcf7f7;
}
.divSliderPd .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -76px
}
.divSliderPd .bx-wrapper .bx-controls-direction a.bx-next{
	right: -76px
}
.divSliderPd .bx-wrapper .bx-controls-direction a i{
	width: 14px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0px 0px -7px;
	background: url(../images/prevnext02.png) no-repeat;
}
.divSliderPd .bx-wrapper .bx-controls-direction a.bx-prev i{
	background-position: 0px 0px
}
.divSliderPd .bx-wrapper .bx-controls-direction a.bx-next i{
	background-position: -34px 0px
}
/**/
.wrapSliderNew01{
	position: relative;
	margin: 30px auto 0px;
	background: #fffafa;
	padding: 40px 0px 0px;
	/* min-width: 1300px; */
}
.divSliderNew01 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.divSliderNew01 ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 40px;
	height: 100%;
	padding-bottom: 41px;
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #fbefef;
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -60px
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a.bx-next{
	right: -60px
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a i{
	width: 14px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0px 0px -7px;
	background: url(../images/prevnext03.png) no-repeat;
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a.bx-prev i{
	background-position: 0px 0px
}
.divSliderNew01 .bx-wrapper .bx-controls-direction a.bx-next i{
	background-position: -34px 0px
}
.divSliderNew01 .bx-viewport{
	padding-bottom: 41px;
}
.divSliderNew01 .itemNew{
	background: #fff url(../images/bg01.jpg) repeat-x left bottom;
	padding: 10px;
	border: 1px solid #e5b2b2
}
.divSliderNew01 .itemNew .filnew{
	background: url("../images/fillnew01.png") no-repeat center top
}
.divSliderNew01 .itemNew .name{
	color: #cc6666;
	height: 70px;
	line-height: 24px;
	font-size: 19px;
	margin: 0px 0px 5px;
	text-align: left;
}
.divSliderNew01 .itemNew .img,
.divSliderNew01 .itemNew .img img{
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background: none
}
.divSliderNew01 .itemNew .note{
	height: 53px;
	overflow: hidden;
	margin: -20px auto 0px;
	width: 150px;
	z-index: 1;
	position: relative;
	line-height: 19px;
	box-shadow:0px 3px 1px #e5e5e5;
	-webkit-box-shadow:0px 3px 1px #e5e5e5;
	-moz-box-shadow:0px 3px 1px #e5e5e5;
	text-align: left;
}
.divSliderNew01 .itemNew .info{
	height: 78px;
}
.divSliderNew01 .itemNew .button{
	background: url(../images/btn03.png) no-repeat scroll left top
}
.divSliderNew01 .itemNew .button:hover{
	background-position: 0px -30px
}
.divSliderNew01 .divTitle {
	margin: 0px 0px 20px
}
.divSliderNew01 .divTitle .button{
	float: right;
	background: url(../images/btn04.png) repeat-x scroll left top
}
.divSliderNew01 .divTitle .button:hover{
	background-position: 0px -30px
}
/**/
.wrapDivNoteall{
	position: relative;
	margin: 30px auto 0px;
	background: #fff;
	padding: 0;
	/* min-width: 1300px; */
}
.divNoteAll{
	background: #fff5cc;
	border: 3px solid #ffe0b2;
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding: 20px;
	color: #ff4400;
	line-height: 23px
}
/**/
.wrapContact{
	position: relative;
	margin: 30px auto 0px;
	background: #fff;
	padding: 30px 0px;
	background: #fafafa;
	/* min-width: 1300px; */
}
.wrapContact .divContact{
	margin: 0px -15px
}
.wrapContact .divContactL,
.wrapContact .divContactR{
	width: 50%;
	float: left;
	padding: 0px 15px
}
.divContact .divCol{
	border: 4px solid #bfe6dc;
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding: 15px 20px;
	margin: 20px 0px 0px;
	background: #fff
}
.divContact .divCol .test{
	font-size: 14px;
	line-height: 30px;
	border-bottom: 7px solid #bfe6dc;
	padding: 0px 18px 5px
}
.divContact .divCol .phone{
	padding: 29px 18px 22px ;
	text-align: center;
}
.divContact .divCol .phone .button{
	background:none;
	width: 380px;
	height: 54px;
	margin: 19px auto 0px;
	display: block;
	overflow: hidden;
	padding: 0px
}
.divContact .divCol .phone .button img{
	display: block;
	position: relative;
}
.divContact .divCol .phone .button:hover img{
	top: -56px
}
.divContact .divCol .test01{
	border-top: 7px solid #bfe6dc;
	padding: 16px 18px 0px ;
	line-height:25px;
	font-size: 15px
}
.divContact .divCol .test01 a{
	color: #009c74
}
.divContact .divContactR .divCol{
	border: 2px solid #cccccc;
	padding: 10px;
}
.divContact .ulColIime{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table;
	position: relative;
	color: #000000
}
.divContact .ulColIime li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table-row;
	overflow: hidden;
}
.divContact .ulColIime li .coltime.first,
.divContact .ulColIime li .coltime01.first{
	padding-top:10px;
}
.divContact .ulColIime li .coltime.last,
.divContact .ulColIime li .coltime01.last{
	padding-bottom:10px;
	border-bottom: none;
}
.divContact .ulColIime li .coltime{
	width: 50%;
	display: table-cell;
	padding: 0px 10px 0px 0px;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede
}
.divContact .ulColIime li .coltime01{
	width: 50%;
	display: table-cell;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #dedede
}
.divContact .ulColIime li .coltime span{
	background: url(../images/bullet10.png) no-repeat left 12px;
	padding-left: 20px
}
.divContact .ulColIime li span{
	display: block;

	padding: 10px 20px 10px 0px;
}
.divContact .divbg{
	position: relative;
	padding :0px 10px;
}
.divContact .bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #fafafa;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	-ms-border-radius:5px 0px 0px 5px;
	-o-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
}
footer{
	margin: 40px auto 0px;
	position: relative;
	/* min-width: 1300px; */
}
footer .divFooter{
	position: relative;
}
footer .divFooter .divAdv{
	position: relative;
	text-align: center;
	margin: 0px -25px
}
footer .divFooter .divAdv a{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 25px
}
footer .divFooter .divAdv a img{
	vertical-align: middle;
}
footer .row{
	margin: 30px -10px 0px
}
footer .divColft{
	width: 25%;
	float: left;
	padding: 0px 10px
}
footer .divColft .title{
	font-size: 17px;
	color: #009c74;
	background: url(../images/bullet11.png) no-repeat left top;
	padding: 2px 0px 5px 30px;
	font-weight: 700
}
footer .divColft ul{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 2px 0px 0px 30px
}
footer .divColft ul li{
	list-style: none;
	display: block;
	margin: 0px;
	background: url(../images/bullet05.png) no-repeat left 11px;
	padding: 5px 0px 5px 15px;
	font-size: 14px;
}
footer .divColft ul li a{
	color: #222222
}
footer .hr01,
footer .hr02,
footer .hr03{
	border:none;
	width: 100%;
	display: block;
	margin: 30px 0px 0px
}
footer .hr01{
	height: 11px;
	background: #7fcdb9;
}
footer .hr02{
	height: 1px;
	background: #dff3ed;
}
footer .hr03{
	height: 4px;
	background: #bfe6dc;
	margin-bottom: 30px
}
footer .divColftL{
	width: 73%;
	float: left;
}
footer .divColftR{
	width: 27%;
	float: right;
	padding: 0px 0px 0px 20px
}
footer .divColftR .img{
	text-align: center;
}
footer .divColftR .test{
	text-align: center;
	font-size: 10px
}
footer .ulColft{
	list-style: none;
	display: block;
	margin: 0px -5px;
	padding: 0px;
	min-height: 182px
}
footer .ulColft a{
	display: block;
	background: url(../images/bullet12.png) no-repeat left 0px;
	padding: 0px 10px 0px 20px ;
	float: left;
	width: 25%;
	color: #009c74;
	font-weight: 700;
	font-size: 14px
}
footer .divAdress{}
footer .logo{
	width: 185px;
	float: left;
	margin-top: 5px
}
footer .logo img{
	max-width: 100%
}
footer .adress{
	margin-left: 200px;
	position: relative;
}
footer .adress strong{
	display: block;
	margin-bottom: 10px
}
footer .divColftR .ultest{
	width: 100%;
	float:none;
	margin:10px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px
}
footer .divColftR .ultest li{
	width: 100%;
	float:none;
	margin:0px;
	padding: 0px;
	list-style: none;
}
footer .divColftR .sp{
	width: 50%;
	float: left;
}
footer .copyright,
footer .cright{
	font-family: "Arial";
	font-size: 12px;
	color: #666;
	padding: 15px 0px
}
footer .copyright{
	float: left;
}
footer .cright{
	float: right;
}
footer .cright span{
	text-decoration: underline;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	vertical-align: top;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0;
	outline: 0;
	color: #fff;
	line-height: 25px;
	text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ed1500;
}
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(..images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* SUGGEST */
.wrapSuggest{
	margin: 30px auto 0px;
	position: relative;
	/* min-width: 1300px; */
}
.divSuggest{
	position: relative;
	padding: 0px 44px;
	margin-top: 20px
}
.divSuggest ul li{
	width: 161px;
	float: left;
}
.divSuggest .itemNew{
	border: 1px solid #e5b2b2;
	padding: 11px;
	background: url(../images/bgprod01.png) repeat-x left bottom;
}
.divSuggest .itemNew:hover{
	border-width: 2px;
	padding: 10px
}
.divSuggest .itemNew .img,
.divSuggest .itemNew .img img{
	height: 100px;
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.divSuggest .itemNew .img img{
	width: 100%;
}
.divSuggest .itemNew .name{
	height: 38px;
	overflow: hidden;
	color: #222;
	font-size: 14px
}
.divSuggest .itemNew .readmore{
	color: #a84848;
	float: right;
	margin-top: 5px
}
.divSuggest .itemNew .filnew{
	background: url("../images/fillnew02.png") no-repeat center top;
	height: 20px;
	bottom: -21px;
}
.divSuggest .bx-viewport{
	padding-bottom: 20px
}
.divSuggest .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 25px;
	height: 100%;
	padding-bottom: 20px;
}
.divSuggest .bx-wrapper .bx-controls-direction a span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #fbf4f4;
}
.divSuggest .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -49px
}
.divSuggest .bx-wrapper .bx-controls-direction a.bx-next{
	right: -49px
}
.divSuggest .bx-wrapper .bx-controls-direction a i{
	width: 14px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0px 0px -7px;
	background: url(../images/prevnext02.png) no-repeat;
}
.divSuggest .bx-wrapper .bx-controls-direction a.bx-prev i{
	background-position: 0px 0px
}
.divSuggest .bx-wrapper .bx-controls-direction a.bx-next i{
	background-position: -34px 0px
}
/*  */
.wrapGrModule{
	margin: 30px auto;
	position: relative;
	/* min-width: 1300px; */
}
.wrapGrModule .divTitle{
	margin-bottom: 20px
}
.grModuleL{
	width: 650px;
	float: left;
	padding-right: 30px;
}
.grModuleR{
	width: 270px;
	float: right;
}
.contPrimarily{
}
.contPrimarily .featurenew{
	background: #fff5e5;
	padding: 20px;
	-webkit-border-radius:5px 5px 0px 0px
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
.contPrimarily .featurenew .img{
	width: 230px;
	float: left;
}
.contPrimarily .featurenew .img img{
	max-width: 100%;
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.contPrimarily .featurenew .infofeat{
	width: 352px;
	float: left;
	margin-left: 20px;
}
.featurenew .infofeat .name{
	font-size: 27px;
	font-weight: 700;
	line-height: 30px;
}
.featurenew .infofeat .summary{
	margin-top: 15px;
	line-height: 25px
}
.contPrimarily .ulfeature{
	padding: 20px;
	list-style: none;
	margin: 0px;
}
.contPrimarily .ulfeature li{
	padding: 10px 0px 10px 30px;
	list-style: none;
	margin: 0px;
	background: url(../images/bullet13.png) no-repeat left 13px;
	display: block;
	font-size: 20px;
	line-height: 26px;
	border-bottom: 1px dotted #cccccc
}
.contPrimarily .ulfeature .sp{
	font-size: 13px;
	line-height: 18px;
	display: block;
	color: #ff6600
}
.contPrimarily .ulfeature .sp a{
	font-size: 13px;
	line-height: 18px;
	color: #ff6600
}
.divItemfeature{
	padding: 15px 10px;
	border-bottom: 1px solid #ffe5bf;
	position: relative;
}
.divItemfeature img{
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width: 80px;
	float: left;
}
.divItemfeature .infoitem{
	margin-left: 90px;
	position: relative;
	font-size: 14px;
	font-weight: 700
}
.divItemfeature .ulitemfeature{
	list-style: none;
	display: block;
	margin:0px;
	padding:5px 0px 0px;
}
.divItemfeature .ulitemfeature p{
	list-style: none;
	display: block;
	margin:0px;
	padding: 4px 4px 4px 15px;
	background: url(../images/bullet14.png) no-repeat left 5px;
	white-space: nowrap;
	overflow: hidden;
}
.divItemfeature .arow02{
	width: 27px;
	height: 38px;
	background: url(../images/arow02.png) no-repeat left 0px;
	position: absolute;
	left: -27px;
	top: 50%;
	margin-top: -19px;
	display: none;
}
.wrapGrModule .scroll-pane{
	height: 470px;
	width: 100% !important;
}
.grModuleL .divCol{
	margin: 20px 0px 0px
}
.grModuleL .divMap{
	margin: 30px 0px 0px
}
.grModuleL .divMap .colmap{
	margin-top: 20px;
	border: 5px solid #dff2ed;
	height: 360px
}
.grModuleR .divModuleR{
	background: #e0e0ff;
	padding: 5px 20px;
}
.divModuleR .titleNewgr{
	text-align: center;
	-webkit-border-radius:30px;
	-moz-border-radius:30px
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	background: #9999cc;
	padding: 5px 10px;
	margin: 15px -10px 0px -10px
}
.grModuleR .listNewgr{
	margin: 0px;
	padding: 0px;
	display: block;
}
.grModuleR .listNewgr li{
	margin: 0px;
	padding: 10px 0px;
	display: block;
}
.grModuleR .listNewgr .img,
.grModuleR .listNewgr .img img{
	-webkit-border-radius:5px
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width: 100%;
}
.grModuleR .listNewgr .name{
	font-size: 16px;
	overflow: hidden;
	margin-top: 6px
}
.grModuleR .listNewgr .summary{
	overflow: hidden;
	font-size: 14px;
	margin-top: 6px
}
.grAdv{
	margin-top: 20px;
	position: relative;
}
.grAdv img{
	max-width: 100%;
	margin-bottom: 10px
}
/* TAB */
.tabinner {
  min-height: 200px
}
  ul.resp-tabs-list{
  padding: 0px;
  margin: 0px auto;
  float: right;
  width: 270px;
  border: 3px solid #ffe5bf;
  -webkit-border-radius:5px
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.resp-tabs-list li {
  display: block;
  padding:0px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-container {
  padding: 0px;
  margin:0px;
  position:relative;
  width: 659px;
  float: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 0px
}
.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-easy-accordion .resp-tab-content {}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
.resp-tabs-list li.first .divItemfeature{
  -webkit-border-radius:5px 5px 0px 0px;
  -moz-border-radius:5px 5px 0px 0px;
  -ms-border-radius:5px 5px 0px 0px;
  -o-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
}
.resp-tabs-list li.last .divItemfeature{
  -webkit-border-radius:0px 0px 5px 5px ;
  -moz-border-radius:0px 0px 5px 5px ;
  -ms-border-radius:0px 0px 5px 5px ;
  -o-border-radius:0px 0px 5px 5px ;
  border-radius:0px 0px 5px 5px ;
}
.resp-tabs-list li.resp-tab-active .divItemfeature{
  background: #fff5e5
}
.resp-tabs-list li.resp-tab-active .divItemfeature .arow02{
  display: block;
}
@media (min-width: 1400px){
	nav .nav > li > a{
		padding-left: 7px;
		padding-right: 7px
	}
}