/* @group COMMON */
.ft-left{float: left;}
.ft-right{float: right;}
.ft-wrapper{overflow: hidden;}

#asuraku_available{
  display: none;
}


*{
zoom: 1;
padding: 0;
margin: 0;
}

/*clearfix*/
* html .cf {zoom: 1;}
*+html .cf {zoom: 1;}
.cf:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


body{
	text-align: left;
	color: #35383a;
	background-color: #fff;
	font-size: 13px;
	line-height: 160%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.ft-black{color: #35383a;}
.ft-orange{color: #ff5c00;}
.ft-blue{color: #3096cb;}

.ft-clear{clear: both;}
.ft-clearL{clear: left;}
.ft-clearR{clear: right;}

.ft-h{
	color: #3096cb;
	border-top: #3096cb 5px solid;
	padding-top: 8px;
	font-weight: 500;
	line-height: 110%;
	display: inline-block;
	display: inline\9;	/*IE8*/
}
.ft-h,
p.ft-header-bottom-cart-note,
#ft-top .ft-top-ranking .ft-top-ranking-items ul li.i1 a .ft-wrapper .text p,
.price,
.ft-total,
.ft-category-header-pager,
.ft-category-footer-pager,
#ft-top .ft-top-blog h2,
.date,
.cat,
.ft-detail-title{
font-family: 'Maven Pro', sans-serif;
}

a:link, a:visited{color: #35383a; text-decoration: none;}
a:hover, a:active{color: #3096cb; text-decoration: none;}

li {
list-style: none;
}


/* @end */


/* @group HEADER */

#ft-header{ 
	width: 100%;
	border-bottom: #ddd 5px solid;
	padding: 0 0 30px 0;
	text-align: center;
}
#ft-header #ft-header-in{
	margin: 0 auto;
	text-align: left;
}

#ft-header .ft-header-top{
	overflow: hidden;
	padding: 0 0 0 0;
}
#ft-header .ft-header-top .ft-left{
	font-size: 12px;
	padding: 12px 0 0 0;
}
#ft-header .ft-header-top .ft-right{
	width: 580px;
	height: 32px;
	overflow: hidden;
}

#ft-header .ft-header-top .ft-right .ft-header-top-sns{
	float: right;
	overflow: hidden;
}

#ft-header .ft-header-top .ft-right .ft-header-top-sns li{
	float: left;
	width: 31px;
	height: 31px;
}
#ft-header .ft-header-top .ft-right .ft-header-top-sns li.ft-twitter{
	width: 33px;
}
#ft-header .ft-header-top .ft-right .ft-header-top-sns li a{
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 32px;
	text-align: center;
	width: 31px;
	height: 31px;
	
	background-color: #3b5998;
}
#ft-header .ft-header-top .ft-right .ft-header-top-sns li.ft-twitter a{background-color: #4682cc;}
#ft-header .ft-header-top .ft-right .ft-header-top-sns li a:hover,
#ft-header .ft-header-top .ft-right .ft-header-top-sns li a:active{text-decoration: none;background-color: #878784;}

#ft-header .ft-header-top .ft-right .ft-header-top-menu{
	float: right;
	background-color: #f3f3f5;
	overflow: hidden;
	margin: 6px 0 0 0;
	height: 25px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	
}
#ft-header .ft-header-top .ft-right .ft-header-top-menu li{
	display: inline-block;
	display: inline\9;	/*IE8*/
}
#ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-mypage,
#ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-point,
#ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-home{
	border-right: #fff 2px solid;
}

/* login */
#ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-mypage{display: none;}
.ft-home #ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-mypage{
	display: inline-block;
	display: inline\9;	/*IE8*/
}
.ft-home #ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-contact,
.ft-home #ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-home{display: none;}
.ft-home #ft-header .ft-header-top .ft-right .ft-header-top-menu li.ft-mypage{border-right: none;}

#ft-header .ft-header-top .ft-right .ft-header-top-menu li a{
	display: inline-block;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	padding: 0 10px;
	background-color: #f3f3f5;
}
#ft-header .ft-header-top .ft-right .ft-header-top-menu li a:hover,
#ft-header .ft-header-top .ft-right .ft-header-top-menu li a:active{
	text-decoration: none;
	color: #fff;
	background-color: #3096cb;
}


/* ログイン中 */
#ft-header .ft-header-top .ft-header-top-logout{
	float: right;
	padding: 0 10px 0 0;
}
#ft-header .ft-header-top .ft-header-top-logout p{
	display: none;
}
#ft-header .ft-header-top .ft-header-top-logout a{
	display: inline-block;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	padding: 0 5px;
	border: #f3f3f5 2px solid;
	margin: 5px 0 3px 0;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	
}
#ft-header .ft-header-top .ft-header-top-logout a:hover{
	border: #878784 2px solid;
	color: #878784;
}
#ft-header .ft-header-top .ft-header-top-logout a.M_loginBtn{display: none;}




#ft-header .ft-header-bottom{
	padding: 18px 0 0 0;
	overflow: hidden;
}
#ft-header .ft-header-bottom .ft-left{
	width: 200px;
}
#ft-header .ft-header-bottom .ft-right{
	width: 660px;
	overflow: hidden;
	padding: 1px 0 0 0;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart{
	float: right;
	overflow: hidden;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p{
	float: left;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-button{
	width: 119px;
	height: 35px;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-button a{
	background-color: #3096cb;
	text-decoration: none;
	color: #fff;
	line-height: 37px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-button a:hover{background-color: #878784;}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-button a span{
	background: url(http://image.rakuten.co.jp/fiveandten/cabinet/layout/h_cart_icon.jpg) left center no-repeat;
	padding: 3px 0 2px 24px;
	font-weight: bold;
	line-height: 37px;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-note{
	font-weight: bold;
	font-size: 11px;
	line-height: 140%;
	color: #3096cb;
	padding: 0 0 0 11px;
	text-align: left;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-note strong.ft-eng{font-size: 13px;font-weight: 700;line-height: 140%;letter-spacing: 0;}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-cart p.ft-header-bottom-cart-note strong{font-size: 12px;font-weight: bold;line-height: 140%;letter-spacing: 0.05em;}


#ft-header .ft-header-bottom .ft-right .ft-header-bottom-menu{
	float: right;
	margin: 0 11px 0 0;
	overflow: hidden;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-menu li{
	float: left;
	height: 35px;
	padding: 0 15px 0 15px;
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/h_line01.png) left center no-repeat;
	list-style: none !important;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-menu li.ft-help{
	background: none;
}
#ft-header .ft-header-bottom .ft-right .ft-header-bottom-menu li a{
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
}

/* @end */



/* @group LEFT MENU */
#ft-left-menu{
	width: 230px;
	background: #f2f2f1;
	padding: 0 0 230px 0;
}
#ft-left-menu #ft-left-menu-in{
	padding: 39px 15px 0 15px;
}

#ft-left-menu .ft-left-menu-search{
	border-top: #fff 3px solid;
}
#ft-left-menu .ft-left-menu-search-in{
	border-bottom: #fff 3px solid;
}
.ft-left-menu-search-texts{
	margin: 12px 0 0 0;
}
.ft-left-menu-search-texts div input{
	border: #dcdcdc 1px solid;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.ft-left-menu-search p a.ft-stripe{
	margin: 10px 0 0 0;
	text-align: center;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #878784;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	line-height: 31px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.ft-left-menu-search p a.ft-stripe:hover{
	background-color: #3096cb;
}


#ft-left-menu .ft-left-menu-search .ft-left-menu-search-words{
	padding: 15px 0 0 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-words input{
	border: #dcdcdc 1px solid;
	width: 100%;
	height: 30px;
	line-height: 30px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

div#ft-left-menu-search_wrap{
	padding: 15px 0;
}
p.menu-search{
	font-size: 11px;
}
p.menu-search-submit{
	margin-top: 10px;
	text-align: center;
}
p.menu-search-submit input{
	width: 100px;
}
input.keyword{
	width: 200px;
	padding: 3px;
	margin-top: 2px;
}
div.ft-left-menu-search-price{
margin-bottom:8px;
}

#ft-left-menu .ft-left-menu-search .ft-left-menu-search-price{
	font-size: 10px;
	padding: 12px 0 0 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-price strong{
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px 0 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-price select{
	width: 68px;
	margin: 0;
}

#ft-left-menu .ft-left-menu-search .ft-left-menu-search-category{
	padding: 10px 0 0 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-category p{
	font-size: 11px;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-category select{
	width: 100%;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-submit{
	padding: 12px 0 12px 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-submit input{
	width: 100%;
	height: 30px;
	background-color: #878784;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-submit input:hover{background-color: #3096cb;}

#ft-left-menu .ft-left-menu-search .ft-left-menu-search-keyword{
	padding: 13px 0 0 0;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-keyword .ft-left-menu-search-keyword-words{
	margin: 5px 0 10px 0;
	overflow: hidden;
	width: 205px;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-keyword .ft-left-menu-search-keyword-words a{
	display: inline-block;
	background-color: #fff;
	padding: 5px 8px 4px 8px;
	line-height: 110%;
	margin: 0 0 5px 0;
	font-size: 12px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-left-menu .ft-left-menu-search .ft-left-menu-search-keyword .ft-left-menu-search-keyword-words a:hover{
	background-color: #3096cb;
	color: #fff;
}

#ft-left-menu .ft-left-menu-search .ft-left-menu-search-submit .ft-customsearch{
	margin: 0;
}


#ft-left-menu .ft-left-menu-categories{
	margin: 30px 15px 0 15px;
}
#ft-left-menu .ft-left-menu-categories > ul{
	background-color: #fff;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-left-menu .ft-left-menu-categories > ul > li{
	border-top: #f7f7f7 2px solid;
}
#ft-left-menu .ft-left-menu-categories > ul > li:hover{
	background-color: #c8c8c7;
}
#ft-left-menu .ft-left-menu-categories > ul > li:hover >a{
	color: #FFF;
}
#ft-left-menu .ft-left-menu-categories > ul > li > a{
	display: block;
	height: 35px;
	padding: 0 0 0 37px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat01{
	border-top: none;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat01 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon01.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat02 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon02.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat03 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon03.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat04 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon04.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat05 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon05.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat06 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon06.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat07 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon07.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat08 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon09.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat10 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon10.png?3) left top no-repeat;
}
#ft-left-menu .ft-left-menu-categories ul li.ft-left-menu-categories-cat11 > a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_icon11.png?3) left top no-repeat;
}








#ft-left-menu .ft-left-menu-brands{
	margin: 30px 15px 0 15px;
}
#ft-left-menu .ft-left-menu-brands h2{
	font-size: 15px;
}
#ft-left-menu .ft-left-menu-brands ul{
	margin: 9px 0 0 0;
	background-color: #fff;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-left-menu .ft-left-menu-brands ul li{
	border-top: #f7f7f7 2px solid;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-first{
	border-top: none;
}
#ft-left-menu .ft-left-menu-brands ul li a{
	display: block;
	height: 40px;
	padding: 0 0 0 0;
	background-color: #fff;
	text-indent: -3333px;
	overflow: hidden;
	outline: none;
}

#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat01 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand01.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat02 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand02.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat03 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand03.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat04 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand04.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat05 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand05.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat06 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand06.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat07 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand07.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat08 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand08.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat09 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand09.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat10 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand10.png) left top no-repeat;
}

#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat11 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand11.png) left top no-repeat;
}

#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat12 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand12.png) left top no-repeat;
}

#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat13 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand13.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat14 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand14.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat15 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand15.png) left top no-repeat;
}

#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat16 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand16.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat17 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand17.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat18 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand18.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-brands ul li.ft-left-menu-brands-cat19 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_brand19.png) left top no-repeat;
}


#ft-left-menu .ft-left-menu-brands ul li a:hover{
	background-color: #c8c8c7;
}


#ft-left-menu .ft-left-menu-gift{
	margin: 30px 15px 0 15px;
}
#ft-left-menu .ft-left-menu-gift h2{
	font-size: 15px;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div{
	background: #fff;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 0;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul{
	overflow: hidden;
	width: 190px;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li{
	float: left;
	width: 95px;
	height: 95px;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li a{
	display: block;
	width: 85px;
	height: 85px;
	overflow: hidden;
	text-indent: -3333px;
	outline: none;
	background-color: #fff;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li.ft-left-menu-gift-cat01 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_gift01.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li.ft-left-menu-gift-cat02 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_gift02.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li.ft-left-menu-gift-cat03 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_gift03.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li.ft-left-menu-gift-cat04 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_gift04.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li.ft-left-menu-gift-cat05 a{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/common/menu_gift05.png) left top no-repeat;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-div ul li a:hover{
	background-color: #c8c8c7;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-contact{
	height: 35px;
	margin: 0;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-contact a{
	background-color: #3096cb;
	display: block;
	height: 35px;
	line-height: 36px;
	text-align: center;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-contact a span{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: underline;
}
#ft-left-menu .ft-left-menu-gift .ft-left-menu-gift-contact a:hover{
	background-color: #878784;
}


#ft-left-menu .ft-left-menu-banners{
	margin: 30px 0 0 0;
}
#ft-left-menu .ft-left-menu-banners p{
	margin: 0 0 10px 0;
}

/* @end */

/* @group 共通説明文（大） */
/*banner*/
.ft-top-banners{
	margin-top: 20px;
	border: #e8e8ea 1px solid;
	overflow: hidden;
	width: 666px;
}
.ft-top-banners .ft-left{
	width: 420px;
}
.ft-top-banners .ft-left a{
	margin: 8px 0 8px 8px;
}
.ft-top-banners .ft-right{
	width: 243px;
	padding: 8px 0 5px 0;
	/*padding: 8px 8px 8px 0;*/
}
.ft-top-banners a{
	background-color: #FFF;
}
.ft-top-banners a,
.ft-top-banners a img{
	display: block;
}
.ft-top-banners .ft-right p{
	padding: 0 0 3px 0;
}
.ft-top-banners .ft-right p a{
	width: 235px;
}
.ft-top-banners a img{
	transition-property: opacity;
  transition-duration:0.1s;
  transition-timing-function:linear;
  transition-delay: 0;
}
.ft-top-banners a:hover img{
	opacity: 0.4;
}
/*RECOMMEND  20150521追加*/
.ft-top-recommend{
	margin: 40px 0 0 0;
	overflow: hidden;
	width:666px;
}

.ft-top-recommend .ft-h{
	font-size: 22px;
	font-weight: 400;
}
.ft-top-recommend .ft-top-recommend-about{
	float: right;
	background-color: #3096cb;
}
.ft-top-recommend .ft-top-recommend-about em{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/top/gift_left.png) left top no-repeat;
	height: 30px;
	display: inline-block;
}
.ft-top-recommend .ft-top-recommend-about em span{
	background: url(http://gigaplus.makeshop.jp/fiveandten/img2/top/gift_right.png) right top no-repeat;
	height: 30px;
	display: inline-block;
	line-height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 20px;
}

.ft-top-recommend .ft-top-recommend-item{
	overflow: hidden;
	width: 636px;
	padding: 14px;
	border: 1px solid #e8e8ea; 
	margin: 7px 0 0 0;
}
.ft-top-recommend .recommend_banner{
	width: 636px;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
}
.ft-top-recommend .recommend_banner a img{
	transition-property: opacity;
	transition-duration: 0.1s;
	transition-timing-function: linear;
	transition-delay: 0;
}
.ft-top-recommend .recommend_banner a.all img{
	width: 100%;
	height: auto;
}
.ft-top-recommend .recommend_banner a:hover img {
  opacity: 0.4;
}
.ft-top-recommend .left_c{
	width: 48%;
	float: left;
	margin-top: 10px;
}
.ft-top-recommend .left_c .related a{
	width: 110px;
	padding:10px 0;
	display: block;
	background: #3096cb;
	color: #FFF;
	margin: 20px auto 0;
	text-align: center;
	font-size: 12px;
}
.ft-top-recommend .left_c .related a:hover{
	background:#878784;
}
.ft-top-recommend .right_c{
	width: 50%;
	float: right;
	overflow: hidden;
}
.ft-top-recommend .right_c .item{
	width: 49.5%;
	float: left;
	text-align: center;
}
.ft-top-recommend .right_c .item.right{
	float: right;
}
.ft-top-recommend .right_c .item p{
	text-align: center;
}
.ft-top-recommend .right_c .item p.text a{
	color:#3096cb;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	background: url("/gold/fiveandten/img/banner/chojyu/yajirushi_ao.png") no-repeat 35px 14px;
}
.ft-top-recommend .right_c .item:hover p.text a{
	color: #878784;
	background: url("/gold/fiveandten/img/banner/chojyu/yajirushi_gray.png") no-repeat 35px 14px;
}
.ft-top-recommend .right_c .item p.text.orange a{
	color:#FF5C00;
	background: url("/gold/fiveandten/img/banner/chojyu/yajirushi_orange.png") no-repeat 35px 14px;
}
.ft-top-recommend .right_c .item:hover p.text.orange a{
	color: #878784;
	background: url("/gold/fiveandten/img/banner/chojyu/yajirushi_gray.png") no-repeat 35px 14px;
}
.ft-top-recommend .right_c .item .itm_img{
	width: 100%;
}

.ft-top-recommend .arrow{
	margin-right: 5px;
	vertical-align: text-top;
	margin-top: 2px;
}



/* @end */

/* @group FOOTER */
div#ft_footer_guide{
border: 1px solid #E6E6E6;
padding: 5px 20px 25px 20px;
}

div#ft_footer_guide p{
font-size: 12px;
line-height: 150%;
margin-bottom: 10px;
-bottom: 10px;
}

div#ft_footer_guide p strong{
background:#3096cb;
padding: 2px;
color: #FFF;
line-height: 150%;
}

div#ft_footer_guide p span{
font-weight: bold;
color: #3096cb;
line-height: 150%;
}


div#ft_footer_guide_left p img{
float: left;
margin-right: 20px;
}




div#ft_footer_guide_left{
width: 48%;
float: left;
}

div#ft_footer_guide_right{
width: 48%;
float: right;
}

p.fguide_ttl{
margin-top:30px;
background: #e6e6e6;
padding: 5px;
font-weight: bold;
margin-bottom: 5px;
font-size: 13px !important;
}

div#ft_footer_guide a:link, div#ft_footer_guide a:visited{color: #3096cb; text-decoration: underline;}
div#ft_footer_guide a:hover, div#ft_footer_guide a:active{color: #35383a; text-decoration: underline;}






div#ft_footer{
background-color: #E6E6E6;
text-align: center;
font-size: 12px;
padding: 20px;
}

div#ft_footer p.ft_copy{
padding-top: 20px;
font-size: 11px;
}

p.tax_msg{
font-weight: bold;
margin-bottom: 20px;
}
/* @end */




/* @group 詳細 */


/* 商品説明 */
span.item_name{
font-size: 20px;
}

span.item_desc{
display:block;
margin-top: 30px;
}


span.item_desc table{
width: 100%;
border-collapse:collapse;
border-spacing:0;
}

span.item_desc table th,
span.item_desc table td{
border-top: #e8e8ea 1px solid;
padding: 10px 0 8px 0;
font-size: 13px;
line-height: 170%;
}

span.item_desc table th{
width: 95px;
padding: 0 0 0 15px;
}

span.item_desc table td{
padding-right: 15px;
}

span.item_desc p{
border-top: #e8e8ea 1px solid;
border-bottom: #e8e8ea 1px solid;
padding: 10px 15px 8px 15px;
font-size: 13px;
line-height: 170%;
}


/* @end */

/* @group トップ　一覧 */

td.lossleader_item_name{
font-size: 13px;
padding: 8px 0 5px 0;
}

td.lossleader_item_name a:link,
td.lossleader_item_name a:visited{color: #35383a !important; text-decoration: none;}
td.lossleader_item_name a:hover,
td.lossleader_item_name a:active{color: #3096cb !important; text-decoration: none;}

span.lossleader_price1,
span.lossleader_price2{
color: #999;
font-size: 12px;
}

/* @end */

/* @group 商品一覧 */
td.breadcrumbs_list{
color: #35383a;
font-size: 12px;
}

td.breadcrumbs_list a:link,
td.breadcrumbs_list a:visited{color: #35383a !important; text-decoration: none;}
td.breadcrumbs_list a:hover,
td.breadcrumbs_list a:active{color: #3096cb !important; text-decoration: none;}



div#risFil{
margin-top: 20px;
}

div.risfHeadFootWrap{
margin-bottom: 30px !important;
}

a.category_itemnamelink{
font-weight:bold;
font-size: 13px;
}

a.category_itemnamelink:link,
a.category_itemnamelink:visited{color: #35383a !important; text-decoration: none;}
a.category_itemnamelink:hover,
a.category_itemnamelink:active{color: #3096cb !important; text-decoration: none;}

a.etc_link{font-size: 12px !important;}


a.etc_link:link,
a.etc_link:visited{color: #35383a !important; text-decoration: none;}
a.etc_link:hover,
a.etc_link:active{color: #3096cb !important; text-decoration: none;}

a.subcategory_list:link,
a.subcategory_list:visited{color: #35383a !important; text-decoration: none;}
a.subcategory_list:hover,
a.subcategory_list:active{color: #3096cb !important; text-decoration: none;}


.subcategory_list{
font-weight: bold;
}

.category_itemprice,
.category_itemtaxpostage{
	color: #999 !important;
}
/* @end */

/* @group otherpage */
div#otherpage{
max-width: 996px;
width:96%;
padding-bottom: 40px;
margin: 0 auto;
padding-top: 213px;
}

p#ft_gohome{
text-align: center;
background-color: #e8e8ea;
padding:3px;
}



/*@group 特定商取引法 #ft-help */
#ft-trading{
	position: relative;
	margin: 60px 0 40px 0;
	padding-bottom: 30px;
}
#ft-trading .ft-trading-title{
	font-size: 16px;
	font-weight: bold;
	color: #3096cb;
	line-height: 110%;
	padding: 0 0 0 15px;
}
#ft-trading .ft-trading-texts table{
	width: 100%;
	border-top: #e8e8ea 1px solid;
	margin: 25px 0 0 0;
}
#ft-trading .ft-trading-texts table th{
	vertical-align: middle;
	text-align: left;
	padding:10px 0 8px 15px;
	width: 170px;
	border-bottom: #e8e8ea 1px solid;
	font-size: 12px;
	line-height: 180%;
}
#ft-trading .ft-trading-texts table td{
	padding: 10px 15px 8px 10px;
	border-bottom: #e8e8ea 1px solid;
	font-size: 12px;
	line-height: 180%;
}

#ft-trading .ft-trading-texts h3{
	border-bottom: #e8e8ea 1px solid;
	padding-bottom: 10px;
	margin: 50px 0 0 15px;
	font-size: 15px;
	font-weight: bold;
	color: #3096cb;
}

#ft-trading .ft-trading-texts .sk{
	padding: 20px 15px 0 15px;
}
#ft-trading .ft-trading-texts .sk p{
	font-size: 12px;
	line-height: 180%;
	padding: 5px 0 0 0;
}

/* @end */


/*@group 独自ページ - ヘルプ #ft-help*/
#ft-help{
	position: relative;
	margin: 50px 0 10px 0;
}

#ft-help .ft-help-title{
font-size: 16px;
font-weight: bold;
color: #3096cb;
line-height: 110%;
padding: 0 0 0 15px;
}


#ft-help .ft-help-texts{
	padding: 0 0 40px 0;
}
#ft-help .ft-help-texts h3{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	border-top: #e8e8ea 1px solid;
	padding: 15px 15px 0 15px;
}
#ft-help .ft-help-texts p{
	font-size: 12px;
	line-height: 180%;
	padding: 0 15px 15px 15px;
}
#ft-help .ft-help-texts strong{
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
  display: inline-block;
}
#ft-help .ft-help-texts em{
	color: #3096cb;
	font-weight: bold;
}

#ft-help .ft-help-texts .ft-help-texts-present h4{
	font-size: 13px;
	line-height: 180%;
	font-weight: normal;
}
#ft-help .ft-help-texts .ft-help-texts-present .ft-wrapper .ft-left,
#ft-help .ft-help-texts .ft-help-texts-present .ft-wrapper .ft-left a{
	width: 150px;
	display: block;
}
#ft-help .ft-help-texts .ft-help-texts-present .ft-wrapper .ft-right{
	width: 730px;
}
#ft-help .ft-help-texts .ft-help-texts-present .ft-wrapper .ft-left span{
	color: #aaa;
	font-size: 11px;
}

#ft-help address{
	font-style:normal;
	padding: 0 15px 0 15px;
}

#ft-help em{
	font-style:normal
}
/* @end */


/*@group 独自ページ - 店舗紹介 #ft-shopinfo*/
#ft-shopinfo{
padding-bottom: 50px;
padding-top: 15px;
}
#ft-shopinfo .ft-shopinfo-title{
	font-size: 18px;
	font-weight: bold;
	color: #3096cb;
	line-height: 110%;
	padding: 0 0 0 15px;
}

#ft-shopinfo .ft-shopinfo-online{
	margin: 20px 0 0 0;
	border: #3096cb 1px solid;
	padding: 15px 15px 13px 15px;
}
#ft-shopinfo .ft-shopinfo-online h3{
	font-size: 15px;
	line-height: 160%;
}
#ft-shopinfo .ft-shopinfo-online p{
	font-size: 13px;
	margin: 10px 0 0 0;
}
#ft-shopinfo .ft-shopinfo-online p strong{line-height: 170%;}
#ft-shopinfo .ft-shopinfo-online a{text-decoration: underline;}


#ft-shopinfo .ft-shopinfo-shop{
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: #e8e8ea 1px solid;
}
#ft-shopinfo .ft-last{border-bottom: none;}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images{
	width: 400px;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images .ft-shopinfo-shop-images-photo{
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images .ft-shopinfo-shop-images-photo li{
	position: absolute;
	left: 0;
	top: 0;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-nav{padding: 10px 0 0 0;}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-nav li{
	display: inline;
	padding: 0 5px 0 0;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-nav li a{
	font-size: 13px;
	cursor: default;
}

#ft-shopinfo .ft-shopinfo-shop .ft-right{
	width: 500px;
	font-size: 13px;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right h4{
	padding: 0 0 10px 0;	
}
#ft-shopinfo .ft-shopinfo-shop .ft-right h4 img{
	display: block;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right h4.ft-fiveandten{color: #000;}
#ft-shopinfo .ft-shopinfo-shop .ft-right h4.ft-sou{color: #C5016D;}
#ft-shopinfo .ft-shopinfo-shop .ft-right p{
	margin: 0 0 15px 0;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right address{
	margin: 0 0 5px 0;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right p.ft-map a{
	font-weight: bold;
	font-size: 13px;
	color: #3096cb;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right p.ft-map a:hover{
	color: #ccc;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right p.ft-itemslink{padding: 10px 0 0 0;}
#ft-shopinfo .ft-shopinfo-shop .ft-right p.ft-itemslink a{
	padding: 7px 10px 6px 10px;
	background: #ff5c00 url(http://gigaplus.makeshop.jp/fiveandten/img2/common/stripe.png) left top repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#ft-shopinfo .ft-last .ft-right p.ft-itemslink a{
	background: #C5016D url(http://gigaplus.makeshop.jp/fiveandten/img2/common/stripe.png) left top repeat;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right p.ft-itemslink a:hover{background-color: #878784;}

/* slide show */
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-photo li{
	opacity: 0;
	
	transition-property: opacity;
  transition-duration:0.3s;
  transition-timing-function:linear;
  transition-delay: 0;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-photo li.ft-current{
	opacity: 1;
	z-index: 10;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images-nav .ft-current a{
	border-bottom: 2px #878784 solid;
	display: inline-block;
}

#ft-shopinfo address{
	font-style:normal;
}
/* @end */
/* ------------------------------------- 
 *	2015/3/17　PPG告知ページ
 *	-------------------------------------  */
.ft-pondpress-contents{
margin-top: 30px;
}
.ft-pondpress-contents h2{
text-align: center;
}
h3#ppg_h3{
text-align: center;
margin:30px 0 25px;
font-size: 18px;
}
p#intro{
line-height: 200%;
text-align: center;
}
div#pondpress {
  width: 800px;
  background: #F7F7F7 url(http://gigaplus.makeshop.jp/fiveandten/img2/pondpress/sp_press_headbg_top.gif) left top no-repeat;
  padding: 35px 50px 20px 50px;
  margin: 15px auto 30px;
}
div.photo_ppg{
margin: 30px auto 0; 
overflow: hidden;
}
div.photo_ppg p{
float: left;
margin: 0 20px 20px 0;
width: 390px;
}
div.photo_ppg p.right{
margin: 0 0 20px 0;	
}
div.photo_ppg p img{
width: 100%;
}
div.ft-shopinfo-ppg{
  border-top: 1px solid #000;
  padding:30px 0;
  margin-top: 20px
}




/* @end */

div#risFil td>img{
	display: none;
}



/* ------------------------------------- 
 *	subcategory 2016/08/16
 *	-------------------------------------  */
#ft-left-menu .ft-left-menu-categories ul li{
	position: relative;
}
#ft-left-menu .ft-left-menu-categories ul li ul{
	width: 200px;
	right: -202px;
	top:0;
	border: 1px solid #e8e8ea;
	position: absolute;
	z-index: 1000;
	display: none;
}
#ft-left-menu .ft-left-menu-categories ul li:hover ul{
	display: block;
}
#ft-left-menu .ft-left-menu-categories ul li li{
border-bottom: 1px solid #e8e8ea;
background-color: #FFF;
}
#ft-left-menu .ft-left-menu-categories ul li li:last-of-type{
border-bottom: none;
}
#ft-left-menu .ft-left-menu-categories ul li li a{
padding:5px 0 5px 35px;
font-size: 12px;
display: block;
background-image: url("http://gigaplus.makeshop.jp/fiveandten/img2/recommend/yajirushi_ao.png");
background-repeat:  no-repeat;
background-size: 7px 8px;
background-position:left 15px center;
}


/* ------------------------------------- 
 *	Category & Keywords 2016/08/16
 *	-------------------------------------  */
.ctg_key{
    margin: 40px 0 ;
    border: #e8e8ea 1px solid;
    width: 100%;
    border-collapse: separate;
    display: table;
    padding:20px 0;
}
.ctg_key_ttl{
display: table-cell;
vertical-align: middle;
width:170px;
text-align: center;
font-size: 22px;
font-weight: 400;
color: #3096cb;
border-right: #e8e8ea 1px solid;
padding:10px 0;
}
.ctg_key_lists{
display: table-cell;
padding:8px 10px 8px 20px;
font-size: 0;
}
.ctg_key_list{
	display: inline-block;
	margin:3px;
	font-size: 12px;
}
.ctg_key_list a{
display: block;
padding:5px 10px;
background-color:#f2f2f1;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
}
.ctg_key_list a:hover{
background-color: #3096cb;
    color: #fff;
}



/*あす楽*/
.anchor{
  padding-top: 260px;
  margin-top: -260px;
}
.asurakuInformation_wrapp{
  margin:20px 15px;
  padding-top: 225px;
  margin-top: -215px;
}
.asurakuInformation{
    width: 334px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    max-width:100%;
    box-sizing: border-box;
}
.deliveryInformation .asurakuInformationTitle {
    font-weight: bold !important;
    line-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.deliveryInformation .asurakuInformationTitle img {
    margin: 0 !important;
}
.asurakuInformationTitle .asurakuInformationTitle_text {
    color: #003399 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    display: inline-block !important;
    margin: 0 !important;
    padding-top: 4px !important;
    font-weight: bold;
}
.asurakuInformation .asurakuDeadline {
    font-size: 14px !important;
    background-color: #f6f6f6 !important;
    line-height: 22px !important;
    white-space: nowrap !important;
    margin-top: 10px !important;
    padding: 10px !important;
}
.asurakuInformation .asurakuDeadlineTime {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #bf0000 !important;
    line-height: 22px !important;
    margin: 0 3px 0 0 !important;
}
.asurakuInformation dt {
    font-weight: bold !important;
}
.asurakuInformation dd {
    margin: 0 !important;
}
.asurakuInformation .asurakuArea {
    margin: 0 !important;
}
.asurakuInformation dl {
    margin: 1em 0 !important;
}
.asurakuInformation .asurakuArea dt {
    clear: left !important;
    float: left !important;
    width: 40px !important;
    height: 18px !important;
    line-height: 18px !important;
    margin: 4px 8px 4px 0 !important;
    text-align: center !important;
    color: #ffffff !important;
    font-weight: initial !important;
    font-size: 12px !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion1 {
    background-color: #2980b9 !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion2 {
    background-color: #1698a0 !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion3 {
    background-color: #27ae60 !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion4 {
    background-color: #87b63c !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion5 {
    background-color: #ccac00 !important;
}
.asurakuInformation .asurakuArea dt.asurakuRegion6 {
    background-color: #e67e22 !important;
}
.asurakuInformation .asurakuArea dd {
    line-height: 26px !important;
    font-size: 12px !important;
}
.asurakuInformation .asurakuFooter {
    display: table !important;
    text-align: right !important;
    width: 100% !important;
    margin: 0 !important;
    line-height: 13px !important;
    font-size: 13px !important;
}
.asurakuInformation .asurakuFooter ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: right !important;
    display: block !important;
}
.asurakuInformation .asurakuFooter li {
    display: inline-table !important;
    line-height: 13px !important;
    padding: 0 0 0 8px !important;
    margin: 0 !important;
    border-left: 1px solid #7d7d7d !important;
}
.asurakuInformation .asurakuFooter li.asurakuFooterFirst {
    border-left: none !important;
}
.asurakuInformation .asurakuFooter li > a {
    color: #1d54a7 !important;
}

/*あす楽*/




@media (max-width:1250px){
div#otherpage {
padding-top: 176px;
}
}

@media (max-width:1000px){
div#otherpage {
padding-top: 112px;
}

#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images {
    width: 500px;
    max-width: 100%;
    float: none;
    margin: 0 auto 50px;
}
#ft-shopinfo .ft-shopinfo-shop .ft-right {
    max-width: 100%;
    width: 500px;
    font-size: 13px;
    float: none;
    margin: 0 auto
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images .ft-shopinfo-shop-images-photo{
  width: 100%;
  padding-top: 77%;
  height: auto
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images .ft-shopinfo-shop-images-photo li{
  width: 100%;
}
#ft-shopinfo .ft-shopinfo-shop .ft-shopinfo-shop-images .ft-shopinfo-shop-images-photo li img{
  height: auto
}
.ft-left,
.ft-right{
  float: none;
}


/*あす楽*/
.anchor{
  padding-top: 125px;
  margin-top: -125px;
}
.asurakuInformation_wrapp{
  margin:20px 15px;
  padding-top: 125px;
  margin-top: -112px;
}


}

@media (max-width:767px){
div#otherpage {
padding-top: 80px;
width: 92%;
}

/*あす楽*/
.anchor{
  padding-top: 122px;
  margin-top: -122px;
}
.asurakuInformation_wrapp{
  margin:20px 15px;
  padding-top: 90px;
  margin-top: -80px;
}

}

@media  (min-width:1001px) and (max-height:900px){
div#otherpage {
padding-top: 176px;
}
}



.header-right-image{
  width: 180px;
  margin-left: auto;
  padding: 10px 25px 0;
}
.header-right-image a{
  display: block;
}
.header-right-image img{
  width: 100%;
}
