@charset "UTF-8";
/*
 *  ****.css 
 *  
 *  Created by YASUDA BAC on 2016/04/01.
 *  Copyright (c) 2016 bacy. All rights reserved. 
 *  
 */

#items {
	width: 570px;
	height: 100px;
	background: url(../img/kaitori_items_bg.png) center center no-repeat;
}

#items h3 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

#items p {
	 font-size: 14px;
	 padding:3px 44px;

}

.itemBox {
	margin-top: 20px;
}

.itemBox div {
	width: 660px;
}
.itemBox div p {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 220px;
	text-align: center;
	font-size: 14px;
}