@charset "Shift_JIS";

.uniform_md {
	border: 0px solid #ff0000;
	margin-left: 10px;
	margin-right: 10px;
}
/*common.css削除する場合はこちらを定義*/
div#uniform_a a {
	color: #333333;
	text-decoration: underline;
}
.uniform_h1 {
	font-size: 20px;
	color: #333333;
	padding: 10px 0px 5px 5px;
	border-bottom: solid 2px #333333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.uniform_h3 {
	font-size: 20px;
	color: #666666;
	margin: initial;
	padding: initial;
	border: initial;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #666666;
}
.uniform_data {
	font-size: 16px;
	color: #333333;
}

/* ブランド用 */
.brand_box {
	padding: 5px 5px;
	margin: 3px 0;
	color: #565656;

	background: #fffafa;
	box-shadow: 0px 0px 0px 5px #fffafa;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
}
.brand_box p {
	margin: 0; 
	padding: 3px 3px;
}
/* ブランド用（選択時） */
.brand_box_selected {
	padding: 5px 5px;
	margin: 3px 0;
	color: #565656;

	background: #fffff0;
	box-shadow: 0px 0px 0px 5px #fffff0;
	border: dashed 2px #f5f5dc;
	border-radius: 8px;
}
.brand_box_selected p {
	margin: 0; 
	padding: 3px 3px;
}
/* カテゴリ用 */
.category_box {
	padding: 5px 5px;
	background: #ededed;
	border-bottom: solid 3px #a0a0a0;
/*
	background: #f0f8ff;
	border-bottom: solid 3px #00bfff;
*/
}
.category_box p {
	margin: 0; 
	padding: 3px 3px;
	font-size: 16px;
	font-weight: bold;
}
/* カテゴリ用（選択時） */
.category_box_selected {
	padding: 5px 5px;
	background: #ffffff;
	border-bottom: solid 3px #ededed;
/*
	background: #fffff0;
	border-bottom: solid 3px #f5f5dc;
*/
}
.category_box_selected p {
	margin: 0; 
	padding: 3px 3px;
	font-size: 16px;
}
/* カテゴリ用（非選択時） */
.category_box_not {
	padding: 5px 5px;
	background: #d3d3d3;
	border-bottom: solid 3px #ededed;
/*
	background: #fffff0;
	border-bottom: solid 3px #f5f5dc;
*/
}
.category_box_not p {
	margin: 0; 
	padding: 3px 3px;
	font-size: 16px;
	opacity:0.3;
}
/* 人気順用 */
.hot_box {
	width: 300px;
	padding: 5px 5px;
	background: #e0ffff;
	border-bottom: solid 3px #b0e0e6;
}
.hot_box p {
	margin: 0; 
	padding: 3px 3px;
	font-size: 16px;
	font-weight: bold;
}
.info_link {
	text-decoration: none;
	color: #333333;
}
info_link a {
	color: inherit;
}
.info_link:hover {
	color: #333333;
	text-decoration: underline;
}
.menu_text {
	text-align: right;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.menu_link {
	color: #333333;
	text-decoration: none;
	/*border-bottom: 1px solid #333333;*/
	padding-bottom: 1px;
}
.acd_box {
	padding: 0;
	max-width: 100%;
}
.acd_box label {
	display: block;
	margin-bottom: 1em;
	padding: 8px 10px;
	color: #333333;
	font-weight: bold;
	background: #b0c4de;
/*
	background-color: #5c5c60;
	cursor: pointer;
*/
	transition: all 0.5s;
}
.acd_box label:hover {
	background :#b0c4de;
}
.acd_box input {
	display: none;
}
.acd_box .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	/*transition: 0.8s;*/
}
.cssacc:checked + .accshow {
	height: auto;
	padding: 5px;
	background: #ffffff;
	opacity: 1;
}
/* 商品一覧用ここから */
.product_list_box {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	/*justify-content: space-between;*/
}
.product_list_box li {
	/*width: calc(100% / 3);*/
	width: 50%;
	padding: 10px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.product_list_box li img {
	max-width: 100%;
	height: auto;
	/* border:solid 1px #ccc; */
}
.box_bottom {
	margin: 0;
	padding: 0 10px 8px 0;
	text-align: right;
	margin-top: auto;
	border-bottom: 1px dashed #333333;
}
.box_bottom1 {
	margin: 0;
	padding: 0 10px 8px 0;
	text-align: left;
	margin-top: auto;
	border-bottom: 1px dashed #333333;
}
.product_name {
	font-size: 16px;
	line-height: 130%;
	color: #333333;
/*
	color: #ff6600;
	font-weight: bold;
*/
	font-family: 'メイリオ', Meiryo,'TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.product_link {
	text-decoration: none;
/*
	color: #ff6600;
*/
	color: #333333;
}
.product_link a {
	color: inherit;
}
.product_link:hover {
	color: #333333;
/*
	color: #ff6600;
	font-weight: bold;
*/
	text-decoration: underline;
}
.list_text16 {
	font-size: 16px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.list_text14 {
	font-size: 14px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.list_text12 {
	font-size: 12px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.list_text10 {
	font-size: 10px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
/* 件数表示用のプルダウン */
.rows_select {
	overflow: hidden;
	width: 90px;
}
.rows_select select {
	width: 90px;
	padding-right: 1em;
	cursor: pointer;
	font-size: 16px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.rows_select select::-ms-expand {
    display: none;
}
.rows_select.color01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #f5f5f5;
}
.rows_select.color01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.rows_select.color01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* ページ番号用（スマホは前へ、次へのみ） */
div#sp_a a {
	text-decoration: none;
}
.btn_number {
	display: block;
	position: relative;
	width: 80px;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background: #ffffff;
	border: solid 1px #999999;
	border-radius: 5px;
}
.btn_number:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
.btn_number_selected {
	display: block;
	position: relative;
	width: 30px;
	padding: 2px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #999999;
	border: solid 1px #999999;
	border-radius: 5px;
}
/* 商品一覧用ここまで */
