/* ロゴ */
.logo {
    padding-left: 5%;
    padding-bottom: 15px;
}

/* 小テーブル */
table.small {
    margin: 0px auto;
    width: 100%;
    max-width: 300px;
}
/* 中テーブル */
table.middle {
    margin: 0px auto;
    width: 100%;
    max-width: 540px;
}

/* 見出し */
h2.users {
    padding-bottom: 10px;
}
/* 文章 */
p.text {
    padding-left: 10px;
}

/* ページング */
.current.paging {
    background: #5bc0de;
    color: #fff;
    margin-top: 5px;
    clear:both;

    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* 拒否リストボタン用 */
.btn-blacklist {
    color: #fff;
    background-color: #FF5388;
    border-color: #EF5388;
}
.btn-blacklist:hover,
.btn-blacklist:focus,
.btn-blacklist.focus,
.btn-blacklist:active,
.btn-blacklist.active,
.open > .dropdown-toggle.btn-blacklist {
    color: #fff;
    background-color: #EF4378;
    border-color: #EF4378;
}
.btn-blacklist:active,
.btn-blacklist.active,
.open > .dropdown-toggle.btn-blacklist {
    background-image: none;
}
.btn-blacklist.disabled,
.btn-blacklist[disabled],
fieldset[disabled] .btn-blacklist,
.btn-blacklist.disabled:hover,
.btn-blacklist[disabled]:hover,
fieldset[disabled] .btn-blacklist:hover,
.btn-blacklist.disabled:focus,
.btn-blacklist[disabled]:focus,
fieldset[disabled] .btn-blacklist:focus,
.btn-blacklist.disabled.focus,
.btn-blacklist[disabled].focus,
fieldset[disabled] .btn-blacklist.focus,
.btn-blacklist.disabled:active,
.btn-blacklist[disabled]:active,
fieldset[disabled] .btn-blacklist:active,
.btn-blacklist.disabled.active,
.btn-blacklist[disabled].active,
fieldset[disabled] .btn-blacklist.active {
    background-color: #EF4378;
    border-color: #EF4378;
}
.btn-blacklist .badge {
    color: #FF5388;
    background-color: #fff;
}

/* インポート関連 */
.procedure {
    padding-left: 20px;
    padding-bottom: 30px;
}
.procedure-child {
    padding-top: 15px;
    padding-left: 30px;
}
label, input[type='checkbox'] {
    cursor: pointer;
    font-weight: normal;
}
input[type='text'] {
    cursor: pointer;
}

/* 使い方関連 */
.parent {
    padding-left: 20px;
    padding-bottom: 20px;
}
.parent-child {
    padding-top: 15px;
    padding-left: 30px;
}
.ol-list {
    padding-left: 30px;
}

ul.asterisk li {
    list-style-type: none;
    text-indent: -1em;
}
ul.asterisk li:before {
    display: inline;
    content: "※ ";
}
