/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:100px;
	margin:0 26px 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:100px;
	margin-bottom:3px;
	}

.checkitem .name {
	font-size:11px;
	}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	height:100%;
	}

#together .together_list {
	width:100px;
	margin:0 80px 10px 0;
	float:left;
	}

.together .ci_img {
	width:100px;
	margin-bottom:3px;
	}


/* ---ライン部分--- */
.line_002 {
	background:url(https://img13.shop-pro.jp/PA01073/641/etc/line_010.gif) repeat-x;
	height:1px;
	width: 97%;
}

/* ---文字色指定--- */

#mojishosai a:link {
	color: #333;
	font-size: small;
}
#mojishosai a:visited {
	color: #333;
	font-size:  small;
}

#mojishosai a:hover {
        color: #66cc00;
        font-size: small;
}

#mojishosai a:active {
	color: #333;
	font-size:  small;
}

/* ---再生ボタン--- */
.sounds
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #ff0000;

}
