﻿@charset "UTF-8";

/*エラーメッセージの"・"を外す*/
ul {
    list-style-type: none;
}

/*モーダル表示時のずれの制御*/
.modal-open {
    overflow: auto;
}

/*一覧画面における折り返し制限*/
td{
    white-space : nowrap;
}

th{
    white-space:nowrap;
}

/*DP登録後のメッセージの折り返し制限*/
label#success {
    font-family: メイリオ, Meiryo;
    font-size: 14px;
    font-weight:normal;
}

/*店舗名、ログインメールアドレスLabelのCSS設定*/
#top{
    color: #9d9d9d;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right:15px;
    padding-left:15px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    /*padding:10px 15px;*/
    text-decoration: none;
    background-color: transparent;
    font-family: メイリオ, Meiryo;
    font-size: 14px;
    font-weight : normal;
    max-width: 19em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
#mail{
    color: #9d9d9d;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right:15px;
    padding-left:15px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    /*padding:10px 15px;*/
    text-decoration: none;
    background-color: transparent;
    font-family: メイリオ, Meiryo;
    font-size: 14px;
    font-weight : normal;
    max-width: 25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}



