/*
* TouchSwipeSlider - jQuery Plugin
* //kara-full.jp
* 
* Copyright (c) KARA-FULL
* ver.1.0.0
*/

html{
-webkit-text-size-adjust: none;
}
body{
font-size: 93%;
font-family: PT Sans Narrow, sans-serif;
}
#wrapper{
width: 480px;
margin: 0 auto;
}

header{
margin: 10px 0 20px 0;
}

h1{
font-size: 1.2em;
letter-spacing: .05em;
background: url(../../img/common/back_line.gif) repeat-x bottom left;
padding-bottom: 10px;
padding-left:15px;
border-left: 5px #666 solid;
}
footer{
margin-top: 50px;
font-size: 93%;
letter-spacing: 0.1em;
}

a{
font-size: 93%;
color: #aaa;
}
a:hover{
color: #000;
}




/* Next and Prev Button
------------------------------------------------------------------------*/
#slideBox{
position:relative;
width:480px;
height: 530px;
}
#slider{
position:relative;
width: 480px;
height: 530px;
overflow:hidden;
}

#sldImgs{
position: absolute;
top: 0;
left: 0;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
padding:0px;
margin:0px;
width: 4800px;
height: 510px;
-webkit-transform: translate3d(0px,0px,0px); 
}

#sldImgs li{
float:left;
display:inline;
}

#sldImgs img{
padding:0px;
margin:0px;
max-width:480px;
width: 100%;
-webkit-transform: translate3d(0px,0px,0px); 
}


#sldImgs p{
padding:0px;
margin:0px;
width:480px;
height:210px;
-webkit-transform: translate3d(0px,0px,0px); 
}


/* Next and Prev Button
------------------------------------------------------------------------*/
#sldNav{
position: absolute;
bottom: 0;
left: 5px;
width: 40px;
font-size: 62.5%;
}
#sldNav ul{
width: 60px;
margin: 0 auto;
}
#sldNav li{
float: left;
display: inline;
}
#sldNav li a{
display: block;
width: 15px;
height: 15px;
background-color: #eee;
border-radius: 2px;
margin: 0 5px 0 0;
text-align: center;
color: #000;
font-size: 1.0em;
line-height: 1.5;
}
#sldNav li a:hover{
background-color: #aaa;
color: #fff;
}


/* Pagination
------------------------------------------------------------------------*/
#pagination{
position: absolute;
bottom: 0;
right: 5px;
display: block;
overflow: hidden;
font-size: 62.5%;
}
#pagination a{
float: left;
display: block;
width: 15px;
height: 15px;
overflow: hidden;
border-radius: 2px;
margin: 0 0 0 5px;
background-color: #eee;
text-align: center;
color: #000;
line-height: 1.5;
}
#pagination a:hover{
background-color: #aaa;
color: #fff;
}
#pagination a.current{
background-color: #a0d8ef;
color: #fff;
}
