@charset "UTF-8";

/* 共通部分
------------------------------- */
html{
  font-size: 100%;
}
body{
  line-height: 1.2;
  color: #000000;
}
a{
  text-decoration: none;
}
img{
  max-height: 100%;
}

.wrapper{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 4%;
}
.base-space{
  padding: 10px 0 5px 15px;
}


/* header　共通 */
.page-header{
  background-image: url(../images/title.png);
  height: 100px;
}
.header-form{
  padding: 10px 0 1px 30px;
}
.header-form input{
  padding: 0px 3px 0px 3px;
}
.header-info{
  padding: 3px 0 2px 30px;
  font-size: 80%;
}
/* main-header　共通 */
.main-header{
  margin-top: 10px;
  margin-bottom: 3px;
  
  padding: 4px 0 4px 20px;
  
  border: 2px solid antiquewhite;
  
}

.main-header h2{
  line-height: 1;
  font-size: 1.18rem;
  margin: 5px;
  text-align: center;
}


.main-frame{
  justify-content: space-between;
  display: flex;
  
  margin-bottom: 10px;
}



/*情報エリア*/
.main-info-frame{
  justify-content: space-between;
  display: flex;
  
  margin-bottom: 10px;
  
  background-color: azure;
}
.contents-info-frame{
  height: 250px;
  
}

.contents-info-frame form p span{
  /*更新日時の文字用*/
  font-size: 75%;
  margin-left: 20px;
}
#dtime-t{
  background-color: transparent;
  border-color: transparent;
  width: 200px;
}

.contents-frame{
  height: 280px;
  
}
.contents-frame-header{

  padding: 0.1px 0 0.1px 0;
  background-color: antiquewhite;
  width:96%;
  text-align: center;
  line-height: 30%;
}
.lside-info-frame .contents-frame-header,.rside-info-frame .contents-frame-header{
  /* .contents-frame-headerのCSSを上書きしています */
  background-color: transparent;
  padding-bottom: 0.1px;

}

.lside-frame,.rside-frame{
  width:48%;
  border: 1px solid antiquewhite;
}
.lside-frame textarea,.rside-frame textarea{
  height: 160px;
  width: 94%;
}


.lside-info-frame{
  width:70%;
  border: 1px solid #99ccff;
  /*border: 2px solid red;*/
}
.rside-info-frame{
  width:28%;
  border: 1px solid #99ccff;
  /*border: 2px solid red;*/
}
.lside-info-frame textarea,.rside-info-frame textarea{
  height: 100px;
  width: 94%;
}

.contents-title input[type="text"]{
  width:20px;
  margin-left: 10px;
}

.contents-readonly-text{
  height:194px;
  overflow: auto;
  margin-right: 10px;
  border: 1px solid #999999;
  font-size: 85%;
  
  background-color: #ffffcc;
}


.contents-info-text textarea{
  height:190px;
}


.contents-bottom{
  text-align: right;
  margin-right: 15px;
  height: 40px;
}


/* footer　共通 */
.page-footer{
  font-size: 90%;
  background-color: #660000;
  padding: 10px 20px;
}
.page-footer p{
  color: white;
}
.page-footer a{
  color: darkorchid;
}
.page-footer a:hover{
  color: red;
}

/* ボタン */

.btn-s-1{
  background-color:  #1760a0;  
  border-radius: 10px;
}


.button-s-1{
  width:80px;
  height:30px;
  font-size: 90%;
  
//  background-color:  #1760a0;  
//  border-radius: 10px;
}


.button-s-2{
//過去ボタン
 //width:180px;
 // height:22px;
  width:80px;
  height:30px;
  
  //font-size: 75%;
  margin-left: 3px;

}
.button-s-3{
//小さいボタン
  width:50px;
  height:30px;
  
  //font-size: 75%;
  margin-left: 3px;

}

.button-s-4{
//小さいボタン
  width:25px;
  height:30px;
  
  //font-size: 75%;
  margin-left: 3px;

}

.button-m-1{
  width:100px;
  height:30px;
  font-size: 100%;
  
//  background-color:  #1760a0;  
//  border-radius: 10px;
}


