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

html{
	width:100% !important;
}
body{
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}
p.copy-center{
	display:block;
	text-align:center;
}
.fortune-area{
	width:100%;
	text-align:center;
	display:block;
	margin:0px auto 50px;
}
.psfortune-area{
	width:100%;
	max-width:700px;
	height:auto;
	text-align:center;
	display:block;
	margin:0px auto 50px;
}
.psfortune-area img{
	width:100%;
	max-width:700px;
	height:auto;
}
.fortune-area2{
	width:100%;
	text-align:center;
	display:block;
	margin:50px auto;
}
.fortune-area img{
	width:100%;
	max-width:960px;
}
img.qa-detail-image{
	padding:0 4%;
	width:92%;
}
img.answer-image{
	width:100%;
	max-width:755px;
}
.qa-image img{
	width:120px;
	height:auto;
	margin-bottom:30px;
}

#footerarea{
	width:100%;
	background:#eee;
	padding:10px 0;
}
@media screen and (max-width: 480px) {
.psfooter{
	position:absolute;
	bottom:0px;
}
}
.button-area{
	margin:50px auto;
	overflow:auto;
	width:92%;
	padding:0 4%;
	max-width:960px;
}
.button-area2{
	margin:50px auto;
	overflow:auto;
	width:92%;
	padding:0 4%;
	max-width:960px;
	text-align:center;
}
.button-area-left{
	float:left;
	width:48%;
	padding-right:2%;
	text-align:right;
}
.button-area-right{
	float:right;
	width:48%;
	padding-left:2%;
	text-align:left;
}
.button-area-left2{
	float:left;
	width:30.333333%;
	padding:0 1.5%;
	text-align:center;
}
.button-area-center2{
	float:left;
	width:30.333333%;
	padding:0 1.5%;
	text-align:center;
}
.button-area-right2{
	float:right;
	width:30.333333%;
	padding:0 1.5%;
	text-align:center;
}

.button {
  display: inline-block;
  width:250px;
  max-width:100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-size:24px;
}
.font-small{
	font-size:18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.font-small{
	font-size:16px;
}
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
  text-decoration:none;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #000;
}

span.visible-smp{
	display:none;
}
@media screen and (max-width:767px) {
.fortune-area{
	width:100%;
	text-align:center;
	display:block;
	margin:30px auto 50px;
}
.fortune-area2{
	margin:100px auto 50px;
}
.button-area{
	margin:15px auto;
}
.button-area2{
	margin:15px auto;
}
span.visible-smp{
	display:block;
}
.button {
  font-size:14px;
}
.font-small{
	font-size:12px;
	padding:10px 0;
	line-height: 16px;
}
p.copy-center{
	font-size:13px !important;
}
}
@media screen and (max-width:340px) {
p.copy-center{
	font-size:11px !important;
}
}