@charset "UTF-8";
* { box-sizing: border-box; }

body { margin: 0; }

.in_bottom{
  position: absolute;
  bottom: 2px;
  margin: 0 0 5 5;
  padding: 0;
}
.in_right{
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  color:#FFFF00;
}

.menu input {
  display: none;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar07:checked ~ #links07 li

 {
    height: 25px;
    opacity: 1;
}

/**************MAIN****************/
.main_top {
  margin-top:0;
  margin-left:0;
  margin-bottom:20;
  padding:5px;
  font-size:12px;
  text-align: left;
  color: #000000;
  background-color: #dddddd;

}

.main_title {
  width:90%;
  height:35px;
  font-size:11px;
  text-align: left;
  padding: 8px;
  color: #003399;
  background-color:#ddeeff;
  margin-left:50px;
}

.main_column{
  width:30px;
  height:200px;
  font-size:11px;
  text-align:center;
  vertical-align: middle;
  color:#003399;
  background-color:#e0f0ff; 
  margin-left:50px;
}

/**************Button_area****************/
.btn_area {
  padding:0;
  font-size:12px;
  text-align: left;
  color:#ffffff;
  margin: 5 0 0 0;
}

/**************Setting Area****************/
table {
  border-collapse: collapse;
}
 
p {
  font-size: 10px;
  text-align: center;
  margin: 30px auto 20px;
}
 
input[type="submit"],
input[type="text"],
input[type="number"],
input[type="file"],
select,
button {
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
  
input[type="text"]{
  background: #f8f8f8;
  display: block;
  font-size: 12px;
  padding: 2px 5px;
  width: 480px;
  height: 23px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="password"]{
  background: #f8f8f8;
  display: block;
  font-size: 12px;
  padding: 2px 5px;
  width: 480px;
  height: 23px;
  transition: 0.8s;
  border-radius: 0;
}
 
input[type="text"]:focus{
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
textarea::placeholder{
  color: #8a8a8a;
}

input[type="submit"],
input[type="range"],
input[type="radio"],
input[type="file"],
input[type="button"],
input[type="checkbox"],
select,
/* label, */
button{
  cursor: pointer;
}
input[type="submit"][disabled],
input[type="range"][disabled],
input[type="radio"][disabled],
input[type="file"][disabled],
input[type="button"][disabled],
input[type="checkbox"][disabled],
select[disabled],
button[disabled]{
  cursor: default;
}

select{
  height: 23px;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.submitbtn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 80px;
  padding: 5px 10px;
  background-color: #300fc4;
  border: 1px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  cursor: pointer;
}
.submitbtn[disabled],
.formbtn[disabled]{
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 80px;
  padding: 5px 10px;
  background-color: #d7d7d7;
  border: 1px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #666666;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  cursor: default;
}

.submitbtn:focus,
.submitbtn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #300fc4;
}

.submitbtn[disabled]:focus,
.submitbtn[disabled]:hover,
.formbtn[disabled]:focus,
.formbtn[disabled]:hover {
  background-color: #d7d7d7;
  border-color: currentColor;
  color: #666666;
}

.formbtn {
  display: inline-block;
  width: initial;
  /* width: 80px; */
  min-width: 80px;
  max-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #008cff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #008cff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  cursor: pointer;
}
.formbtn:focus,
.formbtn:hover {
  background-color: #008cff;
  border-color: currentColor;
  color: #fff;
}

.ch_btn{
  color: #ffffff;
  background-color: #300fc4;
  border-radius: .5rem;
  border: 1px solid #300fc4;
  width: 100px;
  height: 30px;
}
.ch_btn:hover{
  color:#300fc4;
  background-color: #ffffff;
  border-radius: .5rem;
  border: 1px solid #300fc4;
  width: 100px;
  height: 30px;
  cursor: pointer;
}
.ch_btn_select{
  color: #ffffff;
  background-color: #ff7600;
  border-radius: .5rem;
  border: 1px solid #ff7600;
  width: 100px;
  height: 30px;
}
.ch_btn_select:hover{
  color: #ff7600;
  background-color: #ffffff;
  border-radius: .5rem;
  border: 1px solid #ff7600;
  width: 100px;
  height: 30px;
  cursor: pointer;
}
.button {
  display       : inline-block;
  border-radius : 3%;          /* 角丸       */
  font-size     : 6pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 13px;   /* 余白       */
  background    : #ff7600;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #ff7600;    /* 枠の指定 */
}
.button:hover {
  color         : #ff7600;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  cursor: pointer;
}


.mlist {
  display: inline-block;
  width: 80px;
  max-width: 100%;
  padding: 5px 2px;
  background-color: #300fc4;
  border: 1px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}



.parent_column{
    display:flex;
}
.item{
  width:200px;
  padding:5px;
  background-color:yellow;
  color: navy;
  font-size:10px;
  text-align:left;
  text-decoration:none;
  margin-left: 30px;
  margin-top:5px;
  border-color: #000;
  border-top-color:#ff0000;
}
.setting_area{
  width:600px;
  padding:5px;
  background-color:rgb(109, 109, 109);
  color: black;
  font-size:10px;
  text-align:left;
  text-decoration:none;
  margin-left: 240px;
  margin-top:5px;
  border-color: #000;
  border-top-color:#ff0000;
  position: absolute;
}

set_area{
  display:flex;
  width:700px;
  margin-left:50px;
  margin-top:1px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
set_area .items{
  width:200px;
  padding:5px;
  background-color:#f0f5fa;
  color: navy;
  font-size:12px;
  text-align:left;
  text-decoration:none;
}
set_area .values{
  width:600px;
  padding:5px;
  background-color:rgb(255, 255, 255);
  color: black;
  font-size:12px;
  text-align:left;
  text-decoration:none;

}

.submitarea {
  position: fixed;
  top: 85px;
  right: 10px;
  /* left: 250px; */
}

/* 音声登録画面 */
.head_ch{
  width: 75px;
  text-align: center;
  padding: 0 0 0 0;
}
.head_title{
  width: 380px;
  text-align: center;
  padding: 0 0 0 0;
}
.head_lineout{
  width: 75px;
  text-align: center;
  padding: 0 0 0 0;
}
.head_play{
  width: 75px;
  text-align: center;
  padding: 0 0 0 0;
}
.head_stop{
  width: 75px;
  text-align: center;
  padding: 0 0 0 0;
}
.head_del{
  width: 75px;
  text-align: center;
  padding: 0 0 0 0;
}
.body_ch{
  width: 75px;
}
.body_title{
  width: 380px;
  margin-top: 7px;
}
.body_lineout{
  width: 75px;
}
.body_play{
  width: 75px;
}
.body_stop{
  width: 75px;
}
.body_del{
  width: 75px;
}