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

.bx-wrapper {background-color: #6ba0e8;
	width: 100%;
	max-width: 100%;
}
.bx-wrapper .bx-viewport >div {
	left: 20%
}
.bx-wrapper .bx-viewport {
	height:164px;
	background-color: #6ba0e8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	padding: 0.5em 0 1em;
}
#shinchaku {
	font-family: "メイリオ", Meiryo, Osaka, sans-serif
}
.shinchaku_item {
	background: linear-gradient(#fff, #f0f0f0);
	width: 434px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	/*margin: 0.5em 0.5em 1em 0.5em;*/
	padding: 0.5em;
	border-radius: 0.5em;
	overflow: hidden;
}
.shinchaku_item a {
	text-decoration: none;
	display: block;
}
.shinchaku_item a .pickup_item_pic {
	border: solid 1px #ccc;
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 5px 0 0;
}
.shinchaku_item .shinchaku_item_right {
	display: block;
	width: auto;
	color: #333;
	margin: 0;
	padding: 0;
}
.shinchaku_item_right .addr {
	overflow: hidden;
	text-indent: 0.5em;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 600;
	background-color: #666;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	border-radius: 0.3em;
}
.shinchaku_item_right .top {
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0.4em 0;
}
.shinchaku_item_right .type {
	font-size: 0.9em;
	height: 1.2em;
	font-weight: normal;
	color: #fff;
	background-color: #0ab55f;
	border-radius: 0.5em;
	padding: 0 0.5em;
	margin: 0 0 5px 0;
}
.shinchaku_item_right .floor {
	padding: 0 0 0 1em;
	margin: 0.5em 0 0 0;
}
.shinchaku_item .price {
	padding: 0 1em 0 0;
	font-weight: 800;
	text-align: right;
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
	display: block;
	margin: 0.5em 0 0 0;
}
.shinchaku_item_right .comment {
	overflow: hidden;
	background-color: #ffc90e;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	margin: 1em 0 0 0;
	padding: 0.5em;
	border-radius: 0.5em;
	display: block;
}
