@import url(http://fonts.googleapis.com/earlyaccess/mplus1p.css);


body{
	font-family: 'Mplus 1p', sans-serif;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
text-decoration: none;
}

.h1title{
	font-family: 'Comfortaa', cursive;
	font-size: small;
	letter-spacing: 0.1em;
}

.picture{
	margin: 0px;
}
.giftitle{
	margin-top: 10px;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
}
.creator{
	font-size: 0.7em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
}


/* ------------------------ */
.title_box{
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

.sns_box{
	width: 150px;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	padding-right: 30px;
}

nav{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 20px;
}

/* ------------------------ */

a.btn{
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 0;
  transition: .3s;
}

a.animation {
  position: relative;
  z-index: 2;
}
a.animation:hover {
  color: #fff;
}
a.animation::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: #333;
  transition: .3s;
}
a.animation:hover::after {
  width: 100%;
}

.contents_set {
}

.contents {
	text-align: left;
	margin-right:auto;
	margin-left: auto;
}

.contents img {
	margin-top:50px;
}

