*, *:before, *:after{
  font-family:"EPSON Sans Serif GUI";
  -webkit-box-sizing: border-box;
}

body{
  background-color: white;
  height: 100%;
  margin: 0px 6px 0px 6px;
  overflow-x: hidden;
}

.contents{
  max-width: 100%;
  min-width: 200px;
  margin: 0 auto

}

.title{
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  font-size: 25px;
  border-top: solid 4px LightSteelBlue;
  border-bottom: solid 4px LightSteelBlue;
  /*background-color: PowderBlue;*/
}

table{
  width:100%;
}

ul.index{
  list-style: none;
  font-size: 0px;
  margin:10px;
  padding:10px;
}

li.index{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  margin: 4px;
  height: auto;
}

.explain{
  padding: 5px;
  margin: 5px 0;
  border-bottom: dotted 2px LightSteelBlue;
}

.settings{
  padding: 5px;
  margin: 10px 0;
  border-bottom: dotted 2px LightSteelBlue;
}

.param{
  padding: 1%;
  text-align: center;
  overflow: hidden;
}

.name{
  width: 70%;
}

.value{
  width: 70%;
}

.box{
  display: none;
}

.choice{
  color: white;
  display: none;
  position: relative;
  padding: 10px 15px 10px 35px;
  margin: 5px;
  border: solid 3px white;
  border-radius: 100px;
  background-color: gray;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.choice::before{
  content: "\0d7";
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 20px;
}

.box:checked + .choice{
  background-color: orange;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.box:checked + .choice::before{
  content: "\02714";
  color: white;
}

button.normalButtons{
  color: white;
  height: 50px;
  width: 20%;
  min-width: 100px;
  font-size: 20px;
  border-radius: 20px;
  background-color: LightSteelBlue;
}

button.indexButtons{
  background-color: #336699;
  color: #fff;
  display: block;
  width: 130px;
  height: 80px;
  padding: 5px 10px;
  text-decoration: none;
}

a.indexButtons{
  background-color: #336699;
  color: #fff;
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 14px;
}

.pulldown{
  overflow: hidden;
  width: 70%;
  text-align: left;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}

.pulldown select{
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.pulldown::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.pulldown:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb;
}

.center{
  padding: 5px;
  text-align: center;
  margin: 10px 0;
}

.right{
  padding: 5px;
  text-align: right;
  margin: 10px 0;
}

.left{
  padding: 5px;
  text-align: left;
  margin: 10px 0;
}

.version{
  text-align: right;
  margin-top: 1px;
  border-top: solid 2px LightSteelBlue;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
