@charset "utf-8";
/* CSS Document */

	#contents .name {
        line-height: 1.4;
        font-size: 1.4rem;
        font-size: 14px;
		margin-bottom: 18px;
}

#contents .access {
  color: #d4781d;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  /* border: 1px solid; */
  outline: none;
  margin-left: 1rem;
  font-family: 'Century Gothic','Lato';
  text-align: center;
  padding: 0px 5px;
}

#contents .access:hover {
  color: #a9590b;
}

@media screen and ( max-width:670px) {

#contents .access {
  margin-left: 0.2rem;
  margin-bottom:0.5rem;
  padding: 0;
}

}