/*body {
margin: 0 auto;
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
h1{
margin: 20px auto 0;
text-align:center;
}
a {
color: #000;
text-decoration: none;
padding: 0px;
}
a:hover {
background: #ff0;
}
a, a:link, a:focus, a:visited {
outline: none;
}*/
.esc {
position: relative;
clear: both;
width: 100%;
}
#showcase-content {
position: relative;
margin: 0px auto;
width: 960px;
}
/********************************
* generic als elements styling
********************************/
.als-container {
position: relative;
width: 100%;
margin: 0px auto;
}

.als-viewport {
position: relative;
overflow: hidden;
margin: 0px auto;
}

.als-wrapper {
position: relative;
list-style: none;
}

.als-item {
position: relative;
display: block;
text-align: center;
cursor: pointer;
float: left;
}

.als-prev, .als-next {
position: absolute;
cursor: pointer;
clear: both;
z-index:10000;
}


/**************************
* specific als elements
* styling for #lista1
**************************/

#lista1 {
margin: 0px auto 0px auto;
}

#lista1 .als-item {
/*margin: 10px 30px;
min-height: 140px;
min-width: 128px;*/
margin: 0px 18px;
min-height: 210px;
min-width: 203px;
}

#lista1 .als-item img {
position: relative;
display: block;
vertical-align: middle;
margin-bottom: 0px;
}

#lista1 .als-prev, #lista1 .als-next {
top: 78px;
width: 46px;
height: 46px;
}

#lista1 .als-prev {
left: 0px;
}

#lista1 .als-next {
right: 0px;
}


/*リセット*/
/*html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:10px;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}*/