@charset "UTF-8";

/*----------------------------------------

	- collectionBox01
	- otherItem

----------------------------------------*/

/*----------------------------------------
	collectionBox01
----------------------------------------*/

#main #collectionBox01 {
	margin-bottom: 10px;
	padding: 35px 0 25px;
	background: #000000;
}

#main #collectionBox01 h1 {
	text-align: center;
}

#main #collectionBox01 div {
	padding-left: 20px;
}

#main #collectionBox01 div section {
	float: left;
	width: 290px;
	margin-right: 15px;
}

#main #collectionBox01 div section h1 {
	text-align: left;
}


/*----------------------------------------
	otherItem
-----------------------------------------*/

.otherItems {
	width: 1000px;
	margin-left: -30px;
}

.otherItems h1 {
	padding: 0 30px 7px;
	background: url(../../img/c_content_bg01.jpg) no-repeat center bottom;
}

.otherItems ul {
	padding-left: 30px;
}

.otherItems ul li {
	float: left;
	padding-left: 27px;
}

.otherItems ul li:first-child {
	padding-left: 0;
}