@charset "UTF-8";
/* セレクトアイテム CSS */

.select {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.select_neim {
	height: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.select_neim  p {
	font-size: 12px;
	letter-spacing: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-indent: 10px;
}
.select_in {
	width: 555px;
	height: 225px;
	padding-bottom: 5px;
}
.select_item {
	border: 1px solid #999999;
	margin: 3px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	display: inline;
}
.select_img {
	padding: 4px;
	height: 80px;
	width: 80px;
	background-color: #E5E3FF;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.select_img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #E5E3FF;
}
.select_img img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.select_item_1 {
	padding: 5px;
	height: 15px;
	width: 82px;
}
.select_item_2 {
	padding: 5px;
	height: 80px;
	width: 82px;
	margin-bottom: 5px;
}
