﻿.search_table_wrapper {
	margin: 0;
	padding: 10px 0;
}

.search_table {
	border-collapse: collapse;
	margin: 15px 0 0;
	padding: 0;
}

.search_table th, 
.search_table td {
	margin: 0;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.search_table th {
	width: 50px;
	padding: 0;
/*
	background-color: rgba(92, 187, 238, 1);
	background-color: var(--blue-base_out);
	color: #fff;
*/
	background-color: #dfdfdf;
	text-align: center;
	color: #777;
	white-space: nowrap;
}

.search_table td {
	padding: 6px 8px;
	background-color: #f6f6f6;
	text-align: left;
}

.search_table input[type="number"] {
	width: 107px;
	height: initial;
	margin: 0;
	padding: 8px 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search_table input[type="number"]:focus {
	outline: 0;
	background-color: #fbffd7;
}

.search_table select {
	height: initial;
	margin: 0;
	padding: 11px 9px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search_table select:focus {
	outline: 0;
	background-color: #fbffd7;
}

.search_table ::-moz-placeholder {
	font-weight: normal;
	font-size: 16px;
	color: #ccc;
	opacity: 1;
}

.search_table :-ms-input-placeholder {
	font-weight: normal;
	font-size: 16px;
	color: #ccc;
}

.search_table ::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 16px;
	color: #ccc;
}

.resultnone {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.resultnone > p {
	margin: 0;
	padding: 0px 0 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

.notice_range {
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

/* Mod product.css */

table.table_product_detail th, 
table.table_product_detail td {
	height: 30px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

table.table_product_detail th {
	width: 9em;
	padding: 0.4em 0 0.4em 0.4em;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

table.table_product_detail td {
	padding: 0.4em 0.4em 0.4em 0;
	font-size: 14px;
	line-height: 1;
}

.label_size {
	margin: 0 5px 0 0;
}

.label_size_unit {
	margin: 0 0 0 5px;
}

@media (min-width: 768px) {
	.search_table_wrapper {
		display: flex;
		justify-content: flex-end;
	}

	.search_table {
		margin: 0;
	}

	.search_table th {
		width: initial;
		padding: 0 8px;
	}

	.search_table input[type="number"] {
		width: 90px;
	}
}
