body{
  background: #fff;
  font-size: 12px;
  color: #333;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1{
  font-size: 120%;
  padding: 3px;
}
h2{
  font-size: 14px;
}
a{
  color: #4387E9;
}
a,img{
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,h1 a:hover{
  color: tomato;
}
img:hover{
  opacity: 0.8;
}
p{
  margin: 3px 0;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
img {
  width: 100px;
  height: 100px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#head_area{
  width: 100%;
  background: #333;
  color: #fff;
}
#head_area a{
  color: #fff;
  text-decoration: none;
}

#main{
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
#pic_area,#info_area{
  display: inline-block;
  vertical-align: top;
}
#pic_area{
  width: 100px;
}
#info_area{
  margin-left: 5px;
  width: calc(100% - 110px);
}
