﻿@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;
    
}

html {
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */
  /*border-left:solid 1px #999;*/
  /*border-right:solid 1px #999;*/
overflow-y:scroll;

}


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

common

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

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
.index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:750px;
	margin: 0 auto;
}

a img:hover{
	opacity:0.7;
    cursor: pointer;
	}
    



/**------------------------------------------------------**/
.relative{
position: relative;
}

.img_style{
width: 100%;
}

.block{
display: block;
}

.offer_btn{
position: absolute;
width: 80%;
top: 0;
right: 0;
left: 0;
margin: 115% auto 0;
}

.offer_btn {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(1.2,1.2);
  }
  to {
    transform: scale(1,1);
  }
}

.seikin{
position: absolute;
top: 35.2%;
right: 6.5%;
width: 42.6%;
}

.ec12{
position: absolute;
top: 35.2%;
left: 6.8%;
width: 42.6%;
}

.baloon{
position: absolute;
top: 30.78%;
left: 1.06%;
width: 30%;
}
/**------------------------------------------------------**/