@charset "utf-8";
/* ===================================================================
CSS information

 file name  :collection.css
 author     :igu (admin)
 style info :コレクション
=================================================================== */

/* ----------------------------------------------------------------
	#main
		コレクション		
------------------------------------------------------------------- */

/* 	h2
------------------------------------------------------------------- */
#main h2 {
	float:left;
	width:490px;
	margin-right:0px;
}


/* 	#webShop
------------------------------------------------------------------- */
#main #webShop {
	float:left;
	width:490px;
	text-align:right;
	margin-top:5px;
}

/* ----------------------------------------------------------------
	#collection
		コレクション		
------------------------------------------------------------------- */
#collection {
	float:left;
	width:980px;
	margin-left:10px;
	margin-right:10px;
}

#collection .genre{
	font-weight:bold;
	font-size:120%;
	text-indent:3px;	
	color:#999;	
}


/* 	#kids
------------------------------------------------------------------- */
#collection #kids{
	float:left;
	margin-right:30px;
}

/* 	#womens
------------------------------------------------------------------- */
#collection #womens{
	float:left;
}

/* 	#bag
------------------------------------------------------------------- */
#collection #bag{
	float:left;
	margin-right:30px;
	margin-top:30px;
}

/* 	#womens
------------------------------------------------------------------- */
#collection #accessory{
	float:left;
	margin-top:30px;
}

/* ----------------------------------------------------------------
	#collectionGenre
		KID'S/WOMENSコレクション		
------------------------------------------------------------------- */
#collectionGenre {
	float:left;
	width:980px;
	margin-left:10px;
	margin-right:10px;
}

/* 	.collectionBox
------------------------------------------------------------------- */
#collectionGenre .collectionBox {
	float:left;
	width:980px;
	margin-top:20px;
}

#collectionGenre .collectionBox h3 {
	float:left;
	width:980px;
	font-weight:bold;
	font-size:140%;
	color:#999;
}

#collectionGenre .collectionBox .box{
	float:left;
	margin-right:11px;
}


/* ----------------------------------------------------------------
	#popup
		ポップアップウインドウ		
------------------------------------------------------------------- */
#popup #img {
	text-align:center;
}


#popup #btBuynow {
	float:left;
	width:300px;
	margin-top:10px;
}

#popup .twitter {
	float:left;
	width:300px;
	margin-top:10px;
}








