@charset "UTF-8";

/* //////////////////////////////////// */
/* base
/* //////////////////////////////////// */

body {
	/*text-align: center;*/
	font-size: 12px;
	color: #2b2b2b;
	line-height: 1.5;
	background: url(../common-images/common/bg_head.jpg) no-repeat center top #f5f5f5;
}

@media (max-width: 959px) {
    body {
        background-image: none;
        padding-top: 50px;
    }
}

a:link {
	color: #016fcc;
	text-decoration: none;
}

a:visited {
	color: #016fcc;
	text-decoration: none;
}

a:hover {
	color: #016fcc;
	text-decoration: underline;
}

a:active {
	color: #016fcc;
	text-decoration: none;
}

/* /////////////////////////////////////////// */
/* Layout
/* /////////////////////////////////////////// */

#wrapper {
	width: 100%;
	text-align: left;
}

#container {
	margin: 0 auto;
	width: 1150px;
}

#contents {
	width: 858px;
	float: left;
}

/* //////////////////////////////////// */
/* header
/* //////////////////////////////////// */

#header {
	width: 100%;
	/*height: 130px;
	background: url(../common-images/common/bg_header.png) repeat-x;*/
}

#header-inner {
	width: 1150px;
	margin: 0 auto;
	height: 130px;
	position: relative;
}

#hread {
	/*width: 400px;
	position: absolute;
	top: 16px;*/
	color: #969696;
	font-size: 106%;
}

#logo {
	width: 260px;
	/*position: absolute;
	top: 48px;*/
}
#header_sp #logo {
    width: 180px;
}

@media (max-width: 480px) {
    #header_sp #logo {
        width: 130px;
    }
}

#header nav {
	/*width: 400px;
	position: absolute;
	top: 16px;*/
	right: 0;
	text-align: right;
}

#header nav p{
	color:#016fcc;
}

#header #gt {
	width: 148px;
	/*position: absolute;
	top: 50px;
	right: 0;*/
	text-align: right;
	background: url(../common-images/common/gt.png) no-repeat;
	padding-left: 140px;
}

#header #hSearch {
	/*width: 1140px;
	position: absolute;
	top: 90px;
	left: 0;*/
}

#header .search_bg {
    /*background: url(../common-images/common/bg_header.png) repeat-x;
    background-position: bottom left;*/
    border-top: 1px solid #d5d3d4;
    border-bottom: 1px solid #d5d3d4;
    background: #f7f7f7;
}

#header .search_bg .search_bg_inner {
    border-bottom: 1px solid #fff;
    /*padding: 5px 0;*/
}

#header #hSearch .hs {
	padding: 10px 0 10px 0;
    margin: 0 0;
	/*float: left;*/
}

#header #hSearch .hs li {
	border-right: #bdbbba 1px solid;
	float: left;
	height: 26px;
	margin-right: 8px;
	padding-right: 8px;
}

#header #hSearch .hs li:nth-child(3){
	border-right: #ff0000 2px solid;
}

#header #hSearch .hs li.bno {
	border-right: none;
	padding-right: 0;
}

#header #hSearch .hs li.mr0 {
	margin-right: 0px;
	padding-top: 5px;
}

#header #hSearch .hs li.hl {
	padding-top: 7px;
	font-size: 106%;
	display: block;
	color: #3b3b3b;
	height: 19px;
}

#header #hSearch a.wish_list {
	margin: 6px 0 0 5px;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	background-color:#fff;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #hSearch a.wish_list i {
	color:#f00;
	margin-right:5px;
	font-size: 120%;
	vertical-align:middle;
}
#header #hSearch a.wish_list:hover {
	text-decoration:none;
	opacity: 0.6;
}

#header #hSearch .hl a {
        border:none;
        background-color:transparent;
	color: #3b3b3b;
	text-decoration: none;

}

#header #hSearch .hs li a.overlay button.overlay {
        padding-top: -1px;
        font-size: 90%;
        display: block;
        color: #3b3b3b;
        height: 20px;

}

#header #hSearch .hs li .ipt {
	width: 400px;
	border: #bdbbba 1px solid;
	padding: 3px 10px;
	height: 18px;
	height: 14px\9;
	color: #8e8e8e;
}


#header /*#hSearch*/ .hc {
	width: 90px;
	width: 100px\9;
	/*float: right;*/
    /*padding: 7px 0 0 0;*/
    margin-top: 0;
    margin-bottom: 0;
}


#header /*#hSearch*/ .hc li {
	font-size: 96%;
}

#header /*#hSearch*/ .hc #count_items a{
	color:#333333;
	text-decoration:none;}

#header /*#hSearch*/ .hc #count_items a:hover{
	text-decoration:underline;
}


#header /*#hSearch*/ .hc li img {
	vertical-align: central;
}

#header /*#hSearch*/ .hc li strong {
	color: #fb9031 !important;
	font-size: 150%;
}

#header #hSearch .img {
        cursor: pointer;
}

.tipped {
	color: #8e8e8e;
}

#header_sp {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d5d3d4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    margin: 0 auto;
    height: 50px;
    box-sizing: border-box;
}

#header_sp.iPhone_header {
    top: 40px !important;
}

#header_sp #logo img {
    width: 180px;
}

@media (max-width: 480px) {
    #header_sp #logo img {
        width: 130px;
    }
}

#header_sp .sp_header_inner {
    padding: 8px;
    box-sizing: border-box;
}

#header_sp .btn_sp {
    padding-top: 5px;
}

#header_sp .cart_num {
    position: absolute;
    top: -6px;
    left: -9px;
    background-color: #d0111b;
}

#header_sp .global_menu {
    width: 20px;
    height: 20px;
    position: relative;
}

#header_sp .global_menu, .global_menu span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#header_sp .global_menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

#header_sp .global_menu span:nth-of-type(1) {
    top: 1px;
}

#header_sp .global_menu span:nth-of-type(2) {
    top: 9px;
}

#header_sp .global_menu span:nth-of-type(3) {
    bottom: 1px;
}

#header_sp .uk-offcanvas-bar .uk-offcanvas-close {
    width: auto !important;
    height: auto !important;
}

#second_header_sp .sp_header_inner {
    padding: 4px 8px;
    box-sizing: border-box;
}

#second_header_sp .sp_header_inner .uk-button-small {
    padding: 0 5px;
}

#second_header_sp .sp_header_inner .uk-button-secondary * {
    color: #fff;
}

/* //////////////////////////////////// */
/* footer
/* //////////////////////////////////// */

#footer {
	clear: both;
}

#footerlink {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

#footerlink ul li {
    text-align: left;
}

#footerlink .fb1 {
	/*width: 175px;
	float: left;*/
}

#footerlink .fb2 {
	/*width: 188px;
	float: left;*/
}

#footerlink .fb3 {
	/*width: 162px;
	float: left;*/
}

#footerlink .fb4 {
	/*width: 210px;
	float: left;*/
}

#footerlink .fb5 {
	/*width: 120px;
	float: left;*/
}

#footerlink p {
	font-size: 106%;
	margin-bottom: 10px;
}

#footerlink li a {
	background: url(../common-images/common/ic_cursor_1.gif) no-repeat 0 2px;
	padding-left: 10px;
	font-size: 96%;
    color: #333;
}

#footer #footerlink li {
	margin-bottom: 3px;
}

#footer #footerlink a {
	color: #5f5f5f;
}

#footer #footerlink .fb4 li {
	margin-bottom: 6px;
}

#footer #footerlink .fb4 li a {
	background: url(../common-images/common/ic_cursor_2.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-size: 106%;
}

#copyright {
	clear: both;
	border-top: #b8b8b8 1px solid;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
    #copyright ul li:first-child {
        margin-bottom: 10px;
    }
}

.cL {
	padding-top: 10px;
	/*float: left;*/
	font-size: 96%;
}

.cR {
	/*float: right;*/
	padding-top: 10px;
}

/* //////////////////////////////////// */
/* bread
/* //////////////////////////////////// */

#bread {
	/*width: 820px;*/
	padding: 14px 0;
	/*float: left;*/
	/*clear: both;*/
}

#bread p {
    margin: 0 !important;
}

#bread a {
	color: #3b3b3b;
}

#sosialLink {
	width: auto;
	float: right;
	padding-top: 9px;
}

@media (max-width: 768px) {
    #sosialLink {
        padding-top: 0;
    }
}

#sosialLink .addthis_toolbox .addthis_button_tweet .tweet_iframe_widget {
    width: auto !important;
    height: auto !important;
}

/* //////////////////////////////////// */
/* slider
/* //////////////////////////////////// */

section.slider {
    overflow: hidden;
}

/* //////////////////////////////////// */
/* side
/* //////////////////////////////////// */

#side {
	width: 262px;
	/*float: right;*/
}

@media (max-width: 959px) {
    #side {
        width: 100%;
    }
}

#side section {
	margin-bottom: 30px;
}

#side section .sbox {
	border: #e0dfdf 1px solid;
	background: #FFF;
	padding: 15px;
}

#side section .sbox ul {
    padding-left: 0 !important;
}

/*login*/


#side .login ul {
	border-bottom: #CCC 2px solid;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#side .login li {
	float: right;
}

#side .login li.name {
	float: left;
	font-size: 130%;
}

#side .login .states {
	line-height: 1.5;
	font-size: 106%;
	border-bottom: #CCC 2px solid;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#side .login .states a {
	color: #393939;
	font-size: 86%;
}

#side .login .chgoption {
	/*float: right;
	width: 200px;*/
}

#side .login .chgoption .uk-button {
	/*background: url(../common-images/common/btn_option.gif) no-repeat 0 0;
	padding: 8px 0 0 32px;
	height: 19px;*/
	display: block;
	color: #393939;
}

/*Payment*/

#side .Payment .tit {
	font-size: 130%;
	border-bottom: #d3d3d3 2px solid;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #6d6d6d;
}

#side .Payment p.at {
	font-size: 90%;
	padding: 15px 0 0 0;
	line-height: 1.3;
}

#side .Payment p.at strong {
	line-height: 1.6;
}

/*callender*/

#side .callender .sbox {
	margin-bottom: 10px;
}

#side .callender .tit {
	font-size: 116%;
	border-top: #d3d3d3 2px solid;
	border-bottom: #d3d3d3 2px solid;
	padding: 5px 3px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #6d6d6d;
}

#side .callender p {
	font-size: 90%;
}

#side .callender .calender_text{
	color:#668cd9;
}

/*sosial*/

#side .sosial {
	margin-bottom: 40px;
}

#side .sosial li {
	float: left;
	margin-right: 13px;
}

/*sidebnr*/

#side .sidebnr {
	margin-bottom: 30px;
}

#side .sidebnr li {
	margin-bottom: 17px;
}

/* //////////////////////////////////// */
/* contents
/* //////////////////////////////////// */

/* ///////　　　index　　　////// */

#slider {
	margin-bottom: 2px;
	position: relative;
}

#slider h2 {
	border: #dbdada 1px solid;
}

#slider .ctr li {
	text-align: center;
}

#slider .ctr li {
	text-align: center;
}

#slider .nav li.back {
	position: absolute;
	top: 110px;
	left: 10px;
}

#slider .nav li.next {
	position: absolute;
	top: 110px;
	right: 10px;
}

.index section {
	margin-bottom: 25px;
}

.index section h2 {
	height: 33px;
	font-size: 170%;
	color: #686868;
	font-weight: bold;
	padding: 8px 0 0 10px;
	clear: both;
}

#featured h2 {
	background: url(../common-images/common/bg_tit_1.gif) no-repeat;
	margin-bottom: 25px;
}

#featured dt {
	float: left;
}

#featured dd {
	float: left;
}

#featured dd strong {
	font-weight: normal;
	color: #fd0000;
}

#featured .l {
	margin-bottom: 30px;
}

#featured .l dl {
	/*float: left;
	width: 425px;*/
}

#featured .l dt {
	width: 55%;
	margin-right: 2%;
}

@media (max-width: 959px) {
    #featured .l dt {
        width: 28%;
    }
}

#featured .l dt img {
    width: 100%;
}

#featured .l dd {
	width: 42%;
	font-size: 106%;
	line-height: 1.5;
	padding-right:0;
}

@media (max-width: 959px) {
    #featured .l dd {
        width: 70%;
    }
}

#featured .s dl {
	/*float: left;
	width: 284px;*/
}

#featured .s dt {
	width: 51%;
	margin-right: 2%;
}

@media (max-width: 959px) {
    #featured .s dt {
        width: 28%;
    }
}

#featured .s dd {
	width: 46%;
	margin-right:0;
	line-height: 1.3;
	font-size: 96%;
}

@media (max-width: 959px) {
    #featured .s dd {
        width: 70%;
    }
}

#addnewitems {
	/*position: relative;*/
	/*width:858px;*/
	width:100%;
	/*height: 143px;*/
	margin-bottom: 35px;
}

#addnewitems h2 {
	background: url(../common-images/common/bg_tit_2.gif) repeat-x;
	margin-bottom: 10px;
}

/*#addnewitems ul.slide {
	position: absolute;
	top: 51px;
	left: 37px;
}

#addnewitems ul.slide li {
	float: left;
	margin-right: 20px;
}

#addnewitems ul.nav li.back {
	position: absolute;
	top: 51px;
	left: 0;
}

#addnewitems ul.nav li.next {
	position: absolute;
	top: 51px;
	right: 0;
}
*/

#customerservice h2 {
	background: url(../common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: normal;
}

#customerservice a {
	line-height: 1.3;
	font-size: 106%;
}

#customerservice .about {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	font-size: 106%;
}

#customerservice .about strong {
	font-size: 116%;
	line-height: 1.7;
}

#sc1 {
	/*width: 185px;*/
	background: #ededed;
	padding-bottom: 15px;
	/*float: left;*/
}

#sc1 .scbox {
	padding: 15px 15px 0 15px;
}

#sc1 .scbox p {
	font-size: 160%;
	margin-bottom: 15px;
}

#sc1 .scbox li {
	margin-bottom: 5px;
}

#sc2 {
	/*width: 625px;*/
	padding-bottom: 15px;
	background: #ededed;
	/*float: right;*/
}

#sc2 .scbox {
	padding: 15px 15px 0 15px;
	clear: both;
}

#sc2 .scbox p {
	font-size: 160%;
	margin-bottom: 15px;
}

#sc2 .scbox li {
	margin-bottom: 5px;
}

#sc2 .scbox .stit {
	font-size: 120%;
	color: #2b2b2b;
	font-weight: normal;
	margin-bottom: 10px;
    margin-top: 0;
}

/*#sc2 .ihL {
	float: left;
	width: 300px;
}*/

/*#sc2 .ihR {
	float: left;
	width: 260px;
}*/

#sc2 .scbox .ihR ul li {
	margin-bottom: 15px;
}

#customerservice .bbtm {
	padding-bottom: 15px;
	border-bottom: #FFF 2px solid;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#bnr {
	clear: both;
	border-bottom: #b8b8b8 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#bnr li {
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
}

@media (max-width: 959px) {
    #bnr li {
        max-width: 75px;
        width: auto;
    }
    #bnr li {
        margin-right: 7px;
    }
}




/* //////////////////////////////////// */
/* login
/* //////////////////////////////////// */

button.submit { padding: 3px 12px 6px 12px; color: #fff; font-weight: bold; border-style: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
button.submit#login { background-color: #1f74e8; -moz-box-shadow: 2px 2px 3px 1px #1f74e8; -webkit-box-shadow: 2px 2px 3px 1px #1f74e8; }
button.submit#login:hover { background-color: #4fa4ff; -moz-box-shadow: 2px 2px 3px 1px #4fa4ff; -webkit-box-shadow: 2px 2px 3px 1px #4fa4ff; }
form.states p.forgot { margin-top: 6px; }
form.states p.new_customer { margin: 10px 0px 16px; }


/*recently*/

#recently .clearfix.hover2{
	color: #6c6c6c;
	margin-bottom: 60px;
}

#recently .hover2 h2 {
	background: url(../../common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}

#recently ..hover2 dl {
	width: 190px;
	margin-right: 28px;
	float: left;
	display: block;
	cursor: pointer;
}

#recently .hover2 dt {
	margin-bottom: 10px;
}

#recently .hover2 dd {
	line-height: 1.5;
	font-size: 106%;
}

#recently .hover2 dd strong {
	line-height: 1.5;
	font-weight: bold;
}

#recently .hover2 dl:last-child {
	margin-right: 0;
}


/*slider*/

.infiniteCarousel {
	/*width: 858px;*/
	width: 100%;
	/*position: relative;*/
}

.infiniteCarousel .wrapper {
	/*width: 792px;*/ /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	/*width: 90%;*/
	overflow: auto;
	/*height: 200px;*/
	/*margin: 0 33px;*/
	/*position: absolute;*/
	/*top: 0;*/
}

.infiniteCarousel ul a img {
}

.infiniteCarousel .wrapper ul {
	/*width: 858px;*/ /* single item * n */
	/*list-style-image:none;*/
	/*list-style-position:outside;*/
	/*list-style-type:none;*/
	/*margin:0;*/
	/*padding:0;*/
	/*position: absolute;*/
	/*top: 0;*/
}

/*.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 200px;
	width: 150px;
	padding:0 20px 0 0;
}*/

/*@media (max-width: 400px) {
    .infiniteCarousel ul li {
        width: 120px;
    }
}*/

/*.infiniteCarousel ul li img {
	-webkit-transition: border-color 400ms;
}*/

/*.infiniteCarousel ul:hover li img {
	border-color: #000;
}*/

/*.infiniteCarousel ul:hover li:hover img {
	border-color: #333;
}*/

/*.infiniteCarousel ul li a img {
	display:block;
}*/

/*.infiniteCarousel .arrow {
	display: block;
	height: 93px;
	width: 20px;
	background: url(../images/common/arrow.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	outline: 0;
}*/

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

.infiniteCarousel .back {
	background-position: 0 -93px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 0;
}

.infiniteCarousel .back:hover {
	background-position: 0 -93px;
}


#search .resultTile .wish_list {
	clear: both;
	padding-top: 5px;
}

#search .resultBox .wish_list a:link,
#product a.wish_list:link,
#search .resultTile .wish_list a:link {
	display: block;
	text-align: center;
	color: #fff;
	background-image: url("../images/wish_button.png");
	background-size:100% 100%;
	background-position:50% 50%;
}
#search .resultBox .wish_list a:link,
#search .resultTile .wish_list a:link {
	padding: 7px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#product a.wish_list:link {
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: larger;
	width: 270px;
	border:2px solid #fff;
	box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#search .resultBox .wish_list a:hover,
#product a.wish_list:link:hover,
#search .resultTile .wish_list a:link:hover {
	text-decoration: none;
	opacity:0.7;
}
#search .resultBox .wish_list a:before,
#product a.wish_list:before,
#search .resultTile .wish_list a:before {
	margin-right: 5px;
}
.resultBox .wish_list a.add,
#product a.wish_list.add,
#search .resultTile .wish_list a.add {
	background-color: #1f74e8;
}
.resultBox .wish_list a.add:before,
#product a.wish_list.add:before,
#search .resultTile .wish_list a.add:before {
	content: "+";
}
.resultBox .wish_list a.delete,
#product a.wish_list.delete,
#search .resultTile .wish_list a.delete {
	background-color: #888;
}
.resultBox .wish_list a.delete:before,
#product a.wish_list.delete:before,
#search .resultTile .wish_list a.delete:before {
	content: "-";
}

#product a.wish-list {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}
#product a.wish-list div {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 275px;
	box-sizing: border-box;
	padding:10px 0;
}
#product a.wish-list div.noWidth {
	width: auto;
}
#product a.wish-list:hover {
	text-decoration: none;
	opacity: 0.6;
}
#product a.wish-list i {
	margin-right:10px;
	font-size: 16px;
	vertical-align: middle;
}
#product a.wish-list .out i	{ color: #f00; }
#product a.wish-list .in i	{ color: #aaa; }

.modal {
	position: fixed;
	width: 100%;
}

.modal_back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 10000;
	display: none;
}
div.wish-list {
	position:absolute;
	top: 50%;
	left: 50%;
	width:250px;
	height: 300px;
	margin: -175px 0 0 -100px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 20px 20px 50px 20px;
	font-size: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10001;
	display: none;
}
div.wish-list a:first-child {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background-color: #333;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
div.wish-list a:first-child:before,
div.wish-list a:first-child:after {
	background-color: #fff;
	width: 2px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
}
div.wish-list a:first-child:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
div.wish-list a:first-child:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

div.wish-list .in,
div.wish-list .out {
	display: none;
	margin-top: 200px;
}


.wishlist .out {
    margin-top: 200px !important;
}
.alreadyWishlist .in {
    margin-top: 200px !important;
}

.wishlist .out i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.alreadyWishlist .in i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wishlist .out i.fa-file-o, .wishlist .out i.fa-file {
    font-size: 175px;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}
.alreadyWishlist .in i.fa-file-o, .alreadyWishlist .in i.fa-file {
    font-size: 175px;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}

.wishlist .out i.fa-heart, .wishlist .out i.fa-heart-o {
    color: #f00;
    font-size: 75px;
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
}
.alreadyWishlist .in i.fa-heart, .alreadyWishlist .in i.fa-heart-o {
    color: #f00;
    font-size: 75px;
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
}

.wishlist .out i.fa-file-o {
    color: #ccc;
}
.wishlist .out i.fa-file {
    color: #ccc;
}
.wishlist .out a.but_blue {
    display: inline-block;
    width: 125px;
    padding: 7px 0;
    text-align: center;
    background-color: #016fcc;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alreadyWishlist .in i.fa-file {
    color: #ccc;
}
.alreadyWishlist .in i.fa-heart {
    color: #fff;
}
.alreadyWishlist .in a.but_blue {
    display: inline-block;
    width: 125px;
    padding: 7px 0;
    text-align: center;
    background-color: #016fcc;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.wish-list i {
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.wish-list i.fa-file-o,
div.wish-list i.fa-file {
	font-size: 175px;
	-webkit-transform: translate(-50%, -70%);
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}
div.wish-list i.fa-file {
	color: #e1e1e1;
}
div.wish-list i.fa-file-o {
	color: #ccc;
}
div.wish-list i.fa-heart,
div.wish-list i.fa-heart-o {
	color: #f00;
	font-size: 75px;
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
}
div.wish-list .in i.fa-heart,
div.wish-list .in i.fa-heart-o {
	color: #fff;
}
div.wish-list i.fa-heart-o {
	color: #aaa;
}
div.wish-list i.fa-exclamation-triangle {
	color: #ff0;
	text-shadow: #fff 3px 4px 0px, #fff -3px 4px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px;
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
	font-size: 125px;
}
div.wish-list .balloon {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFCC33;
	top: 10px;
	left: 50%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	border: 2px solid #fff;
	display: block;
	text-align: center;
}
.alreadyWishlist .in .balloon {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFCC33;
	top: 10px;
	left: 50%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	border: 2px solid #fff;
	display: block;
	text-align: center;
}
div.wish-list .balloon:before,
div.wish-list .balloon:after {
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: transparent;
	display: block;
	position: absolute;
}
.alreadyWishlist .in .balloon:before,
.alreadyWishlist .in .balloon:after {
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: transparent;
	display: block;
	position: absolute;
}
div.wish-list .balloon:before {
	bottom: -15px;
	border-top-color: #fff;
}
.alreadyWishlist .in .balloon:before {
	bottom: -15px;
	border-top-color: #fff;
}
div.wish-list .balloon:after {
	bottom: -12px;
	border-top-color: #FFCC33;
}
.alreadyWishlist .in .balloon:after {
	bottom: -12px;
	border-top-color: #FFCC33;
}
div.wish-list i.fa-bell-o {
	color: #fff;
	font-size: 30px;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: block;
	line-height: 60px;
}
.alreadyWishlist .in i.fa-bell {
	color: #fff;
	font-size: 30px;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: block;
	line-height: 60px;
}

div.wish-list a:last-child {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 125px;
	padding: 7px 0;
	text-align: center;
	background-color: #016fcc;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.wish-list a:last-child:hover {
	opacity: 0.7;
	text-decoration: none;
}

div.wish-list.login {
	height:370px;
	padding-bottom: 20px;
}
div.wish-list.login h3 {
	font-size:130%;
	font-weight: bold;
	text-align:left;
}
.loginWishlist h3 {
	font-size:130%;
	font-weight: bold;
	text-align:left;
}
div.wish-list.login p {
	text-align:left;
	margin:15px 0;
}
.loginWishlist p {
    text-align: left;
    margin: 15px 0;
}
div.wish-list.login dl,
div.wish-list.login dl dt,
div.wish-list.login dl dd {
	text-align:left;
	margin:0;
	padding:0;
}
.loginWishlist dl,
.loginWishlist dl dt,
.loginWishlist dl dd {
	text-align:left;
	margin:0;
	padding:0;
}
div.wish-list.login dl dt,
div.wish-list.login dl dd {
	margin:5px 0;
}
.loginWishlist dl dt,
.loginWishlist dl dd {
	margin:5px 0;
}
div.wish-list.login dl dd {
	margin-bottom:10px;
}
.loginWishlist dl dd {
	margin-bottom:10px;
}
div.wish-list.login dl dd input {
	width:100%;
	box-sizing: border-box;
	height:30px;
	border:1px solid #ccc;
	padding: 2px;
}
.loginWishlist dl dd input {
	width:100%;
	box-sizing: border-box;
	height:30px;
	border:1px solid #ccc;
	padding: 2px;
}
div.wish-list.login input[type="submit"] {
	display:block;
	margin:15px auto;
	cursor: pointer;
	background-color: #1f74e8;
}
div.wish-list.login input[type="submit"]:hover {
	opacity: 0.6;
}
.loginWishlist input[type="submit"] {
	display:block;
	margin:15px auto;
	cursor: pointer;
	background-color: #1f74e8;
    width: 170px;
    padding: 2px;
    height: 26px;
    text-align: center;
    line-height: 1.2em;
    border-style: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.loginWishlist input[type="submit"]:hover {
	opacity: 0.6;
}

div.wish-list.login a.regist {
	position:relative;
	display:inline;
	right:auto;
	bottom: auto;
	width:auto;
	clear:both;
	float:none;
	left:auto;
}

div.wish-list.login a.regist:before,
div.wish-list.login a.regist:after {
	display:none;
}
div.wish-list a.reminder{
	display:block;
	margin-top:10px;
}

.loginWishlist .reminder {
	display:block;
	margin-top:10px;
}


/* //////////////////////////////////// */
/* スマホ用グローバルメニュー
/* //////////////////////////////////// */

#header_sp  .uk-offcanvas .uk-offcanvas-bar * {
    color: #fff !important;
}

#header_sp .uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
    color: #fff !important;
}

#header_sp .sp_global_menu li a {
    height: 30px;
    line-height: 30px;
}

#header_sp .uk-offcanvas .uk-offcanvas-bar .preferences_option #end #preferences {
    color: #444 !important;
}

#second_header_sp {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d5d3d4;
}

.uk-button-danger {
    background-color: #d0111b !important;
}










