@charset "utf-8";
/* CSS Document */



/*アイテムインフォメーション -ITEMINFO
************************************************/

#item_info {
	text-align: left;
	width: 560px;
	margin-bottom: 30px;
}

#item_info p{
	padding: 0;
	margin: 0;
}

#item_info table {
	margin-top: 15px;
}

#item_info .td_left {
	width: 323px;
	padding-right: 20px;
}

#item_info .td_right {
	width: 181px;
}

#item_info .size {
	float: right;
	margin: 0;
	padding: 0;
}

#item_info .name {
	padding: 0;
	color: #161e47;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#item_info .black {
	padding: 0;
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#item_info .madein {
	padding: 0;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#item_info .point {
	font-size: 95%;
	margin-top: 10px;
	width: 260px;
	float: left;
}



/*バルーン -BALLOON
************************************************/

#balloon_m {
	width: 413px;
}

#balloon_m .top {
	background-image: url(../images/balloon_middle.gif);
	background-repeat: repeat-y;
	height: 37px;
}

#balloon_m .middle {
	background-image: url(../images/balloon_middle.gif);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px;
}

#balloon_m .bottom {
	background: url(../images/balloon_bottom.gif);
	background-repeat: none;
	margin: 0;
	padding: 0;
	height: 44px;
}

#balloon_s {
	width: 345px;
}

#balloon_s .top {
	background-image: url(../images/balloons_middle.gif);
	background-repeat: repeat-y;
	height: 26px;
}

#balloon_s .middle {
	background-image: url(../images/balloons_middle.gif);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px;
}

#balloon_s .bottom {
	background-repeat: none;
	margin: 0;
	padding: 0;
	height: 41px;
	background-image: url(../images/balloons_bottom.gif);
}

#pair_info {
	margin-top: 35px;
}

#pair_info .left {
	padding-right: 18px;
	width: 161px;
}

#pair_info .right {
	width: 345px;
}




/*商品一覧ボックス -ICHIRAN 詳細ページ
************************************************/


#itemlist {
	padding: 0;
	margin-bottom: 20px;
	font-size: 96%;
	width: 524px;
}

#itemlist .item_box {
	width: 161px;
	float: left;
	text-align: left;
	margin: 15px 5px 0 5px;
	letter-spacing: 0.1em;
}

#itemlist .item_sbox {
	width: 96px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}

#itemlist p{
	padding: 0;
	margin: 0;
}



/*売り切れ表示の書式設定*/
.sold {
	font-size: 12px;
	color:#990000;
	margin:5px;
	font-weight: bold;
}



/*商品一覧ボックス -ICHIRAN 11/1修正
************************************************/


#itemlist {
	padding: 0;
	margin-bottom: 20px;
	font-size: 75%;
	width: 543px;
}

#itemlist .item_box_top {
	width: 135px;
	float: left;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}


.item_box_top p {
	line-height: 12px;
}


#itemlist p{
	padding: 0;
	margin: 0;
}

.item_box_top select {
	font-size: 90%;
}




/*=================================

	ラメの注意書き
===================================*/

.rame{
	float:left;
	margin-right:10px;
}

.rame_chui{
	font-size:10px;
}

