@charset "utf-8";

/* MainVisual Block */
#topMainImage {
    display: none;
    position: relative;
    width: 100%;
    height: 360px;
    margin: -10px auto 0;
    padding: 25px 0;
    background: url('/images/bg.jpg') repeat #efffff !important;
}

#topMainImage p {
    width: 940px;
    height: 310px;
    margin: 0 auto;
    text-align: center;
}

#topMainImage p img {
    border: 1px solid #fff;
}

/* Banner Block */
#topSubArea {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    background: #f2f2f2;
}

#topBanArea {
    position: relative;
    display: table;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#topBanArea li {
    display: table-cell;
    margin: 0;
    padding: 0;
}

#topBanArea li:first-child {
    padding-left: 0;
}

#topBanArea li img {
    width: 220px;
    border: 5px solid #f2f2f2;
}

/* Info/News Block */
.topInfoBlock,.topNewsBlock {
    margin-bottom: 30px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}

.topNewsBlock {
    -webkit-transition: 2s;
            transition: 2s;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 0 0 .5em;
}

#topNewsArea .date {
    font-size: 16px;
    color: #0950a0;
}

.topInfoBlock .areaInfo,.topNewsBlock .areaInfo {
    border-bottom: solid 1px #0950a0;
}

.topInfoBlock,.topNewsBlock {
    display: table;
}

.data,.thumb {
    display: table-cell;
    vertical-align: top;
}

.data {
    width: 790px;
    padding: 0 0 0 20px;
}

.thumb .photo {
    width: 150px;
}

.thumb .caption {
    font-size: 84%;
    width: 150px;
    margin: 3px 0 0;
}

/* Event Block */
.topEventBlock {
    display: table;
    width: 100%;
    padding: 10px 0 5px;
    border-bottom: 1px #c3c3c3 dotted;
}

.topEventBlock .areaInfo {
    display: table-cell;
    width: 145px;
    vertical-align: top;
}

.topEventBlock .date {
    display: table-cell;
    width: 150px;
    vertical-align: top;
    color: #666;
}

.topEventBlock .event {
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
}

/* TopPage HoverEffect */
#topBanArea li img:hover {
    border: 5px solid #0950a0;
}

.topNewsBlock:hover,.topEventBlock:hover {
    background: #dceafb;
}

#footer_navi {
    margin-top: 60px;
}
