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

@media print, screen and (min-width: 769px) {


.title .recommendbt {
	float: right;
	margin-top: 10px;
}
.title .recommendbt a {
display: block;
width: 200;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
background-color: #DCE4EB;
border-radius:4px 4px 4px 4px;
transition : all 0.3s ease 0s;
}
.title .recommendbt a:hover {
background-color: #697888;
color: #FFFFFF
}
.title .recommendbt a:before {
font-family: "Font Awesome 5 Free";
content: "\f07c";
padding-right: 10px;
font-weight: 900;
}
#list {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#list .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 1.5em;
}
#list .count .cnt {
	font-weight: bold;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
#list .count .cnt em {
	font-size: 24px;
	font-style: normal;
	letter-spacing: 0.1em;
}
#list .count .cnt span a {
	color: #114FA9;
}
#list .count .cnt span strong {
	font-size: 24px;
	color: #D32E18;
	letter-spacing: 0.1em;
}
#list .count .regist {
	float: right;
}
#list .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#list .count .regist a:hover {
	background-color: #FE201C;
}

#list .result {
	border: 1px solid #E6ECF1;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #d5dfe8;
	position: relative;
	clear: both;
	overflow: hidden;
}
#list .result p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: left;
}
#list .result .area {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #697888;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result .condition {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result dl {
	overflow: hidden;
	float: left;
}
#list .result dt {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	margin-right: 10px;
	background-color: #697888;
	height: 20px;
	width: 110px;
	padding: 5px;
	float: left;
}
#list .result dd {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}
#list .result .condition dd span {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#list .result .change a:hover {
	background-position: 0px -20px;
}
#list .result .area .a_change,
#list .result .condition .c_change {
	float: right;
}
#list .result .area .a_change a {
	display: block;
	background-color: #446C8C;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#list .result .condition .c_change a {
		display: block;
	background-color: #446C8C;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 17px;
	padding-left: 17px;
}
#list .result .area .a_change a:hover,
#list .result .condition .c_change a:hover {
	background-color: #446C8C;
}

#list .result .condition .c_change button {
	background-color: #446C8C;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 17px;
	padding-left: 17px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	cursor: pointer;
cursor: hand;
}

#list .sort {
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
#list .sort a {
	color: #0066CC;
	text-decoration: underline;
}
#list .sort p.total {
	color: #000;
	font-size: 15px;
}
#list .sort p.total b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#list .sort p.link {
	font-size: 15px;
	padding-top: 5px;
	color: #333;
}
#list .sort p.link i {
	font-size: 10px;
	font-style: normal;
	
}
#list .sort .freeword {
	position: absolute;
	width: 250px;
	left: 225px;
	padding-top: 0px;
}
#list .sort .freeword input {
	vertical-align:middle;
}
#list .sort .freeword .word {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 185px;
	height: 20px;
	margin: 0px;
}
#list .sort .freeword input.button {
	background-image:url(/image/top/top-search-freeword.png);
	background-repeat:no-repeat;
	background-color:#000000;
	border:none;
	width:50px;
	height:18px;
	text-indent: -9999px;
	cursor: pointer;
}
#list .sort .total span {
	font-size: 12px;
}
#list .mid {
	overflow: hidden;
	margin-bottom: 30px;
}
#list .mid .favouritebt {
	float: right;
	width: 18%;
}

#list .box {
	overflow: hidden;
}
#list .box {
	margin-bottom: 40px;
}
#list .box .wrap {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding: 20px;
	overflow: hidden;
}
#list .box .title {
	background-color: #748392;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

#list .box .title label {
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}
#list .box .title input[type=checkbox] {
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.5 , 1.5 );
	position: relative;
	top: 3px;
	left: 10px;
}

#list .box .wrap .image {
	float: left;
	width: 360px;

}
#list .box .wrap .image .ph {
	height: 238px;
	width: 360px;
	margin-bottom: 10px;
	    overflow: hidden;
    position: relative;
    text-align: center;

}
#list .box .wrap .image .ph img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
 transition-duration: 0.3s;
}
#list .box .wrap .image ul {
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#list .box .wrap .image li {
	width: 30%;
	height: 80px;
	position: relative;
	overflow: hidden;
}
#list .box .wrap .image 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 .wrap .ol {
	float: right;
	width: 680px;
}
#list .box .wrap .ol .top {
	overflow: hidden;
	margin-bottom: 10px;
}
#list .box .wrap .ol .top .left {
	float: left;
	width: 400px;
	overflow: hidden;
}
#list .box .wrap .ol .top .left .icon {
	overflow: hidden;
	margin-bottom: 20px;
	justify-content:flex-start!important;
}
#list .box .wrap .ol .top .left .icon li {
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	float: left;
}
#list .box .wrap .ol .top .left .icon .new {
	color: #CC3201;
	width: 80px;
	border: 1px solid #CC3201;
}
#list .box .wrap .ol .top .left .icon .panorama {
	width:130px;
	color: #FF9901;
	border: 1px solid #FF9901;
}
#list .box .wrap .ol .top .left .icon .sale {
	width:130px;
	color: #0CF;
	border: 1px solid #0CF;
}
#list .box .wrap .ol .top .left .name {
	text-align: left;
}
#list .box .wrap .ol .top .left .access {
	overflow: hidden;
	float: left;
	width: 100%;
}
#list .box .wrap .ol .top .left .access .rosen {
	text-align: left;
}
#list .box .wrap .ol .top .left .access .address {
	text-align: left;
	width: 100%;
}
#list .box .wrap .ol .top .left .price {
	float: right;
	width: 35%;
	padding-top: 20px;
}
#list .box .wrap .ol .top .left .price span {
	width: 30px;
	font-weight: bold;
	font-size: 32px;
}
#list .box .wrap .ol .top .right {
	float: right;
	width: 280px;
}
#list .box .wrap .ol .top .right .demandbt {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_mail.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .demandbt:hover {
	background-color: #CD3C1B;
}
#list .box .wrap .ol .top .right .stockbt {
	display: block;
	background-color: #327CB7;
	background-image: url(/images/icon_list_recommend.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 0px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .stockbt:hover {
	background-color: #327CB7;
}
#list .box .wrap .ol .top .right .deletebt {
	display: block;
	background-color: #666699;
	background-image: url(/images/icon_list_delete.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 0px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .deletebt:hover {
	background-color: #999966;
}
#list .box .wrap .ol .comment {
	background-color: #F1F1F1;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
}
#list .box .wrap .ol .comment .staff {
	float: right;
	width: 22%;
}
#list .box .wrap .ol .comment p {
	text-align: left;
	float: left;
	font-size: 14px;
	width: auto;
}
#list .box .wrap .ol .under ul {
	overflow: hidden;
	justify-content:flex-start!important;
}
#list .box .wrap .ol .under ul li {
	float: left;
	margin-right: 40px;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: left;
	color: #666;
}
#list .box .wrap .ol .under ul li:last-child {
	border-right-style: none;
	margin-right: 0px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#list .box .wrap .ol .under ul li a {
	border: 2px solid #697889;
	text-align: center;
	font-size: 16px;
	color: #697889;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	padding-right: 50px;
	padding-left: 50px;
	transition : all 0.3s ease 0s;
	float: right;
}
#list .box .wrap .ol .under ul li a:hover {
	color: #FFF;
	background-color: #697889;
}

/*
==========================================================
一覧マスク
==========================================================
*/

#list .member {
	background-color: #FCF3D8;
}
#list .member .title {
background-color: #F59434!important;
}
#list .member .wrap .ol .top .left .access .kind {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#list .member .wrap .ol .top .left .price {
	padding-top: 60px;
}
#list .member .wrap .ol .note {
	padding: 15px;
	background-color: #FFF;
	background-image: url(/images/list_member_back.png);
	background-position: 95% center;
	margin-bottom: 20px;
}
#list .member .wrap .ol .note p {
	color: #1D4A9D;
	text-align: left;
}
#list .member .wrap .ol .top .right .regist {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_regist.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 80px;
	margin-bottom: 15px;
	transition : all 0.3s ease 0s;
	margin-top: 20px;
	text-align: left;
}
#list .member .wrap .ol .top .right .regist:hover {
	background-color: #F30711;
}
#list .member .wrap .ol .top .right .regist {
	font-size: 18px;
}
#list .member .wrap .ol .top .right .regist span {
	font-size: 16px;
}

/*
==========================================================
お気に入りに追加
==========================================================
*/

#stock {
	text-align: center;
	padding-top: 50px;
}
#stock .icon {
	height: 75px;
	width: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
#stock h1 {
	font-size: 24px;
	margin-bottom: 100px;
}
#stock .btn {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#list .mid .att {
	font-size: 14px;
	text-align: right;
	padding-top: 0px;
	color: #1985BF;
}
#list .mid .att span {
	color: #FFF;
	display: inline-block;
	background-color: #1985BF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 3px;
}

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

#list .pagenation {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation a {
	color: #0066CC;
	text-decoration: underline;
}
#list .pagenation a:hover {
	color: #09C;
}
#list .openbt {
	display: none;
}

}


@media screen and (min-width: 521px) and (max-width: 768px) {

.title .recommendbt {
	float: right;
	margin-top: 10px;
}
.title .recommendbt a {
display: block;
width: 200;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
background-color: #DCE4EB;
border-radius:4px 4px 4px 4px;
transition : all 0.3s ease 0s;
}
.title .recommendbt a:hover {
background-color: #697888;
color: #FFFFFF
}
.title .recommendbt a:before {
font-family: "Font Awesome 5 Free";
content: "\f07c";
padding-right: 10px;
font-weight: 900;
}
#list {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#list .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 1.5em;
}
#list .count .cnt {
	font-weight: bold;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#list .count .cnt em {
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0.1em;
}
#list .count .cnt span a {
	color: #114FA9;
}
#list .count .cnt span strong {
	font-size: 24px;
	color: #D32E18;
	letter-spacing: 0.1em;
}
#list .count .regist {
	float: right;
}
#list .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#list .count .regist a:hover {
	background-color: #FE201C;
}

#list .result {
	border: 1px solid #E6ECF1;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #d5dfe8;
	position: relative;
	clear: both;
	overflow: hidden;
}
#list .result p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: left;
}
#list .result .area {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #697888;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result .condition {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result dl {
	overflow: hidden;
	float: left;
}
#list .result dt {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	margin-right: 10px;
	background-color: #697888;
	height: 20px;
	width: 110px;
	padding: 5px;
	float: left;
}
#list .result dd {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}
#list .result .condition dd span {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#list .result .change a:hover {
	background-position: 0px -20px;
}
#list .result .area .a_change,
#list .result .condition .c_change {
	float: right;
}
#list .result .area .a_change a {
	display: block;
	background-color: #446C8C;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#list .result .condition .c_change a {
		display: block;
	background-color: #446C8C;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 17px;
	padding-left: 17px;
}
#list .result .area .a_change a:hover,
#list .result .condition .c_change a:hover {
	background-color: #446C8C;
}

#list .result .condition .c_change button {
	background-color: #446C8C;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 17px;
	padding-left: 17px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	cursor: pointer;
cursor: hand;
}

#list .sort {
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
#list .sort a {
	color: #0066CC;
	text-decoration: underline;
}
#list .sort p.total {
	color: #000;
	font-size: 11px;
}
#list .sort p.total b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#list .sort p.link {
	font-size: 11px;
	padding-top: 5px;
	color: #333;
}
#list .sort p.link i {
	font-size: 10px;
	font-style: normal;
	
}
#list .sort .freeword {
	position: absolute;
	width: 250px;
	left: 225px;
	padding-top: 0px;
}
#list .sort .freeword input {
	vertical-align:middle;
}
#list .sort .freeword .word {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 185px;
	height: 20px;
	margin: 0px;
}
#list .sort .freeword input.button {
	background-image:url(/image/top/top-search-freeword.png);
	background-repeat:no-repeat;
	background-color:#000000;
	border:none;
	width:50px;
	height:18px;
	text-indent: -9999px;
	cursor: pointer;
}
#list .sort .total span {
	font-size: 12px;
}
#list .mid {
	overflow: hidden;
	margin-bottom: 30px;
}
#list .mid .favouritebt {
	float: right;
	width: 18%;
}

#list .box {
	overflow: hidden;
}
#list .box {
	margin-bottom: 40px;
}
#list .box .wrap {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding: 20px;
	overflow: hidden;
}
#list .box .title {
	background-color: #748392;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

#list .box .title label {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}
#list .box .title input[type=checkbox] {
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.5 , 1.5 );
	position: relative;
	top: 3px;
	left: 10px;
}

#list .box .wrap .image {
	float: left;
	width: 50%;

}
#list .box .wrap .image .ph {

	width: 100%;
	margin-bottom: 10px;
	    overflow: hidden;
    position: relative;
    text-align: center;

}
#list .box .wrap .image .ph img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
 transition-duration: 0.3s;
}
#list .box .wrap .image ul {
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#list .box .wrap .image li {
	width: 30%;
	height: 80px;
	position: relative;
	overflow: hidden;
}
#list .box .wrap .image 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 .wrap .ol {
	float: right;
	width: 45%;
}
#list .box .wrap .ol .top {
	overflow: hidden;
	margin-bottom: 10px;
}
#list .box .wrap .ol .top .left {
	float: left;
	overflow: hidden;
}
#list .box .wrap .ol .top .left .icon {
	overflow: hidden;
	margin-bottom: 20px;
	justify-content:flex-start!important;
}
#list .box .wrap .ol .top .left .icon li {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	float: left;
}
#list .box .wrap .ol .top .left .icon .new {
	color: #CC3201;
	width: 40px;
	border: 1px solid #CC3201;
}
#list .box .wrap .ol .top .left .icon .panorama {
	width:90px;
	color: #FF9901;
	border: 1px solid #FF9901;
}
#list .box .wrap .ol .top .left .icon .sale {
	width:90px;
	color: #0CF;
	border: 1px solid #0CF;
}
#list .box .wrap .ol .top .left .name {
	text-align: left;
}
#list .box .wrap .ol .top .left .access {
	overflow: hidden;
	float: left;
	width: 100%;
}
#list .box .wrap .ol .top .left .access .rosen {
	text-align: left;
		font-size: 14px;
}
#list .box .wrap .ol .top .left .access .address {
	text-align: left;
	width: 100%;
	font-size: 14px;
}
#list .box .wrap .ol .top .left .price {
	float: right;
	width: 40%;
	padding-top: 10px;
}
#list .box .wrap .ol .top .left .price span {
	width: 30px;
	font-weight: bold;
	font-size: 24px;
}
#list .box .wrap .ol .top .right {
	float: right;
	width: 100%;
}
#list .box .wrap .ol .top .right .demandbt {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_mail.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .demandbt:hover {
	background-color: #CD3C1B;
}
#list .box .wrap .ol .top .right .stockbt {
	display: block;
	background-color: #327CB7;
	background-image: url(/images/icon_list_recommend.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 0px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .stockbt:hover {
	background-color: #327CB7;
}
#list .box .wrap .ol .top .right .deletebt {
	display: block;
	background-color: #666699;
	background-image: url(/images/icon_list_delete.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 0px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .top .right .deletebt:hover {
	background-color: #999966;
}
#list .box .wrap .ol .comment {
	background-color: #F1F1F1;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
}
#list .box .wrap .ol .comment p {
	text-align: left;
	float: left;
	font-size: 14px;
	width: auto;
}
#list .box .wrap .ol .under ul {
	overflow: hidden;
	justify-content:flex-start!important;
}
#list .box .wrap .ol .under ul li {
	float: left;
width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: left;
	color: #666;
	margin-left: 1%;
}
#list .box .wrap .ol .under ul li:last-child {
	border-right-style: none;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%!important;
	}
#list .box .wrap .ol .under ul li a {
	border: 2px solid #697889;
	text-align: center;
	font-size: 16px;
	color: #697889;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 50px;
	padding-left: 50px;
	transition : all 0.3s ease 0s;
	clear: both;
}
#list .box .wrap .ol .under ul li a:hover {
	color: #FFF;
	background-color: #697889;
}

/*
==========================================================
一覧マスク
==========================================================
*/

#list .member {
	background-color: #FCF3D8;
}
#list .member .title {
background-color: #F59434!important;
}
#list .member .wrap .ol .top .left .access .kind {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#list .member .wrap .ol .top .left .price {
	padding-top: 60px;
}
#list .member .wrap .ol .note {
	padding: 15px;
	background-color: #FFF;
	background-image: url(/images/list_member_back.png);
	background-position: 95% center;
	margin-bottom: 20px;
}
#list .member .wrap .ol .note p {
	color: #1D4A9D;
	text-align: left;
}
#list .member .wrap .ol .top .right .regist {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_regist.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 80px;
	margin-bottom: 15px;
	transition : all 0.3s ease 0s;
	margin-top: 20px;
	text-align: left;
}
#list .member .wrap .ol .top .right .regist:hover {
	background-color: #F30711;
}
#list .member .wrap .ol .top .right .regist {
	font-size: 18px;
}
#list .member .wrap .ol .top .right .regist span {
	font-size: 16px;
}

/*
==========================================================
お気に入りに追加
==========================================================
*/

#stock {
	text-align: center;
	padding-top: 50px;
}
#stock .icon {
	height: 75px;
	width: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
#stock h1 {
	font-size: 24px;
	margin-bottom: 100px;
}
#stock .btn {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#list .mid .att {
	font-size: 14px;
	text-align: right;
	padding-top: 0px;
	color: #1985BF;
}
#list .mid .att span {
	color: #FFF;
	display: inline-block;
	background-color: #1985BF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 3px;
}

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

#list .pagenation {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation a {
	color: #0066CC;
	text-decoration: underline;
}
#list .pagenation a:hover {
	color: #09C;
}
#list .openbt {
	display: none;
}

}

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

#list {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list h2 {
	background-image: url(/images/icon_list.png);
	background-position: left center;
	background-size: 40px 40px;
line-height: 1.5em;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
	height: 40px;
}

.title .recommendbt {
	margin-top: 10px;
	clear: both;
	margin-bottom: 0px;
}
.title .recommendbt a {
display: block;
width: 200px;;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
background-color: #DCE4EB;
border-radius:4px 4px 4px 4px;
transition : all 0.3s ease 0s;
}
#list .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#list .count .cnt {
	font-weight: bold;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
#list .count .cnt em {
	font-size: 14px;
	font-style: normal;
}
#list .count .cnt span a {
	color: #114FA9;
}
#list .count .cnt span strong {
	font-size: 16px;
	color: #D32E18;
}
#list .count .regist {
	clear: both;
	float: none;
}
#list .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#list .count .regist a:hover {
	background-color: #FE201C;
}

#list .result {
	border: 1px solid #1084C1;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #E7F2FB;
	position: relative;
	clear: both;
	overflow: hidden;

}
#list .result p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: left;
}
#list .result .area {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17B1ED;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result .condition {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}
#list .result dl {
	overflow: hidden;
	float: left;
}
#list .result dt {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	margin-right: 10px;
	background-color: #A8C8F0;
	height: 20px;
	width: 110px;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}
#list .result dd {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: left;
	float: none;
}

#list .result .condition dd span {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#list .result .change a:hover {
	background-position: 0px -20px;
}
#list .result .area .a_change,
#list .result .condition .c_change {
	float: right;
}
#list .result .area .a_change a {
	display: block;
	background-color: #1D4B9E;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#list .result .condition .c_change a {
		display: block;
	background-color: #1D4B9E;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 17px;
	padding-left: 17px;
}
#list .result .area .a_change a:hover,
#list .result .condition .c_change a:hover {
	background-color: #3366CC;
}
#list .result .condition .c_change button {
	background-color: #1D4B9E;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 17px;
	padding-left: 17px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	cursor: pointer;
cursor: hand;
}
#list .sort {
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
#list .sort a {
	color: #0066CC;
	text-decoration: underline;
	margin-bottom: 3px;
	display: inline-block;
}
#list .sort p.total {
	color: #000;
	font-size: 15px;
}
#list .sort p.total b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#list .sort p.link {
	font-size: 15px;
	padding-top: 5px;
	color: #333;
}
#list .sort p.link i {
	font-size: 10px;
	font-style: normal;
}
#list .sort .freeword {
	position: absolute;
	width: 250px;
	left: 225px;
	padding-top: 0px;
}
#list .sort .freeword input {
	vertical-align:middle;
}
#list .sort .freeword .word {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 185px;
	height: 20px;
	margin: 0px;
}
#list .sort .freeword input.button {
	background-image:url(/image/top/top-search-freeword.png);
	background-repeat:no-repeat;
	background-color:#000000;
	border:none;
	width:50px;
	height:18px;
	text-indent: -9999px;
	cursor: pointer;
}

#list .mid {
	overflow: hidden;
	margin-bottom: 20px;
}
#list .mid .favouritebt {
	float: right;
	width: 50%;
	display: none;
}
#list .mid .sort .total span {
	font-size: 12px;
}
#list .box {
	overflow: hidden;
}
#list .box {
	margin-bottom: 40px;
	font-size: 14px;
}
#list .box .wrap {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	overflow: hidden;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#list .box .title {
	background-color: #1D4B9E;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

#list .box .title label {
color: #FFF;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    line-height: 1.5em;
    float: right;
    width: 85%;
}
#list .box .title input[type=checkbox] {
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.5 , 1.5 );
	position: relative;
	top: 3px;
	left: 10px;
	float: left;
 width: 5%;
}

#list .box .wrap .image {
	margin-bottom: 10px;
}
#list .box .wrap .image .ph {
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	position: relative;
	text-align: center;
}

#list .box .wrap .image .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 .wrap .image ul {
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
}

#list .box .wrap .image li {
	width: 32%;
	height: 80px;
	    overflow: hidden;
position: relative;
}

#list .box .wrap .image 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 .wrap .ol .top {
	overflow: hidden;
	margin-bottom: 10px;
}
#list .box .wrap .ol .top .left {
	overflow: hidden;
	float: none;
	margin-bottom: 10px;
}
#list .box .wrap .ol .top .left .icon {
	overflow: hidden;
	margin-bottom: 10px;
}
#list .box .wrap .ol .top .left .icon li {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}
#list .box .wrap .ol .top .left .icon .new {
	background-color: #CC3201;
}
#list .box .wrap .ol .top .left .icon .panorama {
	background-color: #FF9901;

}
#list .box .wrap .ol .top .left .icon .sale {
	background-color: #0CF;

}
#list .box .wrap .ol .top .left .name {
	text-align: left;
}
#list .box .wrap .ol .top .left .access {
	width: 100%;
}
#list .box .wrap .ol .top .left .access .rosen {
	text-align: left;
}
#list .box .wrap .ol .top .left .access .address {
	text-align: left;
	width: 100%;
}
#list .box .wrap .ol .top .left .price {
	padding-top: 10px;
	text-align: right;
}
#list .box .wrap .ol .top .left .price span {
	width: 24px;
	font-weight: bold;
	font-size: 20px;
}
#list .box .wrap .ol .top .right {
	float: none;
	overflow: hidden;
}
#list .box .wrap .ol .top .right a {
	display: block;
}
#list .box .wrap .ol .top .right .demandbt {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_mail.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size:17px 12px;
	color: #FFF;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	transition : all 0.3s ease 0s;
	width: 45%;
	float: left;
 text-align: center;
	font-size: 12px;
}
#list .box .wrap .ol .top .right .demandbt:hover {
	background-color: #E72314;
}
#list .box .wrap .ol .top .right .stockbt {
	display: block;
	background-color: #0DCCC2;
	background-image: url(/images/icon_list_recommend.png);
	background-repeat: no-repeat;
	background-position: center 6px;
background-size:17px 15px;
	color: #FFF;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 0px;
	transition : all 0.3s ease 0s;
	float: right;
	width: 45%;
	text-align: center;
	font-size: 13px;
}
#list .box .wrap .ol .top .right .stockbt:hover {
	background-color: #22EFDD;
}
#list .box .wrap .ol .comment {
	background-color: #F1F1F1;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

#list .box .wrap .ol .comment p {
	text-align: left;
	font-size: 12px;
}
#list .box .wrap .ol .under ul {
	display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
	margin-bottom: 10px;
}
#list .box .wrap .ol .under ul:before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#list .box .wrap .ol .under ul:after{
  content:"";
  display: block;
  width:23%;
}
#list .box .wrap .ol .under ul li {
	width: 48%;
 box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: left;
	color: #666;
	margin-bottom: 10px;
}
#list .box .wrap .ol .under ul li:last-child {
	border-right-style: none;
	margin-right: auto;
	margin-bottom: 10px;
	float: none;
	width: 100%;
	margin-left: auto;
	clear: both;
}
#list .box .wrap .ol .under ul li a {
	border: 2px solid #1D4B9E;
	text-align: center;
	font-size: 16px;
	color: #1D4B9E;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 50px;
	padding-left: 50px;
	transition : all 0.3s ease 0s;
}
#list .box .wrap .ol .under ul li a:hover {
	color: #FFF;
	background-color: #1D4B9E;
}

/*
==========================================================
一覧マスク
==========================================================
*/

#list .member {
	background-color: #FFE9E6;
}
#list .member .wrap .ol .top .left .access .kind {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#list .member .wrap .ol .top .left .price {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}
#list .member .wrap .ol .note {
	padding: 10px;
	background-color: #FFF;
	background-image: url(/images/list_member_back.png);
	background-position: 95% bottom;
	background-size:70px 35px;
	margin-bottom: 10px;
}
#list .member .wrap .ol .note p {
	color: #1D4A9D;
	text-align: left;
}
#list .box.member .wrap .ol .small {
	font-size: 12px;
}
#list .member .wrap .ol .top .right .regist {
	display: block;
	background-color: #C62F12;
	background-image: url(/images/icon_list_regist.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-bottom: 10px;
	transition : all 0.3s ease 0s;
	margin-top: 10px;
}
#list .member .wrap .ol .top .right .regist:hover {
	background-color: #F30711;
}
#list .member .wrap .ol .top .right .regist span {
	font-size: 22px;
}



/*
==========================================================
お気に入りに追加
==========================================================
*/

#stock {
	text-align: center;
	padding-top: 50px;
}
#stock .icon {
	height: 75px;
	width: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
#stock h1 {
	font-size: 24px;
	margin-bottom: 100px;
}
#stock .btn {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#list .mid .att {
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	color: #1985BF;
}
#list .mid .att span {
	color: #FFF;
	display: inline-block;
	background-color: #1985BF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 3px;
}

#list .mid .sort dl {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
#list .mid .sort dl dt {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
#list .mid .sort dl dd {
	float: left;
	width: 200px;
}
#list .mid .sort dl dd select::-ms-expand {
display: none;
}
#list .mid .sort dl:after {
	content: '<>';
	font: 13px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	/*Adjust for position however you want*/
	top: 8px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */
	position: absolute;
	pointer-events: none;
	left: 250px;
}

#list .mid .sort dl dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
  
	display: block;
	width: 200px;
	height: 24px;
	float: right;
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 24px;
}

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

#list .pagenation {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .pagenation a {
	color: #0066CC;
	text-decoration: underline;
}
#list .pagenation a:hover {
	color: #09C;
}

#list .changebox {
	display: none;
}

#list .openbt {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #1D4C9E;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	;
	-moz-border-radius: 4px 4px 4px 4px;
	;
	color: #1D4C9E;
}
#list .openbt:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	top: 2px;
	margin-left: 20px;
}

}



