﻿#showBoxSpace
{
    width: 548px;
    height: 150px;
    margin:0 auto;
    clear: both;
}

.showBox
{
    width: 548px;
    height: 150px; /*border: 1px solid white;*/
    position: relative;
    overflow: hidden;
    font-family: Arial;
    letter-spacing: 1px;
    text-align: left;
    top: 0px;
    left: 0px;
}
.showBox *
{
    margin: 0;
    padding: 0;
}
.showBox a
{
    color: blue;
    text-decoration: none;
}
.showBox h2.Seminartitle
{
    position: absolute;
    font-family: Meiryo;
    top: 3px;
    left: 5px;
    font-size: 12px;
}
.showBox .roll
{
    position: absolute;
    top: 9px;
    right: 90px;
}
.showBox .roll a
{
    float: left;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    text-indent: -9999px;
    background: url(../image/seminar/dot.gif) no-repeat 0 0;
}
.showBox .roll a.on
{
    background-position: 0 -27px;
}
.showBox .btn
{
    position: absolute;
    top: 2px;
    right: 13px;
    height: 20px;
}
.showBox .btn a
{
    width: 31px;
    height: 24px;
    float: left;
    text-indent: -9999px;
}
.showBox .btn a.prev
{
    background: url(../image/seminar/btn.gif) no-repeat 0 -42px;
}
.showBox .btn a.next
{
    background: url(../image/seminar/btn.gif) no-repeat 0 0;
}
.showBox a.more
{
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding-left: 7px;
    font-size: 12px;
}
.showBox ul.itemList, .showBox ul.itemList li
{
    list-style: none;
}
.showBox ul.itemList
{
    position: absolute;
    top: 35px;
    white-space: nowrap;
    left: 0px;
}
.showBox ul.itemList li
{
    display: inline;
}
.showBox ul.itemList li .adContent
{
    display: inline-block;
    text-align: center;
    padding-right: 5px;
}
.showBox ul.itemList li .adContent h3
{
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.showBox ul.itemList li .adContent img
{
    border: 1px solid #ccc;
    padding: 5px;
}
