@charset "utf-8";
#viewer {
	margin: 0 auto;
	width: 1010px;
	height: 455px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/*ここまでfadein outのレイアウト*/
#main {
	margin-top : 15px;
}
#main_left {
	width : 765px;
}
#main_right {
	margin-top : 5px;
}
div.pickup {
	position : relative;
	display : block;
	width : 765px;
	height : 620px;
}
div.pickup ul li {
	width : 245px;
	height : 310px;
	float : left;
	margin-left : 13px;
}
div.pickup ul li:first-child,
div.pickup ul li:nth-child(4) {
	margin-left : 0px;
}
div.pickup ul li:nth-child(4),
div.pickup ul li:nth-child(5),
div.pickup ul li:nth-child(6) {
	margin-top : 13px;
}

div.new {
	margin-top : 25px;
	clear : both;
	height : auto;
	width : 762px;
	height : 418px;
	background-image : url("../images/top/bg_newitem.png");
	background-repeat : no-repeat;
}
ul.new_images {
	position : relative;
	top : 72px;
	width : 715px;
	margin : auto;
	display : block;
	height : auto;
}
ul.new_images li{
	float : left;
	margin-left : 17px;
}
ul.new_images li p.text{
	padding-top : 15px;
	width : 158px;
	height : 100px;
	overflow : hidden;
	height : auto;
	display : block;
	text-align : center;
	padding-bottom : 10px;
}
ul.new_images li p.text span{
	font-size : 14px;
	padding-top : 5px;
	display : block;
}


div.re_arrival {
	margin-top : 12px;
	clear : both;
	height : auto;
	width : 762px;
	height : 418px;
	background-image : url("../images/top/bg_rearrival.png");
	background-repeat : no-repeat;
}
ul.re_arrival_images {
	position : relative;
	top : 72px;
	width : 715px;
	margin : auto;
	display : block;
	height : auto;
}
ul.re_arrival_images li{
	float : left;
	margin-left : 17px;
}
ul.re_arrival_images li p.text{
	padding-top : 15px;
	width : 158px;
	height : 100px;
	overflow : hidden;
	height : auto;
	display : block;
	text-align : center;
	padding-bottom : 10px;
}
ul.re_arrival_images li p.text span{
	font-size : 14px;
	padding-top : 5px;
	display : block;
}



div.ranking {
	height : auto;
	width : 762px;
	height : 459px;
	margin-top : 12px;
	background-image : url("../images/top/bg_ranking.png");
	background-repeat : no-repeat;
}
ul.ranking_images {
	position : relative;
	top : 78px;
	width : 715px;
	margin : auto;
	display : block;
	height : auto;
}
ul.ranking_images li{
	float : left;
	margin-left : 17px;
}

p.rank_num {
	text-align : center;
	height : 21px;
	padding-bottom : 10px;
}
ul.ranking_images li p.text{
	padding-top : 15px;
	width : 158px;
	height : 100px;
	overflow : hidden;
	height : auto;
	display : block;
	text-align : center;
	padding-bottom : 10px;
}
ul.ranking_images li p.text span{
	font-size : 14px;
	padding-top : 5px;
	display : block;
}

/*----------------------------------------
 ex:パンくずリスト　2019.12.23追加
----------------------------------------*/
.breadcrumb_box {
	width:100%;
	/*margin-top: 60px;*/
	font-size: 1em;
	border-top:black 1px dotted;
}
.breadcrumb_box .container{
	padding-top:15px;
	padding-bottom:15px;
}

@media (max-width: 768px) {
	.breadcrumb_box{
		margin-top: 30px;
		font-size: 1em;
	}
	.breadcrumb_box .container{
		padding-top:15px;
		padding-bottom:15px;
	}
}

.breadcrumb {
	padding-left:0;
	margin-left:0;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	/*font-weight: bold;*//*太字*/
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #555;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #000000;/*色*/
}

.breadcrumb li a:hover {
	text-decoration: underline;
}