@charset "UTF-8";


/*  _aminoacid  */


.amino-table1 {
    width: 100%;
}

.amino-table1 table{
    width:98%;
    margin:0 auto;
    border-spacing: 0px;
    border-collapse: collapse;
}

.amino-table1 table td{
    border:solid 1px #666;
    padding:1em;
}


.amino-table1 table td:nth-child(1){
    white-space: nowrap;
}


.motto_item_table{
    display: -webkit-flex; /* Safari */
    display: flex;
      justify-content: space-between;
    border: dashed 1px #666;
      width:100%;
       font-size:0.9em;
      padding: 1em 0em 1em 0;
  }

.motto_item{
	text-align:center;
  flex-grow: 1;
	font-size:0.8em;
  padding:0 1em 0 1em;
width: 100%;
}
