/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/05/29, 23:01:29
    Author     : okuson
*/

#header_image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.box {
    margin: 0 auto;
    width: 960px;
    margin-top: 29px;
}

.item {
    background: #fff;
    margin: 10px;
    padding: 20px;
    /*border: 1px solid #ccc;*/
    border-left: solid 18px #006fbb;
    border-bottom: solid 1px #ccc;
}

.item:hover {
    background-color: #f0f0f0;

}

.title {
    font-weight: bold;
    font-size: 2em;
    padding: 10px;

}

.cont {
    padding: 10px;
    font-size: 12px;
}

.pager{background: #f0f0f0;min-height: 3px;padding:10px 20px 10px 20px;overflow: hidden;}
.pagerNormal{margin:3px ;float: left;height: 30px;width: 30px;background: #fff;line-height: 30px;font-size: 16px;text-align: center;-moz-box-shadow: 0px 0px 5px #8c8c8c;-webkit-box-shadow: 0px 0px 5px #8c8c8c;box-shadow: 0px 0px 5px #8c8c8c;}
.pagerCurrent{margin:3px ;float: left;height: 30px;width: 30px;line-height: 30px;font-size: 16px;text-align: center}
.nextPrev{margin:3px ;float: left;height: 30px;width: 30px;background: #000;line-height: 30px;font-size: 8px;text-align: center;color: #fff;font-weight: bold;}
