@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 12px;
	line-height: 130%;
}

a,
a:hover {
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
}

.main {
	width: 960px;
	margin: 0 auto;
}

.main p {
	text-align: center;
	margin: 30px 0;
}

.btn-square {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #fab506;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #b78300;
  border-radius: 60px;
  font-size: 32px;
  margin: 30px auto;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.footer {
	text-align: center;
	color: #000;
	font-size: 8px;
	padding: 20px 0 30px;
}
