@charset "UTF-8";

/* CSS Document */
body {
  font-family: "A1 Gothic R";
}

dt {
  font-family: 'A1 Gothic M';
}

dd  {
  font-family: 'A1 Gothic R';
}

#kv img {
  margin-bottom: 30px;
}

.content_wrap {
    margin: 21px;
}


.about {
  padding: 20px 0px;
}

.notice {
  background-color: #ffefef;
  border-radius: 6px;
  padding: 30px;
}



.profile p + p {
  margin-top: 1.5em;
}

.name {
  font-family: "A1 Gothic B";
}




#information_free li {
  padding: 0px;
}

@media(min-width:751px) {


  .profile {
    background-color: #eef5ff;
    border-radius: 6px;
    padding: 30px;
    width: 400px;
    margin: auto;
  }

  .notice {
    width: 500px;
    margin: auto;
  }

  .profile_photo {
    width: 60%;
    margin: auto;
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
	
	article.bg_color {
    margin-left: 1px;
    margin-right: 1px;
}
	article {
        padding: 0px;
    }
}

