@charset "utf-8";
/* =================================================================
		reset
================================================================= */

/* リセット */

body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1.fv {
	margin: 0;
}

ul, ol {
	list-style: none inside;
}

img,
a img {
	border: 0;
	vertical-align: middle;
}
/*	Basic Text Link	*/
a {
	color: #e40073;	text-decoration:underline;
}

a:link {
	color: #e40073;	text-decoration: underline;
}
a:visited {
	color: #e40073;	text-decoration: underline;
}
a:hover {
	color: #e40073;	text-decoration: none;
}

a:focus {
	color: #224eb5;	text-decoration:underline;
}
a:active {
	color: #e40073;	text-decoration: underline;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}



/* =================================================================
		content
================================================================= */
body{
	width:100%;
	text-align: left;
	/*font-size:62.5%;*/
	line-height:1.85;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#wrapper {
	width:100%;
	max-width:800px;
	margin:0 auto;
	/*box-shadow:0 0 5px 0 rgba(0,0,0,0.4);*/
}

#wrapper img {
	display:block;
	margin-top:-1px;
}

#wrapper a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}

#wrapper a img {
	transition:opacity 0.3s ease-out;
}



/* =================================================================
		offer
================================================================= */
.cart01,
.cart02 {
	position:relative;
}

.btn {
	position:absolute;
}

img.btn01 {
	top:730px;
	left:10px;
}

img.btn02 {
	top:120px;
	right:5px;
}



/*----------------------------------------
footer
----------------------------------------*/
div#footer{
	background:#f5f3f3;
	width:800px;
	margin:101px auto 0;
	padding:30px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	border-top:1px solid #878787;
}

div#footer p {
	color:#000;
	text-align:center;
	padding:0 15px 0 0;
}

div#footer a{
	color:#000;
	text-decoration:none;
}
p.copyRight{
	color:#000;
	padding:10px 15px 0 0 !important;
	font-size:16px;
}



.ipad body,
.android body,
.iphone body {
	-webkit-text-size-adjust: 100%;
}

.android p,
.android span{
	max-height: 999999px;
}