@charset "UTF-8";

body {}

body img {
	border: 0;
}

body,
table,
td {}

table.tableset {
	width: 100% ;
    max-width: 100%;
    box-sizing: border-box;
}

table.tableset tr {
	background: #FFFFFF;
}

table.tableset td {
	padding: 5px 1px 5px 1px;
	;
	text-align: center;
}

.list {
	color: #009ED6;
	font-size: 10px;
	padding-top: 3px;
}

div.imgDiv {
	height: 105px;


}

select {
	font-size: 10px;
	margin: 0px;
}

table.tableset2 
{
	width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

table.tableset2 tr {
	background: #FFFFFF;
}

table.tableset2 td {
	padding: 5px 1px 5px 1px;
	;
	text-align: center;
}

#btwindow {
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

/* 検索バー */
#swindow {
	background-image: url(../../sozai/images/searchback.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
    max-width: 100%;
    box-sizing: border-box;
	padding-left: 5px;
	margin: 0;
}

/* Flexbox layout for search items */
.search-grid {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	padding-top: 4px;
	background-color: #f0f0f0;
}

.search-item {
	display: flex;
	flex-direction: column;
	background-color: #f0f0f0;
	padding: 4px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.search-item select {
	width: 100%;
}

.search-item .list {
	height: 18px;
	line-height: 18px;
}

.main_category-item {
	width: 23%;
}

.category-item {
	width: 23%;
}

.nendo-item {
	width: 8%;
}

.type-item {
	width: 16%;
}

.series1-item {
	width: 15%;
}

.series2-item {
	width: 15%;
}



#searchbar-container {
	clear: both;
	margin: 0;
	padding-top: 5px;
}


.main_category-item select {
	max-width: 100%;
}

.category-item select {
	max-width: 100%;
}
.nendo-items select{
	max-width: 100%;
}
.type-item select {
	max-width: 100%;
}

.series1-item select {
	width: 100%;
}

.series2-item select {
	max-width: 100%;
}