@charset "utf-8";
/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    word-break : break-all;
    line-height:1;
    font-size:14px;
    font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    letter-spacing: 0.08em;
}

ul {
    list-style: none;
}

img {
    display: block;
    border: 0;
}

table {
    border-style: none;
    font-size:inherit;
    border-collapse: collapse;
    border-spacing: 0;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin: 0 0 30px;/*上　左右　下*/
}

table.fullwidth{
    width:100%;
}

tr {
    background-color: #fff;
}

th, td {
    box-sizing:content-box;
    border:2px solid #e8e8e8;
}

th {
    padding:10px;
    color:#fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3f75d9), color-stop(0.00, #3f83d9));
    background: -webkit-linear-gradient(#3f83d9, #3f75d9);
    background: -moz-linear-gradient(#3f83d9, #3f75d9);
    background: -o-linear-gradient(#3f83d9, #3f75d9);
    background: -ms-linear-gradient(#3f83d9, #3f75d9);
    background: linear-gradient(#3f83d9, #3f75d9);
}

th a, th a:link, th a:hover, th a:active, th a:visited {
    color: #fff;
}

td {
    padding:10px;
    text-align: left;
}
td.actions{
    padding:3px;
    text-align: center;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a:link {
    color: #b80000;
}

a:visited {
    color: #b80000;
}

a:hover {
    color: #b80000;
    text-decoration: none;
}

a:active {
    color: #b80000;
    text-decoration: underline;
}

fieldset div.input {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
    position: relative;
}

fieldset label {
    width: 200px;
}

fieldset dt {
    margin: 0 0 6px;
}

fieldset dd {
    margin: 0 0 18px 32px;
}

fieldset div.input select,
fieldset div.input option,
fieldset div.input file,
fieldset div.input input[type="number"] {
    flex: unset;
    width: auto;
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}