@charset "UTF-8";
div#main *{
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  div#main{
    padding: 16px 20px 24px;
  }
}
@media screen and (max-width: 767px){
  #mvp-header-simple{
    text-align: center;
  }
}
div#vlx-conversion-wrapper {
  /*max-width: 700px;*/
  margin: 0 auto;
}


div#main h1 {
	margin: 0 0 15px 0 !important;
	font-size: 130% !important;
	font-weight: bold;
}

div#mvp-content #mvp-content-inner{
	max-width: 100% !important;
	padding: 20px 0px !important;

}
.vlx-conversion-select p:first-child {
  background-color: #dce2fd;
  padding: 8px;
  font-weight: bold;
}

.vlx-conversion-select p:nth-of-type(n+2):before {
  content: "■";
  font-size: 110%;
}

.vlx-conversion-select p input {
  border: 1px solid #2c3164;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 1em;
}

span.input-area {
  background-color: #dce2fd;
  padding: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  span.input-area{
    margin-bottom: 5px;
  }
}

span.kekka {
  border: double #2c3164;
  width: 100px;
  height: 30px;
  margin: 0 1em;
  /*
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  margin-top: 10px;
  background-color: #fff;
  line-height: 30px;
  */
}
div.vlx-conversion-select ul {
  padding: 10px;
  background-color: #ebecf1;
  line-height: 1.8em !important;
  font-size: 85%;
  margin-bottom: 40px;
}
.example_area {
  border: 1px solid #9E9E9E;
  padding: 20px;
  width: 320px;
  box-sizing: border-box !important;
  /*float: left;*/
}
.example_area p {
  margin-bottom: 0px !important;
}
.example_area li:not(:last-child){
  margin-bottom: 10px;
}
.vlx-buttonarea{
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px){
  .vlx-buttonarea{
    width: 100%;
  }
}
button.vlx_calculate.clear {
  margin-left: 15px;
  background-color: #5e5e61;
}

button.vlx_calculate.clear:hover {
  background-color: #a8a8a9;
  color: #fff;
}

button.vlx_calculate.clear {
  font-size: 110%;
  font-weight: bold;
  padding: 5px 20px;
  background-color: #5e5e61;
  color: #fff;
  border: 3px solid;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  cursor: pointer;
  max-width: 230px;
  width:100%;
  /* float: right; */
}

button.vlx_calculate.clear:hover {
  background-color: #a8a8a9;
  color: #fff;
}

p.vlx-answerarea {
  background-color: #f2f1ff;
  max-width: 350px;
  padding: 0px 20px 10px;
  font-size: 150%;
  font-weight: bold;
  border: 3px solid;
  float: left;
}

span.hissu {
  color: #fff;
  font-size: 85%;
  display: block;
  width: 40px;
  text-align: center;
  margin-right: 7px;
  padding: 0 5px;
  background-color: red;
  border-radius:3px;
  flex-shrink: 0;
}

p#error ul li {
  max-width: 83%;
  margin: 0 auto;
  text-align: left;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  background-color: #2c3164;
}

span#ui-id-1 {
  color: #fff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  position: fixed !important;
  top: 30%!important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 1;
}

span.ui-button-text {
  display: none !important;
}






/* ------------------------------------------------------------------
 * Tablet
 * ------------------------------------------------------------------ */
@media screen and (min-width: 0px) and (max-width: 715px) {
  div#vlx-conversion-wrapper {
       margin: 15px;
  }

span.vlx_heightarea {
    display: block;
}


}
@media screen and (min-width: 0px) and (max-width: 580px) {

  button.vlx_calculate.clear {
      float: none;
      margin: 30px 0px;

}

span.input-area {
    display: inline-block;
}
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .example_area {
      padding: 10px;
      box-sizing: border-box;
      max-width: inherit;
      width: 100%;

  }
  button.vlx_calculate.clear {
      max-width: inherit;
  }

}
