@charset "UTF-8";

body{
	height: 100%;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #333;
	position: relative;
	background-color: #f5f5f5;
	margin-right: 0;
	min-width: 1040px;
	overflow-x: hidden;
	overflow-y: hidden;
}

header{
	margin: 0;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
}

header > div {
	width: 952px;
	margin: 0 auto;
}

.header_row {
	display: flex;
	align-items: center;
	gap: 0;
	height: 120px;
}

.header_brand {
	display: inline-block;
	line-height: 0;
}

.header_brand_image {
	width: auto;
	height: 48px;
	max-width: none;
	margin: 0;
	display: block;
}

a, a:link {
	text-decoration: none;
	color: #333;
}

a:hover, a:active {
	text-decoration: underline;
}

h2{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	border-left: solid #cccccc 5px;
	padding-left: 10px;
}

h3{
	margin-top: 20px;
}

input, select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 0px;
	padding: 3px;
}

input{
	margin: 0 5px;
	border: solid 1px #666666;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input[type="text"]:disabled {
	background: #eeeeee;
	border: solid 1px #cccccc;
}

.ECM_CheckboxInput {
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput{
  background: #CCCCCC;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
  background: #CCCCCC;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #555555;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-135deg);
  transform-origin: 1px 1px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-45deg);
  transform-origin: 1px 1px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #F5F5F5;
  box-shadow: 0 1px 4px rgba(0,0,0, .4) inset;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.info {
	width: 952px;
	margin: 20px auto;
	position: relative;
}

.wrapper {
	width: 952px;
	margin: 20px auto;
	position: relative;
}

div#navibtn{
	float: right;
	width: 350px;;
	margin-top: 40px;
	height: 80px;
	text-align: right;
}

#navibtn button{
	margin-bottom: 5px;
	margin-left: 10px;
	width: 150px;
	height: 40px;
	font-size: 14px;
}

img#cart_navi{
	cursor: pointer;
	transition-duration: 0.3s;
}

img#cart_navi:hover{
  opacity: 0.4;
  transition-duration: 0.3s;
}

div#search {
	clear: both;
	float: left;
	width: 210px;

}

#search ul{
	margin-bottom: 20px;
	padding-left: 10px;
}

#search li{
	line-height: 1.5em;
}

#search h3{
	margin-bottom: 10px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: solid 1px #000000;
	background-color: #666666;
	color: #FFFFFF;
}

select#sel_sort{
	display: inline-block;
	height: 28px;
	width: auto;
	font-size: 13px;
}

label#label_sort{
	display: inline-block;
	padding-top: 3px;
	height: 25px;
	font-size: 13px;
}

div.tools{
	text-align: right;
	width: 680px;
	height: 90px;
	margin: 14px auto;
}

.tools p{
	text-align: center;
}

.tools button{
	margin-bottom: 5px;
	width: 150px;
	height: 40px;
	font-size: 14px;
}

div#thumblist{
	margin-left: 20px;
	float: left;
	width: 720px;
	background-color: #FFFFFF;
}

div.thumbnails{
	position: relative;
	float: left;
	width: 152px;
	margin-left: 22px;
	margin-bottom: 40px;
	height: 300px;
	overflow: hidden;
	text-align: left;
}

img.thumb{
	margin-bottom: 5px;
	width: 150px;
	height: 211px;
	border: solid 1px #999999;
}

img.icon1{
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	width: 36px;
	right: 45px;
	bottom: 0;
}

img.icon2{
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	width: 32px;
	right: 5px;
	bottom: 2px;
}

.thumbnails p{
	font-size: 13px;
	line-height: 1.2em;
}

.thumbnails button{
	margin-bottom: 5px;
	width: 100%;
	height: 30px;
	font-size: 12px;
}

div#cartlist{
	margin: 0 auto;
	width: 912px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
}

img.icon_btn{
	margin-top: 3px;
	margin-right: 2px;
}

div.main{
	margin: 20px auto;
	width: 912px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.main p{
	margin: 10px;
}

.main td{
	height: 40px;
}

.main button{
	height: 30px;
	font-size: 13px;
}

footer{
	width: 100%;
	border-top: solid 50px #666666 ;
}

.footer_inner{
	width: 952px;
	margin: 20px auto;
}

.col_left{
	float: left;
	width: 80%;
}

.col_left li{
	float: left;
	width: 180px;
}

.footer_logo{
	float: right;
}

.txt_copyright{
	clear: both;
	font-size: 0.8em;
}
