/*共通部分*/
html,body{
  height: 100%;
  width:100%;
  margin:0px
}

header {
  display: flex;
  width: 100%;
  height: 5%;
  background-color: #808080;
  align-items: center;
  font-size:1.25vw;
  color:white;
  font-weight: bold;
  padding:0.5% 1%;
}

.header__url:link,.header__url:visited,.header__url:hover,.header__url:active{
  color:white;
  text-decoration: none
}

/*sign_inに仕様*/
.post {
  padding: 20px;           
  text-align:  center; 
}

.post__text {
  height: 2.4em;
  width: 30%;
  margin:10px;
  padding: 0% 0.5%;
  border-bottom: 3px solid  #808080;
  border-right:none;
  border-left:none;
  border-top:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size:1.25vw;

}

.post__text:focus {
  outline:0px;
  border-color: #FF6347;
}

.post__submit{
  height: 2.4em;
  width: 20%;
  margin:35px;
  background-color:#808080;
  border-radius: 4px;
  border:none;
  color:white;
  font-weight: bold;
}

/*　/userに使用*/
/*analiticsの3つのデータ部分*/
.summary{
  display: inline-block;
  height: 15%;
  width: 30%;
  text-align:center;
  background-color: white;
  margin: 1.25%;
  position:relative;
  border-style:solid;
  border-color:#808080;
  box-sizing:border-box;
  box-shadow: 0.1% 0.1% #808080;
  white-space: nowrap;
}

.summary__col{
  display: inline-block;
  margin:1%;
  width: 30%;
  height: 100%;
  position:relative;
  white-space: nowrap;
}

.summary__col--data{
  text-align:center;
  margin:0%;
  color:#808080;
  font-weight: bold;
  font-size:3.0vw;
  position: absolute;
  bottom:25%;
  left:5%;
  white-space: nowrap;
}

.summary__col--label{
  display: flex;
  margin:0px;
  color:#808080;
  position: absolute;
  bottom:5%;
  right:5%;
  font-size:1.5vw;
  white-space: nowrap;
}
.summary__col--image{
  width:70%;
  position: absolute;
  left: 0%;
  bottom: 10%;
}

/*/user検索項目部分*/
.search__title{
  font-size: 1.5vw;
  font-weight: bold;
  color:#808080;
  margin:1% 1% 0% 1%;
  padding:0.5%;
  text-decoration: underline;
}

.search__col{
  display: inline-block;
  margin:1% 2% 1% 2%;
  width: 9%;
  height: 100%;
  position:relative;
  white-space: nowrap;
}

.search__col--label{
  font-size: 1vw;
}

.search__col--select{
  height: 2.4em;
  width: 100%;
  border-bottom: 3px solid  #808080;
  border-right:none;
  border-left:none;
  border-top:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1vw;
}
.search__col--select:focus {
  outline:0px;
  border-color: #FF6347;
}

.search__col--input{
  height: 2.4em;
  width: 100%;
  border-bottom: 3px solid  #808080;
  border-right:none;
  border-left:none;
  border-top:none;
  font-size: 1vw;
}

.search__col--select:focus,.search__col--input:focus {
  outline:0px;
  border-color: #FF6347;
}


.search__col--radio{
  font-size: 1vw;
  accent-color:#808080;
  height:15%;
  width: 15%;
  margin-top: 10%;
}

.search__col--radio:focus{
  accent-color:#FF6347;
}

.search__col--submit{
  margin:1% 2%;
  height: 2em;
  width: 8%;
  background-color:#808080;
  border-radius: 4px;
  border:none;
  color:white;
  font-weight: bold;
  font-size: 1vw;
}


/*ページング部分*/
.paging{
  margin:0% 2%;
  font-size:1.25vw;
}

/*ユーザ一覧部分*/
.list__title{
  font-size: 1.5vw;
  font-weight: bold;
  color:#808080;
  margin:1%;
  padding:0.5%;
  text-decoration: underline;
}

.list__table {
  margin:0% 2%;
  width: 97%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #808080;
  font-size:1.1vw;
 }

 .list__table tr {
  border-top: dashed 1px #a6a6a6;
 }

 .list__table th {
  padding: 0px;
  background: #808080;
  color:white;
  border: dashed 1px #a6a6a6;
  border-bottom:solid 3px #a6a6a6;
 }

 .list__table td {
  border: dashed 1px #a6a6a6;
  padding:0%;
 }

.function__button button{
  margin:1% 1%;
  height: 2em;
  width: 8%;
  background-color:#808080;
  border-radius: 4px;
  border:none;
  color:white;
  font-weight: bold;
  font-size: 1vw;
}

.function__button a:link,.function__button a,.function__button a:hover,.function__button a:active{
  color:white;
  text-decoration: none;
}


/*以下/user/idに使用*/
.detail{
  margin:1%;
}
.detail__title{
  font-size:2.5vw;
  color:#808080;
  margin:0%;
}
.detail__state--title{
  font-size:1.5vw;
  color:#808080;
  margin:1% 0% 0% 0%;
}

.detail__state--select{
  text-align: center;
  height: 2.4em;
  width: 10%;
  border-bottom: 3px solid  #808080;
  border-right:none;
  border-left:none;
  border-top:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.1vw;
}
.detail__state--select:focus {
  outline:0px;
  border-color: #FF6347;
}
.detail__state--buttom{
  margin:0% 2%;
  height: 2.0em;
  width: 5%;
  background-color:#808080;
  border-radius: 4px;
  border:none;
  color:white;
  font-weight: bold;
  font-size: 1vw;
}
.detail__table{
  margin:1% 0%;
  width: 97%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #808080;
  font-size:1.1vw;
 }

 .detail__table tr {
  border-top: dashed 1px #a6a6a6;
 }

 .detail__table th {
  padding: 0.5%;
  background: #808080;
  color:white;
  width:15%;
  text-align: center;
 }

 .detail__table td {
  padding:0.5%;
  text-align: left;
 }




