body{
	background-color:#f7f9fb;
}
h2 {
	color:#0075a6;
}

.wrap_nav{
	color:#0075a6;
	background-color:#f7f9fb;
	border-bottom: 1px solid #eee;
}

article {
    background: #f7f9fb;
}

table.item_content {
    margin-bottom: 2em;
}
.item_content td {
    padding: .4em 0;
    vertical-align: top;
}
.item_content td:first-child {
    width: 7em;
    position: relative;
    padding-right:1em;
}
.item_content td:first-child:after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, .4em);
}

footer {
    border-top: 3px solid #0075a6;
}
