﻿@charset "UTF-8";
/* ------------------------------
		reset
------------------------------ */

a{
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#464646;
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }
.fl{float:left;}
.fr{float:right;}
.bold{font-weight:bold;}
.ac{text-align:center;}
.ar{text-align:right;}
.red{color:#ff6868;}
input{outline:none;}
img{ width:100%;}

/* ------------------------------
    base
------------------------------ */

body{
	font-size:1.0rem;
}
p,table,dl,ol,li,h2,h3  {
	font-size: 1.4rem;
	line-height: 1.6;
}

/* ------------------------------
    header
------------------------------ */
.wrap{
	max-width:640px;
	margin:0 auto;
}

.offer_01,.offer_02,.offer_03{
	position: relative;
}
.btn_01{
	display: block;
	margin:auto;
	width: 90%;
	bottom: 3.5%;
}


.half{
	max-width: 320px;
	width: 50%;
}

.w_img{ 
	padding-top: 20px;
}

.f_01{
	width: 93%;
	max-width: 597px;
	margin: 0 auto;px;
}
.f_02{
	max-width: 640px;
	margin: 0 auto;px;
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */