/**
 * whole
 */
body {
	font-size: 80%;
	text-align: center;
	font-weight: 100;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }
#wrapper {
	max-width: 100%;
	min-width: 950px;
	position: relative;
	overflow: hidden;
}
::selection {
	background: #ceba87;
}
::-moz-selection {
	background: #ceba87;
}



/**
 * #header
 */
#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 20;
	margin: 0 auto;
}
#main-visual-upper {
	height: 25px;
	position: relative;
	z-index: 2;
	padding-bottom: 16px;
	background: url(../images/header/bg-lace-certain.png) repeat-x bottom;
}
.language{
	float: right;
	margin: 5px 22px 0  0;
}
.language li a{
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.language li a:hover{
	opacity: 1;
}
.language li .txt_rollover{
	opacity: 1;
}
.language_box{
	float: left;
	list-style: none;
	margin: 0 0px 0 12px;
	padding-left: 12px;
}
.jp {
background: url(../images/header/bg_sr.png) no-repeat left center;
}
.fr{
	background: url(../images/header/bg_sr.png) no-repeat left center;
}
#line{
	height: 25px;
}
#language-navi {
	position: relative;
	z-index: 2;
	background: url(../images/header/bg-lace-certain.png) repeat-x left top;
}
#global-navi {
	position: relative;
	z-index: 21;
}
#global-navi > .inner {
	width: 950px;
	margin: 0 auto;
}
#logo {
	width: 234px;
	height: 176px;
	float: left;
	z-index: 2;
	margin: -29px 0 0 39px;
}
#global-navi.global-navi-lite #logo {
	margin:-29px auto 0;
	float:none;
}
#main-menu {
	width: 562px;
	height: 43px;
	float: left;
	padding: 27px 0 0 0;
}
#main-menu li {
	position: relative;
	float: left;
	/* image separator */
	background-image: url(../images/header/sr.gif);
	background-repeat: no-repeat;
}
#main-menu li a {
	position: relative;
	z-index: 2;
	display: block;
}
#main-menu li .fx-mouseover {
	width: 96px;
	height: 64px;
	display: none;
	position: absolute;
	z-index: 1;
	background: url(../images/header/fx-nav-mouseover.png) no-repeat left top;
}
#main-menu li .animate {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation-name: animationTekateka;
	-moz-animation-name: animationTekateka;
	-ms-animation-name: animationTekateka;
	animation-name: animationTekateka;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
@-webkit-keyframes animationTekateka {
	0% {	-webkit-transform: rotate(0deg);	}
	49% {	-webkit-transform: rotate(0deg);	}
	50% {	-webkit-transform: rotate(2deg);	}
	100% {	-webkit-transform: rotate(2deg);	}
}
@-moz-keyframes animationTekateka {
	0% {	-moz-transform: rotate(0deg);	}
	49% {	-moz-transform: rotate(0deg);	}
	50% {	-moz-transform: rotate(2deg);	}
	100% {	-moz-transform: rotate(2deg);	}
}
@-ms-keyframes animationTekateka {
	0% {	-ms-transform: rotate(0deg);	}
	49% {	-ms-transform: rotate(0deg);	}
	50% {	-ms-transform: rotate(2deg);	}
	100% {	-ms-transform: rotate(2deg);	}
}
@keyframes animationTekateka {
	0% {	transform: rotate(0deg);	}
	49% {	transform: rotate(0deg);	}
	50% {	transform: rotate(2deg);	}
	100% {	transform: rotate(2deg);	}
}
#main-menu li img {
	padding: 13px;
}
#main-menu .brandstory {
	background: none;
}
#main-menu .brandstory .fx-mouseover {
	left: 89px;
	top: -16px;
}
#main-menu .products {
	margin: 13px 0 0 0;
	padding: 0 0 0 16px;
	background-position: 6px 16px;
}
#main-menu .products .fx-mouseover {
	left: 18px;
	top: -16px;
}
#main-menu .stores {
	margin: 13px 0 0 0;
	padding: 0 0 0 14px;
	background-position: 6px 16px;
}
#main-menu .stores .fx-mouseover {
	left: 6px;
	top: -16px;
}
#main-menu .news {
	margin: 13px 0 0 0;
	padding: 0 0 0 13px;
	background-position: 7px 16px;
}
#main-menu .news .fx-mouseover {
	left: 1px;
	top: -16px;
}
#social-shortcut-button {
	width: 77px;
	height: 26px;
	float: left;
	margin: 49px 0 0 10px;
	padding: 0 0 0 1px;
	background: url(../images/header/bg-social-icons.gif) no-repeat left top;
}
#social-shortcut-button .facebook {
	width: 16px;
	height: 16px;
	float: left;
	padding: 5px 0 0 7px;
}
#social-shortcut-button .twitter {
	width: 16px;
	height: 16px;
	float: left;
	padding: 5px 0 0 7px;
}
#social-shortcut-button .instagram {
	width: 16px;
	height: 16px;
	float: left;
	padding: 5px 0 0 7px;
}


/**
 * #section
 */
#section.text {
	text-align: left;
}
#section.text .inner {
	width: 810px;
	margin: 0 auto;
	padding: 5px 0 80px 0;
}
#section.text h2 {
	margin: 30px 0 0 0;
	padding: 12px 0 15px 19px;
	background: url(/common/images/icon-listpointer.gif) no-repeat left top;
	font-size: 120%;
	font-weight: bold;
}
#section.text h3 {
	margin: 0;
	padding: 0 0 5px 19px;
	font-size: 100%;
	font-weight: bold;
}
#section.text p {
	margin-top: 0;
	padding: 0 0 0 19px;
	line-height: 1.8;
}
#section.text li {
	line-height: 1.8;
}



/**
 * #pagetop
 */
#pagetop {
	width: 25px;
	margin: 0 16px 0 auto;
}
#pagetop .heart-upper {
	width: 25px;
	height: 11px;
	display: block;
	position: absolute;
	right: 16px;
	top: 430px;
	z-index: 23;
	background: url(../images/pagetop/icon-heart.png) no-repeat left top;
}
#pagetop .heart-lower {
	width: 25px;
	height: 12px;
	display: block;
	position: absolute;
	right: 16px;
	top: 430px;
	z-index: 21;
	margin: 11px 0 0 0;
	background: url(../images/pagetop/icon-heart.png) no-repeat left bottom;
}
#pagetop .arrow {
	position: fixed;
	right: 16px;
	top: 430px;
	margin: -13px 0 0 0;
	z-index: 22;
}
#pagetop .arrow img {
	padding: 0 8px;
}
#pagetop.fallin-love .heart-upper {
	-webkit-transform-origin: 12px 12px;
	-moz-transform-origin: 12px 12px;
	-ms-transform-origin: 12px 12px;
	transform-origin: 12px 12px;
	-webkit-animation-name: fallinLoveAnimation;
	-moz-animation-name: fallinLoveAnimation;
	-ms-animation-name: fallinLoveAnimation;
	animation-name: fallinLoveAnimation;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.0s;
	-moz-animation-duration: 1.0s;
	-ms-animation-duration: 1.0s;
	animation-duration: 1.0s;
}
#pagetop.fallin-love .heart-lower {
	-webkit-transform-origin: 12px 0;
	-moz-transform-origin: 12px 0;
	-ms-transform-origin: 12px 0;
	transform-origin: 12px 0;
	-webkit-animation-name: fallinLoveAnimation;
	-moz-animation-name: fallinLoveAnimation;
	-ms-animation-name: fallinLoveAnimation;
	animation-name: fallinLoveAnimation;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes fallinLoveAnimation {
	0% {	-webkit-transform: scale(1, 1);	}
	12% {	-webkit-transform: scale(0.9, 0.9);	}
	24% {	-webkit-transform: scale(1, 1);	}
	36% {	-webkit-transform: scale(0.9, 0.9);	}
	48% {	-webkit-transform: scale(1, 1);	}
	60% {	-webkit-transform: scale(0.9, 0.9);	}
	72% {	-webkit-transform: scale(1, 1);	}
	84% {	-webkit-transform: scale(0.9, 0.9);	}
	96% {	-webkit-transform: scale(1, 1);	}
	100% {	-webkit-transform: scale(1, 1);	}
}
@-moz-keyframes fallinLoveAnimation {
	0% {	-moz-transform: scale(1, 1);	}
	12% {	-moz-transform: scale(0.9, 0.9);	}
	24% {	-moz-transform: scale(1, 1);	}
	36% {	-moz-transform: scale(0.9, 0.9);	}
	48% {	-moz-transform: scale(1, 1);	}
	60% {	-moz-transform: scale(0.9, 0.9);	}
	72% {	-moz-transform: scale(1, 1);	}
	84% {	-moz-transform: scale(0.9, 0.9);	}
	96% {	-moz-transform: scale(1, 1);	}
	100% {	-moz-transform: scale(1, 1);	}
}
@-ms-keyframes fallinLoveAnimation {
	0% {	-ms-transform: scale(1, 1);	}
	12% {	-ms-transform: scale(0.9, 0.9);	}
	24% {	-ms-transform: scale(1, 1);	}
	36% {	-ms-transform: scale(0.9, 0.9);	}
	48% {	-ms-transform: scale(1, 1);	}
	60% {	-ms-transform: scale(0.9, 0.9);	}
	72% {	-ms-transform: scale(1, 1);	}
	84% {	-ms-transform: scale(0.9, 0.9);	}
	96% {	-ms-transform: scale(1, 1);	}
	100% {	-ms-transform: scale(1, 1);	}
}
@keyframes fallinLoveAnimation {
	0% {	transform: scale(1, 1);	}
	12% {	transform: scale(0.9, 0.9);	}
	24% {	transform: scale(1, 1);	}
	36% {	transform: scale(0.9, 0.9);	}
	48% {	transform: scale(1, 1);	}
	60% {	transform: scale(0.9, 0.9);	}
	72% {	transform: scale(1, 1);	}
	84% {	transform: scale(0.9, 0.9);	}
	96% {	transform: scale(1, 1);	}
	100% {	transform: scale(1, 1);	}
}



/**
 * #news
 */
#news {
	z-index: 20;
	margin: 0 0 40px 0;
	background: #fff url(../images/news/bg-repeat.png) repeat-x left top;
	color: #62573d;
	text-align: left;
}
#news a,
#news a:visited,
#news a:hover,
#news a:focus {
	color: #62573d;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news > .inner {
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
	background: url(../images/news/bg.png) no-repeat center top;
}
#news .title {
	width: 56px;
	margin: 0 auto;
	padding: 19px 0 27px 0;
}
#facebook-area {
	width: 320px;
	float: left;
	margin: 0 0 15px 0;
	background: #fdfdfb;
}
#facebook-area > .inner {
	padding: 10px;
	border: 1px solid #e9e8de;
}
#twitter-area {
	width: 320px;
	float: left;
	margin: 0 0 15px 10px;
	background: #fdfdfb;
}
#twitter-area > .inner {
	padding: 10px;
	border: 1px solid #e9e8de;
}
#promotion-area {
	width: 260px;
	float: right;
	margin: 0 0 40px 0;
}
#promotion-area h3 {
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
}
#promotion-area p {
	margin: 0 0 7px 2px;
	font-size: 92%;
	line-height: 1.3;
}
#promotion-area > .inner {
	padding: 1px 0 0 0;
	background: url(../images/news/border-promotion.gif) no-repeat left top;
}
#promotion-area > .inner > div {
	padding: 18px 0 19px 0;
	background: url(../images/news/border-promotion.gif) no-repeat left bottom;
}
#promotion-area a {
	padding: 0 0 0 20px;
	background: url(../images/news/icon-arrow.gif) no-repeat left 0.2em;
}
#promotion-area .mobile {
}
#promotion-area .mobile .qr {
	width: 76px;
	float: left;
	padding-left: 2px;
}
#promotion-area .mobile figcaption {
	width: 175px;
	float: left;
	font-size: 92%;
	line-height: 1.3;
}
#promotion-area .mobile .mobile-url {
}
#social-area {
	width: 650px;
	float: left;
	margin: 0;
	background: #f9f8f3;
}
#social-area > .inner {
	padding: 8px 10px 4px 10px;
	border: 1px solid #e9e8de;
}
#social-area .facebook-like {
	width: 115px;
	float: left;
}
#social-area .facebook-share {
	width: 115px;
	float: left;
	margin: 0 0 0 10px;
	padding: 1px 0 0 0;
}
#social-area .twitter-tweet {
	width: 111px;
	float: left;
	margin: 0 0 0 10px;
}
#social-area .instagram-photo {
	width: 137px;
	float: left;
	margin: -2px 0 0 10px;
}



/**
 * #footer
 */
#footer {
	padding: 0 0 75px 0;
	background: #fff url(../images/footer/bg-flower.jpg) repeat left top;
}
#footer > .inner {
	height: 34px;
	background: #fff no-repeat center top;
	border-bottom: solid 1px #b8964c;
}
#footer #footer-menu {
	width: 950px;
	margin: 0 auto;
}
#footer #footer-menu ul {
	float: left;
}
#footer #footer-menu li {
	float: left;
	padding: 0 0 0 1px;
	/* image separator */
	background: url(../images/footer/bg_sr2.png) no-repeat left center;
}
#footer #footer-menu li:first-child {
	margin-left: -12px;
	padding-left: 0;
	background-image: none;
}
#footer #footer-menu li {
	padding: 10px 12px;
}
#footer #footer-menu li a{
	text-decoration: none;
	color: #62573d;
	font-size: 11px;
}
#footer #footer-menu li a:hover{
	text-decoration: underline;
}
#footer #copyright {
	float: right;
	margin: 0 -12px 0 0;
}
#footer #copyright img {
	padding: 10px 12px;
}

/**
 * #footer.footer-lite
 */
#footer.footer-lite {
	background:none;
	border-bottom:solid 1px #ccc;
	height:33px;
	padding:0;
}
#footer.footer-lite > .inner{
	height: 34px;
	border-bottom:solid 4px #000;
	background:none;
}

.footer-bnr{
	margin: -7px 0 40px 0;
}
.css_hover_bnr:hover{
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/**
 * #oldbrowser
 */
#oldbrowser {
	width: 358px;
	display: none;
	margin: 0 auto;
}
#oldbrowser .logo {
	margin: 0;
	padding: 53px 0 0 0;
}
#oldbrowser .title-sorry {
	margin: 0;
	padding: 59px 0 0 0;
}
#oldbrowser .text-sorry {
	margin: 0;
	padding: 26px 0 105px 0;
	background: url(/common/images/icon-cat.gif) no-repeat 50% 100%;
}
#oldbrowser .copyright {
	margin: 0;
	padding: 224px 0 39px 0;
}



/**
 * html.ie6
 */
.ie6 #header,
.ie6 #section,
.ie6 #pagetop,
.ie6 #news,
.ie6 #footer,
.ie6 #category {
	display: none;
}
.ie6 #oldbrowser {
	display: block;
}
