
ul.sample_menu {
	color: #666;

  display:-webkit-flex;
  display:flex;
  width:100%;
  background-color:#ffffff;
  list-style-type:none;
  margin:0; padding:0;
}

ul.sample_menu a {
  font-family: Leelawadee UI;
	color: #666;
  font-size: 1.6em;
  font-weight: bold;
  /* display:block; */
  margin:10px; 
  padding:10px;
  background-color:#ffffff;
  text-align:center;
  text-decoration:none;
}
.title.about {
  font-size: 0.8em;
  font-weight: lighter;
  margin:0;
}
.title.name {
  font-size: 3em;
}
.title.yomi {
  font-size: 0.8em;
  font-weight: lighter;
  margin:0;
}
.title.yomi:hover {
  cursor:pointer;
  color:rgb(182, 182, 182);
  font-weight: bold;
}
.greeting {
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 4px;
  background-color: rgb(247, 247, 247);
  border-width: 0px;
  border: none;
  padding: 1.6em;
  padding-top: 2.8em;
  padding-bottom: 3em;
  line-height: 1.8em;
  margin-top: 5em;
}

.greeting.detail-title {
  background-color: white;
  
}
.greeting.detail {
  font-weight: lighter;
  margin-top: 1em;
  margin-bottom: 8em;
  
}