@charset "utf-8";

html,
body {
	height: 100%;
	font-size: 12px;
}

#mainContainer {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#gateWrapper {
	padding-bottom: 160px;
	overflow: hidden;
	/*padding-top: 135px;*/
}
#footer {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
}

/** */
a.linkBtnDark,
a.linkBtnDark:hover,
a.linkBtnDark:active {
	color: #666666;
	background: #cccccc;
	text-decoration: none;
}

a.linkBtnPrimary,
a.linkBtnPrimary:hover,
a.linkBtnPrimary:active {
	color: #fff;
	background: #666666;
	text-decoration: none;
}

input.btnPrimary {
	color: #ffffff;
	background: #666666;
	text-decoration: none;
	border: none;
}

input.btnDark {
	color: #666666;
	background: #cccccc;
	text-decoration: none;
	border: none;
}

.inputText {
	border: solid 1px #000;
	padding: 3px;
	font-size: 14px;
}

.inputSelect {
	border: solid 1px #000;
	padding: 3px 5px;
	background-color: #fff;
	font-size: 14px;
}

.linkBtnNormal {
    font-size: 14px;
    font-weight: normal;
   	padding: 5px 30px;
	display: inline-block;
}

.linkBtnLarge {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.btnLarge {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	height: 50px;
	cursor: pointer;
}

.btnNormal {
    font-size: 14px;
    font-weight: normal;
   	padding: 5px 30px;
	display: inline-block;
}


/** header */

.headerMenu {
	margin-top: 35px;
	width: 100%;
	text-align: center;
}

.headerMenuList {
	list-style-type: none;
	/*margin: 0 175px;*/
	padding: 0;
	clear: both;
}

.headerMenuList li {
	width: 130px;
	height: 30px;
	text-align: center;
	font-size: 1.2em;
	/*float: left;*/
	display: inline-block;
	font-weight: bold;
}

.header-icon {
	vertical-align: middle;
}

.header-login-name {
	float: left;
	font-size: 1.2em;
	width: 170px;
	margin-right: 20px;
}

.headerRecommendItemList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.headerRecommendItemList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 135px;
	height: 165px;
}

.headerMenuListBreak {
	margin-right: 0 !important;
}

/** contents */
#gateWrapper {
	width: 1000px;
	margin: 0 auto;
}

#gateWrapper:after {
content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


/** form */
.fldtxA {
	padding: 6px 3px;
}

.submitBtn {
	color: #fff;
	background-color: #000;
	border: solid 1px #000;
	padding: 5px;
}


.inputCustom {
    padding: 6px;
}
.inputCustom input[type=radio],
.inputCustom input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.inputCustom input[type=radio] + label,
.inputCustom input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}

.ngMsgBox {
	color: #f00;
    font-size: 16px;
    border: double 3px #f00;
    padding: 10px;
    margin-bottom: 20px;
}
 
@media (min-width: 1px) {
    .inputCustom input[type=radio],
    .inputCustom input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .inputCustom input[type=radio] + label {
        padding: 0 0 0 44px;
    }
    .inputCustom input[type=checkbox] + label {
        padding: 0 0 0 34px;
    }
    .inputCustom input[type=radio] + label::before,
    .inputCustom input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -13px;
         
        background: #FFF;
    }
    .inputCustom input[type=radio] + label::before {
        border: 1px solid #000;
        border-radius: 50px;
    }
    .inputCustom input[type=checkbox] + label::before {
        border: 1px solid #000;
    }
    .inputCustom input[type=radio]:checked + label::after,
    .inputCustom input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .inputCustom input[type=radio]:checked + label::after {
        left: 9px;
         
        width: 7px;
        height: 7px;
        margin-top: -4px;

        background: #000;
        border-radius: 8px;
    }
    .inputCustom input[type=checkbox]:checked + label::after {
        left: 4px;
         
        width: 16px;
        height: 8px;
        margin-top: -7px;
         
        border-left: 3px solid #000;
        border-bottom: 3px solid #000;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /** cart */
    .inputCustom input[type=radio] + label::before {
    	margin-left: 12px;
    }
    .inputCustom input[type=radio]:checked + label::after {
    	margin-left: 12px;
    }
}

.sizeSSS {
	width: 40px;
}

.sizeSS {
	width: 80px;
}

.sizeS {
	width: 120px;
}

.sizeM {
	width: 200px;
}


/* =========== header_animation=========== */
.worldCity{
width:190px;
height:95px;	
position:absolute;
top:-2px;
left:170px;
background-color:#fcc000;
}

/* =========== header =========== */
#shopHeader{
	padding-top: 35px;
	background-color:#ffffff;
	width: 100%;
/*    position: fixed;
    z-index: 10001;
*/
}

.stay {
	text-decoration: underline !important;
}

.shopHeaderInner {
	margin-top: 5px;
    width: 1000px;
    margin: 0 auto 32px auto;
    position: relative;
}

.shopHeaderInner h1{
padding:10px 0 0 2px;
width:472px;
/*height:56px;*/
text-align:left;
overflow:hidden;
float:right;
font-size:11px;
color:#000000;
}

.pddt5{
padding-top:5px;
}

.logoAreaLeft{
	width: 300px;
	display: table-cell;
	vertical-align: bottom;
}

.logoAreaCenter{
	display: table-cell;
	width: 400px;
	text-align: center;
}

.logoAreaRight{
	display: table-cell;
	width: 300px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

.headerIconListCart {
	position: relative;
}
.headerCartItemNum {
	position: absolute;
	bottom: -4px;
	font-size: 10px;
}

.cartHeaderIconBox {
	display: inline-block;
}

.headerRightLogoList {
	list-style: none;
	float: right;
}

.headerRightLogoList li {
	float: left;
	margin-right: 7px;
}

.cartHeaderBox {
	position: absolute;
	right: -10px;
	top: 20px;
    display: none;
    /*border: solid 1px #808080;*/
    padding: 10px;
    width: 200px;
    background-color: #fff;
    z-index: 1000;
}
.cartHeaderBox2 {
	position: absolute;
	right: -10px;
	top: 55px;
    display: none;
    /*border: solid 1px #808080;*/
    padding: 10px;
    width: 200px;
    background-color: #fff;
    z-index: 1000;
}


.cartHeaderMsg1 {
	margin-top: 20px;
	padding: 10px;
    text-align: center;
    background-color: #eee;
}

.cartHeaderMsg2 {
	margin-top: 10px;
	font-size: 10px;
	color: #808080;
}

.cartHeaderMsg3 {
	margin-top: 5px;
}

.headerRight{
float:right;
width:710px;
}

.topMenuShop {
	position: relative;
}

.topMenuShop:after {
	display: block;
	position: absolute;
	left: 58px;
	top: 15px;
	font-size: 10px;
	content: "▼";
}

.minTopMenuShop:after {
	display: block;
	position: absolute;
	left: 42px;
	top: 35px;
	font-size: 10px;
	content: "▼";
}

.megaMenu {
	width: 1000px;
	margin-left: -705px;
	overflow: hidden;
	position: absolute;

	opacity: 0;
	z-index: 10000;
	pointer-events : none;
}

.megaMenuInner {
	background-color: rgba(255, 255, 255, 0.9);
	width: 1000px;
	overflow: hidden;
}

.megaMenuWapper {
	padding: 20px 0 20px 20px; 
}

.megaMenuLeft {
	float: left;
	width: 500px;
}

.megaMenuRight {
	float: left;
	width: 450px;
}

.megaMenuList {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.megaMenuList dd {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

.megaMenuList dd p.seriesP {
	line-height: 20px;
}

.megaMenuTitle {
	text-align: left;
	font-weight: bold;
}

.megaMenuSearchBox {
	width: 450px;
	height: 60px;
	text-align: left;
}

.megaMenuSearchKeyword {
	background-size: auto 18px;
	border-color: #808080;
	width: 272px;
	border-radius: 1px;
}

.megaMenuLinkBox {
	width: 450px;
	float: left;
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.megaMenuLink {

}

.headerLimitedItemLink {
	display: inline-block;
	margin-left: 50px;
}

.seriesP {
	padding-left: 1em;
}


/*--------------- twitter --------------- */
 .headertwArea{
	position:relative;
margin-top:20px;
width:240px;
height:168px;
background-color:#000;
}

.twitterBox{
width:240px;
height:168px;
overflow:hidden;
/* -webkit-border-radius: 2px;
-moz-border-radius: 2px; */
background-color:#000;
}

.twitterLogo{
position:absolute;
width:55px;
height:10px;
background: url(../_img_bg/shop/twitter_logo_header.png) no-repeat 0 0; 
top:-15px;
left:0;
background-color:pink;
}

#headerBox .twitterLogo a{
display:block;
width:55px;
height:10px;
cursor:pointer;
}

.twtr-widget{
position:absolute;
width:220px;
height:168px;
top:-15px;
left:0;
}

.twtr-widget .twtr-spinner{
width:12px;
height:12px;
position:absolute;
top:0px;
right:0;
}

.twtr-inactive{
display:none;
}
.twtr-doc{
font-size:10px;
padding:0;
margin:0;
}


/* =========== left =========== */
#leftColumn{
float:left; 
width:240px;
}

#leftColumn{
float:left; 
width:240px;
}

.leftTitleBack{
width:240px;
background-color:#fff;
/* border-bottom:solid 1px #fcc000; */
margin-top:20px;
padding-bottom:5px;
}
.leftTitleBack h2{
font-size:13px;
font-weight:bold;
}

.leftMenu dd{
width:240px;
margin:1px;
line-height:2em;
text-indent:5px;
background-color:#fff;
letter-spacing:normal;
}
.leftMenu .seriesP{
line-height:13px;
font-size:11px;
padding:3px 0 5px 11px;
text-indent:0px;
}


.leftMenu dd a{
display:block;
}
.leftMenu dd a.stay{
color:#888888;
text-decoration:underline;
}
.mgnb3{
margin-bottom:3px;
}
.leftMenu .narrow{
font-size:11px;
}




#fb-root{
margin-top:20px;
}

/* =========== footer =========== */
#footer {
	/*margin-top: 30px;*/
	padding: 30px 0;
	background-color: #eee;
	/*height: 160px;*/
}

.footerInner {
	margin: 0 auto;
	width: 1000px;
}

.footerLinkList {
	list-style-type: none;
}

.footerLinkList li {
	float: left;
	width: 146px;
	text-align: center;
	font-size: 0.8em;
}

.footerLinkList li a:link,
.footerLinkList li a:visited,
.footerLinkList li a:hover,
.footerLinkList li a:active {
	color: #aaa;
	text-decoration: none;
}

#copyright {
	color: #999;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active {
	color: #aaa;
	text-decoration: none;
}

/*.shopFooterOuter li a:link {color: #ffffff;text-decoration: none;outline:none;}
.shopFooterOuter li a:visited {color: #ffffff;text-decoration: none;outline:none;}
.shopFooterOuter li a:hover {color: #ffffff;text-decoration: underline;outline:none;}
.shopFooterOuter li a:active {color: #ffffff;text-decoration: underline;outline:none;}*/

/* PowerTip Plugin */
#powerTip {
	cursor: default;
	/*background-color: #f2f2f2;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px #dcdcdc inset;*/
	/*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px #dcdcdc inset;*/
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px #dcdcdc inset;*/
	/*border: 1px solid #acacac;*/
	/*border-radius: 6px;*/
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	display: none;
	/*padding: 10px;*/
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	/*border-right: 5px solid transparent;*/
	/*border-left: 5px solid transparent;*/
	/*left: 50%;*/
	/*margin-left: -5px;*/
}
#powerTip.e:before, #powerTip.w:before {
/*	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;*/
}
#powerTip.n:before {
/*	border-top: 10px solid #acacac;
	border-top: 10px solid rgba(172, 172, 172, 0.8);
	bottom: -10px;
*/}
#powerTip.e:before {
/*	border-right: 10px solid #acacac;
	border-right: 10px solid rgba(172, 172, 172, 0.8);
	left: -10px;
*/}
#powerTip.s:before {
/*	border-bottom: 10px solid #acacac;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	top: -10px;
*/}
#powerTip.w:before {
/*	border-left: 10px solid #acacac;
	border-left: 10px solid rgba(172, 172, 172, 0.8);
	right: -10px;
*/}
#powerTip.ne:before, #powerTip.se:before {
/*	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
*/}
#powerTip.nw:before, #powerTip.sw:before {
/*	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
*/}
#powerTip.ne:before, #powerTip.nw:before {
/*	border-top: 10px solid #acacac;
	border-top: 10px solid rgba(172, 172, 172, 0.8);
	bottom: -10px;
*/}
#powerTip.se:before, #powerTip.sw:before {
/*	border-bottom: 10px solid #acacac;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	top: -10px;
*/}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
/*	border-top: 10px solid #acacac;
	border-top: 10px solid rgba(172, 172, 172, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
*/}
#powerTip.ne-alt:before {
/*	left: auto;
	right: 10px;
*/}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
/*	border-top: none;
	border-bottom: 10px solid #acacac;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	bottom: auto;
	top: -10px;
*/}
#powerTip.se-alt:before {
/*	left: auto;
	right: 10px;
*/}

/** min header */
.minTopHeaderWapper {
	width: 100%;
	top: 0;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10001;
}

.minTopHeader {
	margin: 0 auto;
	width: 1000px;
	height: 60px;
}

.minTopheaderList {
	list-style-type: none;
}

.minHeaderRightMenu > li {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.minTopheaderList > li {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.minHeaderMenu {
	padding-right: 30px;
}

.minHeaderMenuIcon {
	padding-right: 20px;
    padding-bottom: 8px;
}

.minHeaderIconListCart {
	position: relative;
}

.minHeaderCartItemNum {
	position: absolute;
	font-size: 10px;
	bottom: 17px;
}

/** breadcrumb */
.breadcrumb {
	list-style-type: none;
	margin: 15px 0 30px;
	padding: 0;
	clear: both;
}

.breadcrumb li {
	font-size: 12px;
    display: inline-block;
}

.breadcrumb li:not(:last-child):after {
	content: ">";
	margin: 0 0.5em;
}

.breadcrumb li img {
	vertical-align: top;
	height: 16px;
}

/** contents */
.mainWrapper {
	width: 1000px;
}

.header_link,
.fFutura {
    font-family: "Futura", "FuturaLike", "Century Gothic", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
