@charset "utf-8";
main {
  background-color: #fff;
}
#sections {
  padding-top: 31px;
}
#unicom-vw {
  line-height: 1.2;
  font-size: 13px;
  color: #333;
/*  font-family: Calibri;*/
  min-height: 630px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin-bottom: 50px;
}
#unicom-vw.container {
  padding: 0;
}
button {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
input[type='button'] {
  cursor: pointer;
}
.text-right {text-align: right!important}
.text-center {text-align: center!important}
.text-left {text-align: left!important}
#sim-area {
  position: relative;
}
button.unicom-textlink,
a.unicom-textlink {
  color: #145096;
  background: url(../img/linkmark.png) right top no-repeat;
  background-size: 12px auto;
  padding-right: 18px;
}
.unicom-ctrl {
  -webkit-flex:0 0 220px;
  flex: 0 0 220px;
  background-color: #cccfd3;
  border: 4px solid #cccfd3;
}
.unicom-view {
  -webkit-flex:0 0 740px;
  flex: 0 0 740px;
}
.unicom-ctrl-box,
.unicom-ctrl-box_transparent {
  padding: 1em;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.unicom-ctrl-box {
  background-color: #FFF;
  border-bottom: 3px solid #cccfd3;
}
.unicom-ctrl-box-r {
  text-align: right;
}
.unicom-ctrl h2 {
  font-weight: bold;
  font-size: 14px;
}
.unicom-ctrl-box_transparent h2 {
  color: #145096;
}
.unicom-inline {
  display: inline-block;
  vertical-align: middle;
}
#btn-display-fit {
  width: 130px;
  padding: .3em 1em;
  background-image: linear-gradient(to right, #104b9f, #1a2b6f);
  color: #FFF;
  font-weight: bold;
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2) ;
}
#btn-display-fit:hover {
  opacity: .8;
}
.unicom-indoorlbl,
.unicom-orienlbl {
  display: inline-block;
  width: 7em;
  text-align: left;
}
.unicom-ctrl-export {
  background-color: #FFF;
  text-align: center;
  padding: 2em 1em;
}
.unicom-ctrl-export p:not(:last-child) {
  margin-bottom: 15px;
}

.unicom-ctrl-export p.pc-only {
	font-size: .85em;
	text-align: left;
	padding: 5px;
	border: #C00 1px solid;
	background: #FFEEEE;
	margin-top: 25px;
}


small {
  font-size: .85em;
  color: #666;
}

.note-indent01 {
	padding-left: 0.7em;
}

input[type="radio"]{
  filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
  position: absolute;

  vertical-align: bottom;

}
.unicom-radio-bg {
  /*width: 15px;*/
  height: 15px;
  line-height: 15px;
  background: url(../img/ui-radio-off.png) left center no-repeat;
  background-size: contain;
  cursor: pointer;
  overflow: hidden;
  padding-left: 20px;
}
.unicom-radio-right {
  background-position: right center;
  padding-right: 20px;
  padding-left: 0;
}
.unicom-radio-bg.unicom-radio_on {
  background-image: url(../img/ui-radio-on.png);
}
/*input[type="radio"]:checked::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background: url(../img/ui-radio-on.png) left center no-repeat;
  background-size: cover;
}*/
input#w,input#h {
  width: 3em;
  text-align: right;
}
input#display-x,
input#display-y {
  width: 2.5em;
  text-align: right;
}
select::-ms-expand {
  display: none;
}
select#region {
  text-align: center;
  width: 9.8em;
  border: 1px solid #231815;
  padding: 3px 18px 3px 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/ui-select.png) right -1px center no-repeat;
	background-size: 19px;
}
select#display {
  width: 10em;
  text-align: right;
  border: 1px solid #231815;
  padding: 3px 18px 3px 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/ui-select.png) right -1px center no-repeat;
	background-size: 19px;
}
p:not(:last-child) {margin-bottom: 10px;}

.selectmodal-btn {
  display: inline-block;
  /*box-shadow: 0 1px 0 #baa698, 0 -1px 0 #ddd, 2px 2px 2px rgba(0,0,0,.2);*/
  width: 111px;
  text-align: center;
  border: none;
  line-height: 1.7;
  border-radius: 3px;
  cursor: pointer;
  color: #11499c;
  position: relative;
  padding-right: 14px;
  border: 1px solid ;
  margin-bottom: 10px;
}

.selectmodal-btn::after {
    content: " ";
    display: block;
    height: 12px;
    width: 12px;
    background: url(../img/linkmark.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 6px;
}
.unicom-btn {
	display:inline-block;
  background-image: linear-gradient(to bottom, #615f5f, #7c7b7a);
  color: #ebeae9;
  box-shadow: 0 1px 0 #baa698, 0 -1px 0 #333333, 2px 2px 2px rgba(0,0,0,.2) ;
  width: 150px;
  text-align: center;
  border: none;
  line-height: 1.7;
  border-radius: 3px;
  cursor: pointer;
}
a.unicom-btn {
  color: #ebeae9;
}
.unicom-btn:hover {
  opacity: .8;
  text-decoration:none!important;
}
.unicom-blankicon {
  position: relative;
}
.unicom-blankicon::after {
  content: " ";
  display: block;
  height: 12px ;
  width:12px ;
  background: url(../img/linkmark-w.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 6px;
}

.unicom-vwheader {
  background: url(../img/ttl-bg.png) left bottom no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 11px 3px 11px 15px;
}
.unicom-vwheader h2 {
  font-weight: bold;
  font-size: 21px;
  float: left;
  color: #FFF;
}
.unicom-vwheader .unicom-btn {
  position: absolute;
  top: 57px;
  right: 10px;
  z-index: 10;

  padding: .3em 1em;
  background-image: linear-gradient(to right, #104b9f, #1a2b6f);
  color: #FFF;
  font-weight: bold;
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  border-radius: 0;
  line-height: normal;
}

.unicom-modal .unicom-btn {
  display: block;
  width: 154px;
  margin: .8em auto 0;
  padding: .5em 1em;
  background-image: linear-gradient(to right, #104b9f, #1a2b6f);
  color: #FFF;
  font-size: 16px;
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  border-radius: 5px;
  line-height: normal;
  text-align: center;
	top: 79px;
  right: 203px;
  position: absolute;
}

.unicom-spectable-ttl {
  overflow: hidden;
  padding: 2em 0 .5em;
}
.unicom-spectable-ttl h2 {
  float: left;
  color: #145096;
  font-size: 20px;
  padding-left: 15px;
}
.unicom-spectable-ttl a {
  float: right;
  margin-top: 5px;
}

.unicom-spectable table {
  width: 100%;
}
.unicom-spectable table tr {
  border: 1px solid #CCC;
}
.unicom-spectable table td,
.unicom-spectable table th {
  padding: .5em 15px;
}
.unicom-spectable table th {
  background-image: linear-gradient(to right, #615f5f, #7c7b7a);
  color: #ebeae9;
  text-align: left;
}
.unicom-spectable table td {
  text-align: center;
  background-color: #FFF;
}




#canvas-area {
  position: relative;
  font-size: 12px;
}

#canvas {
  /*position: absolute;*/
}
#wall {
  position: absolute;
  top: 100px;
  left: 100px;
  /*background-color: #eceef3;
  border: 2px solid #fff;
  z-index: 2;*/
}
#btn-display {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.padding-box {
  position: absolute;
  width: 82px;
  color: #000;
}
.padding-box input {
  width: 36px;
  text-align: right;
}
/* override */
.ui-corner-all {border-color: #231815;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: inherit;
  font-size: 12px;
}
.pressTabkey *:focus {
  outline: none;
}
.ui-spinner a.ui-spinner-button {
  border-color: #555;
}
.ui-state-default .ui-icon.ui-icon-triangle-1-n {
	background: #FFF url(../img/ui-arrowup.png) center center no-repeat;
	background-size: 17px;
}
.ui-state-default .ui-icon.ui-icon-triangle-1-s {
	background: #FFF url(../img/ui-select.png) center center no-repeat;
	background-size: 17px;
}
/* MODAL */
.unicom-modal {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 940px;
  background-color: #e1edf2;
  border: 4px solid #83aec9;
  box-shadow: 6px 6px 10px rgba(51,51,51,.7);
  display: none;
}
#unicom-selectmodal {
  padding: 40px;
}
.unicom-modalttl {
  font-size: 24px;
  padding: 10px 100px 10px 40px;
  margin-left: -40px;
  background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  float: left;
  font-weight: bold;
}
.unicom-displayname {
  float: right;
  font-size: 24px;
  font-weight: bold;
  padding-right: .5em;
}
.unicom-displayimg {
  float: right;
  margin-bottom: 25px!important;
}
.unicom-modalclosebtn {
  top: 0;
  right: 0;
  position: absolute;
  padding: 15px;
}
#unicom-selectmodal table {
  width: 100%;
  background-color: #FFF;
}
#unicom-selectmodal table th,
#unicom-selectmodal table td {
  vertical-align: middle;
  padding: .8em .5em;
  border: 1px solid #cccfd3;
  border-width: 1px 3px 1px 3px;
  text-align: center;
  font-size: 12px;
}
#unicom-selectmodal table td {
  padding: .5em;
}

#unicom-selectmodal table th:first-child,
#unicom-selectmodal table td:first-child {
  border-left: none;
}
#unicom-selectmodal table th:last-child,
#unicom-selectmodal table td:last-child {
  border-right: none;
}
#unicom-selectmodal table  {
  background-image: linear-gradient(to right, #615f5f, #7c7b7a);
}
#unicom-selectmodal table tbody {
  background-image: none;
  background-color: #FFF;
}
#unicom-selectmodal table th {
  color: #FFF;
  font-weight: bold;
}
#unicom-selectmodal table tbody tr.active {
  background-color: #daf1c5;
  cursor: pointer;
}
#unicom-selectmodal table tbody tr:hover {
  background-color: #c5daf1;
  cursor: pointer;
}
/* error modal */
#unicom-errormodal {
  position: absolute;
  width: 600px;
  height: 210px;
  padding: 40px 30px 30px;
  background: #FFF url(../img/error-bg.png) center center no-repeat;
  color: #145096;
  font-size: 24px;
  font-weight: bold;
  top: 130px;
  left: 70px;
}
#unicom-errormodal .unicom-errmsg {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

