/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
#inn-box {
	width:730px;
}
 
/* The Nivo Slider styles */

#slider {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        background: #fff url(http://img08.shop-pro.jp/PA01202/318/etc/loading.gif?20130218104249) no-repeat 50% 50%;
        width: 730px;
        height: 300px;
}
#slider img { display:none; 
}
.nivo-controlNav a img {
     display : block;
}


.nivoSlider {
	position:relative;
	width:730px;
	height:300px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:730px;
	left:0px;
	max-width: 730;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 730px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
        background-image: url(a)

}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 10px 0;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(http://img08.shop-pro.jp/PA01202/318/etc/bullets.png?20130218104204) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
#slider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://img08.shop-pro.jp/PA01202/318/etc/arrows.png?20130218104223) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#slider:hover .nivo-directionNav a { opacity: 1; }
#slider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
#slider a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}






#contents div.pickup div.top-half {
	display: none;
}
#inn-box div.free {
	margin-bottom: 20px;
}

.floatcontainer:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.floatcontainer {display: inline-block;} 

/* Hides from IE Mac */
* html .floatcontainer {height: 1%;}
.floatcontainer {display:block;}
/* End Hack */ 





#inn-box div.info{
	width: 360px;
	float:left;
}

#inn-box div.info h2 {
	background: url(http://img08.shop-pro.jp/PA01199/761/etc/con-news.png?20140321133835) no-repeat;
	padding: 0px;
	height: 33px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#inn-box div.info div {
	height: 200px;
	overflow: auto;
}

#inn-box div.arrival {
	float:right;
	width: 360px;
	margin-bottom: 15px;
}
#inn-box div.arrival h2 {
	background: url(http://img08.shop-pro.jp/PA01199/761/etc/con-arrival.png?20140321134053) no-repeat;
	padding: 0px;
	height: 33px;
	text-indent: -9999px;
	margin: 1px 0 10px;
}
#inn-box div.arrival ul {
	height: 200px;
	overflow: auto;
	margin: 0px;
}
#inn-box div.arrival ul li {
	background: url(none);
	clear: both;
	font-size: 10px;
	line-height: 2.5em;
	margin: 0px;
	padding: 5px 0px;
        border-bottom: 1px dotted #CCC;
}
#inn-box div.arrival ul li a {
	text-decoration: none;
}

#inn-box div.arrival ul li img {
	margin: 0px 5px 4px 30px;
	float: left;
	width: 50px;
	border-style: none;
}
#inn-box div.arrival p {
	line-height: 200px;
	text-align: center;
}

#inn-box div.arrival ul li span {
	display: block;
	text-align: right;
        margin-right: 50px;
}
#inn-box div.arrival ul li span.none {
	height: 48px;
	width: 48px;
	float: left;
	line-height: 48px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
	border: 1px solid #CCC;
	color: #CCC;
	margin: 0px 5px 4px 0px;
	cursor: pointer;
}
#inn-box div.arrival ul li span.regular {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: line-through;
	color: #818181;
}
#inn-box div.arrival ul li span.price {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
}
#inn-box div.arrival ul li span.soldout {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFF;
	background: #999;
}
#inn-box div.recommend h2 {
	background: url(http://img08.shop-pro.jp/PA01199/761/etc/recomond.png?20140218185913) no-repeat;
	padding: 0px;
	height: 34px;
	text-indent: -9999px;
}

div.bunner img {
	margin-bottom:25px;
}

div.top-text {
background-image:url(http://img08.shop-pro.jp/PA01199/761/etc/top01-2.png?20140305224337);
background-repeat: no-repeat;
background-position: left top;
padding: 70px 30px 20px;
margin-bottom: 20px;
}

div.top-text2 {
background-image:url(http://img08.shop-pro.jp/PA01199/761/etc/top02-2.png?20140305225900);
background-repeat: no-repeat;
background-position: left top;
padding: 80px 30px 20px;
}





/* Ranking */
#rankingArea {
	margin-bottom: 10px;
	width: 730px;
	overflow: hidden;
}

#contents #rankingArea p{
	margin-right: 0;
	margin-left: 0;
}

#contents #rankingArea p.ranking-ttl{
	margin-bottom: 20px;
}

#rankingArea .ranking-wrap {
	margin-top: 20px;
	width: 750px;
}
#rankingArea .ranking-box {
	margin-right: 20px;
	width: 130px;
	float: left;
}
#rankingArea p.rankTitle {
	margin: 0 0 10px 0;
}
#rankingArea a {
	color: #1D52B2;
	text-decoration: none;
}

#rankingArea .ranking-box p a:hover {
	text-decoration: underline;
}

#rankingArea .lastChild{
	margin-right: 0;
}
/* end Ranking */


.top_u_price {
	display:block;
	text-align:center;
	font-weight:bolder;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
}

.top_u_sold_out {
	display:block;
	background: #999 none repeat scroll 0px 0px;
    color: #FFF;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: bold;
	font-size: 10px;
	text-align:center;
	padding:1px 0px;

}

.ranking-box {
	text-align:center;
}

.top_u_regular {
    font-family: Verdana,Geneva,sans-serif;
    text-decoration: line-through;
    color: #818181;
	font-size:10px;
}
