/* ------------------------------------- 
 *	100px×100pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */
.item_box2 {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	width: 160px;
	float: left;
	}


.top_pic {
	margin: 0px 0px 0px 0px;
	width: 550;
	height: 365;
	position: relative;
	}

.top_pic img {
	width: 100%;
  	}
.live {
        position: absolute;
        top:10px;
        left:382px;
        font-size:11px;
        color:white;
		text-shadow: 1px 1px 2px gray;
        padding:0;
        margin:0;
	}

.free_space2 {
	margin: 10px 0px 20px 0px;
	}