@charset "UTF-8";

.error {
	color:#ff0000;
	font-weight: bold;
}

b {
	font-weight: bold;
}
s {
    text-decoration: line-through;
}
article#newsMain a {
    text-decoration: underline;
    color: #0075a9;
}

article#newsMain {
	font-size: 12px;
}
#newsMain hr {
	border: 1px dotted #cccccc;
    margin: 4px 0;
}
h1#newsTitle {
    font-size: 18px;
}

.zip {
border: 3px solid #00a0d8;
    width: 140px;
    height: 49px;
    color: #00a0d8;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff;
}
#pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 20px 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
span.current {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #795A3C;
    background-color: #FFFFFF;
    border: 1px solid #DBC9AA;
    padding: 8px 12px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}
