@charset "utf-8";

/*----------------------------------------------------
elements
----------------------------------------------------*/
body {
background: #fff;
color: #333;
font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
font-size: 12px;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
}
a {
-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
img {width: 100%; height: auto;}
#wrap{
width: 100%;
}
header {
padding-left:54%;
background: url(../img/bg_head.jpg) no-repeat 0 0;
background-size: cover;
}
.btnArea{
margin-bottom: 25px;
}
.sliderNav ul {
width: 100%;
text-align: center;
}
.sliderNav li {
width: 20%;
display: inline-block;
}
.sliderNav img {
width: 100%;
}
#bottomArea{
padding: 0 0 30px;
background: #fefca9;
}

/*--------------------
slider
---------------------*/

#slide {
	overflow: hidden;
}

/* PAGER */

.bx-pager {
	text-align: center;
	width: 100%;
}

.bx-pager a{
	display: inline-block;
	width: 20%;
	opacity: 0.4;
}
.bx-pager a.active{
	opacity: 1;
}
/*.bx-pager .bt01 {
	background: url(../img/btn_01.jpg) 0 0 no-repeat;
}
.bx-pager .bt01.active {
	background: url(../img/btn_01_on.jpg) 0 0 no-repeat;
}
.bx-pager .bt02 {
	background: url(../img/btn_02.jpg) 0 0 no-repeat;
}
.bx-pager .bt02.active {
	background: url(../img/btn_02_on.jpg) 0 0 no-repeat;
}
.bx-pager .bt03 {
	background: url(../img/btn_03.jpg) 0 0 no-repeat;
}
.bx-pager .bt03.active {
	background: url(../img/btn_03_on.jpg) 0 0 no-repeat;
}*/


