main > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.sorter {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.sorter > li {
    display: inline;
}
.sorter > li > a,
.sorter > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.sorter > li:first-child > a,
.sorter > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sorter > li:last-child > a,
.sorter > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sorter > li > a:hover,
.sorter > li > span:hover,
.sorter > li > a:focus,
.sorter > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.sorter > .active > a,
.sorter > .active > span,
.sorter > .active > a:hover,
.sorter > .active > span:hover,
.sorter > .active > a:focus,
.sorter > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

div.col-voucher {
    padding: 5px;
}

div.voucher {
    padding: 5px;
    border: grey 1px solid;
}
div.voucher p.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.voucher p.img {
    text-align: center;
}

/* 右矢印 : 内部リンク, 次へ, 進む */
a.fwd, a.next, a.int {
    display: inline-block;
    background: url(marks/links.gif) no-repeat 2px -345px;
    padding-left: 16px;
    padding-right: 4px;
}
a.fwd:hover, a.next:hover, a.int:hover {
    background: #0033CC  url(marks/links.gif) no-repeat 2px -295px;
    text-decoration: none;
    color: #ffffff;
}
/* 左矢印 : 前へ, 戻る */
a.back, a.prev {
    display: inline-block;
    background: url(marks/links.gif) no-repeat 2px -245px;
    padding-left: 16px;
    padding-right: 4px;
}
a.back:hover, a.prev:hover {
    background: #0033CC  url(marks/links.gif) no-repeat 2px -195px;
    text-decoration: none;
    color: #ffffff;
}
/* 上矢印 : 上へ */
a.up {
    display: inline-block;
    background: url(marks/links.gif) no-repeat 2px -445px;
    padding-left: 16px;
    padding-right: 4px;
}
a.up:hover {
    background: #0033CC  url(marks/links.gif) no-repeat 2px -395px;
    text-decoration: none;
    color: #ffffff;
}
/* 下矢印 : 下へ */
a.down {
    display: inline-block;
    background: url(marks/links.gif) no-repeat 2px 5px;
    padding-left: 16px;
    padding-right: 4px;
}
a.down:hover {
    background: #0033CC url(marks/links.gif) no-repeat 2px -45px;
    text-decoration: none;
    color: #ffffff;
}

.control-label, .form-label, label {
    font-weight: bold;
}
