@media screen and (min-width: 769px), print {
	/* list
-------------------------------------------------- */
	.li_wrap {
		width: 1000px;
		margin: 0 auto 20px;
	}
	.li_wrap .pan_wrap {
		margin-bottom: 10px;
	}
	.li_main {
		width: 780px;
		float: right;
	}
	.li_side {
		width: 200px;
		float: left;
	}
	.li_s_inner {
		background: #eee;
		padding: 4px;
		margin-bottom: 20px;
	}
	/*li_main
-------------------------------------------------- */
	.li_main h2 {
		background: #f5f5f5;
		padding: 10px;
		margin: 0 0 10px 0;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.li_sum {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		font-weight: bold;
	}
	.li_sum span {
		color: #ff0000;
		font-size: 18px;
	}
	.li_pager {
		margin-top: -27px;
		position: relative;
		height: 40px;
	}
	.li_pager ul {
		overflow: hidden;
		padding-bottom: 10px;
	}
	.li_pager li {
		padding-bottom: 10px;
	}
	.li_pager li a {
		display: block;
		border: 1px solid #999;
		border-radius: 3px;
		color: #333;
		font-weight: bold;
		padding: 5px 20px;
	}
	.li_pager li a:hover {
		background: #f7fafd;
	}
	.li_pager li:nth-of-type(1) {
		float: left;
	}
	.li_pager li:last-child {
		float: right;
	}
	.li_pager a {}
	.li_sort {
		border: 1px solid #999;
		background: #f5f5f5;
		padding: 5px;
		margin-bottom: 20px;
	}
	.li_sort ul {
		overflow: hidden;
		text-align: center;
	}
	.li_sort li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 5px;
	}
	.li_sort a {
		display: block;
		font-size: 13px;
		color: #0091C5;
		font-weight: bold;
		padding: 0 5px;
	}
	.li_sort a:hover {
		color: #999;
	}
	.li_sort a img {
		vertical-align: middle;
	}
	.li_btm_wrap {
		margin: 0 auto 40px;
		border-top: 1px solid #333;
		padding-top: 20px;
	}
	.li_btm_txt {
		text-align: left;
		border: 5px solid #eee;
		padding: 10px;
	}
	.li_btm_btn {
		margin-bottom: 20px;
	}
	.li_btm_btn ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		overflow: hidden;
	}
	.li_btm_btn li {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		text-align: center;
		margin-right: 20px;
	}
	.li_btm_btn li:last-child {
		margin-right: 0;
	}
	.li_btm_btn li a {
		display: block;
		padding: 15px 0;
		font-weight: bold;
		color: #333;
		font-size: 15px;
		color: #EC6C00;
		border: 1px solid #EC6C00;
		background: #ffead8;
	}
	.li_btm_btn li a:hover {
		background: #EC6C00;
		color: #fff;
	}
	/*li_side
-------------------------------------------------- */
	.li_s_btn {}
	.li_s_btn a {
		display: block;
		margin-bottom: 10px;
	}
	.li_s_btn a:hover img {
		opacity: 0.8;
	}
	#toggle_inner {
		display: none
	}
	.li_s_search {
		text-align: left;
		background: #fff;
		border: 1px solid #ccc;
		padding: 5px;
	}
	.li_s_tl {
		margin-bottom: 10px;
	}
	.li_s_tl span {
		display: block;
		background: #333;
		font-size: 14px;
		padding: 10px;
		color: #fff;
		font-weight: bold;
	}
	.li_s_box {
		margin-bottom: 10px;
	}
	.li_s_box span {
		display: block;
		padding: 5px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 5px;
		background: #f5f5f5;
	}
	.li_s_box ul {
		overflow: hidden;
	}
	.li_s_box li {
		float: left;
		width: 50%;
	}
	.li_s_box li.kodawari {
		float: none;
		width: 100%;
	}
	.li_s_box label {
		cursor: pointer;
		display: block;
		padding: 2px 0;
	}
	.li_s_box select {
		cursor: pointer;
		margin-bottom: 5px;
	}
	.li_s_box label:hover,
	.li_s_box select:hover {
		background: #ffdfdf;
	}
	.li_s_submit {
		margin-bottom: 10px;
	}
	.li_s_submit input {
		-webkit-appearance: none;
		width: 100%;
		padding: 5px 0;
		color: #fff;
		background: #F36F23;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border: 1px solid #d7560c;
		border-radius: 3px;
		display: block;
		cursor: pointer;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
	.li_s_submit input:hover {
		background: #d7560c;
	}
	.li_s_toggle {
		margin-bottom: 10px;
		border-bottom: 1px solid #999;
	}
	.li_s_toggle>span {
		display: block;
		border: 2px solid #ccc;
		border-radius: 3px;
		padding: 5px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.li_s_toggle>span:hover {
		background: #eee;
	}
	.toggle {}
	/*li_bukken
-------------------------------------------------- */
	.li_box {
		display: flex;
		border: 1px solid #ccc;
		border-top: 3px solid #F8CD36;
		margin-bottom: 20px;
	}
	.li_bukken {
		position: relative;
		width: 778px;
		padding: 20px;
		overflow: hidden;
	}
	.li_bukken:hover {
		background: #f7fafd;
	}
	.li_bukken>a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background
		/*\**/
		: #fff\9;
		filter: alpha(opacity=0);
	}
	.li_bukken>a p {
		position: absolute;
		top: 10px;
		left: 0;
		text-align: left;
		font-weight: bold;
		font-size: 16px;
		color: #0091C5;
		text-decoration: underline;
		border-bottom: 1px solid #ccc;
		padding: 0 10px 10px 10px;
		width: 758px;
	}
	.li_bukken:hover>a p {
		color: #999;
	}
	.li_b_photo {
		float: left;
		width: 170px;
		padding-top: 30px;
	}
	.li_b_inner {
		float: right;
		width: 555px;
		padding-top: 30px;
		font-size: 13px;
		line-height: 20px;
	}
	.li_b_price {
		margin-bottom: 10px;
	}
	.li_b_price ul {
		overflow: hidden;
	}
	.li_b_price li {
		float: left;
		margin-right: 20px;
	}
	.li_b_price li span,
	.li_b_price li p {
		float: left;
	}
	.li_b_price li span {
		display: block;
		margin-right: 5px;
		border: 1px solid #ccc;
		border-radius: 3px;
		background: #f5f5f5;
		font-size: 12px;
		text-align: center;
		width: 70px;
	}
	.li_b_price li p {}
	.li_b_price li .li_b_red {
		color: #ff0000;
		font-weight: bold;
		display: block;
		font-size: 20px;
	}
	.li_b_detail {
		margin-bottom: 10px;
	}
	.li_b_detail ul {
		display: flex;
		border-left: 1px solid #ccc;
	}
	.li_b_detail ul:nth-of-type(1) {
		border-top: 1px solid #ccc;
	}
	.li_b_detail li {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		padding: 5px;
		width: 15%;
		background: #fff;
		text-align: left;
	}
	.li_b_detail ul:nth-of-type(1) li:nth-of-type(2n),
	.li_b_detail ul:nth-of-type(2) li:nth-of-type(2n) {
		width: 85%;
	}
	.li_b_detail li:nth-of-type(2n-1) {
		background: #f5f5f5;
	}
	.li_b_detail li:nth-of-type(2n) {
		width: 35%;
	}
	.li_b_comment {
		position: absolute;
		left: 20px;
		bottom: 20px
	}
	.li_b_comment p {
		background: #f7fafd;
		width: 310px;
		padding: 0 10px;
		height: 30px;
		line-height: 28px;
		text-align: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border: 1px solid #0091C5;
		color: #0091C5;
	}
	.li_b_btn {
		overflow: hidden;
		float: right;
		z-index: 10;
		position: relative;
	}
	.li_b_btn>p {
		float: right;
		margin-left: 10px;
	}
	.li_b_btn>p a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		border-radius: 3px;
	}
	.li_b_btn_inq a {
		padding: 5px 50px;
		color: #fff;
		background: #F36F23;
		font-size: 15px;
	}
	.li_b_btn_inq a:hover {
		background: #df5b0f;
	}
	.li_b_btn_fav a,
	.li_b_btn_detail a {
		padding: 5px 10px;
		background: #ccc;
		color: #333;
		font-size: 12px;
	}
	.li_b_btn_fav a:hover,
	.li_b_btn_detail a:hover {
		background: #999;
	}
	/*li_notfound
-------------------------------------------------- */
	.li_notfound {
		padding: 100px 0;
	}
	.li_notfound p {
		font-size: 14px;
		line-height: 22px;
	}
	/*favorite
-------------------------------------------------- */
	.fav_intro {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.fav_map {
		width: 900px;
		height: 500px;
		margin: 0 auto 20px;
	}
	.fav_map_box {
		width: 100%;
		height: 500px;
		position: relative;
		overflow: hidden;
		background: #eee;
	}
	.fav_li {
		text-align: left;
	}
	.fav_box {
		display: flex;
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
	.fav_bukken {
		position: relative;
	}
	.fav_bukken:hover {
		background: #f7fafd;
	}
	.fav_bukken>a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background
		/*\**/
		: #fff\9;
		filter: alpha(opacity=0);
	}
	.fav_bukken>a p {
		position: absolute;
		top: 10px;
		left: 20px;
		text-align: left;
		font-weight: bold;
		font-size: 16px;
		color: #0091C5;
		text-decoration: underline;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		width: 780px;
	}
	.fav_bukken:hover>a p {
		color: #999;
	}
	.fav_check {
		width: 50px;
		padding: 15px;
		background: #E6EFFB;
		text-align: center;
	}
	.fav_check input {
		width: 20px;
		height: 20px;
		display: block;
		margin: 0 auto 10px;
		cursor: pointer;
	}
	.fav_check img {
		cursor: pointer;
	}
	.fav_bukken {
		width: 778px;
		padding: 20px;
	}
	.fav_b_photo {
		float: left;
		width: 170px;
		padding-top: 30px;
	}
	.fav_b_inner {
		float: right;
		width: 585px;
		padding-top: 30px;
		font-size: 13px;
		line-height: 20px;
	}
	.fav_b_price {
		margin-bottom: 10px;
	}
	.fav_b_price ul {
		overflow: hidden;
	}
	.fav_b_price li {
		float: left;
		margin-right: 20px;
	}
	.fav_b_price li span,
	.fav_b_price li p {
		float: left;
	}
	.fav_b_price li span {
		display: block;
		margin-right: 5px;
		border: 1px solid #ccc;
		border-radius: 3px;
		background: #f5f5f5;
		font-size: 12px;
		text-align: center;
		width: 70px;
	}
	.fav_b_price li p {}
	.fav_b_price li .fav_b_red {
		color: #ff0000;
		font-weight: bold;
		display: block;
		font-size: 20px;
	}
	.fav_b_detail {
		margin-bottom: 10px;
	}
	.fav_b_detail ul {
		display: flex;
		border-left: 1px solid #ccc;
	}
	.fav_b_detail ul:nth-of-type(1) {
		border-top: 1px solid #ccc;
	}
	.fav_b_detail li {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		padding: 5px;
		width: 15%;
		background: #fff;
	}
	.fav_b_detail ul:nth-of-type(1) li:nth-of-type(2n),
	.fav_b_detail ul:nth-of-type(2) li:nth-of-type(2n) {
		width: 85%;
	}
	.fav_b_detail li:nth-of-type(2n-1) {
		background: #f5f5f5;
	}
	.fav_b_detail li:nth-of-type(2n) {
		width: 35%;
	}
	.fav_b_btn {
		overflow: hidden;
		float: right;
		z-index: 10;
		position: relative;
	}
	.fav_b_btn>p {
		float: right;
		margin-left: 10px;
	}
	.fav_b_btn>p a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		border-radius: 3px;
	}
	.fav_b_btn_inq a {
		padding: 5px 50px;
		color: #fff;
		background: #F36F23;
		font-size: 15px;
	}
	.fav_b_btn_inq a:hover {
		background: #df5b0f;
	}
	.fav_b_btn_del a {
		padding: 5px 10px;
		background: #ccc;
		color: #333;
		font-size: 11px;
	}
	.fav_b_btn_del a:hover {
		background: #999;
	}
	.fav_allinq {
		padding: 40px 0;
	}
	.fav_allinq input {
		background: #F36F23;
		-webkit-appearance: none;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		border: none;
		padding: 15px 50px;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		cursor: pointer;
	}
	.fav_allinq input:hover {
		background: #df5b0f;
	}
	/* こだわり条件非表示 */
	span.zokusei_788,
	.zokusei_788+ul {
		display: none !important;
	}
}