@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:#fff;
}

img{
	border:0;
	vertical-align: bottom;
}

/*-------------------
wrapper
--------------------*/

#wrapper {
	width:100%;
}

/*-------------------
logo
--------------------*/

#logo {
	width:100%;
}
#logo img{
	width:100%;
	height: auto;
}

/*-------------------
watch
--------------------*/

#watch {
	width:100%;
}
#watch img{
	width:100%;
	height: auto;
}


/*-------------------
lineup
--------------------*/

#lineup {
	width:100%;
	text-align: center;
}
#lineup img{
	width:100%;
	height: auto;
}
#lineup img.manual{
	width:60%;
	height: auto;
	margin-bottom:200px;
}




/*-------------------
フッター周り
--------------------*/

#lang{
	position: fixed;
	bottom:30px;
	left:0;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#eb719f;
	z-index:9999;
	}
#lang img{
	margin-top:5px;
	}

#copyright{
	position: fixed;
	bottom:-2px;
	left:0;
	width:100%;
	height:32px;
	line-height:30px;
	font-size:9px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#eb719f;
	z-index:9999;
	}


/*-------------------
onlineshop
--------------------*/

#link{
	position: absolute;
	width: 100%;
	margin:0 auto;
	z-index:1000;
	text-align: center;
	background-color:#eb719f;
	padding: 5px 0;
	display:block;
	position: fixed;
	bottom:50px;
	left: 0;
	}

.online{
	width:150px;
	height:36px;
	}

