@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #333; /* RGB */
  font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif','ゴシック体', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}

a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
.wrapper {
	max-width:768px;
	margin:0 auto;
}

img{
  width:100%;
  vertical-align: bottom;
}
