@charset "shift_jis";
/* CSS Document */
/*全ページ共通項目*/
* {
	margin: 0;
	padding: 0;
}
.stationname {
	font-size: 12pt;
}
*:focus {
	outline: none;
}
table tr td {
	font-size: 12px;
}
.header_main {
	width: 100%;
	height: 100px;
	background-image: url("img/title_bg.jpg");
	text-align: center;
}
.footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 3px #CCC solid;
	text-align: center;
	background: #4c545f;
	clear: both;
}
/*エラーメッセージ*/
.err-msg {
	margin: 50px;
	padding: 50px;
	width: 600px;
	background-color: #e0ffff;
	font-weight: bold;
	text-align: center;
}
/*項目の背景色や線色*/
table.favorite_tbl tbody tr {
	display: flex;
	width: 470px;
}
table.favorite_tbl tbody tr th {
	width: 15%;
	flex-shrink: 0;
}
table.favorite_tbl tbody tr td {
	width: 85%;
	white-space: pre-line;
	word-break: break-all;
}
.selbg-sub {
	background-color: #EBEEF3;
}
td.selbg-sub {
	background-color: #EBEEF3;
	text-indent: 15px;
	padding: 10px;
}
tr.selbg-sub th {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
}
.selbg-koumoku {
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	word-break: break-word;
	font-size: clamp(11px, 0.8vw, 12px);
	/*text-indent: 15px;*/
}
.selbg-koumoku-gray {
	background-color: #AAAAAA;
	padding: 10px;
	/*text-indent: 15px;*/
}
.selbg-koumoku.ichiran_list {
	border: 1px solid #ccc;
}
.selbg-koumoku ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.selbg-koumoku ul li {
	float: left;
	width: 190px;
	padding: 0px;
	margin: 3px;
}
.selbg-title {
	background-color: #4c545f;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.selbg-title a {
	color: #fff;
}
.as_kanri_info a {
	display: inline-block;
	margin: 0 0 13px 0;
	padding: 2px 20px 1px 5px;
	background: #18bc9c;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
.as_kanri_info a i {
	height: 12px;
	margin: auto;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
}
.as_kanri_info a:hover {
	background: #2c3e50;
}
.as_kanri_info_box {
	padding: 15px;
	background: #F5F5F5;
	line-height: 1.5;
}
.as_kanri_info_box .as_kanri_info_mail {
	display: flex;
	flex-wrap: wrap;
}
.as_kanri_info_box br:nth-of-type(1) {
	display: none;
}
.as_kanri_inq_date {
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 15px;
}
.as_kanri_name {
	display: inline-block;
	margin: 0 0 7px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
}
.selbg-koumoku.selbg-bukken ul:last-of-type {
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
}
.selbg-koumoku.selbg-bukken li {
	display: flex;
	flex-wrap: wrap;
	float: none;
	width: auto;
	margin: 0;
}
.selbg-bukken span {
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.5;
}
.as_kanri_mail_history ul li {
	float: none;
	width: 100%;
	min-width: 160px;
}
.as_kanri_mail_history ul li:not(:last-child) {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
.as_kanri_mail_history ul li .as_kanri_mail_item {
	font-size: 11px;
}
.as_kanri_mail_history ul li .as_kanri_mail_date {
	font-size: 15px;
}
.as_kanri_check input {
	width: 18px;
	height: 18px;
	cursor: pointer;
}
/*td.selbg-title
{
    background-color: #4474B3;
    color: #fff;
    padding: 5px;
	font-weight:bold;
	font-size: 14px;
}*/
/* MSSシステムメッセージ */
.mss_sysmess {
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #CC0000;
	padding: 10px;
	background-color: #FFFFCC;
	text-align: left;
	line-height: 20px;
	font-size: 11pt;
	color: #CC0000;
}
/*集計数値の赤色太字*/
.count {
	color: #F00;
	font-weight: bold;
	font-size: 30px;
}
/*リストページャ*/
ul.pager {
	float: right;
	font-style: normal;
	list-style: none;
	line-height: 16px;
	margin: 8px 0px;
}
ul.pager li {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #CCC solid;
	font-weight: bold;
	height: 22px;
}
ul.pager li a {
	display: block;
	padding: 3px 8px;
	color: #3366FF;
	/*フォントの色*/
	background-color: #FFF;
}
ul.pager.pager_btn li a {
	color: #000;
}
ul.pager li a:link,
ul.pager li a:visited {
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color: #18bc9c;
	color: #FFF;
	text-decoration: none;
}
ul.pager li strong {
	display: block;
	padding: 3px 8px;
	font-size: 14px;
	background: #CCC;
	color: #FFFFFF;
	text-decoration: none;
}
/*一覧リストのCSS*/
.listfont {
	font-size: 9pt
}
.dataGridHeader {
	position: relative;
	width: 100%;
	background-color: #D4D0C8
}
.dataGridContent {
	overflow: auto;
	background-color: #FFFFFF
}
.th1 {
	position: relative;
	top: 0;
	left: 0;
	height: 60px;
}
.th1 th {
	background-color: #EBEEF3;
}
.th1 th a {
	/*text-decoration:none;*/
}
.th1 th a:hover {
	color: #2c3e50;
}
.th2 {
	position: absolute;
	top: 0;
	left: 0;
}
table.scrolltablestyle {
	background-color: #CCCCCC;
}
table.scrolltablestyle tbody tr td {
	position: static;
	width: auto;
	border: solid 1px #ccc;
	font-size: 10pt;
	line-height: 25px;
	padding: 10px;
	box-sizing: border-box;
}
table.scrolltablestyle thead tr th {
	font-size: 9pt;
	padding: 10px;
	border: solid 1px #ccc;
	border-top: 0;
	border-left: 0;
}
table.scrolltablestyle thead tr td {
	font-size: 9pt;
	padding: 5px;
}
.koumoku td {
	background-color: #FFFFFF;
	font-size: 9pt;
	padding: 3px;
	line-height: 14px;
}
.koumoku_kari td {
	background-color: #ebf6f9;
	font-size: 9pt;
	padding: 3px;
	line-height: 14px;
	border: 1px solid #E5E5E5;
}
.koumoku_delflg td {
	background-color: #AAAAAA;
	font-size: 9pt;
	padding: 3px;
	line-height: 14px;
}
.kome {
	color: #FF0000;
	font-weight: bold;
}
.bg0 {
	border: 1px #ccc solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.f13 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.f15 {
	color: #000;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.font12 {
	font-size: 12px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.font12 tr, .font12 td {
	font-size: 12px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.lpo-waku {
	background: url(../img/lpo-waku.jpg);
	background-repeat: no-repeat;
}
.admin_column:hover {
	cursor: pointer;
	background: #CCC;
}
*/
/* 奇数行だけ色をつける */
table.tablelist_bg {
	border: 1px solid #BBB;
	border-collapse: collapse;
	border-spacing: 0;
}
table.tablelist_bg td {
	padding: 5px;
	line-height: 18px;
	border-bottom: 1px solid #c9cdd3;
	border-left: 1px solid #c9cdd3;
}
table.tablelist_bg tr:nth-child(2n+1) td {
	background: #F0FFFF;
}
.tablelist_titlebg td {
	font-weight: bold;
	background: #CADDEF !important;
}
.room_search_link {
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 0px;
	overflow: hidden;
}
.room_search_link ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.room_search_link ul li {
	list-style: none;
	float: left;
	border: 2px solid #4474B3;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	margin: 4px 8px 4px 0;
}
.room_search_link ul li a {
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #4474B3;
	font-weight: bold;
	text-decoration: none;
}
/* 20160608 */
.container {}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.pagetitle {
	width: 100%;
	/*min-width: 1140px;*/
	min-width: 900px;
	margin: 0 auto;
}
/*
.pagetitle h2{
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: メイリオ;
    line-height: 50px;
    text-indent: 15px;
    text-align: left;
    color: #fff;
    background: #888F9C;
}

.pagetitle ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pagetitle ul li{
    text-align: left;
    float: left;
    margin: 0 10px 20px 0;
}
*/
.function {
	overflow: hidden;
}
.function .keyword_serch_box {
	display: flex;
	align-items: baseline;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 3px 3px 0 0;
	margin-top: 10px;
}
.function .keyword_serch_box h3 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.function .keyword_serch_box_w40 input,
.function .keyword_serch_box_w40 select{
    width: 45% !important;
}
.pagetitle .douhou_mail_checkbtn:hover{
    background: #11a386 !important;
}
.send_mail1 .send_area{
    display: flex;
    align-items: center;
}

.send_mail1 input,
.send_mail2 input{
margin-top: 0 !important;
}
.send_mail1 span,
.send_mail2 span{
    font-size: 10px;
    color: #333;
    display: block;
    text-align: center;
    background: #f5f5f5;
    border-radius: 3px;
    /* margin-bottom: 10px; */
    padding: 2px;
    letter-spacing: 1px;
    width: 100%;
}
.user_list_table_check_flex #user_koumoku_id{
    width: 60%;
}
.user_list_table_check_flex #user_salesman_id{
    width: 60%;
}
div.kanatab {
	height: 22px;
	border-bottom: 1px #A3AAB6 solid;
	overflow: hidden;
}
div.kanatab .admin_column {
	display: block;
	float: left;
	width: 60px;
	margin-left: 2px;
	padding: 5px 0 0 0;
	background-image: url(../img/tab_s_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 17px;
	font-size: 10pt;
	border: 0px;
	background-color: #fff;
}
div.kanatab .active {
	display: block;
	float: left;
	width: 60px;
	margin-left: 2px;
	padding-top: 8px;
	background-image: url(../img/tab_s_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	border: 0px;
}
div.kanatab .admin_column {
	color: #fff;
	text-decoration: none;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.kanatab .admin_column:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.pager_h {
	clear: both;
	overflow: hidden;
	margin: 40px 0 10px 0;
	float: right;
}
.admin_pager_kensu {
	font-size: 25px;
	font-weight: bold;
	color: #cc0001;
	height: 50px;
}
.admin_pager_ul {
	display: block;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.admin_pager_ul li {
	margin: 0 0 0 4px !important;
	padding: 6px 0;
	float: left;
}
.admin_pager_ul li a {
	color: #444;
	padding: 5px 10px;
	border: 1px solid #CCC;
	background: #EBEEF3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	/* Firefox用 */
	font-weight: bold;
}
.admin_pager_ul li a:hover {
	background: #7C9DCA;
	color: #FFF;
}
.admin_pager_ul li span {
	color: #333;
	padding: 5px 10px;
	border: 1px solid #CCC;
	background: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}
.admin_pager_hyojikensu {
	display: inline-block;
	font-size: 14px;
	color: #333;
	vertical-align: top;
	position: absolute;
	top: 11px;
	left: 275px;
	height: 50px;
}
/*.admin_pager_hyojikensu a{
	text-decoration: underline !important;
	font-weight: normal;
	color: #333;
}*/
.admin_pager {
	clear: both;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
	/*フォントの色*/
	text-align: right;
	position: relative;
	vertical-align: top;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
}
.admin_pager a:link,
.admin_pager a:visited {
	text-decoration: none;
}
.admin_pager a:hover,
.admin_pager a:active {
	color: #F90;
	/*オンマウス時のフォントの色*/
	text-decoration: underline;
}
.search_kensu {
	position: absolute;
	left: 0px;
	top: 9px;
	font-weight: bold;
}
.user_list_table {
	font-family: メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.user_list_table table {
	border-collapse: collapse;
	border-spacing: 0;
	/*width: 1140px;*/
	width: 100%;
	/*min-width: 1140px;*/
	min-width: 900px;
	margin: 0 auto;
	table-layout: fixed;
}
.user_list_table_detail th {
	background-color: #ECF0F1;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC !important;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
}
.user_list_table_detail th ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user_list_table_detail td {
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	/*text-align: left;*/
	border: 1px solid #CCC !important;
	vertical-align: middle;
}
.user_list_table_detail td ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 96%;
}
.user_list_table_detail td ul li {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 6px;
}
.user_list_table_detail td ul li img {
	vertical-align: middle;
	margin: 3px;
	padding: 0px;
}
.user_list_table_detail td ul li.send_area {
    display: flex;
    align-items: center;
}
.user_list_table_detail td ul li.send_area input {}
.user_list_date {
	width: 96%;
	margin: 0px auto;
}
.user_list_table_detail td .edit {
	float: left;
	margin: 0px 9px 10px 23px;
}
.user_list_table_detail td .delete {
	float: left;
}
.user_list_table_detail td .select_user {
	margin-top: 20px;
	margin-right: 15px;
}
.user_list_table_detail td .matching_user {
	margin-top: 20px;
	margin-right: 15px;
}
.send_mail1 {
	border-bottom: 1px solid #CCCCCC;
}
.send_mail2 {
	padding-top: 10px !important;
}
.user_memo {
	margin: 0px !important;
	padding: 0px !important;
}
.user_memo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100% !important;
}
.user_memo ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 24px !important;
	margin: 3px !important;
}
/*.user_list_table_detail td.hensyu{
	padding-top:5px!important;
}*/
.user_list_table_detail td .state {
	background-color: #AAAAAA;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.user_list_table_detail td .state-kari {
	background-color: #FF80C0;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.user_list_table_detail td span {
	line-height: 20px;
	word-break: break-all;
}
.user_list_table_detail td .number a {
	font-weight: bold;
	color: #CC0000;
}
.user_list_table_detail td .number li {
	margin-bottom: 8px;
	letter-spacing: -0.6px;
}
.user_list_table_detail input[type="checkbox"] {
	-moz-transform-origin: left center;
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1.5, 1.5);
}
.user_search_form {
	display: none;
}
#coment-form4 {
	display: none;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.user_search_label {
	cursor: pointer;
	display: block;
}
.user_list_all_check{
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    margin: 10px 0;
}

.user_list_table_check_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.user_list_table_check_flex select{
    margin: 3px 5px;
    max-width: 95%;
    font-size: 10px;
    height: 26px;
}

.user_search_label img {
	vertical-align: middle;
}
.btn_user_search {
	background: url(/admintool/img/btn_user_search.jpg) no-repeat;
	width: 69px;
	height: 29px;
	border: none;
	cursor: pointer;
	float: left;
}
.status_img img {
	margin: 0px !important;
}
.admin_pager2 {
	clear: both;
	font-size: 14px;
	line-height: 28px;
	/*font-weight: bold;*/
	color: #333;
	text-align: right;
	position: relative;
	vertical-align: top;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	/*font-family: メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	height: 40px;
	/*width:1140px;*/
	width: 100%;
	margin: 10px auto;
}
.pager_h2 {
	/*clear: both;*/
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	float: right;
}
.submit_btn {
	background: #ffffff;
	/* line-height: 30px; */
	/* border: 2px solid #333; */
	margin: 2px auto 2px auto;
	width: 80px;
	text-align: center;
	font-size: 11px;
	color: #333;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	border: 2px solid #333;
	/* border-bottom: 2px solid #ccc; */
	border-radius: 3px;
}
.submit_btn:hover {
	color: #fff;
	background: #333;
}
.magazine {
	width: 1000px;
	margin: 10px auto;
	text-align: right;
}
.pg_top {
	width: 998px;
	background-color: #E7F1FD;
	text-align: center;
	margin: 20px 0 0 0;
	border: 1px solid #406DA8;
}
.pg_top a {
	display: block;
	line-height: 30px;
	color: #406DA8;
	text-decoration: none;
}
.pg_top:hover {
	border: 1px solid #FF8003;
}
/* マッチングメールhmtl */
/********************************************
    
	管理画面 2016 トップページ
	
*********************************************/
/*header*/
body {
	margin: 0;
	padding: 0;
}
/*a.mouseover:hover {
    position: relative;
    top: 1px;
    left: 1px;
    }
.mouseover:hover {
    position: relative;
    top: 1px;
    left: 1px;
    }*/
.h_menu {
	position: absolute;
	margin: 12px 0 0 0;
	right: 20px;
}
.h_menu a:hover {
	text-decoration: underline;
	padding: 0 0 5px 0;
}
.h_left, .h_center, .h_right {
	text-indent: 25px;
	float: left;
	line-height: 30px;
}
.h_left span {
	font-weight: bold;
}
.h_left {
	background: url(/admintool/img/icon_login.png) top left no-repeat;
	background-position: 0 4px;
	margin: 0 20px 0 0;
	color: #FFF;
	font-size: 13px;
}
.h_center {
	background: url(/admintool/img/icon_help.png) top left no-repeat;
	background-position: 0 4px;
	margin: 0 40px 0 0;
}
.h_right {
	background: url(/admintool/img/icon_logout.png) top left no-repeat;
	background-position: 0 4px;
}
.h_menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
/*main*/
.main_wrap {
	width: 100%;
	/*padding: 35px 0 0 0;*/
	overflow: hidden;
}
.main_inner {
	width: 1000px;
	margin: 0 auto;
}
.main_left {
	width: 680px;
	float: left;
}
.main_right {
	width: 300px;
	float: right;
	margin: 30px 0 0 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.menu_tl {
	line-height: 40px;
	font-size: 20px;
	font-family: メイリオ;
	text-indent: 45px;
	width: 100%;
	font-weight: bold;
	border-bottom: 3px solid #7A9BC8;
	margin: 20px 0 10px 0;
}
.category_wrap {
	overflow: hidden;
}
.category_wrap div {
	float: left;
	margin: 10px 10px 0 0;
}
.category_wrap div:nth-child(3n) {
	float: left;
	margin: 10px 0 0 0;
}
.menu_left, .menu_center {
	float: left;
	margin: 10px 10px 0 0;
}
.menu_right {
	float: left;
	margin: 10px 0 0 0;
}
.button_longtext a {
	font-size: 13px !important;
	/*text-indent: 20px;*/
	line-height: 46px;
}
.button_twoline a {
	font-size: 14px;
	line-height: 38px;
}
.button_twoline span {
	display: block;
	margin: -24px 0 0 0;
	font-size: 12px;
}
.title_bg {
	background: url(/admintool/img/icon_bukken.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title2_bg {
	background: url(/admintool/img/icon_bukken2.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title3_bg {
	background: url(/admintool/img/icon_top.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title4_bg {
	background: url(/admintool/img/icon_kanri.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title5_bg {
	background: url(/admintool/img/icon_access.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title6_bg {
	background: url(/admintool/img/icon_rhs.jpg) top left no-repeat;
	background-position: 0 4px;
}
.title7_bg {
	background: url(/admintool/img/icon_hakase.jpg) top left no-repeat;
	background-position: 0 7px;
}
.title8_bg {
	background: url(/admintool/img/icon_mail.png) top left no-repeat;
	background-position: 0 7px;
}
.button_big a {
	display: block;
	background: url(/admintool/img/button2_off.jpg) top left no-repeat;
	width: 680px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	margin: 10px 0 0 0;
	font-family: メイリオ;
}
.button_big a:hover {
	display: block;
	background: url(/admintool/img/button2_on.jpg) top left no-repeat;
}
/********************************************
    
	物件登録
	
*********************************************/
.contents_tl {
	background-color: #888F9C;
	line-height: 44px;
	text-indent: 15px;
	font-family: メイリオ;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0;
	text-align: left;
}
.contents_tl span {
	float: right;
	margin: 12px 5px 0 0;
}
.contents_tl img {
	margin: 0 10px 0 0;
}
.footer_kakunin {
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
}
.box_right2 {
	margin: 40px 0 0 0;
	width: 160px;
	float: right;
}
/*.title {
	border-left:solid 8px #4474B3;
	padding:0 0 0 5px;
	font-family:メイリオ;
	font-size:15px;
	font-weight:bold;
	color:#545A66;
    line-height: 25px;
	margin:15px 0 10px 0;
	text-align: left;
	}
*/
.table_wrap {
	width: 960px;
	overflow: hidden;
	border: solid 1px #C9CDD3;
	border-width: 1px 0;
}
.table_komoku {
	color: #4474B3;
	font-size: 14px;
	text-align: right;
	padding: 0 15px 0 0;
	font-weight: normal;
	background-color: #EBEEF3;
}
.table_komoku span {
	color: #000;
	font-size: 12px;
}
tr.border {
	border-top: solid 1px #C9CDD3;
}
.txtfield {
	box-shadow: 0 6px 12px -12px #222 inset;
	border: solid 1px #C9CDD3;
	height: 30px;
	margin: 10px;
	padding: 2px 0 2px 3px;
}
p.space {
	margin: 0 0 0 10px;
	padding: 0 0 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.space {
	padding: 10px;
}
a.help {
	font-size: 12px;
	background: url(/admintool/img/icon_q.jpg) top left no-repeat;
	background-position: 0 1px;
	color: #000;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-weight: normal;
}
a.help:hover {
	/*font-weight: bold;*/
	color: #fe934d;
}
.font_small {
	font-size: 12px;
}
.border_bottom {
	/*width:960px;*/
	border-bottom: solid 1px #C9CDD3;
}
/*.title img {
    margin: -20px 0 0 20px;
    vertical-align: bottom;
    zoom: 1;
    }*/
.box {
	border: solid 1px #C9CDD3;
	border-width: 0 1px;
}
p.txt {
	/*float: right;
    margin: 10px 30px 0 0;*/
	margin: 0 10px 10px;
}
.row_left {
	float: left;
	margin: 15px 0 0 0;
}
.row_right {
	float: left;
}
.row_center {
	float: left;
	margin: 15px 10px 0 10px;
}
.comment_box {
	height: 100px;
	float: left;
}
p.comment_txt {
	font-size: 11px;
	margin: 30px 0 0 0;
}
a.comment_space {
	margin: 5px 8px 0 0;
	float: right;
}
.title span {
	font-weight: normal;
	margin: 0 0 0 30px;
	font-size: 12px;
}
ul#fixedimage {
	margin: 0 auto;
	width: 880px;
}
.img_bg {
	background: url(/admintool/img/img_bg.jpg) top left no-repeat;
	width: 218px;
	height: 354px;
}
tbody.img_wrap {
	margin: 0 10px 0 0;
}
.line_space {
	margin: 5px 0 0 0;
}
/*======================================
      確認画面
=======================================*/
td.k_tl {
	background-color: #4474B3;
	color: #fff;
	padding: 5px;
}
/*======================================
      トップ更新ページ
=======================================*/
select.top_tokusen {
	width: 330px;
	padding: 5px;
}
.top_step {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #4473B2;
	margin: 0 0 10px 0;
}
.top_step span {
	color: #4473B2;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
input.top_button {
	background: url(/admintool/img/top_button.jpg) top left no-repeat;
	width: 160px;
	height: 34px;
	border: none;
	font-family: メイリオ;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	text-indent: 20px;
	padding: 2px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}
.step_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 60px;
}
.step_wrap img {
	max-width: 60px;
}
.step_wrap yaji {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #4474B3;
}
.top_step1 {
	width: 38%;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	margin: 0 20px 0 10px;
	text-align: left;
}
.top_step2 {
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	margin: 0 20px 0 10px;
	text-align: left;
}
.top_step3 {
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	text-align: left;
}
.top_step3 p {
	margin: 0;
}
.top_allow {
	text-align: center;
	margin: 80px 0 10px 0;
}
input.top_preview {
	background: url(/admintool/img/top_preview.jpg) top left no-repeat;
	width: 140px;
	height: 30px;
	border: none;
	font-family: メイリオ;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	text-indent: 20px;
	padding: 2px 0 0 0;
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}
input.top_update {
	background: url(/admintool/img/top_update.jpg) top left no-repeat;
	width: 200px;
	height: 38px;
	border: none;
	font-family: メイリオ;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-indent: 30px;
	padding: 3px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}
input.top_back {
	background: url(/admintool/img/top_back.jpg) top left no-repeat;
	width: 110px;
	height: 26px;
	border: none;
	font-family: メイリオ;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	text-indent: 15px;
	padding: 2px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	margin: 0 0 0 100px;
}
input.top_delete {
	background: url(/admintool/img/top_delete.jpg) top left no-repeat;
	width: 160px;
	height: 30px;
	border: none;
	font-family: メイリオ;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	margin: 10px 0 20px 0;
	padding: 2px 0 0 0;
	float: right;
}
.top_q {
	width: 1000px;
	text-align: right;
	margin: 20px 0 0 0;
}
input.opacity:hover {
	opacity: 0.8;
}
tr.toppage_border {
	border-collapse: none !important;
	border-top: solid 1px #C9CDD3;
}
/*MSSページ用*/
.mss_header2 {
	width: 1050px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom: solid 1px #333333;*/
}
.category_wrap_mss {
	/*overflow: hidden;*/
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category_wrap_mss>.button.menu_left,
.category_wrap_mss>.button.menu_center {
	float: unset;
	margin-top: 0;
}
.category_wrap_mss>.button>a {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	width: 134px !important;
	font-size: 12px;
	height: unset;
	line-height: unset;
}
.category_wrap_mss>.button.menu_center:last-of-type {
	margin-right: 0;
}
#body>h2.mark,
#body>h3.mark {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border-left: 10px solid #fc6f75;
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	color: #000;
	margin: 10px 0;
	background: unset;
	height: unset;
	width: unset;
	line-height: unset;
}
#body>div.kindbox>h3.mark {
	text-align: left;
	margin: 0;
	border-bottom: 1px dashed;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding: 3px;
	background: unset;
	margin-bottom: 15px;
}
hr.dash {
	border: 0px;
	background: unset;
}
table.standardclear {
	border: 1px solid #c9cdd3;
}
table.standardleft>tbody>tr>th,
table.standardright>tbody>tr>th,
table.standardclear>tbody>tr>th {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
	background-color: #EBEEF3;
}
table.standardleft>tbody>tr>td,
table.standardright>tbody>tr>td,
table.standardclear>tbody>tr>td {
	padding: 10px !important;
	border: 1px solid #c9cdd3;
}
div.kindbox>form#search_form>div.aligncenter,
#body>form>div.aligncenter {
	display: flex;
	justify-content: center;
	align-items: center;
}
#reset_button_search {
	height: 24px;
	margin: 0 0 0 10px;
}
#body>h3.mark+form {
	padding: 10px;
	border: 1px #cccccc solid;
	background-color: #FFFFFF;
}
#body>h3.mark+form>table.standardclear {
	width: 100%;
	margin-top: 0;
}
/* ----------------------------------------
	matching_condition_edit.html
---------------------------------------- */
.match_condition {}
.match_condition .user-regist {
	width: 900px;
}
.match_condition .user-regist label,
.match_condition .user-regist label:hover {
	font-size: 13px;
	cursor: pointer;
}
.match_condition .formdata {
	margin-bottom: 10px;
}
.match_condition .formdata th,
.match_condition .formdata td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 13px;
	text-align: left;
	box-sizing: border-box;
}
.match_condition .formdata th {
	background: #f5f5f5;
}
.match_condition .formdata label {
	cursor: pointer;
	margin-right: 10px;
}
.match_condition .formdata select {
	cursor: pointer;
}
.match_condition .regist_toggle {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.match_condition .regist_toggle span {
	display: block;
	background: #E2F2FF;
	padding: 3px 0;
}
.match_condition .formdata {}
/********** INPUT **********/
select {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	height: 34px;
	/*margin: 10px;*/
	padding: 2px 0 2px 3px;
}
input[type='text'] {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	height: 34px;
	padding: 5px 0 5px 10px;
}
input[type='password'] {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	height: 34px;
	/*margin: 10px;*/
	padding: 5px 0 5px 10px;
}
textarea {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	padding: 5px 0 5px 10px;
}
/*input[type='checkbox'] {
margin: 0 5px 5px 0;
width: 14px;
height: 14px;
vertical-align: middle;
}
*/
/********** ログイン画面 **********/
.all_wrap {
	width: 800px;
	height: auto;
	margin-top: 30px;
    margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.top_info_wrap {
	border: 2px solid #CCCCCC;
	padding: 6px;
	width: 46%;
	height: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
}
.login_wrap {
	border: 2px solid #CCCCCC;
	padding: 6px;
	width: 46%;
	height: 100%;
	background-color: #F0F0F0;
	border-radius: 4px;
}
.top_topics_wrap {
	border: 1px solid #CCCCCC;
	width: 800px;
	height: 460px;
	margin-top: 60px;
	border-radius: 4px;
}
.top_info_title {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #999;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 24px;
}
.login_title {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #999;
	text-align: left;
	text-indent: 24px;
}
.top_topics_title {
	font-size: 15px;
	text-align: left;
	text-indent: 30px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ff6d6d;
}
.login_button {
	display: inline-block;
	border-radius: 3px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 8px 40px;
	background: #fc6f75;
	color: #ffffff;
	line-height: 1em;
	transition: .2s;
	border: 1px solid #fc6f75;
	width: 88%;
	margin-top: 10px;
}
.login_button:hover {
	box-shadow: none;
	/* カーソル時の影消去 */
	color: #ffffff;
	/* 背景色     */
	background: #fdb1b4;
	/* 文字色     */
	border: 1px solid #fdb1b4;
}
.login_wrap input[type='text'] {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	height: 34px;
	padding: 5px 0 5px 10px;
}
.login_wrap input[type='password'] {
	box-shadow: 0 3px 6px -6px #222 inset;
	border: solid 1px #C9CDD3;
	height: 34px;
	margin: 10px;
	padding: 5px 0 5px 10px;
}
/**** トップ更新用矢印***/
.yaji_right {
	width: 0;
	height: 0;
	border-top: solid 40px transparent;
	border-right: solid 20px transparent;
	border-bottom: solid 40px transparent;
	border-left: solid 30px #4473B2;
	margin-top: 2%;
}
.yaji_bottom {
	width: 0;
	height: 0;
	border-top: solid 50px #697b91;
	border-right: solid 100px transparent;
	border-bottom: solid 100px transparent;
	border-left: solid 100px transparent;
}
**********/ .yaji_right {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10%;
}
.yaji_right::before {
	content: '';
	width: 40px;
	height: 40px;
	border: 0px;
	border-top: solid 10px #888F9C;
	border-right: solid 10px #888F9C;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.streetview_btn {
	margin: 0px 2px;
	padding: 0px 18px;
	height: 35px;
	font-family: メイリオ;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.comment_button_blue {
	position: relative;
	background-color: #4474B3;
	border-radius: 4px;
	border: 1px solid #7298CB;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: .2s;
	cursor: pointer;
	padding: 2px 15px;
	font-size: 14px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.comment_button_blue:hover {
	opacity: 0.7;
	border: 1px solid #ccc;
}
.comment_button_blue a:link {
	color: #FFF;
	text-decoration: none;
}
.comment_button_gray {
	position: relative;
	background-color: #EBEEF3;
	border-radius: 4px;
	border: 1px solid #4474B3;
	color: #4474B3;
	line-height: 30px;
	-webkit-transition: none;
	transition: .2s;
	cursor: pointer;
	padding: 2px 15px;
	font-size: 14px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.comment_button_gray:hover {
	opacity: 0.7;
	border: 1px solid #4474B3;
}
.comment_button_gray a:link {
	color: #4474B3;
	text-decoration: none;
}
.comment_button_ora {
	position: relative;
	background-color: #ed9e00;
	border-radius: 4px;
	border: 1px solid #ed9e00;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: .2s;
	cursor: pointer;
	padding: 2px 15px;
	font-size: 14px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.comment_button_ora:hover {
	opacity: 0.7;
	border: 1px solid #ccc;
}
.comment_button_ora a:link {
	color: #FFF;
	text-decoration: none;
}
.comment_button_gray:active {
	top: 3px;
}
/*---------- 2020 追記 ----------*/
label:hover {
	cursor: pointer;
	cursor: hand;
	color: #fea164;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
label input[type="radio"],
label input[type="checkbox"] {
	vertical-align: middle;
	margin: 0px 3px 3px;
}
ul {
	list-style: none;
}
a {
	color: #18bc9c;
}
/*---------- ボタン ----------*/
.btn {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border: 2px solid #2c3e50;
	border-radius: 5px;
	background: #2c3e50;
	color: #fff;
	padding: 2px 10px 4px;
	transition: 0.2s;
	font-size: 14px;
	text-decoration: none;
}
a.btn {
	display: block;
}
.btn:hover {
	background: #fff;
	color: #2c3e50;
	cursor: pointer
}
.btn:disabled {
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	cursor: auto;
}
.delete_btn {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px;
	color: #fff;
	border: 2px solid #d64a4a;
	background-color: #d64a4a;
	border-radius: 5px;
	transition: 0.2s;
	padding: 2px 10px 4px;
	text-decoration: none;
}
a.delete_btn {
	display: block;
}
.delete_btn:hover {
	color: #d64a4a;
	background-color: #fff;
	cursor: pointer
}
.return_btn {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border: 2px solid #eee;
	border-radius: 5px;
	background: #eee;
	color: #333;
	padding: 2px 10px 4px;
	transition: 0.2s;
	font-size: 14px;
	text-decoration: none;
}
a.return_btn {
	display: block;
}
.return_btn:hover {
	background: #fff;
	cursor: pointer
}
.btn_2 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border: 2px solid #18bc9c;
	border-radius: 5px;
	background: #18bc9c;
	color: #fff;
	padding: 2px 10px 4px;
	transition: 0.2s;
	font-size: 14px;
	text-decoration: none;
}
a.btn_2 {
	display: block;
}
.btn_2:hover {
	background: #fff;
	color: #18bc9c;
	cursor: pointer
}
.img_delete_btn {
	border: 1px solid #d64a4a;
	background: #fff;
	border-radius: 50em;
	padding: 3px;
	width: 50px;
	margin: 5px 0;
	cursor: pointer;
	color: #d64a4a;
}
input.img_delete_btn:hover {
	background: #d64a4a;
	color: #fff;
}
/*---------- ボタン ----------*/
.h4_sub_title {
	text-align: left;
	margin: 0;
	border-bottom: 1px dashed;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding: 3px;
}
p.page_exp {
	padding: 10px 0;
	margin: 0;
	font-size: 13px;
	text-align: left;
}
input.num_arrow {
	border: 1px solid #ccc;
	background: #fff;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
input.num_arrow:hover {
	background: #bbc3c7;
	color: #fff;
}
input.num_arrow:disabled {
	color: #ccc;
	background: #eee;
	cursor: auto;
}
/*--- header ---*/
.header_wrap {
	width: 100%;
	/*background:url(/admintool/img/header_bg.jpg) top left repeat-x;*/
	height: 55px;
	position: relative;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	/*background-image: linear-gradient(15deg, #2c3e50 0%, #80d0c7 100%);
background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
background: linear-gradient(-225deg, #ffffff 0%, #798692 50%, #2c3e50 100%);
background: linear-gradient(-225deg, #ffffff 0%, #7595c4 50%, #2c3e50 100%);
background: linear-gradient(-225deg, #fbf2f0 0%, #ff9b5a 50%, #fc6f75 100%);*/
}
.h_logo {
	float: left;
	margin: 1px 0 0 10px;
}
/*--- header ---*/
.pankuzu {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.pankuzu a {
	color: #18bc9c;
}
/*--- main ---*/
hr {
	height: 8px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="hsla(0, 0%, 85%, 1.0)"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
	background-size: 3px 3px;
	border: 0;
	margin-top: 30px;
}
h3.title {
	border-left: 10px solid #fc6f75;
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	color: #000;
}
.title {
	border-left: 10px solid #fc6f75;
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	color: #000;
	margin: 1em 0;
	font-weight: bold;
}
.main_wrap {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.button a,
.button input[type="submit"] {
	display: block;
	width: 220px;
	height: 50px;
	line-height: 20px;
	background: #fff6f9;
	border: 2px solid #2c3e50 !important;
	border-radius: 5px;
	transition: 0.2s;
	color: #333;
	text-align: center;
	padding: 12px 5px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
.button a:hover,
.button input[type="submit"]:hover {
	background: #fedddc;
}
.main_menu_btn0 {
	margin-top: 30px !important;
}
.main_menu_btn0 li {
	width: 335px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main_menu_btn0 li:nth-of-type(2n) {
	margin-right: 0;
}
.main_menu_btn0 {
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 30px !important;
}
.main_menu_btn0 li a,
.access_btn_0 {
	width: 335px;
	height: 95px;
	display: block;
	line-height: 20px;
	background: #fff6f9;
	border: 2px solid #2c3e50 !important;
	border-radius: 5px;
	transition: 0.2s;
	color: #333;
	text-align: center;
	padding: 12px 5px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
.main_menu_btn0 li a i, .access_btn_0 i {
	padding: 0 10px;
	color: #fc6f75;
	vertical-align: middle;
	font-size: 40px;
}
.access_btn_0:hover {
	background: #fedddc;
	color: #333;
	cursor: pointer;
}
/*--- side ---*/
.s-info {
	width: 258px;
	height: auto;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}
.s-info h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
}
.s-info iframe {
	height: 250px;
	width: 258px;
}
.reins_number {
	text-align: center;
	line-height: 0;
	font-size: 20px;
	margin: 10px 0 0;
}
.reins_number a {
	display: block;
	color: #fc6f75;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	border: 2px solid;
	border-radius: 5px;
}
.reins_number a:hover {
	color: #fff;
	background: #fc6f75;
}
.s-question {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
.s-question a {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(-150deg, #2C3F51 0, #6A97C1 97%);
	border-radius: 100vh;
	color: #fff;
	position: relative;
	z-index: 0;
}
.s-question a:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	background: linear-gradient(-150deg, #2C3F51 0, #6A97C1 97%);
}
.s-question a:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	z-index: -2;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-150deg, #6A97C1 0, #2C3F51 97%);
}
.s-question a:hover:before {
	opacity: 0;
}
/*--- side ---*/
/*--- main ---*/
/*--- 物件登録 ---*/
.pan_wrap, h3.title, wrap {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.contents_wrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.wrap {
	overflow: hidden;
}
.box_left {
	width: 700px;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 0;
}
.box_right {
	width: 150px;
	float: right;
	margin: 0;
	cursor: pointer;
}
input.button_kakunin {
	display: block;
	color: #fff;
	background: #fe934d;
	border: 2px solid #fe934d;
	padding: 4px 10px 6px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: 0.5s;
	margin-bottom: 5px;
	cursor: pointer;
}
.button_kakunin:hover {
	color: #fe934d;
	background: #fff;
}
input.button_toroku {
	display: block;
	color: #fff;
	background: #2c3e50;
	border: 2px solid #2c3e50;
	padding: 4px 10px 6px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: 0.5s;
	cursor: pointer;
}
.button_toroku:hover {
	color: #2c3e50;
	background: #fff;
}
div#subContents {
	top: 200px;
	left: 0;
	position: fixed;
	z-index: 999;
	margin-left: 0px;
	width: 50px;
	padding: 0px;
}
.side_conf_btn {
	display: block;
	width: 40px;
	height: 150px;
	background: #fe934d;
	border: 2px solid #fe934d;
	color: #fff;
	writing-mode: vertical-rl;
	transition: 0.5s;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.side_conf_btn:hover {
	background: #fff;
	color: #f46424;
}
.side_ichiji_btn {
	display: block;
	width: 40px;
	height: 150px;
	background: #2c3e50;
	border: 2px solid #2c3e50;
	color: #fff;
	writing-mode: vertical-rl;
	transition: 0.5s;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.side_ichiji_btn:hover {
	background: #fff;
	color: #374e66;
}
.hissu {
	color: #fff !important;
	background-color: #e83131;
	font-size: 12px;
	padding: 2px 3px;
	margin: 0 10px 0 0;
}
.title.room_edit_t {
	border-left: 3px solid #2c3e50;
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	color: #000;
	margin: 1em 0;
	font-weight: bold;
}
.moyori_search_btn {
	margin-left: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #fe934d;
	border: 1px dotted #fe934d;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}
.moyori_search_btn:hover {
	background: #fff7f1;
}
/*.space.radio_btn{
    display: flex;
    align-items: center;
}*/
.space.radio_btn>label {
	margin-right: 10px;
}
.space.radio_btn>label:last-of-type {
	margin-right: 0;
}
a.txt_space {
	margin: 2px 10px;
	padding: 3px 5px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: #3ea6cd;
	border: 1px solid #3ea6cd;
	border-radius: 3px;
	color: #fff;
}
a.txt_space:hover {
	color: #3ea6cd;
	background: #fff;
}
.madori_left {
	float: left;
	margin: 0;
}
.madori_right {
	float: left;
}
.madori_center {
	float: left;
	margin: 0 50px;
}
input.comment_button {
	/*background: url(/admintool/img/button_comment.jpg) top left no-repeat;*/
	width: 120px;
	height: 35px;
	border: none;
	font-family: メイリオ;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;
}
input.comment_button:hover {
	background: #fff;
}
.tab_content_top input.comment_button{
	margin: 0 0 5px;
    font-size: 12px;
    height: 30px;
    width: 110px;
}
/*-- 周辺 --*/
.border12 {
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 12px;
}
.border12 tr, .border12 td {
	font-size: 12px;
	padding: 10px;
}
table.spot_header {
	border: 1px solid #3ea6cd;
	margin-bottom: 20px;
	font-weight: bold;
	border-collapse: collapse;
}
table.spot_header td {
	padding: 10px;
}
table.spot_header a.spot_circle {
	border: 2px solid #3ea6cd;
	padding: 2px 5px;
	margin: 0px 0px 20px 5px;
	background-color: #fff;
	color: #29b7d3;
	text-decoration: none;
	border-radius: 5px;
}
table.spot_header a.spot_circle:hover {
	color: #fff;
	background-color: #3ea6cd;
}
/*-- 周辺スポット --*/
table.spot_sel_tbl {
	display: inline-block;
	margin: 10px;
	width: 454px;
	height: 190px;
	border: 0px solid #ccc;
	box-shadow: 0 0 5px 0 #999;
	border-radius: 10px;
	background: #fff;
}
table.spot_sel_tbl:nth-of-type(2n) {
	margin-left: 0px;
}
table.spot_sel_tbl thead th {
	font-size: 15px;
	padding: 0px 5px 0px 15px;
	width: 459px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #ccc;
}
table.spot_sel_tbl thead td {
	padding: 10px 10px;
	vertical-align: middle;
}
table.spot_sel_tbl>tbody>tr>td {
	padding: 10px;
}
table.spot_sel_tbl th div.drag_info {
	font-size: 11px;
	color: #ccc;
	float: right;
	position: relative;
	top: 3px;
	right: 0px;
}
table.spot_sel_tbl input.spot_sel,
table.spot_sel_tbl input.spot_reg {
	/*width: 90px;*/
	height: 27px;
	margin: 0px 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #374e66;
	border-radius: 3px;
	color: #374e66;
	background: #fff;
	padding: 0 5px;
}
table.spot_sel_tbl input.spot_sel:disabled,
table.spot_sel_tbl input.spot_reg:disabled,
table.spot_sel_tbl input.spot_del:disabled,
table.spot_sel_tbl input.spot_sel:disabled:hover,
table.spot_sel_tbl input.spot_reg:disabled:hover,
table.spot_sel_tbl input.spot_del:disabled:hover {
	border: 2px solid #ccc !important;
	color: #aaa !important;
	background: #eee !important;
}
table.spot_sel_tbl input.spot_sel:hover,
table.spot_sel_tbl input.spot_reg:hover {
	color: #fff;
	background: #374e66;
}
table.spot_sel_tbl input.spot_del {
	width: 50px;
	height: 27px;
	/* margin: 0px 0px 0px 0px; */
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #d64a4a;
	background-color: #d64a4a;
	border-radius: 3px;
}
table.spot_sel_tbl input.spot_del:hover {
	color: #d64a4a;
	background-color: #fff;
}
table.spot_sel_tbl .spot_img {
	margin: 0 0 0 10px;
	padding: 0px;
	float: right;
}
table.spot_sel_tbl .spot_img img {
	width: 135px;
	height: 120px;
	object-fit: cover;
}
.spot_info {
	font-size: 12px;
}
.spot_info th {
	width: 25%;
	text-align: right;
}
.spot_info th, .spot_info td {
	padding: 5px 5px 0;
}
/*-- 周辺スポット --*/
/*-- 周辺スポット検索 --*/
div.spot_search_window_box {
	text-align: left;
	margin: 4px 0px 10px 0px;
	padding: 5px 7px;
	font-size: 12px;
	border: 1px solid #29b7d3;
}
div.spot_search_window_box>div {
	color: #29b7d3;
	margin: 2px 0px;
}
table.spot_search_box th {
	text-align: left;
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 2px 10px;
	border-left: 10px solid #3ea6cd;
	box-sizing: border-box;
	margin-bottom: 5px;
}
table.spot_search_box td {
	text-align: left;
	width: 100%;
	display: flex;
	padding: 5px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}
table.spot_search_box label {
	margin-right: 10px;
	white-space: nowrap;
}
table.spot_search_box input {
	border: 1px solid #ddd;
}
table.spot_search_box select {
	width: 100%;
	border: 1px solid #ddd;
}
.search_btn {
	border: 2px solid #333;
	border-radius: 3px;
	background: #333;
	color: #fff;
	padding: 0 5px;
	font-size: 13px;
	width: 60px;
}
.search_btn:hover {
	background: #fff;
	color: #333;
	cursor: pointer;
	width: 60px;
}
#spot_search_result .spot_sel_tbl.ui-draggable {
	margin: 0 0 10px 0 !important;
	width: 100%;
	min-width: 459px;
}
/*-- 周辺スポット検索 --*/
#reg_spot_dialog iframe body {
	width: 80%;
	margin: 0 auto;
}
/*-- 周辺 --*/
.ui-draggable .ui-dialog-titlebar {
	background: #eee;
	border: 1px solid #ccc;
}
/*--- 物件登録 ---*/
/*--- 物件確認 ---*/
.line-bg {
	border: 1px solid #c9cdd3;
	margin-bottom: 30px;
}
.line-bg tr.img_category {
	background: #ebeef3;
	border-bottom: 1px solid #c9cdd3;
}
.line-bg tr td>img {
	width: 170px;
	height: 120px;
	object-fit: cover;
	padding: 20px 30px 0;
}
.conf_img_table {
	display: flex;
	flex-wrap: wrap;
}
.conf_img_table table {
	margin-right: 1%;
}
.conf_img_table table:nth-of-type(4n) {
	margin-right: 0;
}
input.button_modoru {
	display: block;
	color: #333;
	background: #eee;
	border: 2px solid #eee;
	padding: 4px 10px 6px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: 0.2s;
	float: right;
	cursor: pointer;
}
input.button_modoru:hover {
	background: #fff;
}
input.button_preview {
	display: block;
	color: #fff;
	background: #fba46b;
	border: 2px solid #fba46b;
	padding: 4px 10px 6px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: 0.2s;
	float: left;
	cursor: pointer;
}
input.button_preview:hover {
	background: #fff;
	color: #fba46b;
}
.conf_add_img img {
	width: 150px !important;
	padding: 10px 15px 0 !important;
}
.conf_img_table .line-bg:not(:has(tr:nth-child(3) img)) {
	display: none;
}
/*--- 物件確認 ---*/
/*---------- 完了画面 ----------*/
.complete_box {
	width: 100%;
	margin: 20px auto;
	border: 1px #e0e0e0 solid;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.complete_text {
	padding: 10px 20px;
	margin: 0;
	font-size: 13px;
	min-height: 80px;
	text-align: left;
}
.complete_btns {
	padding: 20px;
	display: flex;
	background: #eee;
	border-radius: 20px;
	justify-content: center;
}
.complete_btns li:first-of-type {
	margin-left: 0;
}
.complete_btn1, .complete_btn2, .complete_btn0 {
	margin: 20px 0 20px 20px;
	width: 200px;
	font-size: 14px;
}
.complete_btn1 a,
.complete_btn1 input {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #374e66;
	padding: 4px 10px 6px;
	border: 1px solid #374e66;
	border-radius: 10px;
	width: 200px;
	box-sizing: border-box;
}
.complete_btn1 a:hover,
.complete_btn1 input:hover {
	color: #374e66;
	background: #fff;
	border: 1px solid #374e66;
	cursor: pointer
}
.complete_btn2 a,
.complete_btn2 input {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #fff;
	padding: 4px 10px 6px;
	border: 1px solid;
	border-radius: 10px;
	width: 200px;
	box-sizing: border-box;
}
.complete_btn2 a:hover,
.complete_btn2 input:hover {
	color: #fff;
	background: #333;
	border: 1px solid #333;
	cursor: pointer
}
.complete_btn0 a,
.complete_btn0 input {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #29b7d3;
	padding: 4px 10px 6px;
	border: 1px solid #29b7d3;
	border-radius: 10px;
	width: 200px;
	box-sizing: border-box;
}
.complete_btn0 a:hover,
.complete_btn0 input:hover {
	color: #29b7d3;
	background: #fff;
	border: 1px solid #29b7d3;
	cursor: pointer
}
/*---------- 完了画面 ----------*/
/*--- 物件検索 ---*/
#shubetsu_id1 td,
#shubetsu_id2 td,
#shubetsu_id3 td,
#shubetsu_id4 td {
	display: list-item;
	list-style: none;
	float: left;
	width: auto;
	padding-right: 10px;
	white-space: nowrap;
	/*display: flex;*/
}
#shubetsu_id1 td:first-child,
#shubetsu_id2 td:first-child,
#shubetsu_id3 td:first-child,
#shubetsu_id4 td:first-child {
	width: 75px;
	padding: 0 3px;
	text-align: center;
	background: #cdd3de;
	margin: 0 3px 0 0;
}
#shubetsu_id1 td input[type="checkbox"],
#shubetsu_id2 td input[type="checkbox"],
#shubetsu_id3 td input[type="checkbox"],
#shubetsu_id4 td input[type="checkbox"] {
	margin: 3px;
}
#shubetsu_id4 td:nth-of-type(9) {
	margin-left: 84px;
}
.t-line-bg {
	margin-bottom: 20px;
}
.t-tr-title td b {
	padding: 8px 15px;
	margin-bottom: 15px;
	list-style: none;
	/*background-color: #3d5267;*/
	background-color: #4c545f;
	border-radius: 4px;
	display: block;
	color: #fff;
}
.room_search_btn {
	margin: 0 0 30px;
}
.room_seach_btn_orange {
	background: #ff9a59;
	border: 0px;
	color: #fff;
	padding: 10px;
	width: 300px;
	letter-spacing: 1px;
	font-size: 15px;
	/*font-weight: bold;*/
	border-radius: 5px;
	border-bottom: 5px solid #de6c39;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.room_seach_btn_orange:hover {
	margin-top: 3px;
	border-bottom: 2px solid #de6c39;
	cursor: pointer
}
.room_seach_btn_orange:active {
	background: #de6c39;
}
.hidden_box {
	margin: 2em 0;
	/*前後の余白*/
	padding: 0;
}
/*ボタン装飾*/
.hidden_box label.room_search_hidden_label {
	padding: 15px;
	font-weight: bold;
	border: dotted 1px #ccc;
	cursor: pointer;
	width: 100%;
	text-align: left;
	display: block;
	letter-spacing: 1px;
	transition: 0.2s;
	background: #f0f1f3;
	box-sizing: border-box;
	border-radius: 5px;
}
/*ボタンホバー時*/
.hidden_box label.room_search_hidden_label:hover {
	background: #dde0e4;
	color: #333 !important;
	cursor: pointer
}
.hidden_box label.room_search_hidden_label span {
	background: #c9cdd3;
	border-radius: 50%;
	padding: 3px 5px 3px 7px;
	color: #fff;
}
/*チェックは見えなくする*/
.hidden_box input.room_search_hidden_input {
	display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input.room_search_hidden_input:checked~.hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}
/*--- 物件検索 ---*/
/*--- 物件一覧 ---*/
.kensaku_head,
.kensaku_bottom {
	width: 98%;
	margin: 0 auto;
	/*overflow: hidden;
    position: relative;*/
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
}
.kensaku_head_l,
.kensaku_bottom_l {
	/*width: 36%;
    float: left;*/
}
.kensaku_head_r {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/*position: absolute;
    bottom: 0;
    right: 0;*/
}
.kensaku_bottom_r {
	float: right;
	text-align: right;
}
.ikkatsu_btn.kensaku_bottom_r ul:before {
	display: none;
}
.kensaku_head_l ul.mail_url_btn,
ul.kensu {
	display: flex;
	list-style: none;
	margin-bottom: 10px;
}
.kensaku_head_l ul.mail_url_btn li.url_btn_li {
	width: 180px;
	margin-right: 10px;
}
.kensaku_head_l ul.mail_url_btn li.url_btn_li a {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #2c3e50;
	border-radius: 5px;
	text-align: center;
	background: #2c3e50;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	/*border: 2px solid #2c3e50;
    background: #2c3e50;*/
}
.kensaku_head_l ul.mail_url_btn li.url_btn_li a:hover {
	background: #fff;
	/*color:#2c3e50;*/
	color: #2c3e50;
}
.kensaku_head_l ul.mail_url_btn li.url_btn_li:nth-of-type(3) a {
	/*border: 2px solid #6de0cb;
    background: #6de0cb;*/
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.kensaku_head_l ul.mail_url_btn li.url_btn_li:nth-of-type(3) a:hover {
	background: #fff;
	/*color:#6de0cb;*/
	color: #648d9a;
}
ul.kensu li:nth-of-type(1) {
	padding: 3px 0;
	font-weight: bold;
}
ul.kensu li a {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}
ul.kensu li a:hover {
	text-decoration: underline;
}
.kensaku_head_r div ul {
	position: relative;
	list-style: none;
	padding: 15px 10px;
	background: #eee;
	border-radius: 10px;
	margin-bottom: 10px;
}
/*
.kensaku_head_r div ul:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 65%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
}
*/
.kensaku_head_r div ul li input[type="button"],
.kensaku_bottom_l ul li input[type="button"],
.kensaku_bottom_r ul li input[type="button"],
.kensaku_head_r.manshion_list ul li input[type="button"] {
	display: block;
	/*width: 180px;*/
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
	margin: 0 5px 0 0;
}
.kensaku_head_r div ul li:nth-of-type(5) input[type="button"] {
	margin-right: 0;
}
/*.kensaku_head_r div ul li:last-of-type input[type="button"]{margin: 0;}*/
/*.ikkatsu_btn{
    width: 75%;
}*/
.ikkatsu_btn ul {
	float: right;
	display: flex;
	flex-wrap: wrap;
	margin-right: 10px;
	/*background:#7d9ba6 !important;*/
}
/*.ikkatsu_btn ul:before {border-top: 15px solid #7d9ba6 !important;}*/
/*.tokusyu_btn{
    position: relative;
    width: 25%;
}*/
.tokusyu_btn ul {
	/*position: absolute !important;
    right: 0;
    bottom: 0;*/
	background: #2c3e50 !important;
}
/*.tokusyu_btn ul:before {border-top: 15px solid #536b8c !important;}*/
.syousai_show_btn {
	display: block;
	width: 100px;
	background: #2c3e50;
	/*padding: 5px;*/
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	border: 2px solid #2c3e50;
	box-sizing: border-box;
	margin: 5px 0;
	/*background: #fc6f75;
    border: 2px solid #fc6f75*/
	;
}
.syousai_show_btn:hover {
	background: #fff;
	/*color:#fc6f75;*/
	color: #2c3e50;
}
.ichiran_edit a {
	display: block;
	background: #ebeef3;
	padding: 1px;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	border: 2px solid #ebeef3;
	box-sizing: border-box;
	margin-bottom: 5px;
	cursor: pointer;
	width: 80px;
}
.ichiran_edit a:hover {
	background: #fff;
}
.ichiran_edit a:nth-of-type(1) {
	color: #fff;
	border: 2px solid #18bc9c;
	background: #18bc9c;
}
.ichiran_edit a:nth-of-type(1):hover {
	background: #fff;
	color: #18bc9c;
}
.ichiran_edit a:last-of-type {
	margin-bottom: 0;
}
.ichiran_edit a i {
	font-size: 18px;
}
.ichiran_edit.kuushitsu a {
	background: #2c3e50;
	border: 2px solid #2c3e50;
	width: 120px;
	color: #fff;
}
.ichiran_edit.kuushitsu a:hover {
	background: #fff;
	color: #2c3e50;
}
.menseki_span {
	border: 1px solid #333;
	padding: 0px 2px;
	border-radius: 3px;
	margin-right: 3px;
	line-height: 25px;
}
table.scrolltablestyle tbody tr td i {
	display: inline-flex;
	vertical-align: middle;
	line-height: 25px;
}
.kooukaibi {
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin-top: 5px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.kooukaibi:hover {
	border: 1px solid #6de0cb;
	background: #eee;
}
.kooukaibi:disabled:hover {
	border: 1px solid #ccc;
	background: #fff;
}
.kensaku_bottom_l ul,
.kensaku_head_r.manshion_list ul {
	list-style: none;
	display: flex;
}
.ikkatsu_ref {
	display: block;
	background: #fff;
	border: 1px solid #2c3e50;
	padding: 2px 7px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 11px;
}
.ikkatsu_ref:hover {
	background: #18bc9c;
	color: #fff;
}
.ikkatsu_ref.ikkatsu_del {
	color: #d64a4a;
}
.ikkatsu_ref.ikkatsu_del:hover {
	background: #d64a4a;
	color: #fff;
}
div.hyouji {
	display: flex;
	align-items: flex-end;
}
div.pager {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 500px;
	justify-content: flex-end;
}
div.pager a {
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding: 2px 5px;
	margin: 2px 2px 0 0;
}
div.pager p {
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #C9CDD3;
	padding: 2px 5px;
	margin-right: 2px;
	background: #EBEEF3;
}
div.pager a:hover {
	background: #eee;
}
.thumb_img {
	max-width: 150px;
	max-height: 120px;
	outline: 1px solid #ccc;
	outline-offset: 1px;
	margin-bottom: 5px;
}
.roomlist_check {
	border: 1px solid #ccc;
    padding: 0px 5px;
    box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
    margin: 5px 0;
    font-size: 11px;
    display: inline-block;
	color: #333;
}
.roomlist_check:hover {
	border: 1px solid #6de0cb;
	background: #eee;
	color: #333;
}
.roomlist_check_del {
	border: 2px solid #d64a4a;
	padding: 3px 0 1px;
	display: block;
	border-radius: 5px;
	background: #ffe7e7;
	margin-top: 5px;
	color: #d64a4a;
}
.roomlist_check_del:hover {
	background: #d64a4a;
	color: #fff;
}
/*--- 物件一覧 ---*/
/*--- レインズ ---*/
.tokusyu_select_step {
	margin: 2em;
	padding: 20px;
	display: flex;
	justify-content: center;
	background: #EBEEF3;
	font-size: 14px;
	list-style: none;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.tokusyu_select_step li:nth-of-type(2n) {
	width: 15px;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #3ea6cd;
	margin: 30px 10px 30px 25px;
}
.tokusyu_select_step li p span {
	font-weight: bold;
	color: #374e66;
	font-size: 15px;
}
.convert_op {
	margin: 1em 1em 5em !important;
}
.convert_op li p {
	text-align: left;
	font-weight: bold;
}
.import_file {
	padding: 10px;
	border: 1px dotted;
	background: #fff;
	margin-bottom: 10px;
}
/*--- レインズ ---*/
/*--- こだわり条件 ---*/
.t_tab_on {
	text-align: center;
	text-indent: unset !important;
}
.t_tab_on p {
	padding: 10px;
	background: #2c3e50 !important;
	color: #fff;
	border-radius: 5px 5px 0 0;
	margin-right: 3px;
}
.t_tab_off {
	text-align: center;
	text-indent: unset !important;
}
.t_tab_off p a {
	display: block;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: #eee;
	margin-right: 3px;
	color: #777;
	text-decoration: none;
}
.t_tab_off p a:hover {
	background: #ccc;
}
/*--- こだわり条件 ---*/
/*---------- ウォーターマーク ----------*/
#watermark_wrap {
	text-align: left;
	overflow: hidden
}
#watermark_wrap img {
	float: left;
	max-width: 200px !important;
	margin: 1em 3px;
	outline: 1px solid #ccc;
	outline-offset: 2px;
	background: #fff;
	background-image: linear-gradient(45deg, #eee 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #eee 0),
		linear-gradient(45deg, #eee 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #eee 0);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px,
		10px 10px, 20px 20px;
}
#watermark_wrap div {
	float: left;
	margin: 1em;
}
input[type="file"]#watermark {
	padding: 10px;
	border: 1px dotted;
	margin: 0 0 0.5em 0;
}
.delete_btn {
	font-size: 14px;
	color: #fff;
	border: 2px solid #d64a4a;
	background-color: #d64a4a;
	border-radius: 5px;
	transition: 0.2s;
	padding: 2px 10px 4px;
}
.delete_btn:hover {
	color: #d64a4a;
	background-color: #fff;
	cursor: pointer
}
/*---------- ウォーターマーク ----------*/
/*---------- TOPページ更新 ----------*/
.top_koushin_btn {
	border: 2px solid #374e66;
	border-radius: 5px;
	background: #374e66;
	color: #fff;
	padding: 2px 10px 4px;
	transition: 0.2s;
	font-size: 14px;
}
.top_koushin_btn:hover {
	background: #fff;
	color: #374e66;
	cursor: pointer
}
.top_koushin_btn:disabled,
.top_koushin_btn:disabled:hover {
	border: 2px solid #ccc;
	border-radius: 5px;
	background: #eee;
	color: #ccc;
	padding: 2px 10px 4px;
	font-size: 14px;
	cursor: pointer
}
.top_koushin {
	border-top: 1px solid #ccc;
	margin: 2em;
	width: 94.75%;
}
.top_koushin th, .top_koushin td {
	border-bottom: 1px solid #ccc;
}
.top_koushin th {
	padding: 10px;
	font-size: 14px;
	background: #EBEEF3;
	text-align: right;
	font-weight: normal;
}
.top_koushin th span {
	font-size: 12px;
	color: #aaa;
}
.top_koushin td {
	padding: 0 20px;
}
p.page_exp {
	padding: 10px 0;
	margin: 0;
	font-size: 13px;
	text-align: left;
}
/*---------- TOPページ更新 ----------*/
/*---------- 売主 ----------*/
.urinushi_shibori input {
	border: 1px dashed;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 4px 4px;
	background: #fff;
}
.urinushi_shibori input:hover {
	background: #eee;
	cursor: pointer
}
.urinushi_shibori input:disabled,
.urinushi_shibori input:disabled:hover {
	border: 1px dashed #ccc;
	color: #ccc;
	background: #fff;
	cursor: default;
}
/*---------- 売主 ----------*/
/*---------- コンバート ----------*/
.convert_step_title {
	display: flex;
}
.convert_step {
	background: #4c545f;
	color: #FFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}
.convert_step_exp {
	text-align: left;
	font-size: 14px;
	padding: 15px;
}
.convert_step_exp span {
	font-weight: bold;
	font-size: 16px;
}
.convert_op {
	margin: 1em 1em 5em !important;
}
.convert_op li p {
	text-align: left;
	font-weight: bold;
}
.import_file {
	padding: 10px;
	border: 1px dotted;
	background: #fff;
	margin-bottom: 10px;
}
/*---------- コンバート ----------*/
/*---------- 小冊子 ----------*/
.book_left, .book_right {
	width: 49%;
}
.book_left {
	margin-right: 2%;
}
.book_left>div, .book_right>div {
	border: 1px solid #18bc9c;
	padding: 5px 0;
	/* background: #18bc9c; */
	margin-bottom: 10px;
	border-radius: 10px;
	color: #18bc9c;
}
.book_left>div p, .book_right>div p {
	margin: 0.5em;
}
/*---------- 小冊子 ----------*/
/*---------- 路線データ編集 ----------*/
.rosen_menu {
	padding: 40px 20px;
	display: flex;
	background: #EBEEF3;
	border-radius: 20px;
	justify-content: center;
	margin: 30px 0 100px;
}
.rosen_menu input[type="button"] {
	width: 220px;
	margin-right: 10px;
}
.rosen_menu input[type="button"]:last-of-type {
	margin: 0;
}
/*---------- 路線データ編集 ----------*/
div.toggle.regist_toggle, div.toggle2.regist_toggle, div.toggle3.regist_toggle {
	cursor: pointer;
	padding: 10px;
	/* transition: 0.2s; */
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 5px;
}