@charset"utf-8";


/* ----------------------------------------------------------------------------------------------
　一覧新デザイン　物件一覧
---------------------------------------------------------------------------------------------- */

#list_bukken  h2.title {
	padding: 10px 0;
}

/*検索タブ*/
#src_tab {
	margin: 20px 0;
	border-bottom: 5px solid #46a3e0;
}

#src_tab ul {
	margin: 0;
}

#src_tab li {
	float: left;
	width: 213px;
	height: 40px;
	margin-right: 10px;
	font-weight: bold;
}

#src_tab li > div {

}

#src_tab li > div.notfound {
	background: #DDD;
	color: #777;
	opacity: 0.6;
}

#src_tab li .notfound span:hover {
	//background: #DDD;
	//color: #777;
}

#src_tab li a {
	display: block;
	background: #DDD;
	color: #666;
	text-decoration: none;
}

#src_tab li a:hover {
	background: #999;
	color: #FFF;
}

#src_tab li > div, #src_tab li a {
	padding: 0 10px;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#src_tab li span {
	display: table-cell;
	position: relative;
	top: 2px;
	height: 40px;
	padding-right: 10px;
	vertical-align: middle;
}

#src_tab > ul > li {
	//padding: 15px;
	background: #FFF;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 3px rgba(0,0,0,0.05);
}

#src_tab > ul > li:first-child {
	margin-top: 0;
}

#src_tab > ul > li:hover {
	//background: #fffcea;
}

#src_tab ul {
	margin: 0;
}

/* メニュー */
#list_bukken .src_menu {
	background: rgba(200,200,200,0.2);
	padding: 0 10px;
	margin-bottom: 20px;
}

	#list_bukken .src_menu .cell {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}

/* すべてをチェック */
#bu_all_check_wrap {
	margin: 25px 0 0;
}

	#bu_all_check_wrap > div {
		float: left;
		line-height: 40px;
		margin-right: 10px;
	}

	#bu_all_check_wrap .check_bg {
		position: relative;
		width: 43px;
		height: 55px;
		background: url(/common/img/default/check_arrow_bg.png) no-repeat ;
	}

	#bu_all_check_wrap .check_bg label {
		position: absolute;
		top: 17px;
		left: 10px;
	}

	#bu_all_check_wrap .arrow_wrap {
		display: table-cell;
		height: 40px;
		vertical-align: middle;
	}

	#set_favorite_estate:before {
		//content: url(../img/default/ico_favorite_white.png);
		position: absolute;
		left: 13px;
	}





/* 外箱 */

#list_bukken #bu_list {
	margin :0;
}

#list_bukken .list_box{
	position: relative;
	margin:20px auto;
}

	#list_bukken .over { /*addClass用*/
		overflow: visible;
		background: #fffcea;
		z-index: 100;
	}

/* ヘッダ */
#list_bukken .list_box h3 {
	padding: 0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

#list_bukken .list_box.flier h3 {
	background: #f79a36 !important;
}

	#list_bukken .list_box h3 > div {
		display: table-cell;
	}

	.bu_check {
		position:relative;
		vertical-align:middle;
		padding-left: 12px;
	}

	#list_bukken .type_container {
		float: left;

	}

	.flier_head {
		width: 115px;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
		margin-top: 5px;
	}

	#list_bukken .bu_type {
		min-width: 115px;
		text-align: center;
	}

	#list_bukken .bu_address {
		display: table-cell;
		width: 10000px;
		padding-left: 5px;
	}

#list_bukken .list_box.mem{
	border-top:3px #D10000 solid;
}
#list_bukken .list_box.mem th{
	background-color: #FFE3DD;
	color:#DD0000;
}


#list_bukken .bu_info1 {
	margin-bottom: 10px;
}

	#list_bukken .bu_info1 > div {
		display: table-cell;
		height: 30px;
		vertical-align: middle;
		padding-left: 10px;
	}

	#list_bukken .bu_info1 > div:first-child {
		padding-left: 0;
	}

		#list_bukken .bu_info1 a {
			color: inherit;
		}

		#list_bukken .bu_info1 .bl_type {
			padding: 5px 5px;
			font-size: 14px;
		}

	.bu_img {
		overflow: hidden;
		float: left;
		position: relative;
		display: table-cell;
		width: 343px;
		height: 229px;
		vertical-align: middle;
	}

		.bu_img > div {
			width: inherit;
		}

			.bu_img a {
				display: table-cell;
				width: inherit;
				height: 123px;
				vertical-align: middle;
				text-align: center;
			}

			.bu_img img {
				width: auto;
				height: auto;
				max-width: 343px;
				max-height: 229px;
			}

	.bu_info2 {
		float: right;
		width: 450px;
	}

		.bu_info2 table {
			width: 100%;
			border-collapse: collapse;
			//table-layout: fixed;
			font-size: 13px;
		}

			.bu_info2 table th {
				background: #a4a4a4;
				color: #FFF;
				white-space: nowrap;
			}

			.bu_info2 table th, .bu_info2 table td {
				padding: 9px 11px;
			}

			.bu_info2 table tr:nth-child(even) td {
				background: #eaeaea;
			}

			.bu_info2 table tr:nth-child(odd) td {
				background: #fafafa;
			}

			.bu_info2 table tr:last-child td {
				//padding-left: 0;
				//padding-right: 0;
				white-space: nowrap;
				text-align: center;
			}

			.bu_info2 table tr:last-child td:nth-child(odd) {
				background: #fafafa;
			}

	.wide .bu_info2 {
		float: right;
		width: 700px;
	}

	.wide .bu_img {
		float: left;
		overflow: hidden;
		width: 210px;
		//height: 150px;
	}

		.wide .bu_img img {
			width: 100%;
			max-width: 210px;
			max-height: 180px;
		}


	.over_content_wrap_btn {
		margin-top: 20px;
	}

	.over_content_btn {
		display: none;
		background: #fffcea;
	}

	.over_content_wrap_thumbs {
	}

	.over_content_thumbs {
		display: none;
		background: #fffcea;
	}

		.over_content_thumbs .thumbs {
			margin: 10px 0 0 0;
		}

		.over_content_thumbs .thumbs li {
			float: left;
			overflow: hidden;
			width: 44px;
			height: 44px;
			margin: 2.23px;
		}

			.over_content_thumbs .thumbs li .thumbs_wrap {
				display: table-cell;
				vertical-align: middle;
				height: 44px;
				background: #E2DFCD;
			}

			.over_content_thumbs .thumbs img {
				width: 44px;
			}


#list_bukken td.list_info{
	width:439px;
	padding:15px 20px 5px 0;
	vertical-align:top;
}
/* html*#list_bukken td.list_info { padding-top:20px; } IE6, IE7 */
	#list_bukken td.list_info .bl_type{
		padding:5px;
		font-size:10px;
		float:left;
		vertical-align:0.2em;
		margin-right:10px;
	}

	#list_bukken td.list_info table.info_table{
		width:100%;
		color:#333333;
		border-top:1px #CCCCCC solid;
		margin:10px auto 10px;
		border-spacing:0;
	}
		#list_bukken td.list_info table.info_table th{
			width:60px;
			background:#EEEEEE;
			border-bottom:1px #CCCCCC solid;
			color:#666666;
			font-size:10px;
			padding:7px 12px;
		}
		#list_bukken td.list_info table.info_table td{
			border-bottom:1px #CCCCCC solid;
			padding:6px 12px;
		}
		#list_bukken .list_box.mem td.list_info table.info_table td{
			padding:0 5px;
		}

	/* メリットアイコン */

	#list_bukken .merit_icon_table{
		width:100%;
		margin-bottom:10px;
	}
		#list_bukken .merit_icon_table td {
			width:20%;
		}
			#list_bukken .merit_icon_table td .merit_icon{
				width:88%;
				background-color:#EDF5F9;
				border:1px #95C4ED solid;
				color:#80BCED;
				font-size:10px;
				text-align:center;
				padding:2px 0;
			}
			#list_bukken .merit_icon_table td .merit_icon.mem_icon{
				background-color:#FDDEDB;
				border:1px #E80000 solid;
				color:#E80000;
			}
			#list_bukken .merit_icon_table td .merit_icon.check_icon{
				background:#F1FBD7;
				color:#669900;
				border:1px solid #669900;
			}
			#list_bukken .merit_icon_table td .merit_icon.contact_icon{
				background:#FCD8A1;
				color:#FF6600;
				border:1px solid #FF6600;
			}

	#list_bukken .list_box.mem .merit_icon_table{
		float:left;
		width:20%;
	}
		#list_bukken .list_box.mem .merit_icon_table td {
			width:100%;
		}


		#total_num{
		    position: fixed;
		    top:0;
			bottom: 0;
		    left: 0;
			right: 0;
			margin: auto;
		    width: 200px;
		    height: 50px;
		    line-height: 50px;
		    background: rgba(0,0,0,0.8);
		    color: #fff;
		    text-align: center;
		    z-index: 999;
		}
		.list_bukken_overlay{
		  display: none;
		  background: rgba(255,255,255,0.75);
		  background: rgba(0,0,0,0.3);
		  width: 100%;
		  height: 100%;
		  top: 0;
		  z-index: 988;
		  position: fixed;
		  left: 0;
		  cursor: pointer;
		}
		#total_num{
		    position: fixed;
		    top:0;
			bottom: 0;
		    left: 0;
			right: 0;
			margin: auto;
		    width: 200px;
		    height: 50px;
		    line-height: 50px;
		    background: rgba(0,0,0,0.8);
		    color: #fff;
		    text-align: center;
		    z-index: 999;
		}
		.list_bukken_overlay{
		  display: none;
		  background: rgba(255,255,255,0.75);
		  background: rgba(0,0,0,0.3);
		  width: 100%;
		  height: 100%;
		  top: 0;
		  z-index: 988;
		  position: fixed;
		  left: 0;
		  cursor: pointer;
		}
		.modal_wrapper, #kodawari_modal_wrapper {
		  position: absolute;
		  display: none;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  max-width: 1200px;
		  min-width: 960px;
		  height: 85%;
		  height: 800px;
		  min-height: 500px;
		  margin: auto;
		  //padding: 30px;
		  background: #FFF !important;
		  cursor: default;
		}

		.modal_header {
			height: 60px;
		}

			.modal_title {
				padding: 10px 0;
				font-size: 20px;
				font-weight: bold;
			}

		.src_table_wrapper, #kodawari_form_table {
			overflow: auto;
			height: 85%;
			height: 676px;
			padding: 0 15px 15px;
		}

		@media screen and (max-height: 800px) {
			.modal_wrapper, #kodawari_modal_wrapper {
				height: 600px;
			}

			.src_table_wrapper, #kodawari_form_table {
				height: 476px;
			}
		}

		#select_bottom_panel, .modal_footer {
			//position: absolute;
			//bottom: 0;
			background: #333;
			width: 100%;
			left: 0;
			text-align: center;
		}

		#select_bottom_panel .inner div, .modal_footer .inner div {
			display: inline-block;
			vertical-align: middle;
			color: #FFF;
			margin: 0 10px;
		}

		#select_bottom_panel .large_bu_num, .modal_footer .large_bu_num {
			min-width: 120px;
			text-align: right;
		}

		#select_bottom_panel .inner .btn, .modal_footer .inner .btn {
			padding-top: 10px;
			padding-bottom: 10px;
			font-size: 16px;
		}


		.src_table_wrapper .design_table {
			margin: 0;
		}

		.src_large_table, .src_small_table {
			//display: none;
		}

		.over_flow_hidden{
		  overflow: hidden;
		}
		#show_src_terms, #show_src_kodawari_terms{
		  /*overflow: auto;*/
		  /*max-height: 215px;*/
		  padding: 5px 0 0;
		  font-size: 14px;
		  margin-top: 5px;
		}
		#chg_type li, #chg_madori li, #chg_age li, #chg_walk li, #chg_struct li , #chg_chintai_type li, #chg_kodawari .chg_kodawari_inputs li {
			//display: inline-block;
			//width: 50%;
		}


		.src_table_wrapper .design_table {
			margin: 0;
		}


		.src_large_table, .src_small_table {
			//display: none;
		}

		.over_flow_hidden{
		  overflow: hidden;
		}
		#show_src_terms, #show_src_kodawari_terms{
		  font-size: 14px;
		}
		]#chg_type li, #chg_madori li, #chg_age li, #chg_walk li, #chg_struct li , #chg_chintai_type li, #chg_kodawari .chg_kodawari_inputs li {
			width: 50%;
		}
		#list_bukken #secondary h4{
			padding: 10px 15px;
			font-size: 15px;
		}

    #kodawari_form_close {
		width: 150px;
		padding: 10px;
		font-size: 16px;
		cursor: pointer;
		border: none;
    }

		#loading {
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 300px;
			height: 300px;
			z-index: 1000;
		}

		#show_src_terms .btn.white {
			-webkit-box-shadow:  0 2px 0px 0px #d5d5d5;
			-moz-box-shadow:  0 2px 0px 0px #d5d5d5;
			box-shadow:  0 2px 0px 0px #d5d5d5;
		}
/* ----------------------------------------------------------------------------------------------
　サイドメニュー検索
---------------------------------------------------------------------------------------------- */
#secondary label {
	font-size: 14px;
	max-width: 100%;
}

#secondary select {
	padding: 5px 0;
	max-width: 95px;
}

#secondary h3 {
	padding: 10px 0;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#secondary h4 {
	position: relative;
	padding: 5px 10px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}


	#secondary h4 .ico_minus {
		position: absolute;
		right: 5px;
		top: 7px;
		width: 21px;
		height: 21px;
		overflow: hidden;
		background: url(/com/common/img/btn_plus_minus.png);
		background-position: left 21px;
	}

	#secondary h4 .ico_minus.plus {
		background-position: left top !important;
	}

	#secondary .src_box {
		border-right: 1px solid;
		border-left:  1px solid;
		border-color: inherit;
	}

	#secondary .src_box .src_list li {
		list-style: none;
		position: relative;
		padding: 10px;
		border-bottom: 1px solid;
		border-color: inherit;
	}

    #secondary .src_box .src_list li.on:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.075);
    }

		#secondary .src_box .src_list.scroll {
			height: 200px;
			overflow: auto;
		}

		#secondary .src_box dl {
			margin: 0;
		}

			#secondary .src_box dl dt {
				position: relative;
				background: rgba(0,0,0,0.1);
				font-size: 14px;
				padding: 4px 3px;
				//margin: 10px 0 5px;
			}


			#secondary .src_box dl dt:first-child {
				margin-top: 0;
			}

				#secondary .src_box dl dt label {
					padding-right: 15px;
				}

				#secondary .src_box dl dt .ico_minus {
					position: absolute;
					right: 5px;
					top: 7px;
					width: 21px;
					height: 21px;
					overflow: hidden;
					background: url(../img/btn_plus_minus.png);
					background-position: left 21px;
					cursor: pointer;
				}

			#secondary .src_box dl dd, .src_price, .kodawari_box {
				padding: 10px 3px;
			}
				#secondary .src_box dl dd li {
					padding-left: 13px;
				}

				#secondary .src_box dl dd li:last-child {
					//margin-bottom: 5px;
				}

		#secondary #show_src_terms dl dt {
			position: relative;
			background: #eaeaea;
			font-size: 14px;
			padding: 6px 5px;
		}
			#secondary #show_src_terms dl dt .btn {
				position: relative;
				top: -2px;
			}

		#secondary #show_src_terms dl dd {
			padding: 0 5px;
			max-height: 200px;
			overflow: auto;
		}

		#secondary .src_box .add_chg {
			border: none;
			padding: 5px 10px;
			background: #FFF;
			font-size: 12px;
			font-weight: bold;
			font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			-o-border-radius: 7px;
			border-radius: 7px;
			cursor: pointer;
		}

			#secondary .src_box .btn_area {
				padding: 10px;
				background: #eaeaea;
			}

				#secondary .src_box .all_show {
					background: #ccc;
					color: #FFF;
					font-weight: bold;
					padding: 3px;
					text-align: center;
					cursor: pointer;
				}

#secondary #src_line_area_button, #secondary #kodawari_form_button {
  display: block;
  width: 95%;
  margin: auto;
  padding: 10px;
    border: none;
    font-size: 14px;
}



/* ----------------------------------------------------------------------------------------------
　じわじわ
---------------------------------------------------------------------------------------------- */
#src_detail{
	border:1px solid #C1BCA6;
	padding:10px;
	margin-bottom:20px;
}

#src_detail table{
	width:100%;
}

#src_detail table td{
	width:33%;
	vertical-align:top;
}


.s_topic {
	background: #F2F1EC url(../img/com/arrow_off.png) 5px 7px no-repeat;
	border: 1px solid #C1BCA6;
	color: #111;
	cursor: pointer;
	margin: 7px 0 5px 0;
	padding: 7px 0 5px 20px;
}

.s_topic2 {
	background: #F2F1EC url(../img/com/arrow_on.png) 5px 7px no-repeat;
	border: 1px solid #C1BCA6;
	color: #D10000;
	cursor: pointer;
	margin: 7px 0 5px 0;
	padding: 7px 0 5px 20px;
}

.dsp_close { display: none; }

.dsp_open {
	display: block;
	line-height: 1.5;
	font-size: 12px;
	padding-left: 10px; }


.src_setting_area{
	border-bottom:1px #999999 dotted;
	line-height:2.5;
	margin-bottom:10px;
}
	.src_setting_area span{
		display:inline-block;
		line-height:1;
		font-size:10px;
		padding:5px 0;
	}
	.src_setting_area .label{
		width:70px;
		background-color: #182B53;
		color:#FFFFFF;
		margin-right:10px;
		text-align:center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}


/* --------------------------------------
　	一覧絞り込み検索　さらに絞込み
-------------------------------------- */
.src_title {
	margin: 5px;
	color:#111;
	background: #F2F1EC;
	padding: 5px;
	clear: both; }

.src_opt {	font-size: 12px;
			margin-left:1em !important }


/* --------------------------------------
　	単語内改行なしの定型設定
-------------------------------------- */
.src_opt li {
	display: inline;
	margin-right: 8px;
	white-space: nowrap;
	line-height: 1.5; }

*:first-child + html .src_opt li { float: left; }

* html .src_opt li { float: left; }

.modal_right_top {
	position: absolute;
	top: 0;
    right: 0;
	height: 46px;
	line-height: 23px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 0 !important;
}

.loading_animation {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
    top: 0;
    bottom: 0;
	width: 70px;
}


/* ----------------------------------------------------------------------------------------------
　ユーザーアイテム
---------------------------------------------------------------------------------------------- */

/*　検索条件　*/

.condition_list {
	background: #FFF;
	padding: 0 25px 30px;
	margin-top: 20px;
	font-size: 15px;
	overflow: hidden;
	transition-duration: 0.4s;
	min-height: 380px;
	opacity: 1;
	box-shadow: 0px 0px 3px 0px #C4C3C6;
}

	.condition_list h3 {
		text-align: center;
		font-size: 24px;
		padding: 20px 0;
	}

	.condition_list .condition_contents > div {
		display: table-cell;
	}

		.condition_list .condition_contents .btns {
			vertical-align: middle;
			padding-left: 20px;
		}

		.condition_list .condition_contents .btns .btn {
			width: 255px;
			padding: 28px 0;
			margin: 8px 0;
			text-align: center;
			font-size: 18px;
			font-weight: bold;
		}

	.condition_list .design_table {
		width: 675px;
		margin: 0;
		background: #fafafa;
	}

		.condition_list .design_table th {
			background: #46a3e0;
			width: 150px;
			text-align: center;
			font-weight: bold;
		}
		.condition_list .design_table tr:nth-child(even) th {
			background: #3e92c9;
		}

		.condition_list .design_table tr td {
			background: #fafafa;
		}

		.condition_list .design_table tr:nth-child(even) td {
			background: #f0f0f0;
		}

/*保存した検索条件の新着物件*/
#condition_new_bukken_list .condition_list {
	background: none;
	padding: 0;
	box-shadow: none;
}

#condition_new_bukken_list .condition_list .condition_contents > div {
	display: block;
}

#condition_new_bukken_list .design_table {
	width: 100%;
}


	/*　切り替えボタン　*/
	#search_switch {
	}

	#src_buy ul.nav {
		width: 690px;
		margin: 0 auto;
	}

		#bu_search h2 {
			padding-top: 50px;
		}

		#search_switch ul {
			width: 660px;
			margin: 0 auto 40px;
		}

			#search_switch li {
				float: left;
				width: 330px;
				height: 70px;
			}

				#search_switch li a {
					position: relative;
					display: table-cell;
					width: inherit;
					height: inherit;
					vertical-align: middle;
					background: #CCC;
					color: #FFF;
					font-size: 24px;
					font-weight: bold;
					text-align: center;
					text-decoration: none;
				}

				#search_switch li.on a {
					background: #46a3e0;
					color: #FFF;
				}

				#search_switch li.on a:after {
					content: "";
					position: absolute;
					bottom: -15px;
					left: 0;
					right: 0;
					margin: auto;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 15px 10px 0 10px;
					border-color: #46a3e0 transparent transparent transparent;
				}

					#search_switch li a img {
						position: relative;
						top: -3px;
						vertical-align: middle;
						margin-right: 10px;
					}
/*　履歴・お気に入り　*/

.buy_user_list {
	display: none;
}
.user_new_bukken_list {
	height: 50px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	text-shadow: 0 0 8px #6F6891;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.btn.gray.ico.delete {
	border: solid 3px #bbb;
	border-color: inherit;
}



#total_num {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	z-index: 999;
}

#list_bukken_form {
	display: none;
	background: rgba(255, 255, 255, 0.75);
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 988;
	position: fixed;
	left: 0;
}
.over_flow_hidden {
	overflow: hidden;
}

/*プレビュー画面のローディング*/
.loading_container {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
}

.loading_item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	overflow: hidden;
}

.loading_item::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 34px;
	border: 3px solid #AAA;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loading_item::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-bottom: 7px solid #34b28c;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-animation: spin 0.8s ease infinite;
	-ms-animation: spin 0.8s ease infinite;
	-webkit-animation: spin 0.8s ease infinite;
	-moz-animation: spin 0.8s ease infinite;
	animation: spin 0.8s ease infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}


#list_bukken_form_table, #kodawari_form_table {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 90%;
	min-height: 500px;
	margin: auto;
	padding: 30px;
	overflow: auto;
}

body .bg_color, .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	background-color: #B4E1FD !important;
}
