@charset "UTF-8";
/* CSS Document */

@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css");

/*基本*/
html, body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック Medium", "YuGothic M", "游ゴシック", "YuGothic", "Meiryo", "Roboto", "Droid Sans", "sans-serif";
	/*color: #333 !important;*/
	font-size: 13px !important;
	line-height: 1.3 !important;
	margin: 0;
	padding: 0;
	word-break : break-all;
}

#wrapper {
	/*width:1000px;
	min-width:1000px;
	width:98%;*/
  margin: 5px 15px 70px;
  box-sizing: border-box;
}
#wrapper .BukkenList,
#wrapper .BukkenDetail {
	width:100%;
	/*width:1000px;
	min-width:1000px;*/
}

.modal #wrapper {
	margin:15px auto 120px;
}

ol, ul, li {
	list-style: none;
	margin:0;
	padding:0;
}
/*ul {
	list-style: none;
	margin: -1px 0 -1px -40px;
}*/
     
    /*h1{
    	position: relative;
    	overflow: hidden;
    	padding-bottom: 3px;
    	font-size:20px;
		color:#333;
    }
    h1::before,
    h1::after{
    	content: "";
    	position: absolute;
    	bottom: 0;
    }
    h1:before{
    	border-bottom: 3px solid #fa7e74;
    	width: 100%;
    }
    h1:after{
    	border-bottom: 3px solid #ccc;
    	width: 100%;
    }*/

h1 {
/*padding: 0 10px;
color:#777;
background: #f7f7f7;
border-left:6px solid #fa7e74;
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
display:inline-block;
font-size:20px;
font-weight:100;*/
height: 34px;
line-height: 34px; 
padding: 0px 0px 0px 20px;
color: #fff;
font-size:17px;
position:relative;
background-color: #80aba9;
/*box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);*/

	/*background: repeating-linear-gradient(
	-45deg,
	#47bea0,
	#47bea0 10px,
	#50c1a5 10px,
	#50c1a5 20px
	);*/
}
h1:before{
	position:absolute;/*中の緑の線を左上から描いていくために必要*/
	content: "";/*これを入れることで線が表示される準備ができる*/
	width: 6px;/*中の緑の線の太さ*/
	height: 24px;/*中の緑の線の高さ*/
	background: #fff;/*中の緑の線の色*/
	top: 5px;/*中の緑の線の上からの距離*/
	left: 5px;/*中の緑の線の左からの距離*/
}

.BukkenDetail h1,
.BukkenList h1,
.modal h1 {
	display:none;
}
/*.BukkenDetail img,
.BukkenList img {
	transition-duration: 0.3s;
}
.BukkenDetail img:hover,
.BukkenList img:hover {
	transform: scale(2.0);	画像の拡大率
	transition-duration: 0.3s;
}*/

/*a {
	color:#80aba9;
	text-decoration:none;
}
a:hover {
	color:#80aba9;
	text-decoration:underline;
}*/
.UserMailHistContents h1 {
    height: initial;
    line-height: initial; 
    padding: initial;
    color: initial;
    position:initial;
    background-color: initial;
}

a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #80aba9;
    display: inline-block;
    margin: 0px 1px 3px;
    padding: 1px 3px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    /*white-space: nowrap;*/
    min-height: 1.5em;
    line-height: 1.4em;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#80aba9 !important;
	font-weight:600;
	box-sizing: border-box;
}
a:hover {
	color:#fa7e74 !important;
}
.new_regist_button a {
  background-color:#fa7e74;
  border: 1px solid #fa7e74;
  height: 45px !important;
  line-height: 45px !important;
  border-radius: 0.5em;
  font-size: 17px !important;
  font-weight: 600;
  margin: 10px auto;
  padding: 0 1em !important;
  color:#ffffff !important;
}
.new_regist_button a:hover {
  background-color:#ffffff !important;
  color:#fa7e74 !important;
}
.UserDuplication {
   color: #e60517 !important;
   font-weight: bold !important;
}
.PortalTextareaField {
    margin:5px 0 0;
}
.PortalTextareaField a {
    border: none;
    padding:0px;
    margin:0px;
    background-color:rgba(255,255,255,0);
    display: unset;
}

.select_assist a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #bbb solid 1px;
    display: inline-block;
    margin: 0px 0px 2px 0px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    /*white-space: nowrap;*/
    min-height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#ccc !important;
}
.select_assist a:hover {
	color:#fa7e74 !important;
}

.ImgReset input[type="button"],
.ImgResend input[type="button"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #80aba9;
    display: inline-block;
    margin: 0px 1px 0px;
    padding: 1px 3px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    /*white-space: nowrap;*/
    min-height: 1.5em;
    line-height: 1.4em;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#80aba9 !important;
	font-weight:600;
	box-sizing: border-box;
}
.ImgReset input[type="button"]:hover,
.ImgResend input[type="button"]:hover {
	color:#fa7e74 !important;
}

select {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 1px;
	border: #bbb solid 1px;
	font-size: 13px;
	margin: 1px;
}

br {
	line-height: 2.3em !important;
}
.mng_list br {
	line-height: 0em !important;
}

hr {
	height: 1px;
	background-color:#fff;
	border:none;
}

table {
	border-collapse: collapse;
}
th {
	vertical-align:top;
}
/*td {
	background-color: #f7f7f7;
}*/

sup {
	font-size:0.6em;
}

/*ログイン*/
.loginEntrance {
	text-align: center;
	margin:30px auto;
	height: 100%;
}
.loginEntrance form {
	margin:60px auto;
}
.loginEntrance .bottom {
	margin:200px auto 0;	
}
.loginEntrance .copy {
	font-size:0.8em;
	color:#797777;
	margin:30px auto;
}

/*右メニュー*/
.menu #nav-content div.title {
	font-weight:600;
	margin:10px 0 0;
	background-color: #e5e5e5;
	padding: 5px;
	width: 210px;
}
.menu #nav-content ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
.menu #nav-content li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
.menu #nav-content li a{
display: block; 
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: #bbb solid 1px;
background-color: #fff;
padding: 3px 10px;
text-decoration: none;
color: #333 !important;
width: 200px; 
margin: 0px !important;
text-align: left !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
.menu #nav-content li a:hover{
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background-color: #f5f5f5;
color:#fa7e74 !important;
}
.menu #nav-content ul li a{
display: block; 
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: #bbb solid 1px;
background-color: #fff;
padding:3px 10px;
text-decoration: none;
width: 220px; 
margin: 0px;
text-align: left;
font-weight:normal !important;
}
.menu #nav-content ul li a:hover{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: #bbb solid 1px;
background-color: #f5f5f5;
color:#fa7e74 !important;
}
.menu #nav-content ul li #bukken_new_regist li a {
	padding-left:20px;
	/*width: 190px;*/
}

/* アコーディオンB */
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
line-height: 2.0;
position: relative;
display: block;
padding: 0 0 0 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #bbb;
width: 210px;
}
.cp_actab label:hover {
color:#fa7e74;	
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.cp_actab .cp_actab-content ul li {
width: 190px !important;	
}
.cp_actab .cp_actab-content ul li a {
padding: 3px 10px 3px 20px !important;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 30em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after{
font-family:"FontAwesome";
content:" \f078";
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 3em;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
font-family:"FontAwesome";
content:" \f077";
}

/*物件詳細メニュー*/
.BukkenDetailHead .ListIdView {
	/*padding:3px 0 0 15px;*/
	font-size:1.1em;
	display: inline-block;
}
.BukkenDetailHead .linkicon a {
    border:none;
}
.BukkenDetailHead .BukkenDetailMainInfo {
	/*padding:3px 0 1px 15px;	
	font-weight:600;*/
	font-size:1.25em;
	float:left;
    margin: 3px 0 0;
}
.BukkenDetailHead .BukkenNameBlock {
	/*padding:0 0 0 15px;*/
	clear: both;
}
.BukkenDetailHead .BukkenNameBlock .BukkenNameTitle{
    width:5%;
    font-weight: bold;
    display: inline-block;
}
.BukkenDetailHead .BukkenNameBlock .BukkenNameAddressKanaTitle{
    width:6%;
    font-weight: bold;
    display: inline-block;
}
.BukkenDetailHead .BukkenNameBlock #BukkenName,
.BukkenDetailHead .BukkenNameBlock #BukkenNameAddressKana {
    width:39%;
    display: inline-block;
}
.BukkenNameBlock a {
    width:7%;
    display: inline-block;
    text-align: center;
}
.BukkenDetailHead .MatchUser {
	padding:0px 0px 0px 10px;
	font-size:13px;
}
.cboxContent {
	position:relative;
}
.BukkenDetailHead {
	position:fixed;
	top: 0px;
	left: 0px;
	width:970px !important;
	/*width:100% !important;*/
	background-color:#fff;	
	/*z-index: 999;*/
	padding: 5px 0 0 15px;
	box-sizing: border-box;
}
.modal .BukkenDetailHead {
	width:980px !important;
	padding: 5px 0 0 20px !important;
}
/*.BukkenDetailHead .tab_menu {
	position:absolute;
	top:0px;
	left:0px;
}*/

.BukkenDetailHead .tab_menu {
  clear: both;
  /*margin: 0 0px;
  padding: 7px 0 0 15px;*/
  padding: 5px 0 0 0px;
  list-style: none;
}
.BukkenDetailHead .tab_menu li {
	display:inline-block;
	text-align:center;
}
.tabpanel {
  padding: 0;
}


.ui-state-default {
  margin: 1px 1px 0 0;
  padding: 5px 0px 15px;
  height: 1em;
  line-height:105%;
  border: 1px solid #006666;
  background:#006666;
  float: left;
  display: inline; /* IE float bug fix */
  /*font-size:105%;*/
}
.ui-state-default a {
	color:#fff !important;
	text-decoration:none !important;
	background-color:#006666 !important;
	border:#006666 !important;
}

#tab_block .ui-tabs-panel {
  clear: both;
  display: block;
  padding: 0 0 70px;
  /*width: 100%;
  padding: 5px;*/
  width: 945px;
  z-index: -1;
  position: absolute;
}
ul.tab_menu .ui-tabs-panel {
  clear: both;
  display: block;
  padding: 0 0 70px;
  /*width: 100%;
  padding: 5px;*/
  width: 945px;
}
.modal .ui-tabs-panel {
  width: 960px;
}

ul.controlList {
  list-style-type: none;
}

li[aria-selected='true'] {
  background-color: #fff !important;
  text-decoration:none !important;
  border-bottom: 1px solid #fff;
}
li[aria-selected='true'] a {
  color: #006666 !important;
  text-decoration:none !important;
  background-color: #fff !important;
}

div[aria-hidden='true'] {
   display: none;
}
div[aria-hidden='false'] {
   display:block;
}

.focus {
  margin-top: 0;
}

.hidden {display:none;}

.modal .tabContents {
	/*margin:160px 0 0;*/
	margin:50px 0 0;
}

/*基本　table*/
table.mng_list{
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;/*ページャー対策*/
}
table.mng_list th {
	background-color: #ddd;
	border: #bbb solid 1px;
	padding: 5px;
}
table.mng_list td {
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	vertical-align:top;
}

.ContractList table.mng_list {
	width: 120%;
}

.BukkenList table.mng_list{
	/*border-top: #bbb solid 1px;*/
	border-right: none !important;
	border-collapse: collapse;
	width: 100%;
	/*margin-bottom: 60px;ページャー対策*/
}
.BukkenList table.mng_list th {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	background-color:#f5f5f5;
	padding: 5px;
	vertical-align:middle;
	text-align: left;
}
.BukkenList table.mng_list td {
	/*border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;*/
	background-color: #f7f7f7;
	padding: 5px;
	/*vertical-align:middle;*/
}
.BukkenList table.mng_list td.border_check {
    text-align: center;
}
.BukkenList table.mng_list td.border_top_bottom {
	width:190px;
}
.blank_row .blank_cell {
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	background-color:#fff !important;
	padding:5px !important;
}

table.mng_list tr.border_none_tr td {
	background-color: #f7f7f7;
	padding:10px !important;
}
.border_check{
	border-left: #aaa 2px solid !important;
	border-top: #aaa 2px solid !important;
	border-bottom: #aaa 2px solid !important;
	border-right: #ccc 1px solid;
}
.border_top_bottom{
	border-top: #aaa 2px solid !important;
	border-bottom: #aaa 2px solid !important;
	border-right: #ccc 1px solid;
}
.border_top{
	border-top: #aaa 2px solid !important;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.border_top_right{
	border-top: #aaa 2px solid !important;
	border-right: #aaa 2px solid !important;
	border-bottom: #ccc 1px solid;
}
.border_bottom_right{
	border-right: #aaa 2px solid !important;
	border-bottom: #aaa 2px solid !important;
}
.border_bottom_right .bl_select .bl_SaleConditions {
	display:none !important;
}
.bl_icon {
	background: #666;
	padding: 0px 0px 1px 1.5px;
	color: #fff;
	font-size: 0.9em;
	margin: 0 2px 2px 0;
	height: 15px;
	width: 15px;
	box-sizing: border-box;
	display: inline-block;
}
.bl_RentShikikin .bl_icon2 {
	background: #e73562;
	padding: 0px 0px 1px 1.5px;
	color: #fff;
	font-size: 0.9em;
	margin: 0 2px 2px 0;
	height: 15px;
	width: 15px;
	box-sizing: border-box;
	display: inline-block;
}
.bl_RentReikin .bl_icon2 {
	background: #e73562;
	padding: 0px 0px 1px 1.5px;
	color: #fff;
	font-size: 0.9em;
	margin: 0 2px 2px 0;
	height: 15px;
	width: 15px;
	box-sizing: border-box;
	display: inline-block;
}

/*ハンバーガー*/
.menu {
  position:fixed;
  top:10px;
  right:5px;
  z-index:1000;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面に*/
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 9998;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 280px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  padding-left:10px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-close:checked ~ label::before {
font-family: 'FontAwesome';
content: '\f00d';
}

/*メニュー*/
.navi_view {
margin: 10px 0 0;
}

/*ボタン固定*/
input[type="button"],
input[type="submit"],
.FormKoumokuView .sort-elements a {
    display: inline-block;
    box-sizing: border-box;
    margin: 1px 0.5px 3px;
    padding: 1px 5px !important;
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none !important;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #999;
	color:#fff !important;
	min-height: 1.5em;
    line-height: 1.4em;
	font-size: 1.0em;
    -webkit-appearance: none;
}
.submit_button_subdiv input[type="submit"] {
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0.5px;
    padding: 1px 5px !important;
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none !important;
    border: 1px solid #fa7e74;
    border-radius: 5px;
    background-color: #fa7e74;
	color:#fff !important;
	min-height: 1.5em;
    line-height: 1.4em;
	font-size: 1.0em;
    -webkit-appearance: none;
}
.GproImgChange input[type="button"] {
    border-radius: 3px;
	min-height: 1.3em;
    line-height: 1.2em;
	font-size: 0.8em;
    -webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
.FormKoumokuView .sort-elements a:hover {
	background-color:#fff;
	border: 1px solid #999;
	color:#999 !important;
}
input[type="submit"]:hover {
	background-color:#fff;
	border: 1px solid #fa7e74;
	color:#fa7e74 !important;
}

/*ボタン固定　最下部*/
.bottom_button,
.submit_button {
	position:fixed;
	bottom:0px;
	right:0px;
	background-color:rgba(102,102,102,0.8);
	color:#fff;
	width:100%;
	text-align:center;
	margin: 0px !important;
	z-index: 100;
}

.modal .submit_button {
	padding: 10px 0;
}

/*.submit_button {
	height: 60px !important;
	text-align:center;
	position:fixed;
	bottom:0px;
	width:98%;
}
.submit_button ul {
	margin: 0 0 0 -60px;
}*/
.DeleteButton {
	text-align: center;
}
.submit_button input[type="submit"],
.bottom_button input[type="submit"],
.submit_button input[type="button"],
.bottom_button input[type="button"],
.OrangeButton input[type="button"],
.DeleteButton input[type="button"] {
	z-index:999;
	background: #fa7e74;
	border: 1px solid #fa7e74;
	color: #fff;
	height: 35px !important;
	border-radius: 2.8em;
	font-size: 15px !important;
	font-weight:600;
	margin: 10px auto;
	padding: 0 1em !important;
}
.rightup_button input[type="button"] {
	z-index:999 !important; 
    background-color: #b51212 !important;
    color: #fff !important;
    padding: 0px 20px !important;
    font-size: 1.8em !important;
    display: inline-block !important;
    text-align: center !important;
    margin: 0 !important;
    border:1px solid #b51212 !important;
}
.submit_button input[type="submit"][value^="登録"],
.bottom_button input[type="submit"][value^="登録"],
.submit_button input[type="button"][value^="登録"],
.bottom_button input[type="button"][value^="登録"],
.rightup_button input[type="button"][value^="登録"] {
	letter-spacing: 1em;
	text-indent: 1em;
}
.submit_button input[type="submit"]:hover,
.bottom_button input[type="submit"]:hover,
.submit_button input[type="button"]:hover,
.bottom_button input[type="button"]:hover,
.OrangeButton input[type="button"]:hover,
.DeleteButton input[type="button"]:hover,
.rightup_button input[type="button"]:hover {
	background-color: #fff;
	border-color: #fa7e74;
	color: #fa7e74 !important;
}
.stocker input[type="button"]{
  display: inline-block;
  box-sizing: border-box;
  margin: 1px 0.5px 3px;
  padding: 1px 5px !important;
  text-align: center !important;
  vertical-align: middle;
  text-decoration: none !important;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #999;
  color: #fff !important;
  min-height: 1.5em;
  line-height: 1.4em;
  font-size: 1.0em !important;
  -webkit-appearance: none !important;
  height: unset !important;
  font-weight:normal;
}
.stocker input[type="button"]:hover {
	background-color:#fff;
	border: 1px solid #999;
	color:#999 !important;
}
.bottom_button #pre_button a,
.bottom_button #next_button a {
    height: 33px;
    line-height: 30px;
    border-radius: 5px;
    border: #bbb solid 1px;
	padding: 0 0.5em 0 0 !important;
	background-color: rgba(102,102,102,0);
	float:left;
	margin:10px 0 0 10px;
	color:#fff !important;
}
.bottom_button #pre_button a:before{	
	font-family: "FontAwesome";
	float: left;
	width: 33px;
	height: 33px;
	content: "\f106";
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
}
.bottom_button #next_button a:before {	
	font-family: "FontAwesome";
	float: left;
	width: 33px;
	height: 33px;
	content: "\f107";
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
}
.bottom_button #pre_button a:hover:before,
.bottom_button #next_button a:hover:before {
color: #333 !important;
font-weight: 600;
}
a.inline,
.bottom_button #window_close input[type="button"] {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 13px !important;
    border-radius: 5px;
    border: #bbb solid 1px;
    padding: 0 1em !important;
	color: #fff !important;
	text-decoration: none;
	background-color: rgba(102,102,102,0);
	float: right;
	margin:10px 10px 0 0;
	font-weight:600;
}
.bottom_button #pre_button a:hover,
.bottom_button #next_button a:hover,
a.inline:hover,
.bottom_button #window_close input[type="button"]:hover {
	background-color: #fff;
	border: #bbb solid 1px;
	color: #333 !important;
}
/*a.inline {
	z-index:999;
	background-color: rgba(102,102,102,0);
	border: #bbb solid 1px;
	color: #fff !important;
	height: 35px !important;
	border-radius: 2.8em;
	font-size: 15px !important;
	font-weight:600;
	margin: 10px auto;
	padding: 0 1em !important;
	line-height: 35px !important;
	letter-spacing: 1em !important;
	text-indent: 1em !important;
}*/
/*a.inline {
	z-index:999;
	background: #faa7a0;
	border: 1px solid #faa7a0;
	color: #fff !important;
	height: 35px !important;
	border-radius: 2.8em;
	font-size: 15px !important;
	font-weight:600;
	margin: 10px auto;
	padding: 0 1em !important;
	line-height: 35px !important;
	letter-spacing: 1em !important;
	text-indent: 1em !important;
}
a.inline:hover {
	background-color: #fff;
	border-color: #faa7a0;
	color: #faa7a0 !important;
}*/

.area_select_button li input {
	letter-spacing: 0em !important;
	text-indent: 0em !important;
	margin: 0 !important;
}

.PCBukkenTemplate input {
	margin:15px 0 30px 270px;
}

/*.dropzone_main .submit_button input[type="submit"] {
	left:26%;
}*/

/*ボタン　新規登録
.new_regist_button a {
    display: inline-block;
    box-sizing: border-box;
    margin: 7px 0 0 5px;
    padding: 0.2em 1.0em !important;
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none !important;
    border: 1px solid #fa7e74;
    border-radius: 2.8em;
    background-color: #fa7e74;
	font-size:0.9em;
	color:#fff;
}
.new_regist_button a:hover {
	background-color:#fff;
	border: 1px solid #fa7e74;
	color:#fa7e74;
}*/

.List_Report_button input[type="button"] {
	z-index:999;
	background: #80aba9;
	border: 1px solid #80aba9;
	color: #fff;
	border-radius: 5px;
	margin: 1px 0.5px 3px;
	padding: 0 1em !important;
}
.List_Regist_button input[type="button"] {
	z-index:999;
	background: #fa7e74;
	border: 1px solid #fa7e74;
	color: #fff;
	border-radius: 5px;
	margin: 1px 0.5px 3px;
	padding: 0 1em !important;
}
/*選択*/
.select_assist {
	display:inline-block;
	/*margin:5px 0px 0px -35px;*/
}
.select_assist li {
	display:inline-block;
}
/*.select_assist li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #80aba9;
    display: inline-block;
    margin: 0px 0px 3px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#FFFFFF;
}
.select_assist a {
	color:#5f9ea0 !important;
}
.select_assist a:hover {
	color:#fa7e74 !important;
}*/

input[type="text"],
input[type="password"] {
	height:23px;
	border:#bbb solid 1px;
	padding:0 0.2em;
	border-radius: 3px;
	font-size: 13px;
	margin: 0.5px;
	}	
input[type="text"].must{
	border:#ff4040 solid 1px;
	background:#ffe5e5;
	}
input[type="text"]#PriceUpdate {
	width:130px !important;
}
input[type="text"]#P2_BukkenName {
	width:97% !important;
	margin: 0 0 3px;
}
input[type="text"]#P3_Buildname {
	width:97% !important;
	margin: 0 0 3px;
}
input[type="text"]#P17_Buildname {
	width:97% !important;
	margin: 0 0 3px;
}
input[type="text"]#P2_SetNamePano,
input[type="text"]#P7_LimitComment,
input[type="text"]#P7_Link,
input[type="text"]#MetaTitile {
	width:97% !important;
}
input[type="text"]#P1_BukkenName,
input[type="text"]#P5_BukkenName,
input[type="text"]#P7_CatchCopy{
	width:60% !important;
}
input[type="text"]#user_Address1,
input[type="text"]#user_Email,
input[type="text"]#user_Email2,
input[type="text"]#user_Office,
input[type="text"]#Title,
input[type="text"]#Url {
	width:450px !important;
}
input[type="text"]#HoldCompany,
input[type="text"]#SellCompany,
input[type="text"]#HoldCompanyTantou,
input[type="text"]#HoldCompanyOther {
	width:300px !important;
}
input[type="text"]#HoldCompanyTel_1,
input[type="text"]#HoldCompanyFax_1,
input[type="text"]#SellCompanyTel_1,
input[type="text"]#SellCompanyFax_1,
input[type="text"]#Contact1Tel_1,
input[type="text"]#Contact2Tel_1,
input[type="text"]#Contact3Tel_1,
input[type="text"]#HoldCompanyTantouTel_1,
input[type="text"]#HoldCompanyTantouFax_1,
input[type="text"]#HoldCompanyOtherTel_1,
input[type="text"]#HoldCompanyOtherFax_1 {
	width:30px !important;
}
input[type="text"]#RoomNumber,
input[type="text"]#HoldCompanyTel_2,
input[type="text"]#HoldCompanyFax_2,
input[type="text"]#SellCompanyTel_2,
input[type="text"]#SellCompanyFax_2,
input[type="text"]#Contact1Tel_2,
input[type="text"]#Contact2Tel_2,
input[type="text"]#Contact3Tel_2,
input[type="text"]#HoldCompanyTantouTel_2,
input[type="text"]#HoldCompanyTantouFax_2,
input[type="text"]#HoldCompanyOtherTel_2,
input[type="text"]#HoldCompanyOtherFax_2 {
	width:40px !important;
}
input[type="text"]#HoldCompanyTel_3,
input[type="text"]#HoldCompanyFax_3,
input[type="text"]#SellCompanyTel_3,
input[type="text"]#SellCompanyFax_3,
input[type="text"]#Contact1Tel_3,
input[type="text"]#Contact2Tel_3,
input[type="text"]#Contact3Tel_3,
input[type="text"]#HoldCompanyTantouTel_3,
input[type="text"]#HoldCompanyTantouFax_3,
input[type="text"]#HoldCompanyOtherTel_3,
input[type="text"]#HoldCompanyOtherFax_3 {
	width:40px !important;
	margin:0 10px 0 0;
}
input[type="text"]#ReformInnerYM,
input[type="text"]#ReformOuterYM,
input[type="text"]#RenovationYM,
input[type="text"]#ExtentionYM,
input[type="text"]#HandOverYM,
input[type="text"]#BuildYM{
	width:60px !important;
}
input[type="text"]#HoldCompanyEmail,
input[type="text"]#SellCompanyEmail,
input[type="text"]#HoldCompanyTantouEmail,
input[type="text"]#HoldCompanyOtherEmail {
	width:260px !important;
}
input[name="data[HoldCompanyTel_2]"],
input[name="data[HoldCompanyTel_3]"],
input[name="data[HoldCompanyFax_2]"],
input[name="data[HoldCompanyFax_3]"] {
	width:50px;
}
input[name="data[Freeword]"] {
	width:200px;
}
textarea{
	border:#bbb solid 1px;
	color: #333 !important;
	font-size: 13px !important;
	padding: 0.2em;
	border-radius: 3px;
	width: 100%;
    box-sizing: border-box;
}
.NEWSEdit textarea {
	height:200px;
}
input[type="text"]#P4_BukkenName{
	width:97% !important;
	height:24px !important;
	margin: 0 0 3px;
}
[id^="freeword_StationName"] {
	width:90px !important;
}
input[type="text"]#OpenHouseOpenFromDate,
input[type="text"]#OpenHouseOpenToDate,
input[type="text"]#OpenHouseScheduleFromDate,
input[type="text"]#OpenHouseScheduleToDate,
input[type="text"]#OpenHouseTimeFrom,
input[type="text"]#OpenHouseTimeTo,
input[type="text"]#BaikaiStartDate,
input[type="text"]#BaikaiLimitDate {
	width:80px !important;
}

/*アンカー*/
.cate1_anchor{
	margin-top:-200px;
	padding-top:200px;
}
#tab_block {
	padding-top:200px;
}
.modal #tab_block {
	padding-top:65px;
}

.anchor_menu {
	clear:both;
	/*margin:0 0 0px 13px;*/
	display:block;
	height: 30px;
}
::-webkit-full-page-media, :future, :root .anchor_menu {
	padding-bottom:12px;
} /*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	    .anchor_menu {
	        padding-bottom:12px;
        }
	} /*Chrome*/
@-moz-document url-prefix(){
	    .anchor_menu {
	        padding-bottom:8px;
        }
	} /*Firefox*/

.anchor_menu span {
	margin:5px 0 0px;
	display:inline-block;
}
#anchor_menu15 span:first-child {
	display: none;
}

.cate1_title {
	width:100% !important;
}
/*.cate1 .cate2 th,
.cate1 .cate2 td {
	border-bottom: #bbb solid 1px !important;
	padding:4px 5px 5px;
}*/

.cate1 table {
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
}
.cate1 table th {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 5px;
}
.cate1 table td {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 5px;
	background-color: #f7f7f7;
}

/*町名検索・沿線検索*/
.balloon_block {
  position   : relative;             /* 指定した分だけ相対的に移動 */
  cursor   : pointer;                /* カーソルをポインターで表示 */
}
.balloon1,
.balloon2 {
  display: none;                     /* 要素を非表示 */
}
.balloon3 {
  display: block;                     /* 要素を非表示 */
}
.balloon {
  position: absolute;                   /* 親要素を基準 */
  display: inline;                      /* 要素をインラインとして表示 */
  left : 0%;                           /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  z-index: 1;
}

#AddressResult {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#fff;
	margin:2px 0 0px 0px;
	padding: 5px;  
	width:350px;
	height:350px;
	border: 1px solid #999;
	box-shadow: 2px 2px 4px grey;
}
input#search_StationName1:onclick ~ #Result_StationName1, 
input#search_StationName2:onclick ~ #Result_StationName2, 
input#search_StationName3:onclick ~ #Result_StationName3, 
input#search_StationName4:onclick ~ #Result_StationName4, 
input#search_StationName5:onclick ~ #Result_StationName5, 
input#search_StationName6:onclick ~ #Result_StationName6 {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#fff;
	margin:2px 0 0px 0px;
	padding: 5px;  
	width:350px;
	height:150px;
	border: 1px solid #999;
	box-shadow: 2px 2px 4px grey;
}

#AddressResult {
  position   : relative;
}
.AddressList li {
  display: block !important;
}
.AddressList {
  /*position: absolute;
  display: inline;                      
  padding: 2px;               
  background-color: #ddd;   
  width:100px;                   
  left : 35%;    
  top : 100%;
  margin-top : 12px;
  font-size: 90%;*/
}
.AddressList:after {
  border-bottom: 12px solid #f7f7f7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -12px;
  left : 5%; 
  content: "";
  position: absolute;   
}
.MansionLibraryEdit .AddressList li {
  display: inline-block;
}

/*顧客情報*/
.search_conditions li {
	float: left;
	margin: 0px 15px 15px 0;
}

.MatchBukkenTypeBlock {
	border:0px solid #ccc;
	padding: 5px;
	display:inline-block;
}

.BukkenMatchBlock{
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-left: #bbb solid 1px;
	border-bottom:#bbb solid 1px;
	padding: 5px;
	margin-top: 10px;
}
.BukkenMatchBlock div {
	display:inline-block;
}

.formID,
.UserBaseBlock,
.BukkenMatchBlock{
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-left: #bbb solid 1px;
	border-bottom:#bbb solid 1px;
	padding: 5px;
	margin:0 0 10px;
}
.StaffID{
	border-right: #bbb solid 1px;
	border-left: #bbb solid 1px;
	border-bottom:#bbb solid 1px;
	padding: 5px;
}
.UserID{
	/*border-right: #bbb solid 1px;*/
	border-left: #bbb solid 1px;
	border-bottom:#bbb solid 1px;
	padding: 5px;
}
.OfficeID,
.DivisionID,
.FormValue{
	padding: 5px;
}

.UserDetail .OfficeID,
.FormDetail .OfficeID,
.FormDetail .DivisionID,
.FormDetail .UserID{
	border-right: #bbb solid 1px;
	border-left: #bbb solid 1px;
	border-bottom:#bbb solid 1px;
}

.FormKoumoku {
	border-right: #bbb solid 1px;
	padding: 5px;
	width:200px;
}

.FormTableRow {
	border: #bbb solid 1px;
}
.FormTableRow .FormTableRow {
	border: none;
}

th {
	text-align: left;
	box-sizing: border-box;
	padding-top:8px 0 0 8px !important;
	vertical-align:top;
	word-break: keep-all;
}
/*table {
	background-color: #fafafa !important;
}*/

table.mng_edit {
	border: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
	margin:5px 0;
	background-color: #ddd !important;
}
table.mng_edit tr[id^="area"] {
	background-color: #f7f7f7;
	width:100%;
}
table.mng_edit tr[id^="area"] > td {
	border-left: none !important;
	border-bottom: none !important;
}
table.mng_edit#SuumoNetOpenDisp {
	border: #e60517 solid 2px !important;
}
ul.library li table.mng_edit {
	border: none !important;
	border-collapse: collapse;
	width: 100%;
	margin:0 !important;
	background-color: none !important;
}
ul.library li table.mng_edit td {
    border-left: none !important;
    border-bottom: none !important;
    padding: 0px !important;
    background-color: none !important;
}

/*#S_ScoreTable,
#S_FurikaeStatusTable {
	float:left;
	width: 49.5%;
	margin:5px 0;
}
#S_CommisionStatusTable,
#DaikinYoteiTable,
#DaikinStatusTable {
	clear: both;
	float:left;
	width: 49.5%;
	margin:5px 0;
}
#ContractAttachFiles {
	float:left;
	width: 49.5%;
	margin:5px 0;
}
#B_ScoreTable,
#B_FurikaeStatusTable {
	float:right;
	width: 49.5%;
	margin:5px 0;
}
#B_CommisionStatusTable {
	float:right;
	width: 49.5%;
	margin:5px 0 5px;
}
#PayYoteiTable,
#PayStatusTable,
#ContractKessaiBikou {
	clear: both;
	float:right;
	width: 49.5%;
	margin:5px 0;
}
#ContractTetudukiBikou {
	float:right;
	width: 49.5%;
	margin:5px 0;
}
#S_RemoveAddress,
#B_RemoveAddress {
	width:96%;
}*/
/*#DaikinYotei_Item_1,
#DaikinStatus_Item_1,
#S_CommisionStatus_Item_1,
#S_FurikaeStatus_Item_1,
#B_CommisionStatus_Item_1,
#B_FurikaeStatus_Item_1,
#PayYotei_Item_1,
#PayStatus_Item_1 {
	width:100px;
}*/
.contraqct_wraptable td {
	vertical-align: top;
}
.PrefEdit table.mng_edit {
	width: 20%;
}
table.FormBukken {
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
}
table.mng_table {
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
}
/*#S_ScoreTable,
#B_ScoreTable,
#DaikinYoteiTable,
#DaikinStatusTable,
#S_CommisionStatusTable,
#B_CommisionStatusTable,
#S_FurikaeStatusTable,
#B_FurikaeStatusTable,
#PayYoteiTable {
	margin:0 0 20px;
}*/
table.user_table {
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
}
table.UserTracking {
	border-top: #bbb solid 1px;
	border-right: #bbb solid 1px;
	border-collapse: collapse;
	width: 100%;
	margin:0 0 10px;
}

table.portal {
	border-collapse: collapse;
	width: 100%;
	border: #bbb solid 1px;
}
table.portal th {
	border-right: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 10px 5px;
	background-color: #ddd;
	width:200px;
	text-align:left;
}
table.portal td {
	padding: 10px 5px;
	border-bottom: #bbb solid 1px;
	background-color: #f7f7f7;
}

table.CommentEdit {
	border-collapse: collapse;
	width: 100%;
	border: #bbb solid 1px;
}
table.CommentEdit th {
	border-right: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 10px 5px;
	background-color: #ddd;
	width:30px;
	text-align:center;
}
table.CommentEdit td {
	padding: 10px 5px;
	border-right: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	background-color: #f7f7f7;
	text-align:left;
 	white-space: nowrap;
}
table.CommentEdit textarea{
	width:85%;
}

table.mng_edit th {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 10px 5px;
	/*background-color: #ddd;*/
}
table.mng_edit td {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 5px;
	background-color: #f7f7f7;
}
table.SubDiv_edit {
    width:100%;
    margin: 5px 0;
}
table.SubDiv_edit th,
table.SubDiv_edit td {
    border-top: #bbb solid 1px;
    border-right: #bbb solid 1px;
}
table.FormBukken th,
table.UserTracking th {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 10px 5px;
	/*background-color: #ddd;*/
}
table.FormBukken td,
table.UserTracking td {
	border-left: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 5px;
	background-color: #f7f7f7;
}

table.mng_table tr,
table.hanko tr,
table.user_table tr {
	border: #bbb solid 1px;
}
table.mng_table th,
table.hanko th,
table.user_table th {
	border-left: #bbb solid 1px;
	border-right: #bbb solid 1px;
	padding: 10px 5px;
	background-color: #ddd;
}
table.BaikaiAdConditions th {
	width:130px !important;
}
table.mng_table td,
table.hanko td,
table.user_table td {
	padding: 5px;
	border-right: #bbb solid 1px;
	background-color: #f7f7f7;
}

table.FormBukken td li {
	margin-left: 20px;
	float:left;
}

table.mngtable {
	border-collapse: collapse;
	border: #bbb solid 1px;
}
table.mngtable th {
	border: #bbb solid 1px;
	background-color: #ddd;
}
table.mngtable td {
	border: #bbb solid 1px;
	background-color: #f7f7f7;
}

.FormTable {
	/*border-top: #bbb solid 1px;*/
	border-collapse: collapse;
	width: 100%;
}

.FormDetail {
	margin: 0 0 80px;
}

table.FormBukkenEach,
table.FormBukkenEach th {
	border: none;
	border-collapse: collapse;
	padding: 0px;
}
table.FormBukkenEach td {
	border: none;
	border-collapse: collapse;
	padding: 0px;
	background-color: #f7f7f7;
}

#tag_name,
.UserDetailTitle,
.line_set h3,
.modal h3:nth-child(2n) {
	background-color:#e5e5e5;
	padding:5px;
}

.img_office li {
	float:left;
	width:260px;
	height:260px;
	text-align: center;
	padding:5px;
	box-sizing: border-box;
	border: #bbb solid 1px;
	margin: 0 5px 5px 0;
}
.img_office li img {
	max-height:110px;
	max-width:100%;
	margin: 5px auto;
}

h4,
.mng_subtitle,
.cate1_title,
.FormSubGroup {
	/*border-bottom: 1px solid #666;
	padding: 5px 5px 2px;*/
	position: relative;
	margin: 10px 0 5px !important;
	border-left: 6px solid #80aba9;
	padding-left: 6px !important;
	font-size: 16px !important;
	line-height: 1.5;
	font-weight:600;
	color: #444;
}

.cate2_title {
color: #fff;
font-size: 10pt;
font-weight:600;
padding: 0.5em;
line-height: 1.3;
background: #80aba9;
vertical-align: middle;
margin:5px 0;
position: sticky;
top: 203px;
}

.cate2_title:before {
content: '●';
color: white;
margin-right: 8px;
}

.cate3_title {
	margin:10px 0;
	padding: .2em .5em;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background-color: #ddd;
	color: #333;
	font-weight:600;
	font-size:1.1em;
}
.cate3_title span input {
	font-size: 0.8em !important;
}

tr.cate2 {
	background-color: #ddd !important;
}
.cate2 td {
	background-color: #f7f7f7 !important;
}

/*.mng_edit th,*/
.FormBukken th,
.cate2 th {
	width:200px;
	text-align:left;
	font-weight:600;
	white-space: nowrap;
	background-color:#ddd;
}
.FormKoumoku {
	width:150px;
	text-align:left;
	font-weight:600;
	white-space: nowrap;
	background-color:#ddd;
}
.mng_table th {
	/*width:110px;*/
	text-align:left;
	font-weight:600;
	white-space: nowrap;
}
.ContractDetail .mng_table th,
.ContractDetail .hanko th {
	width:130px !important;
}
.ContractDetail .mng_table th.td_right,
.td_right {
    text-align: right;
}
img.PortalIcon {
    width:17px;
    margin:0 0 0 3px;
    vertical-align: bottom;
}

.BaseEditType {
	margin:0 0 0 0px;
}

.UserModeSelect {
	margin:10px 0px;
}

.UserListUserName {
	font-weight:600;
	font-size:1.1em;
	width: 250px;
}
.UserDetailUserName {
	font-weight:600;
	font-size:1.4em;
}

/*顧客情報アンカー*/
.UserModeSelect li {
	display:inline-block;
	/*box-sizing: border-box;
    margin: 0 auto !important;
    padding: 0 1.0em !important;
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none !important;
    border: 1px solid #80aba9;
    border-radius: 2.8em;
    background-color: #fff;*/
}
/*a.cboxElement,
a.stocker_open {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #80aba9;
    display: inline-block;
    margin: 0px 0px 3px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#FFFFFF;
}
a:hover.cboxElement {
	color:#fa7e74 !important;
}*/

/*顧客情報*/
.cell1 th,
.cell2 th,
.cell4 th {
	width:120px !important;
}
.cell1 th br,
.cell2 th br,
.cell4 th br {
	line-height: 1.6em !important;
}
.cell2 td {
	width:370px;
}
/*.cell4 td {
	width:130px;
}*/
#S_UserAddress,
#B_UserAddress,
#S_DairiAddress,
#B_DairiAddress,
#S_ChukaiAddress,
#B_ChukaiAddress,
#S_RemoveAddress,
#B_RemoveAddress {
	width:330px;
}

table.UserTracking td.TrackingAccessTime {
	width:90px;
}
table.UserTracking td.TrackingAccessStay {
	width:50px;
	text-align:right;
}
table.UserTracking td.TrackingAccessPage {
	width:800px;
}
table.UserTracking td.TrackingAccessPage div a {
	white-space: pre-line !important;
	border: none !important;
	padding:0px !important;
	margin:0px !important;
}

/*.UserDetail #MemberRegistInfo {
	width:49%;
}
.UserDetail #MemberTitle1 {
	width:49%;
	display: inline-block;
	margin:10px 0;
}*/
.UserDetail .MemberTitle2 {
	float:right;
	text-align: left;
	width:50%;
	display: inline-block;
	margin:0px 0 0;
}
.UserDetail .MemberTitle2 table {
	width:100%;
	margin:0 0 20px;
}
.UserDetail .MemberTitle3 {
	text-align: left;
	width:49%;
	display: inline-block;
	margin:0px 0 20px;
}
.UserDetail .MemberTitle3 table {
	width:100%;
}
.UserDetail .MemberTitle2 th,
.UserDetail .MemberTitle3 th {
	width:110px;
}
.UserDetail #MemberFormInfo {
	clear:both;
	width:100%;
}
.UserDetail #MemberFormInfo .FormSubGroup {
	margin:10px 0 5px !important;
}


/*一覧　物件名*/
.bl_bukkenname {
	font-size:1.1em;
	font-weight:600;
}
/*物件アイコン*/
.bl_SubdivMaster {
	background-color:#00608d;
	border:#00608d solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.bl_SubdivSlave {
	background-color:#008db7;
	border:#008db7 solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.bl_RentContractType_0 {
	background-color:#1DB71D;
	border:#1DB71D solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.bl_RentContractType_1 {
	background-color:#2e8b57;
	border:#2e8b57 solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListOpenSelect {
	margin:0 0 5px;
}
.ListOpenView_0{
	background-color:#ccc;
	border:#ccc solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
	/*width:90px;*/
}
.ListOpenView_1{
	background-color:#4169e1;
	border:#4169e1 solid 1px;
	color:#fff !important;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
	/*width:90px;*/
}
.ListOpenView_2{
	background-color:#fa7e74;
	border:#fa7e74 solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
	/*width:90px;*/
}
.ListOpenView_3{
	background-color:#008000;
	border:#008000 solid 1px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
	/*width:90px;*/
}
.ListKindView_1 {
	background-color:#fff;
	border:#a0522d solid 1px;
	color:#a0522d;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_2 {
	background-color:#fff;
	border:#ff8c00 solid 1px;
	color:#ff8c00;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_3 {
	background-color:#fff;
	border:#4169e1 solid 1px;
	color:#4169e1;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_4 {
	background-color:#fff;
	border:#008000 solid 1px;
	color:#008000;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_5 {
	background-color:#fff;
	border:#800080 solid 1px;
	color:#800080;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_6{
	background-color:#f0f8ff;
	border:#4169e1 solid 1px;
	color:#4169e1;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.ListKindView_7{
	background-color:#f0fff0;
	border:#556b2f solid 1px;
	color:#556b2f;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}
.bl_warning {
	background-color:#fff;
	border:#e60517 solid 1px;
	color:#e60517;
	padding:2px 5px 0px;
	font-size:0.9em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 3px;
}

/*物件アイコン*/
.BukkenDetailMainInfo .ListOpenSelect {
	margin:0 0 5px;
}
.BukkenDetailMainInfo .ListOpenView_0{
	background-color:#ccc;
	border:#fff solid 2px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListOpenView_1{
	background-color:#4169e1;
	border:#fff solid 2px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListOpenView_2{
	background-color:#fa7e74;
	border:#fff solid 2px;
	color:#fff;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_1 {
	background-color:#fff;
	border:#a0522d solid 2px;
	color:#a0522d;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_2 {
	background-color:#fff;
	border:#ff8c00 solid 2px;
	color:#ff8c00;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_3 {
	background-color:#fff;
	border:#0b50b2 solid 2px;
	color:#0b50b2;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_4 {
	background-color:#fff;
	border:#008000 solid 2px;
	color:#008000;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_5 {
	background-color:#fff;
	border:#800080 solid 2px;
	color:#800080;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_6{
	background-color:#f0f8ff;
	border:#4169e1 solid 2px;
	color:#4169e1;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .ListKindView_7{
	background-color:#f0fff0;
	border:#556b2f solid 2px;
	color:#556b2f;
	padding:2px 5px 0px;
	font-size:1.1em;
	display: inline-block;
	margin:0 0 5px;
	text-align:center;
	border-radius: 5px;
}
.BukkenDetailMainInfo .bd_SubdivMaster {
	background-color:#00608d;
	border:#00608d solid 1px;
	color:#fff;
	padding: 2px 5px 0px;
	font-size: 1.1em;
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
	border-radius: 3px;
}
.BukkenDetailMainInfo .bd_SubdivSlave {
    background-color: #008db7;
	border:#008db7 solid 1px;
	color:#fff;
    padding: 2px 5px 0px;
    font-size: 1.1em;
    display: inline-block;
    margin: 0 0 5px;
    text-align: center;
    border-radius: 3px;
}


/*一覧　ポータルアイコン 詳細*/
.SubMenu {
	position: fixed;
	top: 5px;
	right: 7px;
	z-index: 1;
	text-align: right;
	width: 700px;
}
#goPortalError {
    position: fixed;
    top: 117px;
    right: 1%;
    z-index: 1001;
	text-align: left;
	/*width: 200px;*/
}
.rightup_button {
	position: fixed;
	top:70px;
	right:1%;
}
.border_on td .bl_portal_block {
	display:table;
	font-size: 0.9em;
	margin: 3px 0;
	letter-spacing: -0.4em;
}
.border_on td .bl_portal_block span {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 2px 2px 0;
}
#portal_check_area .bl_portal_block .portal_select_view {
	/*clear: both;
	display:table;
	font-size: 0.9em;
	margin: 0;
	padding: 0px 0 10px 15px;
	position: fixed;
top: 35px;
right: 7px;*/
z-index: 1001;
letter-spacing: -0.4em;
}
#portal_check_area .bl_portal_block .portal_select_view span {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 2px 2px 0;	
}
.border_on td .bl_flag_block {
	clear: both;
	display:table;
	margin: 7px 0 6px;
	letter-spacing: -0.4em;
  	font-size: 0.9em;
}
.border_on td .bl_flag_block span {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 3px 0 0;
}

.border_on td .bl_portal_block input[type=checkbox],
.border_on td .bl_flag_block input[type=checkbox]{
	display: none;
}
/*.border_on td .bl_portal_block label,*/
.border_on td .bl_portal_block span.PortalValue0 a,
#portal_check_area .bl_portal_block .portal_select_view .PortalValue0 a,
.portal_select_view_list .PortalValue0 a {
	display: inline-block !important;		/* ブロックレベル要素化する */ 
	/* float: left;		要素の左寄せ・回り込を指定する */ 
	/* margin: 0 4px 0 0;		ボックス外側の余白を指定する */
	padding: 0 5px !important;	/* ボックス内余白を指定する */
	color: #fa7e74 !important;		/* フォントの色を指定 */
	text-align: center !important;	/* テキストのセンタリングを指定する */
	cursor: pointer !important;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 1px solid #fa7e74 !important;/* ボックスの境界線を実線で指定する */
	border-radius: 3px !important;	/* 角丸を指定する */
	background-color: #eee !important;
	min-height: 15px !important;
	line-height: 15px !important;
	margin: 0px !important;
}
.border_on td .bl_flag_block label{
	display: inline-block;		/* ブロックレベル要素化する */ 
	float: left;		/* 要素の左寄せ・回り込を指定する */ 
	margin: 0 0px 0 0;		/* ボックス外側の余白を指定する */
	padding: 0 5px;	/* ボックス内余白を指定する */
	color: #856859;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 1px solid #856859;/* ボックスの境界線を実線で指定する */
	border-radius: 3px;	/* 角丸を指定する */
	background-color: #eee;
}
/*.border_on td .bl_portal_block input[type="checkbox"]:checked + label,*/
.border_on td .bl_portal_block span.PortalValue1 a,
#portal_check_area .bl_portal_block .portal_select_view .PortalValue1 a,
.portal_select_view_list .PortalValue1 a {
	background: #fa7e74 !important;/* マウス選択時の背景色を指定する */
	color: #ffffff !important; 	/* マウス選択時のフォント色を指定する */
	border: 1px solid #fa7e74;/* ボックスの境界線を実線で指定する */
	min-height: 15px !important;
	line-height: 15px !important;
	margin: 0px !important;
	border-radius: 3px !important;
}
.border_on td .bl_portal_block span.PortalValue2 a,
#portal_check_area .bl_portal_block .portal_select_view .PortalValue2 a,
.portal_select_view_list .PortalValue2 a {
	background: #faa7a0 !important;/* マウス選択時の背景色を指定する */
	color: #ffffff !important; 	/* マウス選択時のフォント色を指定する */
	border: 1px solid #fa7e74;/* ボックスの境界線を実線で指定する */
	min-height: 15px !important;
	line-height: 15px !important;
	margin: 0px !important;
	border-radius: 3px !important;
}
.border_on td .bl_portal_block span.PortalValue9 a,
#portal_check_area .bl_portal_block .portal_select_view .PortalValue9 a,
.portal_select_view_list .PortalValue9 a {
	background: #eee;/* マウス選択時の背景色を指定する */
	color: #aaa !important; 	/* マウス選択時のフォント色を指定する */
	border: 1px solid #aaa;/* ボックスの境界線を実線で指定する */
	min-height: 15px !important;
	line-height: 15px !important;
	margin: 0px !important;
	border-radius: 3px !important;
}
.border_on td .bl_flag_block input[type="checkbox"]:checked + label {
	background: #856859;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
	border: 1px solid #856859;/* ボックスの境界線を実線で指定する */
}
.border_on td .bl_flag_block .bl_flagchecked label {
	background: #856859 !important;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
}

/*一覧*/
.border_on td .bl_select .bl_ConfirmDate,
.border_on td .bl_select .bl_ChkStatus,
.border_on td .bl_select .bl_BaikaiAdConditions {
	margin:0 20px 0 0;
}
.border_on td .bl_bikou,
.border_on td .bl_date_block {
	clear:both;
}
.border_on td .bl_date_block .bl_RegDate {
	margin:0 20px 0 0;
	display:inline-block;
}
.border_on td .bl_date_block .bl_UpdDate {
	display:inline-block;
}
.border_on td .price {
	/*float:right;*/
	font-size:1.1em;
	font-weight:600;
}
.border_on img {
	margin:5px 0 0;
	max-width: 90px;
	max-height: 90px;
}

.PortalRegistView {
	text-align: right;
	margin:5px 0;
}
.PortalRegistView span {
background: #fa7e74 !important;
color: #ffffff !important;
/*border: 1px solid #fa7e74;
min-height: 15px !important;
line-height: 15px !important;
margin: 0 0 0 3px !important;*/
border-radius: 3px !important;
font-size:0.9em;
/*padding: 1px 0 1px 1px;
white-space: nowrap;*/
display: inline-block;
border: 1px solid #fa7e74;
margin: 0 0 3px;
}
.PortalRegistView span a {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border: none !important;
margin: 0px !important;
padding: 0px !important;
min-height: 13px !important;
line-height: 10px !important;
background-color: #fa7e74 !important;
color: #fff !important;
}
.PortalRegistView span a:hover {
color: #80aba9 !important;
}
/*特徴設備　スーモ画像レイアウト　一覧ポータルモーダル　モーダル詳細検索*/
.spec_title {
	font-weight:600;
	margin:10px 0 3px 0;
}
.spec_title:first-child {
	margin:0px 0 3px 0;
}
/*.spec_title + ul > li {
	margin:0 2px 4px 0;
}*/
.cate2 ul li {
	display: inline-block;
	/*margin:0 2px 4px 0;*/
}
.cate2 ul[id^="Pspec_ul_"] li {
	display: inline-block;
	width : 32% ;
}
.cate2 div {
	clear: both;
	/*font-weight:600;*/
	color: #333;
}
.PortalOrderCheck {
	margin: 10px auto 0;
}
.PortalOrderCheck li {
	display: inline-block;
}
.cate2 input[type=checkbox],
.cate2 input[type=radio],
.ReportStage input[type=radio],
.PortalOrderCheck input[type=radio]/*,
.mng_table input[type=checkbox]*/ {
	display: none;
}
.draggable .cate2 input[type=checkbox][id^="BukkenCheck"]{
	display: block !important;
}
.cate2 label,
.ReportStage label,
.PortalOrderCheck label/*,
.mng_table label*/ {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #bbb solid 1px;
    display: inline-block;
    margin: 2px 0px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    min-height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#333 !important;
}
#mng_search_conditions_input .cate2 label[for=ChkStatus3],
#mng_search_conditions_input .cate2 label[for=ChkStatus4],
#mng_search_conditions_input .cate2 label[for=DelFlag] {
	background: #fadad7 !important;
	border: 1px solid #faa7a0 !important;
}
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=ChkStatus3],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=ChkStatus4],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=DelFlag],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=SubdivMasterFlag],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=SubdivRemove],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=SubdivAutoFlag],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=RentdivMasterFlag],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=RentdivRemove],
#mng_search_conditions_input .cate2 input[type="checkbox"]:checked + label[for=RentdivAutoFlag] {
	background: #80aba9 !important;
	border: 1px solid #80aba9 !important;
}
#mng_search_conditions_input .cate2 label[for=SubdivMasterFlag],
#mng_search_conditions_input .cate2 label[for=SubdivRemove],
#mng_search_conditions_input .cate2 label[for=SubdivAutoFlag],
#mng_search_conditions_input .cate2 label[for=RentdivMasterFlag],
#mng_search_conditions_input .cate2 label[for=RentdivRemove],
#mng_search_conditions_input .cate2 label[for=RentdivAutoFlag] {
	background: #c0e4eb !important;
	border: 1px solid #5d9ab6 !important;
}
.cate2 #LandRights label {
	width:250px;	
}
.cate2 #AreaUsage label,
.cate2 #AreaUsage2 label {
	width:167px;
	text-align: center;
}
.cate2 #LandUse label,
.cate2 #LandUseCurrent label,
.cate2 #CityPlan label,
.cate2 #CityPlan2 label,
.cate2 #ChiekikenType label {
	width:75px;
	text-align: center;
}
.cate2 .spec_title + ul label {
	width:228px;	
}
.cate2 #Gas label,
.cate2 #Suido label,
.cate2 #Osui label,
.cate2 #Zatuhaisui label,
.cate2 #Bath label,
.cate2 #Toilet label,
.cate2 #KitchenFireType label,
.cate2 #KitchenFireNum label,
.cate2 #Airconditioning label {
	/*width: 80px !important;*/
	text-align: center;
}
.cate2 #OptimizeUse label {
	width:106px;
	text-align: center;
}
.cate2 #Internet label {
	/*width: 150px !important;*/
	text-align: center;
}
.cate2 .LimitCommentUL label {
    margin: 2px 0px;
	width: 165px;
}
.cate2 .LimitCommentUL hr {
    height: 1px;
	background-color: #bbb;
	border: none;
}
.cate2 .portal_search_spec input[type="checkbox"] + label {
	border: 1px solid #faa7a0 !important;
	background: #fadad7;
}
.cate2 input[type="checkbox"]:checked + label,
.cate2 input[type="radio"]:checked + label,
.ReportStage input[type="radio"]:checked + label,
.PortalOrderCheck input[type="radio"]:checked + label/*,
.mng_table input[type="checkbox"]:checked + label*/ {
	background: #80aba9;
	color: #fff !important; 
	border: 1px solid #80aba9 !important;
	font-weight:600;
}
.cate2 input[type=checkbox] + label:before,
.tableList1 input[type=checkbox] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 16px;
    content: "\f096";
    font-size: 14px;
    color: #333;
}
.cate2 input[type=checkbox]:checked + label:before,
.tableList1 input[type=checkbox]:checked + label:before {
    font-family: "FontAwesome";
	content: "\f046";
    color: #fff;
}
.cate2 input[type=radio],
.ReportStage input[type=radio],
.PortalOrderCheck input[type=radio] {
  display: none;
}

/*モーダル詳細検索*/
#mng_search_conditions_input table.mng_table th{width:10%;}
.Portal label,.TradeType label,.Feature label {width:155px;}
.Structure label,.Baikai label,.HoldCompanyTradeType label {width:120px;}
.Status label,.BuildStatus label {width:70px;}

input[type="text"]#RegDate_min,
input[type="text"]#RegDate_max,
input[type="text"]#FirstRegDate_min,
input[type="text"]#FirstRegDate_max,
input[type="text"]#UpdDate_min,
input[type="text"]#UpdDate_max,
input[type="text"]#ConfirmDate_min,
input[type="text"]#ConfirmDate_max,
input[type="text"]#BaikaiConfirmDate_min,
input[type="text"]#BaikaiConfirmDate_max,
input[type="text"]#PriceUpdate_min,
input[type="text"]#PriceUpdate_max,
input[type="text"]#AdStartDate_min,
input[type="text"]#AdStartDate_max,
input[type="text"]#BukkenOpenDate_min,
input[type="text"]#BukkenOpenDate_max {width:90px;}

/*.cate2 input[type=radio] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 16px;
    content: "\f10c";
    font-size: 14px;
    color: #999999; }
.cate2 input[type=radio]:checked + label:before {
	font-family: "FontAwesome";
	content: "\f192";
    color: #fff; }*/


/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 37px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border: #bbb solid 1px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}*/

/*顧客情報 ページャー*/
.UserList .pager li:nth-child(1) {
	float: left;
	margin: 4px 10px 0 0;
}
.UserList .pager li:nth-child(2) {
	float: left;
	margin: 0 10px 0 0;
}
.UserList .pager li:nth-child(3) {
	float: left;
	margin: -2px 10px 0 0;
}
.UserList table.mng_list {
	margin: 0 0 10px !important;
}

/*企業一覧 ページャー
.CompanyList .pager li:nth-child(1),
.PCPartsList .pager li:nth-child(1),
.PCTemplateList .pager li:nth-child(1),
.StaffList .pager li:nth-child(1) {
	float: left;
	margin: 4px 10px 10px 0;
}
.CompanyList .pager li:nth-child(2),
.PCPartsList .pager li:nth-child(2),
.PCTemplateList .pager li:nth-child(2),
.StaffList .pager li:nth-child(2) {
	float: left;
	margin: 0 10px 10px 0;
}
.CompanyList .pager li:nth-child(3),
.PCPartsList .pager li:nth-child(3),
.PCTemplateList .pager li:nth-child(3),
.StaffList .pager li:nth-child(3) {
	float: left;
	margin: -2px 10px 10px 0;
}
.CompanyList table.mng_list,
.PCPartsList table.mng_lists,
.PCTemplateList table.mng_lists,
.StaffList table.mng_lists {
	margin: 0 0 10px !important;
}*/

/*ページャー*/
.pager li:nth-child(1) {
	float: left;
	margin: 0px 15px 0px 0px;
	/*margin: 17px 10px 17px 15px;*/
}
.pager li:nth-child(2) {
	float: left;
	margin: -5px 15px 0 0;
	/*margin: 17px 10px;*/
}
.pager li:nth-child(3) {
	float: left;
	margin: -6px 15px 5px 0;
}
.bottom_button .pager li:nth-child(1) {
	float: left;
	margin: 18px 10px 0px 15px;
	/*margin: 17px 10px 17px 15px;*/
}
.bottom_button .pager li:nth-child(2) {
	float: left;
	margin: 14px 10px;
	/*margin: 17px 10px;*/
}
.bottom_button .pager li:nth-child(3) {
	float: left;
	margin: 10px;
}

.page_link_select span,
.modal .page_link_select span,
.DivisionList .page_link_select span,
.StaffList .page_link_select span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
	border-radius: 5px;
    border: #bbb solid 1px; 
    padding: 1px;
	background: #bbb;
}
.page_link_select span a {
    color: #fff !important;
	text-decoration:none;
	border: none;
	background-color: rgba(102,102,102,0);
}
.DivisionList .page_link_select span a,
.StaffList .page_link_select span a {
    color: #333 !important;
	text-decoration:none;
	border: none;
	background-color: rgba(102,102,102,0);
}
.page_link_select span.page_on,
.modal .page_link_select span.page_on,
.DivisionList .page_link_select span.page_on,
.StaffList .page_link_select span.page_on {
    background-color: #f5f5f5;
}
.page_link_select span.page_on a,
.modal .page_link_select span.page_on a,
.DivisionList .page_link_select span.page_on a,
.StaffList .page_link_select span.page_on a {
    color: #333 !important;
	font-weight:600;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}
.CheckBlock {
	clear:both;
	display: block;
	margin:5px 0 0 0px;
	line-height: 40px;
}
.search_conditions {
	/*margin:0 0 0 -40px;*/
	display:table;
}

/*テキストボックス*/
:placeholder-shown {color: #aaa;font-size: 13px !important;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */textarea::-webkit-input-placeholder {color: #aaa;font-size: 13px !important;}
/* Firefox 18- */textarea:-moz-placeholder {color: #aaa;font-size: 13px !important;}
/* Firefox 19+ */textarea::-moz-placeholder {color: #aaa;font-size: 13px !important;}
/* IE 10+ */textarea:-ms-input-placeholder {color: #aaa;font-size: 13px !important; }
/*placeholder focus*/
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }

/*周辺環境*/
.cboxIframe {
	overflow:hidden !important;
	/*width: calc(100% + 17px);*/
}
#category_img_box {
	width:22%;
	float:left;
	color: #D61355;
}
#category_select_comment {
	display: block;
	float:left;
}
#category_select_box .category_select_ul {
	width:75%;
	float:right;
	margin-top: -5px;
}
#category_select_box li{
	list-style-type: none;
	display:inline-block;
	width:200px;
	margin: -3px 0 0;
}

/*画像カテゴリ選択*/
.category_select_ul {
	margin: 3px 0 5px 0;
}
.category_select_ul div {
	font-weight:600;
	font-size:1.0em;
}
.category_select_ul li input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}
.category_select_ul li label {
	display: block;		/* ブロックレベル要素化する */ 
	float: left;		/* 要素の左寄せ・回り込を指定する */ 
	margin: 2px 2px 0px;		/* ボックス外側の余白を指定する */
	width: 195px;		/* ボックスの横幅を指定する */
	height: 25px;		/* ボックスの高さを指定する */
	padding: 0 2px;	/* ボックス内余白を指定する */
	color: #80aba9;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: 25px;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 1px solid #80aba9;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
}
.category_select_ul li label.CateBG_1 {
	color: #db1414;
    border: 1px solid #db1414;
}
.category_select_ul li label.CateBG_2 {
	color: #FF8C00;
    border: 1px solid #FF8C00;	
}
.category_select_ul li label.CateBG_3 {

	background: #fff0f5;	/* ピンク（色が薄め）*/

/*
	color: #ffffff;
    border: 1px solid #fadad7;
	background: #ff69b4;	/* ピンク（色が濃いめ）*/
*/


/*
	color: #ffffff;
	background: #fadad7;	/* ピンク（色が薄め・白抜きじゃない）*/

*/


/*
	color: #FF8C00;
    border: 1px solid #FF8C00;	
*/


}
.category_select_ul li input[type="radio"]:checked + label {
	background: #80aba9 !important;
	color: #ffffff !important;
    border: 1px solid #80aba9 !important;
}
.category_select_ul li input[type="radio"]:checked + label.CateBG_1 {
	background: #db1414 !important;
	color: #ffffff !important;
    border: 1px solid #db1414 !important;
}
.category_select_ul li input[type="radio"]:checked + label.CateBG_2 {
	background: #FF8C00 !important;
	color: #ffffff !important;
    border: 1px solid #FF8C00 !important;
}
/*.category_select_ul li label:hover {
	background-color: #80aba9; 
	color: #ffffff;
}*/

.a_cateview_off a {
	border: 1px solid #bbb;
	color: #bbb !important;
}

.modal #category_select_box img {
	position: fixed;
}

/*画像書庫から登録*/
.stocker_td input[type="checkbox"] {
	display:none;
}
.stocker_td input[type="checkbox"]:checked + div img {
	border: 3px #fa7e74 solid;
}
#stocker {
	z-index: 1002 !important;
}
#stocker div {
	color:#ccc;
}
/*.stocker_td img {
	border: 3px #000 solid;
}*/

.stocker table {
	font-size:10px;
}


/*画像書庫*/
.dropzone_main h3 {
	background-color: #ccc;
	padding: 5px;
	text-align:center;
}
.dropzone_main .bukken_address {
	margin:-10px 0 10px;
	padding:5px;
	color:#80aba9;
	text-align:center;
}
.dropzone_main ul {
	margin: 0 0 10px -60px;
}
.dropzone_main li {
	display: inline-block;
	width:130px;
	margin: 0 10px;
	font-size:0.9em;
}
.dropzone_main li img {
	height:80px;
	width:auto;
}
.darkroom-container {
	text-align:center;
}

/*物件検索*/
.BukkenList {
	margin: 50px 0 0; 
}
/*#bl_pagetop {
	height: 50px;
}*/
.SearchConditionView {
}
.SearchConditionView li {
	padding: 0 0 0 20px;
	background-color: #ddd;
	list-style-type:none;
}
.SearchConditionView li:first-child {
	padding: 10px 0 0 20px;
}
.SearchConditionView li:first-child span,
.SearchConditionView li div,
.SearchConditionView li span.search_conditions_koumoku {
	display: inline-block;
}
.SearchConditionView li:last-child {
	padding: 0 0 10px 20px;
}
.SearchConditionView li span {
	font-weight:600;
}
.SearchConditionView li span.SearchFunctionSelect {
	float:right;
}

.SortBlock {
	padding: 5px 0 5px 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(102,102,102,0.7);
    color: #fff;
    width: 100%;
	/*background-image: url(/images/head_top_s.png);
	background-repeat: no-repeat;
	background-position:15px 10px;*/
}
.SortBlock li {
	display: table;
	margin: 2px 10px 0 0;
	float: left;
	vertical-align: middle;
}
.SortBlock li .list_all_count {
	color: #fa7e74;
	font-weight:bold;
	font-size:1.3em;
}
.SortBlock li .ReinsImporting {
  animation: flash 1s linear infinite;
  background:#e60517;
  padding:0px 5px 1px;
  display:inline-block;
  color:#fff;
  text-align: center;
  border: #e60517 solid 1px;
  border-radius: 5px;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
.SortBlock li .ReinsFinish {
  background:#fff;
  padding:0px 5px 1px;
  display:inline-block;
  color:#e60517;
  text-align: center;
  border: #e60517 solid 1px;
  border-radius: 5px;
}
/*.SortBlock li:nth-last-child(-n+3) {
	margin: 2px 10px 0 0;
}
.SortBlock li:nth-last-child(-n+3) .list_all_count {
	color: #fa7e74;
	font-weight:bold;
	font-size:1.3em;
}*/
.SortBlock input[type="submit"] {
    /*display: inline-block;
    box-sizing: border-box;
    margin: 3px auto 5px;
    padding: 0.2em 0.5em !important;
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none !important;
    border: #ccc solid 1px;
    font-size: 0.9em;
    color: #fff;
	background-color:#ccc;*/
	background: url(/images/iconSearch.svg) center no-repeat;
	text-indent:-9999px;
	width: 20px;
	height: 20px;
	border-radius: 0em;
	/*margin: 0 0 0 -26px;*/
	border: none !important;
}
.SortBlock input[type="submit"]:hover {
	/*background-color:#fff;
	border: 1px solid #bbb;
	color:#bbb;*/
	cursor: pointer;
	opacity:0.5;
}
.SortBlock a,
input[type="button"]#CountResetButton {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 2px 1px;
    padding: 1px 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    min-height: 1.5em;
    line-height: 1.4em;
    font-size: 1.0em;
    background-color: rgba(102,102,102,0);
    color: #fff !important;
}
input[type="button"]#CountResetButton {
    font-weight:bold;
}
.SortBlock a:hover,
input[type="button"]#CountResetButton:hover {
	color:#fa7e74 !important;
}
.SortBlock a,
input[type="button"]#SetSearchCondition {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 2px 1px;
    padding: 1px 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    min-height: 1.5em;
    line-height: 1.4em;
    font-size: 1.0em;
    background-color: rgba(102,102,102,0);
    color: #fff !important;
}
input[type="button"]#SetSearchCondition {
    font-weight:bold;
}
.SortBlock a:hover,
input[type="button"]#SetSearchCondition:hover {
	color:#fa7e74 !important;
}
.SortBlock li.go_top a {
	/*background: url(/images/head_top_ss.png) no-repeat;
	text-indent:-9999px;
	width:91px;
	height:23px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none !important;*/
	background: url(/images/iconHome.svg) no-repeat;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none;
}
.reload a {
	background: url(/images/iconReload.svg) no-repeat;
	text-indent: -9999px;
	width: 23px;
	height: 23px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none;
}

/*モーダル 対応履歴*/
.modal #mng_search_conditions {
	margin:0 0 65px;
}
.modal .SortBlock li {
	padding: 0 0 2px;
}
.modal .SortBlock li:nth-last-child(3) {
	clear: both;
}
.modal .CheckBlock {
	margin: 0px 0 -10px !important;
}
.modal .CheckBlock li:nth-child(n+2){
	display: none !important;
}
.modal ul.pager li:nth-child(1) {
    margin: 0px 10px 5px 0px !important;
}
.modal ul.pager li:nth-child(2) {
    margin: -4px 10px 5px 0 !important;
}
.modal ul.pager li:nth-child(3) {
    margin: -6px 10px 5px 0;
}
.modal ul.pager:nth-last-child(2) {
	margin:0 0 100px;
}
.modal ul.pager {
	height:20px !important;
	margin: 10px 0 0;
}
.modal .page_link_select span a {
    color: #80aba9 !important;
    text-decoration: none;
    border: none;
    background-color: rgba(102,102,102,0);
}
.modal .bl_MotoOpen {
	display: block;
}
.modal .SearchConditionView li {
	height:20px;
}
.modal .SearchConditionView li:first-child {
	margin:75px 0 0;
}
.modal .SearchConditionView li:last-child {
	/*margin:0 0 -65px;*/
    margin:0px;
}

.modal #SearchResult .pattern .data_error {
	margin: 45px 0 0;
}


/*希望エリア設定*/
#FormAreaSet ul li,
#FormLineStationSet ul li {
	display:inline-block;
}

/*エリア選択*/
.sort-elements .PrefSelect,
.sort-elements .LineCompany {
	background-color: #fff;
	padding:5px 10px 5px 5px;
	border: 2px solid #e5e5e5 !important;
	border-radius: 5px;
	/*border-top: #bbb solid 1px;*/
}
/*.Address1_Select,
.Address2_Select,
.Address3_Select,
.LineSelect {
	background-color: #fff;
	padding:5px;
	border-top: #bbb solid 1px;
}*/
.StationSelect {
	width: 110px;
	display: inline-block;
}

/*沿線駅選択*/
table.check_block tr.clicked{
	background-color: #fdf5e6;
}
table.check_block input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}
table.check_block label {
	display: inline-block;		/* ブロックレベル要素化する */ 
	float: left;		/* 要素の左寄せ・回り込を指定する */ 
	margin: 2px 2px 0px;		/* ボックス外側の余白を指定する */
	height: 25px;		/* ボックスの高さを指定する */
	padding: 0 2px;	/* ボックス内余白を指定する */
	color: #80aba9;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: 25px;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 1px solid #80aba9;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
}
table.check_block input[type="radio"]:checked + label {
	background: #80aba9;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
}


/*利用沿線定義*/
.LineEdit #sortable_district .sort-elements {
	border: 2px solid #e5e5e5 !important;
	padding: 5px;
	border-radius: 5px;
	margin:0 0 5px;
	background-color: #fff !important;
	/*min-width:1000px !important;*/
}
,
.LineEdit #sortable1 .sort-elements.ui-sortable-handle div {
	background: #fff !important;
}
/*.LineEdit > #form1 > #sortable_district > .sort-elements > .LineDist,
.LineCompany,
.LineCompany ~ div {
	border: none !important;
	padding: 5px;
	border-radius: 5px;
	margin:0px;
	background-color: #fff !important;
	border-bottom: none !important;

}
.LineEdit ~ .LineCompany {
	background-color: #fff !important;
	padding: 5px;
	border-bottom:5px solid #fff !important;
}*/

.cboxIframe {
	background-color: #fff;
}

/*顧客情報　メール送受信履歴*/
.UserMailHist {
	width:80%;
	margin:0 auto;
}

.sent {
 	max-width: calc(100% - 60px);
	width: 80%;
	border: 3px solid #ccc;
	background-color: #fff;
	padding: 2.5%;
	position: relative;
	border-radius: 10px;
	margin:5px 0;
	float:right;
	display:block;
}

.sent:before{
	border-left: 8px solid #ccc;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 14px;
	right: -11px;
	content: '';
	position: absolute;
}

.sent:after{
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 14px;
	right: -7px;
	content: '';
	position: absolute;
}
.sent .UserMailHistBlock {
	margin: 0;
	padding: 0;
}

.receive {
 	max-width: calc(100% - 60px);
	width: 80%;
	border: 3px solid #e5e5e5;
	background-color: #fff;
	padding: 2.5%;
	position: relative;
	border-radius: 10px;
	margin:5px 0;
	float:left;
	display:block;
}

.receive:before{
	border-right: 8px solid #e5e5e5;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 14px;
	left: -11px;
	content: '';
	position: absolute;
}

.receive:after{
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 14px;
	left: -7px;
	content: '';
	position: absolute;
}

.receive .UserMailHistBlock {
	margin: 0;
	padding: 0;
}

.UserMailHistRegDate {
	border-bottom: #bbb solid 1px;
	padding: 0 5px 5px 5px;
}
.UserMailHistStaff,
.UserMailHistSubject {
	border-bottom: #bbb solid 1px;
	padding: 5px;
}
.UserMailHistContents {
	padding: 0 5px 5px 5px;
}


option {
color: #333 !important;
}
option:not(.no-select) {
color: #333 !important;
}


/*モーダル*/
.address_set,
.line_set,
.modal{
	width:96%;
	margin:10px auto 70px;
}
.modal .error {
    color:#e60517;
    font-weight:bold;
}

/*希望エリア選択*/
#FormAreaSet ul li {
	display: inline-block;
	list-style-type: none;
}
.PrefSelect {
	background-color: #d1d1d1;
	font-weight:600;
	margin:10px 0 0;
	padding: 5px;
}
.cate1 .Address1_Select,
.areacate1 .Address1_Select {
	font-weight:normal;
	min-width:130px;
	display:inline-block;
}
.cate2 .Address1_Select {
	font-weight:600;
	min-width:130px;
	display:inline-block;
}
.Address1 {
	background-color: #fff;
	margin:5px 0;
}
.areacate0 .Address1 .Address1_Select,
.areacate1 .Address2 .Address2_Select {
	display: inline-block;
	width: 130px;
}
.cate2 .Address2_Select,
.areacate2 .Address2_Select {
	font-weight:normal;
	min-width:130px;
	display:inline-block;
}
.cate3 .Address2_Select {
	font-weight:600;
	display:block;
	padding: 5px 0;
}
.Address2 {
	background-color: #f5f5f5;
	padding: 5px;
	margin:5px 0;
}
.address3_block {
	display:block;
	clear: both;
	padding: 0px 0px 0px 20px;
}
.Address3_Select {
	font-weight:normal;
	min-width:130px;
	display: inline-block;
}

#address_more_select a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #bbb solid 1px;
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    /*white-space: nowrap;*/
    min-height: 20px;
    line-height: 20px;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#ccc !important;
	float:right;
	font-weight:normal;
}
#address_more_select a:hover {
	color:#fa7e74 !important;
}

/*希望沿線駅選択*/
#FormLineStationSet ul li {
	display: inline-block;
	list-style-type: none;
}
.dsabled input[type="button"] {
	background: #ccc;
	border:#bbb solid 1px;
}

.LineSelect {
	border-right:1px solid #d	color:#999;
	border-left:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1; 
}
.LineCompany {
	background-color: #d1d1d1;
	padding: 10px 5px 5px;
	/*font-weight:600;*/
	margin:5px 0 0;
}
.LineSelect .Station {
	margin:5px 0 5px 20px;
}
.LineSelect div label {
	min-width:130px;
	display: inline-block;
}
.LineSelect .Line {
	background-color: #e5e5e5;
	padding: 5px;
	font-weight:600;
	display:block;
}

/*PC追加*/
.page_list_member {
	background-color: #fa7e74;
	display:inline-block;
	padding:0px 5px;
	color:#fff;
	font-size:0.8em;
}
.page_list_form {
	background-color: #4169e1;
	display:inline-block;
	padding:0px 5px;
	color:#fff;
	font-size:0.8em;
}
.page_list_blog {
	background-color: #80aba9;
	display:inline-block;
	padding:0px 5px;
	color:#fff;
	font-size:0.8em;
}

/*レインズ*/
.CSVSet,
.ValueField,
.DupCheckbox,
.PortalCheckField {
	padding: 5px 5px 0 5px;
	border: #bbb solid 1px;
	/*width: 98%;*/
	margin: 0 auto 10px;
}
.CSVSet li,
.ValueField > li,
.DupCheckbox li,
.PortalCheckField li {
	margin:0 0 5px;
}
.CSVSet li header,
.ValueField li header,
.DupCheckbox li header {
	background-color: #e5e5e5;
	padding: 5px;
	font-weight:600;
	margin:0 0 8px;
}

.button_area li {
	display: inline-block;
}

.PortalCheckField li {
	color:#fa7e74;
}
.PortalCheckField li span {
	color:#333;
	font-weight:600;
}
.PortalCheckField li span.PortalWarningMess {
	color:#333;
	/*background: linear-gradient(transparent 70%, #fa7e74 70%);*/
	font-weight: 100 !important;
}
.unit {
	margin: 0 auto 10px;
}

/*担当者情報編集・営業所情報編集*/
.StaffEdit ul,
.OfficeEdit ul.img_office {
	/*width:96%;
	margin:0 auto;*/
}
.StaffEdit ul li,
.OfficeEdit ul.img_office li {
	width:23%;
	border: #bbb solid 1px;
	display:inline-block;
	padding: 5px;
	margin:0 2px 5px 0;
	text-align: center;
}
.StaffEdit ul.error li {
	width: 100%;
	border: 1px solid #fa7e74;
	box-sizing: border-box;
	color: #fa7e74;
	font-size:1.2em;
}
.StaffEdit ul li img,
.OfficeEdit ul.img_office li img {
	height:100px
}
.StaffEdit textarea {
	width:90%;
}


/* 関連ホームページＵＲＬマスター */
table.WebsiteLink th {
	border: #bbb solid 1px;
	padding: 10px 5px;
	background-color: #ddd;
	width:100px;
	text-align:center;
}
table.WebsiteLink td {
	padding: 10px 5px;
	border-right: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	background-color: #f7f7f7;
}
table.WebsiteLink tbody {
	cursor: pointer;
}


/*フォーム*/
#form1 #sortable_subgroup > .sort-elements {
	border: #e5e5e5 solid 3px;
    border-radius: 5px;
	display:table;
	clear:both;
	margin:0 0 5px;
	width:70%;
	padding: 5px;
}
#form2 .form_preview {
	border: #e5e5e5 solid 3px;
    border-radius: 5px;
	display:table;
	clear:both;
	margin:0 0 5px;
	width:70%;
	padding: 5px;
	background-color: #eee;
}
[id^="sortable"] > div {
	padding: 5px;
	/*border-bottom:5px solid #fff !important;*/
	border: #e5e5e5 solid 3px !important;
	border-radius: 5px !important;
	margin: 0 0 5px;
}
/*.form_preview #sortable_subgroup .sort-elements.ui-sortable-handle .ui-sortable .sort-elements.ui-sortable-handle {
	border: #e5e5e5 solid 3px !important;
	border-radius: 5px !important;
}*/

.FormKoumokuView .mng_subtitle {
    background-color: #ccc;
    padding: 5px;
	font-weight:600 !important;
	font-size:13p !important;
	border-left: none !important;
}

#form2 br {
	display:none;
}

/*画像ライブラリ情報編集*/
.ImgLibraryEdit #sortable li {
	width:19% !important;
	margin:0 5px -5px 0;
	text-align: center;
}

.PCPageList {
	width:1000px;
}
.PCPageList .sort-elements {
}
.PCPageList #sortable_top {
	/*float:right;*/
}

.PicNormalMode .dropzone-custom,
#BukkenDetailZumen ul li table .dropzone-custom {
 	height:88px;  
}
.PicNormalMode .dropzone-custom img,
.AutoRDBImg li img,
#Psortable li img,
#BukkenDetailZumen ul li table .dropzone-custom img {
	max-height:80px;
	max-width:170px;
	display: block;
	clear: both;
	margin: 0 auto;
}
#sortable_neibour li img {
	max-height:80px;
	max-width:170px;
	display: inline-block;
	margin: 0 auto;
}
.PicNormalMode li,
.library li,
.AutoRDBImg li,
.CommonImgList li,
#Psortable li,
#sortable_neibour li {
	border:#bbb solid 1px;
	padding-bottom: 2px;
}
.AutoRDBImg li table {
	margin: 0 auto;
}
ul.PicNormalMode,
ul.library,
ul#Psortable,
ul#sortable_neibour {
    width: 1000px !important;
}
ul.AutoRDBImg {
    width: 950px !important;
    margin: 0 0 7px;
}
ul.PicNormalMode > li  {
	width: 186px !important;
	height: 230px !important;
    margin: 5px 5px 0 0 !important;
	text-align: center;
	padding: 5px 1px 2px;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
ul.library > li  {
	width: 186px !important;
	height: 250px !important;
    margin: 5px 5px 0 0 !important;
	text-align: center;
	padding: 5px 1px 2px;
	background-color: #f7f7f7;
	box-sizing: border-box;
    float: left;
	z-index: -1;
}
ul.PicNormalMode > li .enlearge_icon,
ul.PicNormalMode > li .enlearge_icon1,
ul#sortable_neibour > li .enlearge_icon {
	float:right;
}
ul.PicNormalMode > li .enlearge_icon a,
ul#sortable_neibour > li .enlearge_icon a {
	font-size:0;
	background-color: #777;
	font-weight: normal;
	border-color: #777 !important;
}
ul.PicNormalMode > li .enlearge_icon a:before,
ul#sortable_neibour > li .enlearge_icon a:before {
	font-family: "FontAwesome";
	content: "\f00e";
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}

ul.PicNormalMode > li .enlearge_icon1,
li[id^="NeibourLi"] .enlearge_icon1 {
	margin:0 2px 0 0;
	float:right;
}
ul.PicNormalMode > li .enlearge_icon1 label,
li[id^="NeibourLi"] .enlearge_icon1 label {
	font-size:0;
	color: #fff;
}
ul.PicNormalMode > li .enlearge_icon1 input[type="checkbox"]:checked + label {
}
ul.PicNormalMode > li .enlearge_icon1 input[type="checkbox"] + label:before,
li[id^="NeibourLi"] .enlearge_icon1 input[type="checkbox"] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 18px;
	height: 18px;
    content: "\f096";
    font-size: 14px;
	background-color: #e60517;
	border:solid 1px #e60517;
	border-radius: 5px;
	font-weight: normal;
}
ul.PicNormalMode > li .enlearge_icon1 input[type="checkbox"]:checked + label:before,
li[id^="NeibourLi"] .enlearge_icon1 input[type="checkbox"]:checked + label:before {
    font-family: "FontAwesome";
	content: "\f046";
	background-color: #e60517;
	border:solid 1px #e60517;
}

ul.CommonImgList > li {
	width: 160px !important;
	height: 190px !important;
    margin: 5px 5px 0 0 !important;
	text-align: center;
	padding: 5px;
	background-color: #f7f7f7;
	float: left;
}
.common_img_view,
.common_img_category {
	text-align: center;
}
.common_img_view img {
	max-width: 150px !important;
	max-height:105px !important;
}
.common_img_comment {
	height: 35px;
	overflow: hidden;
	vertical-align: top;
	text-align: left !important;
}
ul.AutoRDBImg {
	border:#bbb solid 1px;
	background-color: #f7f7f7;
	padding:10px;
	box-sizing: border-box;
	display: table;
}
ul.AutoRDBImg > li {
	/*width: 120px !important;
	height: 130px !important;*/
    margin: 5px 5px 0 0 !important;
	text-align: center;
	padding: 5px;
	float: left;
}
ul.PicNormalMode li .a_cateview_on {
	display: block;
}
ul.PicNormalMode li textarea,
#BukkenDetailZumen ul li table textarea {
	width: 170px;
	height: 38px;
	box-sizing: border-box;
	resize: none;
	transition:ease-out 0.1s;
	box-shadow: none;
}
ul.PicNormalMode li textarea:focus {
	width: 170px;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}
ul#sortable_neibour > li {
	width: 236px !important;
	height: 248px !important;
    margin: 5px 5px 0 0 !important;
	text-align: center;
	padding:5px;
	background-color: #f7f7f7;
}
.pic_edit {
    margin:0 auto;
}
ul#Psortable > li {
	/*width: 170px !important;
	height: 205px !important;*/
    margin: 3px !important;
}
ul#sortable_neibour li textarea {
	width: 215px;
	height: 30px;
	resize: none;
	transition:ease-out 0.1s;
	box-shadow: none;
}
ul#sortable_neibour li textarea:focus {
	width: 215px;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}
[id^="NeibourName"] {
  width: 210px !important;
}

.PicSimpleMode .dropzone-custom img {
	max-height:60px;
	max-width:80px;
}
.PicSimpleMode li {
	border:#bbb solid 1px;
}
ul.PicSimpleMode {
    width: 1000px !important;
}
ul.PicSimpleMode > li {
    width: 90px !important;
	height:90px !important;
    margin: 5px !important;
}

/*ポータルエラー*/
#PortalCheckTitle {
	font-weight:600;
	background-color: #80aba9;
	display: block;
	padding: 2px 0 2px 5px;
	color: #fff;
}
#PortalError {
	width:200px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	border: 1px solid #999;
	padding: 5px;
  	position: fixed;
  	right:1%;
	top:143px;
	z-index: 1001;
	background: #fff;
	height:73%;
	box-shadow: 2px 2px 4px grey;
	display:block !important;
	text-align: left;
}
/*#goPortalError {
	position: fixed;
	top:7px;
	right:7px;
	z-index: 1001;
}*/
#goPortalError input[type="button"]{
z-index: 999;
background: #999;
border: 1px solid #999;
color: #fff;
border-radius: 0.3em;
font-size: 10px !important;
/*font-weight:600;
padding: 0.4em 2.5em !important;*/
line-height: 1.3em;
}
#goPortalError input[type="button"]:hover {
	background-color:#fff;
	border: 1px solid #999;
	color:#999 !important;
}

/*ポータルエラー*/
/*#PortalError div {
	clear: both;
	font-weight:600;
	color: #333;
}
#PortalError input[type=checkbox],
#PortalError input[type=radio] {
	display: none;
}
#PortalError label{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #bbb solid 1px;
    display: inline-block;
    margin: 0px 0px 2px 0px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    min-height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#999 !important;
}
#PortalError input[type="checkbox"]:checked + label {
	background: #80aba9;
	color: #fff !important; 
	border: 1px solid #80aba9;
}
#PortalError input[type="radio"]:checked + label {
	background: #fa7e74;
	color: #fff !important; 
	border: 1px solid #fa7e74;
}

.PortalOpen input[type=checkbox] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 16px;
    content: "\f096";
    font-size: 14px;
    color: #999999; }
.PortalOpen input[type=checkbox]:checked + label:before {
    font-family: "FontAwesome";
	content: "\f046";
    color: #fff; }

.PortalOpen input[type=radio] {
  display: none; }

.PortalOpen .cate4_title {
	width:70px;
	display:inline-block;
}*/
/*ポータルエラー　右小窓*/
#PortalError div {
	clear: both;
	/*font-weight:600;*/
	color: #333;
}
#PortalError .KotoriCheck {
	margin:0 0 5px;
}
#PortalError input[type="checkbox"],
#PortalError input[type="radio"] {
	display: none;
}
#PortalError label {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #bbb solid 1px;
    display: inline-block;
    margin: 0px 0px 2px 0px;
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    min-height: 23px;
    line-height: 23px;
	font-size:1.0em;
	background-color:#eee;
	color:#999 !important;
}
#PortalError .KotoriCheck label {
    border: 1px solid #e60517 !important;
	background-color:#e60517 !important;
	color:#fff !important;
}
#PortalError input[type="checkbox"]:checked + label,
#PortalError input[type="radio"]:checked + label {
	background: #fa7e74;
	color: #fff !important; 
	border: 1px solid #fa7e74;
}
#PortalError .KotoriCheck input[type="checkbox"]:checked + label {
	background: #fa7e74 !important;
	border: 1px solid #fa7e74 !important;
}
#PortalError input[type="checkbox"] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 16px;
    content: "\f096";
    font-size: 14px;
    color: #999999;
	background-color: #eee;
}
#PortalError .KotoriCheck input[type="checkbox"] + label:before {
    color: #fff;
	background-color: #e60517;
}
#PortalError input[type="checkbox"]:checked + label:before {
    font-family: "FontAwesome";
	content: "\f046";
    color: #fff;
	background-color: #fa7e74;
}
#PortalError input[type="radio"] {
  display: none;
}
#PortalError .cate4_title {
	width:55px;
	text-align: center;
}
#PortalError a.cate4_title {
	width:55px;
	text-align: center;
	color: #fa7e74 !important;
	border: 1px solid #fa7e74;
}
#PortalError a:hover.cate4_title {
	color: #333 !important;
}

.CompanyEdit textarea {
	width:465px;
	height:50px;
}


/*ページ上部*/
.front_head {
	display: table;
	margin: 10px 0;
}
.front_head .logo {
	float:left;
	width:140px;
	margin:0 20px 0 0;
}
.front_head .logo a {
	border: none !important;
}
.front_head .logo img {
	height:37px;
}
.front_head .office {
	float:left;
}
.front_head .office .tel_block {
	display:inline-block;
	margin:0 10px 4px 0;
}
.front_head .office .tel_block .branch {
	background-color:#e60517;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:1px 5px;
	font-size:12px;
}
.front_head .office .tel_block .tel {
	color:#e60517;
	font-size:18px;
	margin:0 0 0 5px;
	vertical-align: middle;
	display:inline-block;
}
.office .txt {
	clear: both;
	/*margin:5px 0 0;*/
}

.front_head .staff_pic {
	float:left;
	margin:0 5px 0 0;
}
.front_head .staff_pic img {
	width:35px;
}
.front_head .staff_block {
	float:left;
}
.front_head .staff_block .top {
	display:block;
}
.front_head .staff_block .top .arrow {
	margin:0;
	position: relative;
    display: inline-block;
    padding-left: 9px;
}
.front_head .staff_block .top .arrow:nth-child(2){
	display:none;
}
.front_head .staff_block .top .arrow:before {
	content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #80aba9;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.front_head .staff_block .top .arrow a {
	border: none;
	color: #333 !important;
}
.front_head .staff_block .top .arrow a:hover{
	text-decoration: underline;
}
.front_head .staff_block .top .situation {
	display: inline-block;
	line-height: 1.4em;
	text-align: center;
}
.front_head .staff_block .top .situation a,
.UserModeSelect a.UserDetailMenuActive {
	background-color: #80aba9;
	text-decoration: none;
	color:#fff !important;
	border-radius: 5px;
}
.front_head .staff_block .top .situation a:hover,
.UserModeSelect a:hover.UserDetailMenuActive {
	background-color: #fff;
	border: #80aba9 1px solid;
	text-decoration: none;
	color:#80aba9 !important;
}

/*管理形態*/
#ManageType {
	border-bottom:#bbb solid 1px;
	display:block;
	padding:0 0 2px;
	margin:0 0 5px;
}
#ManageType + br {
	display:none;
}

/*ポータル　スーモレイアウト　他*/
#PortalInput .cate2_title {
    position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:160px; /* 縦スクロールに追従 */
    z-index: 100; /* z-indexで最前面に持ってくる */
}
.ReportStage {
	border-left: solid 5px #80aba9;
	padding-left: 7px;
	margin: 7px 0;
}
[id^="ReportTitle"] {
	margin:0 0 0 10px;
}
[class^="P_img"] {
	border: none !important;
	margin: 0 0 0px;
	background-color: #f7f7f7;
    padding: 0 !important;
}
#PsortableKoma {
	width:980px;
	font-size: 11px !important;
	line-height: 1.41;
	display: table;
	margin:0 0 10px 0;
}
#PsortableKoma li {
	float:left;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
}
#PsortableKoma li:first-child {
	width: 452px;
	height: 340px;
	margin:0 6px 0 0;
}
#PsortableKoma li:first-child img {
	max-width: 440px;
	max-height: 339px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableKoma li:first-child textarea {
	width: 440px;
	height: 60px;
	font-size: 12px;
	line-height: 1.41;
	text-align: left;
}
#PsortableKoma li:nth-child(n+2):not(:nth-child(n+6)) {
	width: 222px;
	height: 220px;
	margin:0 5px 5px 0;
}
#PsortableKoma li:nth-child(n+2):not(:nth-child(n+6)) img {
	max-width: 205px;
	max-height: 165px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableKoma li:nth-child(n+2):not(:nth-child(n+6)) textarea {
	width: 205px;
	height: 60px;
	font-size: 12px;
	line-height: 1.41;
	text-align: left;
}
#PsortableKoma li:nth-child(6) {
	clear:both;
}
#PsortableKoma li:nth-child(n+6) {
	float:left;
	width: 101.5px;
	height: 135px;
	margin:0 5px 5px 0;
}
#PsortableKoma li:nth-child(n+6) img {
	max-width: 88px;
	max-height: 72px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableKoma li:nth-child(n+6) textarea {
	display: none;
}

.P2_ImgTitle_no {
	background-color: #666;
	color:#fff;
	float:left;
	padding:0px 2px;
	/*width:15px;*/
	text-align: center;
	font-size:0.9em;
	/*font-weight:600;*/
	margin: 0 5px 0 0;
}
[id^="P1_ImgTitle_"],
[id^="P2_ImgTitle_"],
[id^="P3_ImgTitle_"],
[id^="P4_ImgTitle_"] {
	color:#fa7e74;
	float:right;
	font-weight:600;
}
#P1_ImgTitle_moto,
#P2_ImgTitle_moto,
#P3_ImgTitle_moto,
#P4_ImgTitle_moto {
	color: #333 !important;
	float:left;
	font-weight: normal;
    font-size:90%;
    white-space: nowrap;
	/*margin: 0 0 0 5px;*/
}
[id^="Ptrn"] {
	margin:0 0 15px 0;
}
#PsortableReport1_A,
#PsortableReport2_A, 
#PsortableReport3_A {
	width:540px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_A li,
#PsortableReport2_A li,
#PsortableReport3_A li {
	float:left;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
}
#PsortableReport1_A li:first-child,
#PsortableReport2_A li:first-child,
#PsortableReport3_A li:first-child {
	width: 240px;
	height: 305px;
	margin:5px 5px 0 0;
}
#PsortableReport1_A li:first-child img,
#PsortableReport2_A li:first-child img,
#PsortableReport3_A li:first-child img {
	max-width: 224px;
	max-height: 169px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_A li:first-child textarea,
#PsortableReport2_A li:first-child textarea,
#PsortableReport3_A li:first-child textarea {
	width: 218px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}
#PsortableReport1_A li:nth-child(n+2),
#PsortableReport2_A li:nth-child(n+2),
#PsortableReport3_A li:nth-child(n+2) {
	width: 125px;
	height: 215px;
	margin: 5px 5px 0 0;
}
#PsortableReport1_A li:nth-child(n+2) img,
#PsortableReport2_A li:nth-child(n+2) img,
#PsortableReport3_A li:nth-child(n+2) img {
	max-width: 108px;
	max-height: 82px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_A li:nth-child(n+2) textarea,
#PsortableReport2_A li:nth-child(n+2) textarea,
#PsortableReport3_A li:nth-child(n+2) textarea {
	width: 102px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}

#PsortableReport1_B,
#PsortableReport2_B,
#PsortableReport3_B {
	width:470px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_B li,
#PsortableReport2_B li,
#PsortableReport3_B li {
	float:left;
	width: 470px;
	height: 300px;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	margin: 5px 0 0 0;
}
#PsortableReport1_B li img,
#PsortableReport2_B li img,
#PsortableReport3_B li img {
	max-width: 457px;
	max-height: 170px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_B li textarea,
#PsortableReport2_B li textarea,
#PsortableReport3_B li textarea {
	width: 451px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}

#PsortableReport1_C,
#PsortableReport2_C,
#PsortableReport3_C {
	width:920px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_C li,
#PsortableReport2_C li,
#PsortableReport3_C li {
	float:left;
	width: 240px;
	height: 300px;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	margin:5px 5px 0 0;
}
#PsortableReport1_C li:first-child,
#PsortableReport2_C li:first-child,
#PsortableReport3_C li:first-child {
}
#PsortableReport1_C li img,
#PsortableReport2_C li img,
#PsortableReport3_C li img {
	max-width: 225px;
	max-height: 169px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_C li textarea,
#PsortableReport2_C li textarea,
#PsortableReport3_C li textarea {
	width: 219px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}

#PsortableReport1_D,
#PsortableReport2_D,
#PsortableReport3_D {
	width:550px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_D li,
#PsortableReport2_D li,
#PsortableReport3_D li {
	float:left;
	width: 164px;
	height: 160px;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	margin:5px 5px 0 0;
}
#PsortableReport1_D li:nth-child(-n+2),
#PsortableReport2_D li:nth-child(-n+2),
#PsortableReport3_D li:nth-child(-n+2) {
}
#PsortableReport1_D li img,
#PsortableReport2_D li img,
#PsortableReport3_D li img {
	max-width: 148px;
	max-height: 111px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_D li textarea,
#PsortableReport2_D li textarea,
#PsortableReport3_D li textarea {
	width: 142px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}

#PsortableReport1_E,
#PsortableReport2_E,
#PsortableReport3_E {
	width:600px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_E li,
#PsortableReport2_E li,
#PsortableReport3_E li {
	float:left;
	width: 125px;
	height: 140px;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	margin:5px 5px 0 0;
}
#PsortableReport1_E li:nth-child(-n+3),
#PsortableReport2_E li:nth-child(-n+3),
#PsortableReport3_E li:nth-child(-n+3) {
}
#PsortableReport1_E li img,
#PsortableReport2_E li img,
#PsortableReport3_E li img {
	max-width: 110px;
	max-height: 83px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_E li textarea,
#PsortableReport2_E li textarea,
#PsortableReport3_E li textarea {
	width: 104px;
	height: 60px;
	font-size: 11px;
	line-height: 1.41;
	text-align: left;
}

#PsortableReport1_F,
#PsortableReport2_F,
#PsortableReport3_F {
	width:526px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport1_F li,
#PsortableReport2_F li,
#PsortableReport3_F li {
	width: 160px;
	height: 240px;
	float: left;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
}
#PsortableReport1_F li:nth-child(1),
#PsortableReport2_F li:nth-child(1),
#PsortableReport3_F li:nth-child(1) {
	margin:5px 5px 0 0;
	height: 240px;
}
#PsortableReport1_F li:nth-child(2),
#PsortableReport2_F li:nth-child(2),
#PsortableReport3_F li:nth-child(2) {
	margin:5px 5px 0 0;
	height: 240px;
}
#PsortableReport1_F li:nth-child(3),
#PsortableReport2_F li:nth-child(3),
#PsortableReport3_F li:nth-child(3) {
	margin:5px 0 0 0;
	float:left;
}
#PsortableReport1_F li:nth-child(4),
#PsortableReport2_F li:nth-child(4),
#PsortableReport3_F li:nth-child(4) {
	margin:5px 5px 0 0;
	height: 240px;
}
#PsortableReport1_F li:nth-child(5),
#PsortableReport2_F li:nth-child(5),
#PsortableReport3_F li:nth-child(5) {
	float:right;
	margin:5px 0 0 0;
	height: 240px;
}
#PsortableReport1_F li img,
#PsortableReport2_F li img,
#PsortableReport3_F li img {
	max-width: 146px;
	max-height: 111px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport1_F li:nth-child(3) img,
#PsortableReport2_F li:nth-child(3) img,
#PsortableReport3_F li:nth-child(3) img {
	max-height: 272px !important;
}
#PsortableReport1_F li textarea,
#PsortableReport2_F li textarea,
#PsortableReport3_F li textarea {
	width: 140px;
	height: 35px;
	font-size: 11px;
	/*line-height: 1.41;*/
	text-align: left;
}

#PsortableReport4_G {
	width:960px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortableReport4_G li {
	float:left;
	width: 102px;
	height: 125px;
	margin:5px 5px 0 0;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
}
#PsortableReport4_G li img {
	max-width: 80px;
	max-height: 65px;
	border: #bbb solid 1px;
	margin: 1px;
}
#PsortableReport4_G li span a span {
	font-size: 10.5px;
}
#PsortableReport4_G li textarea {
	display: none;
	width: 94px;
}

.PImgField ul,
.PImgFieldKankyo3 ul {
	width:960px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
.PImgField ul,
.PImgFieldKankyo17 ul {
	width:960px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
.PImgField ul,
.PImgFieldKankyo23 ul {
	width:960px;
	font-size: 12px;
	line-height: 1.41;
	display: table;
}
#PsortablePano2 li {
	width: 185px;
	height: 240px;
	margin: 0 5px 10px 0;
}
#PsortablePano2 li select {
	font-size: 12px;
}
#PsortablePano23 li {
	width: 185px;
	height: 170px;
	margin: 0 5px 10px 0;
}
#PsortablePano23 li select {
	font-size: 12px;
}
.PImgField ul li {
	float:left;
	width: 184px;
	height: 230px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	box-sizing: border-box;
}
.PImgField ul li[id^="Psort_Kouzo_"],
.PImgField ul li[id^="Psort_Setubi_"] {
	height: 300px;
}
.PImgField ul li[id^="Psort_Kankyo_"] {
	height: 330px;
}
.PImgField ul li[id^="Psort_Gentiannaizu_"],
.PImgField ul li[id^="Psort_Accesszu_"],
.PImgField ul li[id^="Psort_Rosenzu_"] {
	height: 210px;
}
.PImgField ul li[id^="P2sort_Gaikan_"],
.PImgField ul li[id^="P2sort_Naikan_"],
.PImgField ul li[id^="P2sort_Setubi_"],
.PImgField ul li[id^="P2sort_Sekou_"] {
	height: 315px;
}
.PImgField ul li[id^="P2sort_Madori_"] {
	height: 430px;
}
.PImgField ul li[id^="P2sort_Kankyo_"] {
	height: 400px;
}
.PImgField ul li[id^="P2sort_Annai_"] {
	height: 150px;
}
.PImgField ul li[id^="P2sort_Annai_"] table {
	width: 100%;
}
.PImgFieldKankyo3 ul li {
	float:left;
	width: 184px;
	/*height: 215px;*/
	margin: 0 5px 5px 0;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	box-sizing: border-box;
}
.PImgField ul li img,
.PImgFieldKankyo3 ul li img {
	max-width: 156px;
	max-height: 80px;
	/*border: #bbb solid 1px;*/
	margin: 1px;
}
.PImgField ul li textarea,
.PImgFieldKankyo3 ul li textarea {
	width: 163px;
	height: 40px;
	font-size: 11px;
	text-align: left;
	resize: none;
	transition:ease-out 0.1s;
	box-shadow: none;
}
.PImgField ul li textarea:focus,
.PImgFieldKankyo3 ul li textarea:focus {
	width: 163px;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

#Psortable15 li {
	height: 185px;
}

#Psortable16 li {
	height: 210px;
}

.PImgFieldKankyo17 ul li {
	float:left;
	width: 184px;
	height: 180px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	box-sizing: border-box;
}
.PImgField ul li img,
.PImgFieldKankyo17 ul li img {
	max-width: 156px;
	max-height: 80px;
	/*border: #bbb solid 1px;*/
	margin: 1px;
}
.PImgField ul li textarea,
.PImgFieldKankyo17 ul li textarea {
	width: 163px;
	height: 40px;
	font-size: 11px;
	text-align: left;
	resize: none;
	transition:ease-out 0.1s;
	box-shadow: none;
}
.PImgField ul li textarea:focus,
.PImgFieldKankyo17 ul li textarea:focus {
	width: 163px;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

.PImgFieldKankyo23 ul li {
	float:left;
	width: 184px;
	height: 255px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: #bbb solid 1px;
	background-color: #f7f7f7;
	padding: 5px;
	box-sizing: border-box;
}
.PImgField ul li img,
.PImgFieldKankyo23 ul li img {
	max-width: 156px;
	max-height: 80px;
	/*border: #bbb solid 1px;*/
	margin: 1px;
}
.PImgField ul li textarea,
.PImgFieldKankyo23 ul li textarea {
	width: 163px;
	height: 40px;
	font-size: 11px;
	text-align: left;
	resize: none;
	transition:ease-out 0.1s;
	box-shadow: none;
}
.PImgField ul li textarea:focus,
.PImgFieldKankyo23 ul li textarea:focus {
	width: 163px;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}




/*#PsortableReport4_G li textarea,
[id^="Psortable"] li textarea {
	display: none;
}*/

/*スーモ画像レイアウトモーダル*/
.PtWindow {
	margin: 20px 0 20px 20px;
}
.PtWindow table.mng_edit {
    width: 170px !important;
	height: 170px !important;
}
.PtWindow table.mng_edit td {
	font-size:0.8em !important;
	text-align: center;
	ackground-color: #f7f7f7;
}
.PtWindow ul.library {
    margin:0 auto;
}
.PtWindow ul.library > li {
#	width: 170px !important;
	height: 190px !important;
    margin: 5px 5px 0 0 !important;
}
.ImgReset {
	margin: 0 0 0 2px;
}
#SuumoPreview {
	float:right;
	margin: 0 1px 0 0;
}
.ImgResend {
	float:right;
}
.CommonImgLibraryEdit ul.library > li {
    display: table-cell;
    float: left;
    width: 19%;
    margin: 0 1% 0 0;
    text-align: center;
}

/*注意書き*/
.BukkenDetailNotice {
font-size:11px !important;
color:#fa7e74 !important;
}
.notice {
font-size:11px !important;
color:#fa7e74 !important;
margin:0 0 10px;
}

/*ポータル表示系*/
#P1_BukkenurlName,
#P1_CompanyurlName,
#P1_PanourlName,
#P1_MovieurlName,
#P1_MapurlName {
	margin:0 0 0 10px;
}

input[type="checkbox"][disabled]{
    /*background:#DCDCDC;*/
	background:#ccc;
    cursor:not-allowed; /* 禁止カーソル */
}

input[type="checkbox"]:disabled {
	cursor:not-allowed;
}
input[type="checkbox"]:disabled + label {
    background:#ccc;
    border: 1px solid #ccc !important;
	pointer-events: none;
	color: #fff !important;
}
input[type="checkbox"]:disabled + label:before {
	background: #ccc;
	color: #fff !important;
}
input[type="checkbox"]:checked:disabled + label::after {
	border-left: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	background: #ccc !important;
	color: #fff !important;
}

input[type="checkbox"]:checked:disabled + label {
    background: #ccc;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

/*.cate2 input[type=radio] + label:before {
    font-family: "FontAwesome";
	display: inline-block;
    width: 16px;
    content: "\f10c";
    font-size: 14px;
    color: #999999; }
.cate2 input[type=radio]:checked + label:before {
	font-family: "FontAwesome";
	content: "\f192";
    color: #fff; }*/

/*帯一覧*/
table.draggable th {
	/*vertical-align:middle !important;*/
	text-align: center;
}
table.draggable td {
	/*vertical-align:middle !important;*/
	text-align: left;
	white-space: nowrap; 
}
table.draggable th {
  background-color: #eee !important;
  text-align: left !important;
  border: #bbb solid 1px;
  box-sizing: border-box;
  vertical-align: middle;
}

table.tableList{
  border-collapse: collapse;
}

td.tableList1 br, td.border_check br {display: none;}
td.tableList1 div, td.border_check div {display: block;}
td.tableList20,
td.tableList21,
td.tableList23 {white-space:normal !important;}
td.tableList20 a,
td.tableList21 a,
td.tableList23 a {width:200px !important;height: 95px !important;}
td.tableList20 textarea[id^="bl_bikou_textarea_"],
td.tableList21 textarea[id^="bl_bikou_textarea_"],
td.tableList23 textarea[id^="bl_bikou_textarea_"] {width:200px !important;height: 95px !important;}
td.tableList20 textarea[id^="bl_bikou2_textarea_"],
td.tableList21 textarea[id^="bl_bikou2_textarea_"],
td.tableList23 textarea[id^="bl_bikou2_textarea_"] {width:200px !important;height: 95px !important;}
td.tableList30-1 .PortalValue2 a {
	width:65px;
	min-height: 20px !important;
	line-height: 15px !important;
	word-wrap:break-word !important;
	white-space:pre-wrap !important;
}
[class^="tableList30-"] {/*min-width:90px !important;max-width:90px !important;*/}
th[class^="tableList30-"] .publish1,
th[class^="tableList30-"] .publish2 {
	background: #666;
	padding: 1px 2px;
	color: #fff;
	font-size: 0.8em;
	margin: 0 2px 0 0;
	/*height: 15px;
	width: 25px;*/
	box-sizing: border-box;
	display: inline-block;
	clear: both;
}
th[class^="tableList30-"] [id^="portal_count_"]{
	font-weight:normal !important;
}
.tableList31,
.tableList32 {
	white-space: normal !important;
	min-width:80px !important;max-width:80px !important;
}
#localStorageTable .tableList4,
#localStorageTable .tableList3,
#localStorageTable .tableList33,
#localStorageTable .tableList7,
#localStorageTable .tableList35 {
    white-space: nowrap;
}
#localStorageTable .tableList11 div {
    width: 200px;
}
#localStorageTable .tableList24-1 div {
    width: 130px;
}

.tableList1-2 p {
	/*transform: scale(0.5, 1);
	margin: 0 0 0 -8px;*/
	font-size:0.7em;
	letter-spacing:-0.1em;
}
.tableList15 br {
	display: none;
}
.tableList27 input {
	display: block;
	text-align: center;
}
.tableList td textarea {
	resize: vertical !important;
    width: 130px !important;
	height: 60px !important;
	max-width: 500px;
	max-height: 500px;
	min-width: 130px;
	min-height: 60px;
}
.border_bottom_right textarea[id^="bl_bikou_textarea_"],
.border_bottom_right textarea[id^="bl_bikou2_textarea_"]{
	width: 94% !important;
    max-width: 94% !important;
    min-width: 94% !important;
}
.border_check input[type="checkbox"],
.tableList1 input[type="checkbox"] {
	width:20px;height:20px;
}
.zoom {
	background: url(/images/iconPV.svg) no-repeat;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none;
}
.check_PDF {
    cursor: pointer;
}
.check_PDF img {
	/*background: url(/images/iconPDF.svg) no-repeat;
	text-indent: -9999px;*/
	width: 22px;
	height: 27px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none;
    margin: 4px auto 2px;
}
td.tableList1 .zoom {
	margin: 2px 0 4px;
}
td.border_check .zoom {
	margin: 2px 0 0px;
}
/*.zoom:before {
    font-family: "FontAwesome";
	display: inline-block;
    content: "\f15c";
    color: #999;
	font-size: 1.5em;
	font-weight: normal !important;
}*/
.tableList1 div a, .border_check div a {
	border: none !important;
}
.tableList11 {
	width:240px !important;
}
#hihyouji {
	z-index: 1;
}

.marker {
	text-align: center;
}
.marker img {
	max-height:80px;
	max-width: 80px;
}

div.scroll_div{
	overflow: scroll;
}

.pattern3 .border_on {
	border:#bbb solid 2px;
}
.pattern3 table.mng_list tr.border_none_tr td {
	background: #fff !important;
	border: none !important;
	padding: 5px !important;
}

.PolicyEdit .return_top {
	display:none;
}

.UserList [id^="UserCheck"] {
	display: block;
}
.UserList .UserStatus0 a {
	border: 1px solid #e60517 !important;
}
.UserList .UserStatus0 a span {
	color: #e60517 !important;
}
.mail_open_title {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ea5203;
	display: inline-block;
	margin: 0px 5px 3px 0;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ea5203;
	color: #fff !important;
	box-sizing: border-box;
}
.mail_open_date {
    color: #ea5203;
}
.HPmember {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ff0000;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ff0000;
	color: #fff !important;
	box-sizing: border-box;
}
.HPmemberWithdraw {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #bbb;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #bbb;
	color: #fff !important;
	box-sizing: border-box;
}
.UserList .user_update_30days {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ff0000;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ff0000;
	color: #fff !important;
	box-sizing: border-box;
}
.UserList .user_update_21days {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ff7f50;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ff7f50;
	color: #fff !important;
	box-sizing: border-box;
}

.UserList .user_update_14days {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ffd700;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ffd700;
	color: #333 !important;
	box-sizing: border-box;
}
.UserList .user_update_7days {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #0000cd;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #0000cd;
	color: #fff !important;
	box-sizing: border-box;
}
.UserList .user_update_3days {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #87cefa;
	display: inline-block;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #87cefa;
	color: #333 !important;
	box-sizing: border-box;
}
.kounyuu_mark {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #1b9517;
	display: inline-block;
	margin: 0px 0px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #1b9517;
	color: #fff !important;
	box-sizing: border-box;
} 
.baikyaku_mark {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ff7f50;
	display: inline-block;
	margin: 0px 0px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #ff7f50;
	color: #fff !important;
	box-sizing: border-box;
}
.Chintai_mark {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #0079E5;
	display: inline-block;
	margin: 0px 0px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #0079E5;
	color: #fff !important;
	box-sizing: border-box;
}
.Reform_mark {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #DB17A7;
	display: inline-block;
	margin: 0px 0px 3px;
	padding: 1px 3px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: #DB17A7;
	color: #fff !important;
	box-sizing: border-box;
}
#gmapDiv table {
	/*width:90%;
	margin:10px auto;*/
}
#gmapDiv .NeibourSearch .NeibourCategorySelect div {
    position: fixed;
    top:0px;
    left:0px;
}
#gmapDiv table tr td div {
	margin:0 0 10px;
}
#gmapDiv table tr td ul {
	font-size:1.2em !important;
}
.NeibourCategorySelect div {
	background: #e1ebea;
	padding:10px;
	/*width: 140px;*/
}
.NeibourCategorySelect div ul li a {
	font-size:0.8em !important;
}
.NeibourCategorySelect div ul li.active {
	color:#fff;
	border: 1px solid #fa7e74;
	margin: 0px 1px 3px;
	padding: 1px 3px 0;
	border-radius: 5px;
	background: #fa7e74;
	display: inline-block;
	font-size:0.8em;
	font-weight:bold;
}
#gmapDiv .NeibourSearch #map_canvas {
    position: fixed !important;
    top:0px;
    left:207px;
    height: 595px !important;
}
#gmapDiv .NeibourSearch #checkregist {
    position: absolute;
    top:0px;
    left:620px;
}
#gmapDiv table.NeibourSearch #checkregist div {
    margin: 10px 0px;
}
.neibour_preset_img_exists {
	background: url(/images/iconImage.png) no-repeat center top;
	font-size: 0.8em;
	padding: 4px 0px;
}
.BtnClose {
	text-align: center;
    position: fixed;
    top: 10px;
    right: 10px;
}
div#ポータル,
div#その他,
.PtWindow .DeleteButton #ImgDefaultSet {
	display: none;
}

.loginBottom {
	font-size:11px;text-align:right;position:absolute;bottom:13px;right:150px;line-height:10px;
}

/*スケジュール*/
.Schedule .container table {
			width:100%;
			margin: 10px 0 0;
}
.Schedule .container th {
            height: 30px;
            text-align: center;
			background: #ccc;
			padding: 10px;
			border: #bbb solid 1px;
       }
.Schedule .container th.Sunday {
			background:#FAC4C5;
		}
.Schedule .container th.Saturday {
			background:#8ACDFA;
		}
.Schedule .container td {
            height: 100px;
			width: calc(100% / 7);
			background: #f7f7f7;
			font-weight:bold;
			font-size:1.2em;
			padding: 10px;
			border: #bbb solid 1px;
			vertical-align: top;
        }
.Schedule .container td.Sunday {
			background:#F8E8E8;
		}
.Schedule .container td.Saturday {
			background:#DAE8EB;
		}
.Schedule .container td ul.schedule_day li {
			font-weight:normal !important;
			font-size:0.8em !important;
			color: #333 !important;
		}
.Schedule .container .today {
            background: #fa7e74;
        }
.Schedule .container th:nth-of-type(1),
.Schedule .container td:nth-of-type(1) {
            color: #e60517;
        }
.Schedule .container th:nth-of-type(7),
.Schedule .container td:nth-of-type(7) {
            color: #0b50b2;
        }
.schedule_day th {
            text-align: left;
			border: #bbb solid 1px;
			background: #ccc;
        }
.schedule_day td {
			border: #bbb solid 1px;
        }
.schedule_td td {
			padding:0px;
			border: solid  0px;
        }

#total .table-bordered > tbody > tr:first-child > th,
#total .table-bordered > tbody > tr > th:first-child {
	background-color: rgb(221, 221, 221);
}
#total .table-bordered > tbody > tr > th:nth-child(2),
#total .table-bordered > tbody > tr > td,
.UserStatusTotal #total .table-bordered > tbody > tr:nth-child(2) > th:nth-child(even) {
	text-align: right;
}
#total .table-bordered > tbody > tr > td:nth-child(odd),
.UserStatusTotal #total .table-bordered > tbody > tr:nth-child(2) > th:nth-child(odd) {
	background-color: #f1f3f4;
	text-align:right;
}
.UserStatusTotal #total .table-bordered > tbody > tr:first-child > th {
	text-align: center;
	background-color: #ddd;
}
.UserStatusTotal #total .table-bordered > tbody > tr > th:first-child,
.UserStatusTotal #total .table-bordered > tbody > tr > td:first-child {
	text-align:left !important;
	background-color: #ddd !important;
	width:10%;
}
.UserBaitaiTotal table,
.BaitaiTotal table {
	width:100%;
}
.UserBaitaiTotalMonthly table,
.BaitaiTotalMonthly table,
.UserStatusTotal table {
	width:100%;
	margin: 10px 0 0;
}
.UserBaitaiTotal #total .table-bordered > tbody > tr > th,
.UserBaitaiTotalMonthly #total .table-bordered > tbody > tr > th,
.BaitaiTotal #total .table-bordered > tbody > tr > th,
.BaitaiTotalMonthly #total .table-bordered > tbody > tr > th,
.UserStatusTotal #total .table-bordered > tbody > tr > th {
	border: #bbb solid 1px;
	padding: 10px;
}
.UserBaitaiTotal #total .table-bordered > tbody > tr:first-child > th,
.UserBaitaiTotalMonthly #total .table-bordered > tbody > tr:first-child > th,
.BaitaiTotal #total .table-bordered > tbody > tr:first-child > th,
.BaitaiTotalMonthly #total .table-bordered > tbody > tr:first-child > th {
	text-align: center;
}

.UserBaitaiTotal #total .table-bordered > tbody > tr > th:first-child {
	width:10%;
	border: #bbb solid 1px;
	padding: 10px;
}
.UserBaitaiTotal #total .table-bordered > tbody > tr > td,
.UserBaitaiTotalMonthly #total .table-bordered > tbody > tr > td,
.BaitaiTotal #total .table-bordered > tbody > tr > td,
.BaitaiTotalMonthly #total .table-bordered > tbody > tr > td,
.UserStatusTotal #total .table-bordered > tbody > tr > td {
	border: #bbb solid 1px;
	padding: 10px;
}

.table-bordered2 {
    margin:10px 0 0;
}
.table-bordered2 th {
	background-color: rgb(221, 221, 221);
	border: #bbb solid 1px;
	padding: 10px;
    width:100px;
    text-align: center;
}
.table-bordered2 td {
    border: #bbb solid 1px;
	padding: 10px;
	text-align: right;
    width: 80px;
}
.table-bordered2 .p-all {
	background-color: #f1f3f4;
}

.Portal {
	position: relative;
}

.PortalLengthImg {
	display:inline-block;
	height: 10px;
}

.PortaTitleImg {
	/*padding-bottom: 10px;*/
}
.PortaKyoriImg {
	padding-top: 10px;
}

#SendExe {
	margin:0 0 10px;
}
.loader {
    position: fixed;
    width: 100px; /*ローディングアイコンの横サイズ*/
    height: 100px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 15px solid #666;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
	animation: spin 2s linear infinite;
	margin:0 0 0 5px;
	top:45%;
	left:45%;
}
@keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}

/*開閉小窓*/
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	width:400px;
	max-height:150px;
	overflow-y: scroll;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-state-focus,
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-state-active {
	background: #ccc;
}



/* ツールチップ 表示文字の装飾 */
div.tooltip1{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 40px;
    font-size: 90%;
    color: #fff;
    background-color: #51A2C1;
    width: 160px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* フキダシ部分を作成 */
div.tooltip1 span:before{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-13px; 
    left:8px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#51A2C1; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
}



/* ツールチップ 表示文字の装飾 */
div.tooltip2{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
}
 
/* ツールチップ部分を隠す */
div.tooltip2 .tooltip2view {
    display: none;
}
 
/* マウスオーバー */
div.tooltip2:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip2:hover .tooltip2view {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 24px;
    font-size: 90%;
    color: #fff;
    background-color: #51A2C1;
    width: 160px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* フキダシ部分を作成 */
div.tooltip2 .tooltip2view:before{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-13px; 
    left:8px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#51A2C1; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
}

@media print {
    body {
        font-size: 11px !important;
        line-height: 1.1 !important;
    }
    .modal {
        width: 100%;
        margin: 0;
    }
    .modal h2 input[type="button"] {
        display:none;
    }
    .modal table.mng_table {
        border: 1px solid #333 !important;
        width: 100%;
    }
    .modal table.mng_table th,
    .modal table.mng_table td {
        padding: 2px;
        border: 1px solid #333 !important;
    }
    .modal table.mng_table th br {
        display:none;
    }
}

div[id^="UserActionBlock"],
#UserFormBlock2 {
    font-size: 1.2em;
}
.UserActionTitle {
    background-color: #ddd !important;
}

.red {
    color:#ff0000;
}
.img_office .red {
    color:#ff0000;
	display:block;
}

table#localStorageTable.mgmt thead tr th {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
table#localStorageTable.mgmt thead tr th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  background: #ddd;
  z-index: -1;
}
table#localStorageTable.mgmt tbody tr td {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;   
}
table#localStorageTable.mgmt tbody tr td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  background: #f7f7f7;
  z-index: -1;
}
table#localStorageTable.mgmt thead tr th.tableList1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  background: #ddd;
  z-index: -1;
}
table#localStorageTable.mgmt thead tr th:nth-child(1),
table#localStorageTable.mgmt tbody tr td:nth-child(1),
table#localStorageTable.mgmt thead tr th:nth-child(2),
table#localStorageTable.mgmt tbody tr td:nth-child(2),
table#localStorageTable.mgmt thead tr th:nth-child(3),
table#localStorageTable.mgmt tbody tr td:nth-child(3),
table#localStorageTable.mgmt thead tr th:nth-child(4),
table#localStorageTable.mgmt tbody tr td:nth-child(4),
table#localStorageTable.mgmt thead tr th:nth-child(5),
table#localStorageTable.mgmt tbody tr td:nth-child(5){
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}
table#localStorageTable.mgmt thead tr th:nth-child(1),
table#localStorageTable.mgmt tbody tr td:nth-child(1) {
  left: 0;
}
table#localStorageTable.mgmt thead tr th:nth-child(2),
table#localStorageTable.mgmt tbody tr td:nth-child(2) {
  left: 41px;
}
table#localStorageTable.mgmt thead tr th:nth-child(3),
table#localStorageTable.mgmt tbody tr td:nth-child(3) {
  left: 169px;
}
table#localStorageTable.mgmt thead tr th:nth-child(4),
table#localStorageTable.mgmt tbody tr td:nth-child(4) {
  left: 274px;
}
table#localStorageTable.mgmt thead tr th:nth-child(5),
table#localStorageTable.mgmt tbody tr td:nth-child(5) {
  left: 360px;
}
table#localStorageTable.mgmt thead tr:nth-child(1) th,
table#localStorageTable.mgmt thead tr:nth-child(2) th,
table#localStorageTable.mgmt thead tr:nth-child(3) th,
table#localStorageTable.mgmt thead tr:nth-child(4) th,
table#localStorageTable.mgmt thead tr:nth-child(5) th {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}
table#localStorageTable.mgmt thead tr:nth-child(1) th {
  top: 0;
}
table#localStorageTable.mgmt thead tr th:nth-child(1),
table#localStorageTable.mgmt thead tr th:nth-child(2),
table#localStorageTable.mgmt thead tr th:nth-child(3),
table#localStorageTable.mgmt thead tr th:nth-child(4),
table#localStorageTable.mgmt thead tr th:nth-child(5) {
  z-index: 3;
}

.FormTable {
    display:table;
}
.FormTableRow {
    display:table-row;
}
.FormKoumoku {
    display:table-cell;
}
.FormValue {
    display:table-cell;
}

.Process {
  display: inline-block;
  box-sizing: border-box;
  margin: 1px 0.5px 3px;
  padding: 1px 5px !important;
  text-align: center !important;
  vertical-align: middle;
  text-decoration: none !important;
  border-radius: 5px;
  color: #fff !important;
  min-height: 1.5em;
  line-height: 1.4em;
  font-size: 1.0em;
  -webkit-appearance: none;
  font-weight:bold;
}
.Process0 {
  border: 1px solid #ccc;
  background-color: #ccc;
}
.Process20 {
  border: 1px solid #ffa500;
  background-color: #ffa500;
}
.Process30 {
  border: 1px solid #1b9517;
  background-color: #1b9517;
}
.Process40,
.Process52 {
  border: 1px solid #e60517;
  background-color: #e60517;
}
.Process50 {
  border: 1px solid #0079E5;
  background-color: #0079E5;
}
.Process55 {
  border: 1px solid #ccccff;
  background-color: #ccccff;
}
.Process60 {
  border: 1px solid #b8ccbf ;
  background-color: #b8ccbf;
}
.headoffice_0 {
  border: 1px solid #bc8f8f;
  background-color: #bc8f8f;
}
.headoffice_2 {
  border: 1px solid #666;
  background-color: #666;
}
.headofficecheck {
  border: 1px solid #ccc;
  background-color: #ccc;
}
.PM_button input {
  display:none;
}
.PM_button label {
  background-color: #b51212 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  font-size: 1.3em !important;
  /*display: inline-block !important;*/
  text-align: center !important;
  margin: 0 !important;
  border: 1px solid #b51212 !important;
  border-radius: 5px;
}
.PM_button label:hover {
	background-color: #fff;
	border-color: #fa7e74;
	color: #fa7e74 !important;
}

/* ★プルダウン内で「選択済み」になっている項目 */
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #dbe4ff !important;  /* 薄い青 */
    color: #000 !important;
    font-weight: bold;
    padding-left: 24px !important;
    position: relative;
}

/* ✔ チェックマークを付けたい場合 */
.select2-container--default .select2-results__option[aria-selected="true"]::before {
    content: "✔";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
