@charset "UTF-8";
/* CSS Document */


.list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media print, screen and (min-width: 641px) {
	
.list .top_obi {
	background-color: #E7E1D4;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.list .top_obi .count {
	text-align: left;
	float: left;
	margin-right: 150px;
}
.list .top_obi .count span {
	font-size: 24px;
}
.list .top_obi .sort {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
.list .top_obi .sort dt {
	float: left;
	margin-right: 15px;
}
.list .top_obi .sort dd {
	float: left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 15px;
}
.list .top_obi .sort dd:last-child {
	border-right-style: none;
}
.list .top_obi .search_bt {
	float: right;
}
.list .top_obi .search_bt a {
	display: block;
	background-color: #FFF;
	border: 1px solid #A78F73;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/mansiongallery/images/list_search_icon.png);
	padding-left: 10px;
}
.list .top_obi .search_bt a:hover {
	background-color: #D1B576;
}
.list .box {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}
.list .box h3 {
	background-color: #EEE;
	font-size: 18px;
	text-align: left;
	padding: 10px;
}
.list .box .object {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.list .box .object .photo {
	float: left;
	position: relative;
}
.list .box .object .photo .ph {
	height: 254px;
	width: 340px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.list .box .object .photo .ph img {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.list .box .object .photo .ph span {
	display: block;
	position: absolute;
	color: #FFF;
	left: 250px;
	top: 224px;
	background-color: rgba(0,0,0,0.8);
	padding: 5px;
	width: 90px;
}
.list .box .object .photo .ph a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.list .box .object .photo .thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.list .box .object .photo .thumb li {
	width: 32%;
	height:72px;
	overflow: hidden;
 position: relative;
 text-align: center;
}
.list .box .object .photo .thumb li img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}
.list .box .object .ol {
	width: 450px;
	float: left;
	margin-left: 20px;
	position: relative;
}
.list .box .object .ol .icon {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.list .box .object .ol .icon li {
	height: 34px;
	float: left;
	margin-right: 20px;
	line-height: 34px;
	color: #FFF;
	font-size: 15px;
	width: 130px;
}
.list .box .object .ol .icon .buy {
	background-color: #83BD03;
	background-image: url(/mansiongallery/images/list_buy_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
}
.list .box .object .ol .icon .sell {
	background-color: #106CA5;
	background-image: url(/mansiongallery/images/list_sell_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 140px;
	padding-left: 30px;
}
.list .box .object .ol p {
	text-align: left;
	margin-bottom: 10px;
}
.list .box .object .comment {
	background-color: #F1F1F1;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	width: 420px;
	text-align: left;
	position: absolute;
	top: 180px;
	left: 370px;
}
.list .box .object .member {
	float: right;
	width: 320px;
}
.list .box .object .member a {
	display: block;
	margin-bottom: 20px;
}
.list .box .object .member .link {
	font-size: 16px;
}
.list .box .object .member .link a {
	color: #FFF;
	background-color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 300px;
	float: right;
	transition : all 0.3s ease 0s;
	display: block;
	margin-right: 5px;
}
.list .box .object .member .link a:hover {
	background-color: #666;
}
}


@media print, screen and (max-width: 640px) {
	
.list .top_obi {
	background-color: #E7E1D4;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.list .top_obi .count {
	text-align: left;
	display: block;
}
.list .top_obi .count span {
	font-size: 24px;
}
.list .top_obi .sort {
	text-align: left;
	padding: 0px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
.list .top_obi .sort dt {
	margin-bottom: 5px;
}
.list .top_obi .sort dd {
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 5px;
	float: left;
}
.list .top_obi .sort dd:last-child {
	border-right-style: none;
}
.list .top_obi .search_bt {
	clear: both;
	text-align: center;
	display: block;
}
.list .top_obi .search_bt a {
	display: block;
	background-color: #FFF;
	border: 1px solid #A78F73;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/mansiongallery/images/list_search_icon.png);
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.list .top_obi .search_bt a:hover {
	background-color: #D1B576;
}
.list .box {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}
.list .box h3 {
	background-color: #EEE;
	font-size: 15px;
	text-align: left;
	padding: 10px;
}
.list .box .object {
	position: relative;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.list .box .object .photo {
	float: left;
	width: 160px;
	position: relative;
	margin-right: 10px;
}
.list .box .object .photo .ph {
	height: 108px;
	width: 160px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.list .box .object .photo .ph img {
position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.list .box .object .photo .ph span {
	display: block;
	position: absolute;
	color: #FFF;
	left: 73px;
	top: 83px;
	background-color: rgba(0,0,0,0.8);
	padding: 5px;
	width: 80px;
	font-size: 12px;
}
.list .box .object .photo .thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.list .box .object .photo .thumb li {
	width: 32%;
	height:36px;
	overflow: hidden;
 position: relative;
 text-align: center;
}
.list .box .object .photo .thumb li img {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.list .box .object .ol {
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.list .box .object .ol .icon {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.list .box .object .ol .icon li {
	float: left;
	margin-right: 5px;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.list .box .object .ol .icon .buy {
	background-color: #83BD03;
}
.list .box .object .ol .icon .sell {
	background-color: #106CA5;
}
.list .box .object .ol p {
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 14px;
}
.list .box .object .comment {
	background-color: #F1F1F1;
	padding: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	clear: both;
	text-align: left;
	font-size: 14px;
}

.list .box .object .member a {
	display: block;
	margin-bottom: 10px;
}

.list .box .object .member .link a {
	color: #FFF;
	background-color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	transition : all 0.3s ease 0s;
	display: block;
	font-size: 16px;
}
.list .box .object .member .link a:hover {
	background-color: #666;
}

.list .box .object .photo .ph a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

}

@media print, screen and (max-width: 320px) {

.list .box .object .photo {
	float: left;
	width: 140px;
	position: relative;
	margin-right: 10px;
}
.list .box .object .photo .ph {
	height: 95px;
	width: 140px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.list .box .object .photo .ph span {
	display: block;
	position: absolute;
	color: #FFF;
	left: 60px;
	top: 70px;
	background-color: rgba(0,0,0,0.8);
	padding: 5px;
	width: 70px;
	font-size: 12px;
}
.list .box .object .ol {
	width: 130px;
	float: right;
	margin: 0px;
	padding: 0px;
}
}


/*
==========================================================
ページネーション
==========================================================
*/

.pagenation {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagenation a {
	color: #0066CC;
	text-decoration: underline;
}
.pagenation a:hover {
	color: #09C;
}
