#checkeditem {
	width: 100%;
	margin: auto;
	padding: 0;
}

#checkeditem .heading{
	display: flex;
	align-items: center;
	padding:16px 8px 16px 16px;
	background: #f8f8f8;
}

#checkeditem .heading01{
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.item_gallery.rownone{
	display: none;
}

.item_gallery.rowblock{
	display: block;
}

.item_gallery.rowblock p:nth-child(2){
	padding-left: 16px;
	font-size: 14px;
}

#checkeditem .row .list{
	width: 100%;
}

#checkeditem .row .list > div {
	width: 100%;
	height: auto !important;
	border-bottom: 1px solid #ccc;
}

#checkeditem .row .list > div a{
  display: flex;
  position: relative;
  padding: 16px 0;
}

#checkeditem .row .list > div a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(45deg) translate(-50%,-50%);
}

#checkeditem .row .list > div a .item_photo {
	margin: 0;
	width: 30%;
}

#checkeditem .row .list > div a dl {
	width: 70%;
	padding: 0 48px 0 16px;
	box-sizing: border-box;
}

#checkeditem .heading02 {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: 8px;
}

.change_btn{
	width: 40%;
	margin-left: auto;
	display: block;
}


.change_btn ul li{
	display: flex;
}

.change_btn ul li p {
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
	width: 50%;
	position: relative;
	margin: 0;
	border: none;
}

.change_btn ul li p.list_btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23666" d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z" /></svg>') no-repeat;
	transform: translateY(-50%);
	background-position: right;
}

.change_btn ul li p.grid_btn:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23666" d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z" /></svg>') no-repeat;
	transform: translateY(-50%);
	background-position: right;
}

@media screen and (max-width:800px){

}
