
/* 人気菓子ランキング*/

.ranking{ 
position: relative;}

.ranking_in{ 
position: absolute;
top: 80px;
left: 25px;}


/* スライドショー*/
ul, li {
	margin: 0;
	padding: 0;}

.slide_title{
	height: 74px;
	padding: 2px 6px 0 6px;
	line-height: 17px;}

.slide_text{
	font-size: 11px;
	margin-top:5px;
	line-height: 15px;}

#slider01 {
	width: 700px;
	height: 220px;

	overflow: hidden;}

#slider01 li {
	display: block;
	width: 140px;
	height: 220px;}


#slideshow {
	margin-top: 10px;
	width: 720px;
	text-align: left;}

#slideshow div {
	width: 720px;
	height: 260px;
	overflow: hidden;
	position: relative;}

#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;}

#slideshow ul {
	width: 730px;}

#slideshow ul li {
	width: 144px;
        height: 50px;
	float: left;
	display: inline;
}

#slideshow ul li.a {
	width: 180px;
      height: 101px;
	float: left;
	display: inline;
}


#slideshow .active {
	-moz-opacity: 3!important;
	opacity: 3!important;}

#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;}

#slideshow ul {
	display: inline-block;
	overflow: hidden;}



