﻿@charset "utf-8";

/******************** search ********************/
.search_select {
    line-height: 50px;
    padding: 0 10px;
}
.warning {
    margin: 10px auto 30px;
    font-size: 12px;
}
.warning img {
    position: relative;
    top: -5px;
    margin-right: 6px;
    width: 35px;
    height: auto;
}
/******************** list ********************/
dl.search_list {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
dl.search_list dt {
    border-left: 5px solid #000;
    padding-left: 8px;
    font-size: 20px;
    margin: 12px 0 6px 0;
    clear: both;
}
dl.search_list dd {
    padding: 0 5px 0 15px;
}
dl.search_list select {
    margin: 0 !important;
    width: 98%;
}
select, option {
	padding: 8px 10px;
    margin: 10px 0;
    font-size: 18px;
}
dl.search_list button {
    float: right;
    font-size: 14px;
    margin: 5px auto 10px;
	width: 140px;
	line-height: 24px;
	background: #f0f0f0;
	border: 1px solid #aeaeae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    display: flex;
    padding-top: 1px;
    position: relative;
    top: -10px;
}
dl.search_list dd a {
    text-decoration: none;
}
.arrow {
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    left: 2px;
    margin-right: 9px;
}
dl.search_list select {
    font-size: 16px;
}
input[type="submit"].maker {
	width: 150px;
	line-height: 20px;
	font-size: 16px;
	background: #000;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
/********************/
p.results {
    background: #eee;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
}
div.list_item {
    margin: 10px 10px 20px;
    border: 1px solid #c6d9de;
    padding: 0 10px 10px;
}
dl.item dt {
    background: #def5fb;
    font-weight: bold;
    font-size: 18px;
    margin: 0 -10px;
    padding: 10px 5px 10px;
}
dl.item dt .small {
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: 140%;
    margin-top: 3px;
    color: #366977;
}
dl.item dd {
    padding: 15px 10px 5px;
}
dl.item dd img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
dd.maker_price {
    font-size: 13px;
}
.value {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.value .small {
    font-size: 13px;
}
dd.price {
    padding: 5px 10px 5px!important;
}
dd.price a {
    color: #000;
    font-size: 14px;
    display: block;
    border: 1px solid #888;
    width: 260px;
    margin: 0 auto;
    line-height: 24px;
    border-radius: 3px;
    text-decoration: none;
    background: url("../img/icon_arrow.png") no-repeat 6px center;
    background-size: 10px;
    padding-left: 10px;
}
dd.size {
    width: 280px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
}
.icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
}
.icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: fill !important;
    margin: 0 5px 0 0;
}
span.icon {
    display: block;
    margin: 0 0 10px !important;
}
dd.color {
    margin: 5px -10px 5px -5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
dd.color ul {
    font-size: 12px;
    line-height: 120%;
    margin: 0 1% 5px 0;
    width: 24%;
}
li.code {
    display: block;
    background: none;
    height: 30px;
    margin-bottom: 3px;
    line-height: inherit;
    border: 1px solid #000;
}
li.name {
    padding: 0px;
    text-align: left;
}
div.list_item button {
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	background: #ffbe0d;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
/********************/
.pagination {
    overflow: hidden;
    margin: 30px auto 30px;
}
.pagination ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pagination li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
.pagination li span {
    display: block;
    padding: 0.4em 0.8em;
}
.pagination li a {
    display: block;
    border: 1px solid #000;
    padding: 0.4em 0.8em;
    text-decoration: none;
    margin: 0 4px;
    background-color: #fff;
    color: #000;
}
.pagination li a:hover:not(.active) {
    background-color: #aaa;
}
/********************
.pagination {
     overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 30px;
}
.pagination a {
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #000;
    margin: 0 4px;
    color: #000;
}
.pagination span {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.pagination a:hover:not(.active) {
    background-color: #aaa;
}
********************/
/********************/
.other_size {
    padding: 0 10px;
}
.other_size button {
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	background: #000;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}

/******************** details ********************/
div.details h2 {
    background: #def5fb;
    border: none;
    padding: none;
    text-align: center;
    margin-bottom: 10px;
}
div.details h2 .small {
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: 140%;
    margin-top: -6px;
    padding: 0 0 10px;
    color: #366977;
}
.swiper-container {
    margin: 10px auto 20px;
}
.swiper-container img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 0 10px!important;
}
div.details dl {
    margin: 0 10px;
    text-align: left;
}
div.details dt {
    border-left: 5px solid #000;
    padding-left: 8px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
div.details dd {
}
/********************/
div.details dd.color {
    margin: 5px 0px -10px 0 !important;
}
div.details dd.color ul {
    margin: 0 1% 2px 0 !important;
}
div.details table {   
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 14px;
}
div.details table th {
	width: 35%;
	padding: 3px 5px;
    background: #f5f5f5;
	border: 1px solid #000;
    font-weight: normal;
}
div.details table td {
	padding: 3px 5px;
	border: 1px solid #000;
}
/********************/
.goto_mitsumori {
    padding: 0 10px;
    margin-bottom: 30px;
}
.goto_mitsumori button {
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	background: #d5003c;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/