@charset "utf-8";

/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}

li {
	padding:0;
}

table {
  border-collapse: collapse;
}


input, select {
    vertical-align:middle;
}

a{
	color: #d81946;
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #999;
	text-decoration:none;
}

a img {
    border-style:none;
}

.pink{
	color: #ea65a1;
	font-weight: bold;
}

.red{
	color: #ff0000;
	font-weight: bold;
}

.blue{
	color: #1732D3;
	font-weight: bold;
}

.green{
	color: #2A901A;
	font-weight: bold;
}

.yline {
    background: linear-gradient(transparent 74%, #ff0 0%);
    font-weight: bold;
}

.b {
	font-size:18px;
    font-weight: bold;
}

.txt34{
	font-size: 34px;
	line-height: 44px;
}


.txt18{
	font-size: 18px;
	line-height: 28px;
}

.txt20{
	font-size: 20px;
	line-height: 30px;
}

.txt24{
	font-size: 24px;
	line-height: 34px;
}
html,body {
  -webkit-text-size-adjust: none;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}


body {
	width:100%; 
	height: auto;
	margin: 0 auto;
	font-family:"メイリオ",meiryo,Arial,san-serif;
	color:#fff;
	font-size:14px;
	line-height: 24px; 
	background:#000
}



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

.area{
	position: relative;
}

#container {
	text-align:left;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;

}

.btn{
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
	z-index: 2;
	position: absolute;
	bottom: 3%;
	left: 1%;
	width: 98%;
}

.btn2{
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
	z-index: 2;
	position: absolute;
	bottom: 10%;
	left: 1%;
	width: 98%;
}

@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}



#top-footer{
	background: #000;
	padding:10px 0;
	text-align:center;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}

address {
	border-top:1px dotted #fff; 
	margin-top: 10px;
	padding:10px 0;
	font-size: 12px;
	font-style: normal;
}
