/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
}
html, body, input, textarea{
	font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
}
html{
	overflow: auto;
	height: auto;
	min-height: 100%;
}
dl, ul, ol{
	list-style-type: none;
}
a{
	color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #c4b049;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: content-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	width: 100%;
	min-width: 1200px;
	min-height: 100vh;
	line-height: 1.5em;
	color: #3c3c3c;
	text-align: center;
}

form#search{
	display: grid;
	grid-template-columns: 250px auto;
	grid-template-rows: auto 160px;
	grid-template-areas: "menu main" "menu footer";
	grid-row-gap: 100px;
}
form#search header{
	grid-area: menu;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
form#search main{
	grid-area: main;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
form#search footer{
	grid-area: footer;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

section{
	clear: both;
	position: relative;
	margin: auto;
	width: calc(100% - 100px);
	max-width: 1600px;
}

/***********************************
 others
***********************************/
p{
	margin: 0 0 0.8em;
	text-align: left;
}
p:last-child{
	margin: 0;
}

.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}

img.imgAC{
	display: block;
	margin: 1.5em auto;
	width: auto;
	max-width: 80%;
}

.fntS{
	font-size: 0.8em;
	letter-spacing: -0.05em;
}

.marker{
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.1em;
	background: linear-gradient(transparent 60%, #eaab4b 60%);
	font-size: 1.05em;
}

.fltL{
	float: left;
}
.fltR{
	float: right;
}
.fltL::after,
.fltR::after{
	clear: both;
	display: block;
	content: "";
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	margin-bottom: 0.8em;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 1.25em;
	text-align: left;
}
ul.caution{
	margin: 0 0 0 1.25em;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 0.13em 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "窶ｻ";
}
ol{
	list-style-type: decimal;
	margin-left: 1.75em;
	text-align: left;
}

a.underline{
	position: relative;
	display: inline-block;
	padding: 0 0.2em;
}
a.underline::after{
	position: absolute;
	bottom: 0.2em;
	left: 0.2em;
	right: 0.2em;
	display: block;
	border-bottom: dashed 1px currentColor;
	content: "";
}

/***********************************
 header
***********************************/
header{
	display: block;
	padding: 20px 0;
	background: #f8f8f8;
	min-height: 100vh;
	text-align: left;
}

header section{
	width: calc(100% - 50px);
	min-width: unset;
}

/***********************************
 footer
***********************************/
footer{
	clear: both;
	position: relative;
	bottom: 0;
	display: block;
	background: #3c3c3c;
	width: 100%;
	height: 160px;
}

footer ul#bnrList{
	position: absolute;
	top: 55px;
	left: 50px;
}
footer ul#bnrList li{
	display: inline-block;
	margin: 0 20px 0 0;
}
footer ul#bnrList li a{
	position: relative;
	display: block;
	padding: 0 25px;
	background: #ffffff;
	width: 124px;
	height: 44px;
	line-height: 44px;
	border: solid 3px #d5d5d5;
	text-align: left;
	font-weight: 500;
}
footer ul#bnrList li a::before,
footer ul#bnrList li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	content: "";
}
footer ul#bnrList li a::before{
	right: 18px;
	background: #3c3c3c;
	width: 14px;
	height: 14px;
	-webkit-transition: all .8s;
	transition: all .8s;
}
footer ul#bnrList li a::after{
	right: 21px;
	background: #ffffff;
	width: 7px;
	height: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
footer ul#bnrList li a:hover::before{
	background: #c4b049;
}

footer #footerLogo{
	position: absolute;
	bottom: 36px;
	right: 50px;
	display: block;
	background: url(/images/logo_footer.png) no-repeat;
	width: 245px;
	height: 29px;
	text-indent: -9999px;
	content: "";
}

footer #copyright{
	position: absolute;
	bottom: 0;
	right: 50px;
	line-height: 36px;
	text-align: right;
	color: #ffffff;
	font-size: 0.75em;
}

/***********************************
 h1, h2, h3
***********************************/
h1{
	margin: 26px auto;
	width: 250px;
}
h1 a{
	display: block;
	background: url(/images/logo.png) no-repeat center;
	height: 65px;
	text-indent: -9999px;
}
h1 a:hover{
	opacity: 0.8;
}

h2{
	padding: 0 0 1em;
	font-size: 20px;
	font-weight: bold;
}
* + h2{
	margin-top: 2.5em;
}

h3{
	clear: both;
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}

/***********************************
 table
***********************************/
table{
	margin: 1.5em auto;
	min-width: 60%;
	border-collapse: collapse;
	line-height: 1.3em;
}
table th,
table td{
	padding: 0.5em;
	border: #bbbbbb 1px solid;
	vertical-align: top;
	text-align: left;
}
table th{
	background: #f6f6f1;
	font-weight: bold;
}
table td{
	background: #ffffff;
}

/***** .low *****/

table.low th,
table.low td{
	padding: 0.2em 0.5em;
}

/***** .noFrame *****/

table.noFrame{
	min-width: unset;
}
table.noFrame th,
table.noFrame td{
	border: none;
	vertical-align: middle;
}
table.noFrame th{
	background: #ffffff;
}

/***** .vertical *****/

table.vertical tr th,
table.vertical tr td{
	padding: 0.5em 1em;
	border: none;
	font-size: 0.9em;
}
table.vertical tr th{
	border-bottom: solid 1px #d5d5d5;
	border-left: solid 1px #d5d5d5;
	background: #f8f8f8;
	font-weight: normal;
}
table.vertical tr:first-child th{
	border-top: solid 4px #c3c3c3;
}
table.vertical tr td{
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
}
table.vertical tr:first-child td{
	border-top: solid 4px #4e657a;
}

/***** .horizon *****/

table.horizon th,
table.horizon td{
	border: none;
}
table.horizon{
	border: solid 1px #cccccc;
}
table.horizon tr th{
	background: #4e657a;
	border-left: dashed 1px #999999;
	color: #ffffff;
}
table.horizon tr td{
	background: #edf6ff;
	border-left: dashed 1px #999999;
}
table.horizon tr:nth-child(even) td{
	background: #ffffff;
}

/***** .vborder *****/
table.vborder tr{
	border-bottom: solid 1px #ffffff;
}
table.vborder tr th,
table.vborder tr td{
	background: none;
	border: none;
	color: #ffffff;
}
table.vborder tr th{
	font-weight: normal;
}

/***********************************
  .row, .column
***********************************/
.row{
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 80px;
}
.row:has(.column4-1),
.row:has(.column4-3),
.row:has(.column5-1),
.row:has(.column5-4){
	gap: 50px 80px;
}
.row + .row{
	margin-top: 80px;
}
.row .row{
	margin: 0;
	padding: 0 80px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1,
.row .column5-4{
	position: relative;
	display: block;
	vertical-align: middle;
}
.column1{ width: 100%; clear: both; }
.row .column2{ width: calc(50% - (80px /2)); }
.row .column2.narrow{ width: calc(48% - (80px /2)); }
.row .column2.wide{ width: calc(52% - (80px /2)); }
.row .column3-1{ width: calc((100% /3) - (80px *2 /3)); }
.row .column3-2{ width: calc(((100% /3) - (80px *2 /3)) *2 + 80px); }
.row .column4-1{ width: calc(25% - (80px *3 /4)); }
.row .column4-3{ width: calc(((100% /4) - (80px *3 /4)) *3 + 160px); }
.row .column5-1{ width: calc(20% - (80px *4 /5)); }
.row .column5-4{ width: calc(((100% /5) - (80px *4 /5)) *4 + 240px); }
@media screen and (max-width: 640px) {
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		width: 100%;
	}
	.row .column4-1,
	.row .column5-1{ width: calc((100% /3) - (1.5rem *2 /3)); }
	.row .column4-3,
	.row .column5-4{ width: calc(((100% /3) - (1.5rem *2 /3)) *2 + 1.5rem); }
}
@media screen and (max-width: 480px) {
	.row .column4-1,
	.row .column5-1{ width: calc(50% - (1.5rem /2)); }

	.row:has(.column4-3),
	.row:has(.column5-4){
		display: block;
	}
	.row:has(.column4-3) .column4-1,
	.row:has(.column5-4) .column5-1{ float: left; margin: 0.5em; width: calc((100% /3) - (1.5rem *2 /3)); }
	.row .column4-3,
	.row .column5-4{ float: left; width: auto; }
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
.row img + img{
	margin-top: 2.5rem;
}

@media screen and (max-width: 640px) {
	.row img + img{
		margin-top: 1.5rem;
	}
}
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.row.boxRowBorder{
	padding: 2.5rem;
	background: #ffffff;
	width: calc(100% - 5rem - 2px);
	border: solid 1px #dfded6;
}
.row .row.boxRowBorder{
	padding: 1.5rem;
	background: #f8f8f8;
	width: calc(100% - 3rem - 2px);
}

@media screen and (max-width: 640px) {
	.row .column2 img.fixity,
	.row .column3-1 img.fixity,
	.row .column3-2 img.fixity,
	.row .column4-1 img.fixity,
	.row .column4-3 img.fixity,
	.row .column5-1 img.fixity{
		position: relative;
		display: block;
		margin: auto;
		width: auto;
		max-width: 100%;
		max-height: unset;
}

	.row.boxRowBorder{
		padding: 1.0em 1.5rem;
		width: calc(100% - 3rem - 2px);
	}
}
@media screen and (max-width: 480px) {
	.row.boxRowBorder::after{
		clear: both;
		display: block;
		content: "";
	}
}

/***********************************
 .btn, input[type="submit"], input[type="button"]
***********************************/
a.btn{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.btn:hover{
	background-position: left bottom;
}
a.contact_us{ background-image: url(/images/.png); width: 200px; height: 40px; }

a.btnTxt{
	display: block;
	margin: 1em auto;
	padding: 0 1em;
	background: #3c3c3c;
	width: 180px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	border: solid 2px currentColor;
    transition: 0.3s ease-in-out;
}
a.btnTxt:hover{
	background: #c4b049;
}

input[type="submit"],
input[type="button"]{
	display: inline-block;
	margin: 1em 1em;
	padding: 0.3em 1em;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cacaca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cacaca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#cacaca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	min-width: 140px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #232323;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #f6f6f6;
	outline: solid 1px #ababab;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

input[type="submit"]:hover,
input[type="button"]:hover{
	background: #929292; /* Old browsers */
	background: -moz-linear-gradient(top,  #929292 0%, #656565 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #929292 0%,#656565 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #929292 0%,#656565 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
	border: solid 1px #b2b2b2;
	color: #ffffff;
	font-weight: normal
}
table a.btnTxt,
table input[type="button"]{
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	min-width: 50px;
	font-size: 0.8em;
}
table.noFrame a.btnTxt,
table.noFrame input[type="button"]{
	padding: 0.3em 1em;
	height: 25px;
	line-height: 25px;
	font-size: 1em;
}

a.bgChenge{
	position: relative;
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
a.bgChenge:hover{
	color: #242424;
	background: #ffffff;
	box-shadow: inset 0 0 10px 10px #f4d6e5;
}
a.imgChenge img{
	display: unset !important;
}
a.imgChenge:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/***********************************
 .pager
***********************************/
.pager{
	margin: 2em 1em 1.5em;
}
.pager::after{
	clear: both;
	display: block;
	content: "";
}
.pager p{
	float: left;
	width: 400px;
	font-size: 1.2em;
}
.pager p span{
	padding-right: 5px;
	font-weight: bold;
}
.pager div{
	float: right;
	display: inline-block;
}
.pager div a{
	display: inline-block;
	margin: 2px;
	padding: 0 3px;
	min-width: 25px;
	border: solid 1px #ababab;
	color: #707070;
	text-decoration: none;
	text-align: center;
}
.pager div a.now,
.pager div a:hover{
	background: #959595;
	color: #ffffff;
}

/***********************************
 form
***********************************/
.error{
	color: #ff0000;
}

form table{
	margin: 1.5em auto 2em;
}
form table img{
	margin: 5px;
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="checkbox"],
input[type="radio"],
input[type="file"]::file-selector-button,
textarea{
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.5em;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"]{
	width: calc(100% - 1em - 4px);
}
input[type="datetime-local"]{
	width: 180px;
}
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="range"]{
	width: 160px;
}
input[type="time"],
input[type="number"],
input[type="color"]{
	width: 80px;
}
textarea{
	width: 600px;
}
input.sizeS,
textarea.sizeS{
	width: 80px;
}
input.sizeL,
textarea.sizeL{
	width: calc(100% - 10px);
}

input[type="file"]{
	min-width: 380px;
	cursor: pointer;
}
input[type="file"]::file-selector-button{
	background: #3d3d3d;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
}
input[type="file"]::file-selector-button:hover{
	background: #663399;
}

select{
	margin: 0 10px 2px 2px;
	padding: 3px;
	min-width: 100px;
}

label{
	display: block;
	cursor: pointer;
}
label input[type="checkbox"],
label input[type="radio"]{
	margin: 0 3px;
}

/***********************************
 catalog
***********************************/

/***** 全体 *****/
input[type="radio"].hide{
display: none;
}
.hide{
	display: none;
}
.show{
	display: block;
}

/***** サイドメニュー *****/

header section:first-child,
header section:last-child > div{
	position: relative;
	padding: 30px 0;
	font-weight: 500;
}
header section:first-child::after,
header section:last-child > div::after{
	position: absolute;
	bottom: 0;
	left: -10px;
	right: -10px;
	display: block;
	border-bottom:dashed #9f9f9f 1px; 
	content: "";
}
header section:last-child > div:last-child::after{
	display: none;
}

header #baseform label + label{
	margin-top: 1em;
}
header #baseform label input{
	margin: 0.3em 0 0;
	padding: 0 0.5em;
	line-height: 1.8em;
}
header #baseform input[type="submit"]{
	display: block;
	margin: 1.5em auto 0;
	padding: 0 1em;
	background: #3c3c3c;
	width: 100px;
	min-width: unset;
	height: 2em;
	line-height: 2em;
    border: solid 1px #f8f8f8;
    outline: solid 1px #3c3c3c;
	color: #ffffff;
    font-weight: normal;
	box-shadow: none;
	transition: all .5s;
}
header #baseform input[type="submit"]:hover{
	opacity: 0.8;
}

header #searchMenu li + li{
	margin-top: 1em;
}
header #searchMenu li label{
	display: block;
	padding: 0.2em 0;
	background: #d5d5d5;
	border-radius: 0.5em;
	color:  #3c3c3c;
	text-align: center;
	transition: all .5s;
}
#searchMenu label:hover{
	opacity: 0.8;
}
#searchMenu label.on{
	background: #714a8b;
	color: #FFFFFF;
}


/***** 絞り込み *****/
main article:first-child{
	font-weight: 500;
}
main article:first-child section{
	margin-bottom: 1.5em;
}

/***** 大分類 *****/
#group{
	display: flex;
	gap: 6px;
	margin: 0 auto 1.5rem;
	background: #3c3c3c;
	width: 600px;
	height: 44px;
	border: solid 3px #3c3c3c;
	border-radius: 25px;
}
#group label{
	display: block;
	width: calc((100% - 18px) /4);
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	transition: all .5s;
}
#group label:hover{
	background:  rgba(255, 255, 255, 0.5);
}
#group label.on{
	background:#ffffff;
	color: #3c3c3c;
}

/***** 大カテゴリ *****/
#category1 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#category1 label{
	display: block;
	padding: 0 1em;
	background:#ffffff;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border: solid 2px #3c3c3c;
	border-radius: .5em;
	color: #3c3c3c;
	text-align: center;
	font-size: 15px;
	transition: all .5s;
}
#category1 label:hover{
	background:  rgba(85, 53, 91, 0.9);
	color: #ffffff;
}
#category1 label.on{
	background: #55355b;
	border: solid 2px #55355b;
	color: #ffffff;
}

/***** 小カテゴリ *****/
#category2 ul:has(li){
	display: flex;
	gap: 0 8px;
	border-top: solid 3px #d5d5d5;
	border-bottom: solid 3px #d5d5d5;
}
#category2 ul:not(:has(li)){
	height: 50px;
}
#category2 ul li{
	display: table;
}
#category2 ul li label{
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0 12px;
	min-width: unset;
	height: 44px;
	line-height: 1.1em;
	vertical-align: middle;
	transition: all .5s;
	overflow: hidden;
}
#category2 ul li label:hover{
	background: rgba(196, 176, 73, 0.9);
}
#category2 ul li label.on{
	background: #c4b049;
}
#category2 ul li label.on::before,
#category2 ul li label.on::after{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: #c4b049;
	height: 3px;
	content: "";
}
#category2 ul li label.on::before{
	top: -3px;
}
#category2 ul li label.on::after{
	bottom: -3px;
}
#category2 ul li:has(.on){
	position: relative;
}
#category2 ul li:has(.on)::after{
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	background: #c4b049;
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	content: "";
}

/***** 検索結果 *****/
#itemList > ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: auto;
}
#itemList > ul li{
	position: relative;
	width: 180px;
	height: calc(160px + 3.4em);
	-webkit-transition: all .5s;
	transition: all .5s;
}
#itemList > ul li img{
	position: absolute;
	top: 0;
	bottom: 3.4em;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 160px;
}

#itemList > ul li .itemName{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 1em);
	height: 3rem;
	line-height: 1.15em;
	text-align: left;
	font-size: 0.95em;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#itemList > ul li .itemName::after{
	position: absolute;
    bottom: 0;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
    width: 100%;
    height: 0.8em;
    content: "";
}
#itemList > ul li:hover{
	cursor: pointer;
	opacity: 0.8;
}
#itemList > ul li:hover .itemName{
	filter:alpha(opacity=70);
	opacity: 0.7;
	color: #c4b049;
}

#itemList > ul li .itemStatus1,
#itemList > ul li .itemStatus2,
#itemList > ul li .itemStatus3,
#itemList > ul li .itemStatus4{
	position: absolute;
	bottom: 3.4rem;
	right: 0;
	display: block;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	content: "";
}
#itemList > ul li .itemStatus1{
	display: none;
}
#itemList > ul li .itemStatus2{
	background: rgba(56, 106, 90, .8);
	width: 100px;
	height: 30px;
	line-height: 30px;
}
#itemList > ul li .itemStatus3{
	background: rgba(196, 73, 73, .8);
	width: 100px;
	height: 30px;
	line-height: 30px;
}
#itemList > ul li .itemStatus4{
	top: 0;
	left: 0;
	margin: auto;
	background: rgba(60, 60, 60, .8);
	width: 140px;
	height: 36px;
	line-height: 36px;
}

/***** 検索結果 *****/
#itemDetail{
	position: fixed;
	top: 0;
	right: 0;
	background: #ffffff;
	width: 800px;
	height: 100vh;
	z-index: 9999;
	box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.35); /**  1214武藤追加 **/
}
#itemDetail > div:first-child{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    min-height: 625px;
    z-index: 1;
	display: table;
}
#itemDetail > div:first-child p#close{
	display: table-cell;
	color: #ffffff;
	height: 100%;
	background: #4e657a;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	transition: all .5s;
}
#itemDetail > div:first-child p#close:hover{
	background: rgba(78, 101, 122, .9);
}

#itemDetail > div:last-child{
	padding: 50px 25px 50px 75px;
	height: 100%;
	overflow-y: scroll;
}
#itemDetail > div:last-child h2 + span{
	display: inline-block;
	cursor: pointer;
}
#itemDetail > div:last-child h2 + span a{
	display: block;
	background: url(/images/icon_share.png) no-repeat center / 70% #4e657a;
	height: 28px;
	width: 28px;
	border-radius: 5px;
	color: #ffffff;
	text-indent: -9999px;
}
#itemDetail > div:last-child h2 + span a:hover{
	background-size: 75%;
	background-color: rgba(78, 101, 122, .9);
}
#itemDetail > div:last-child h2 + span + #setting{
	font-size: 0.8em;
}
#itemDetail > div:last-child img{
	display: block;
	margin: 2em auto 3em;
	max-width: 600px;
	max-height: 350px;
}
#itemDetail > div:last-child ul.tag{
		margin: 0 0 1em;
		text-align: left;
}
#itemDetail > div:last-child ul.tag li{
	display: inline-block;
	margin: 0 0.3em;
	padding: 0 1em;
	background: #f8f8f8;
	line-height: 24px;
	border: solid 1px #d5d5d5;
	border-radius: 12px;
	font-size: 0.8em;
}
#itemDetail > div:last-child table{
	margin: 0 auto 100px;
}

/**  anime **/
#itemDetail.hide{
	transform: translateX(calc(50vw + 50%));
}

#itemDetail.show{
	animation: showAnimation 1s forwards;

}
@keyframes showAnimation{
	0%{ transform: translateX(calc(50vw + 50%)); }
  100%{	transform: translateX(0); }
}