/*
    Document   : client
    Created on : 2013/11/08, 13:41:33
    Author     : Kazuo
    Description:
        Purpose of the stylesheet follows.
*/
body{
    background: #ffffff;
    color: #202020;
    font-size: 14px;
    line-height: 1.65em;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ','sans-serif';
}
h1,h2,h3,h4,h5,h6{
    color: #2C3E50;
}
.title{
    background-color:#2980B9;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
.btn {
    font-weight: bold;
    border: none;
    background: #bdc3c7;
    color: #ffffff;
    padding: 5px 12px;
    line-height: 16px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
    background-color: #cacfd2;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
    background-color: #a1a6a9;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.my-button-maroon,
.my-button-green,
.my-button-orange,
.my-button-gray,
.my-button-blue {
    width:150px;
    font-size:12px;
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.s-button-maroon,
.s-button-green,
.s-button-orange,
.s-button-gray,
.s-button-blue {
    font-size:12px;
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.my-button-green,
.s-button-green {
    background: #16A085; /* rgb(28, 184, 65);  this is a green */
}
.my-button-maroon,
.s-button-maroon {
    background: #E74C3C;/*rgb(202, 60, 60);  this is a maroon */
}
.my-button-orange,
.s-button-orange{
    background: #D35400; /* rgb(223, 117, 20);  this is an orange */
}
.my-button-blue,
.s-button-blue{
    background: #2980B9; /* rgb(66, 184, 221);  this is a light blue */
}
.my-button-gray,
.s-button-gray{
    background: rgb(184, 184, 184); /* this is a gray */
}
.my-title{
    text-align: left;
    padding: 5px 10px;
    width: 100%;

    font-weight: lighter;
    font-size: 16px;
    color:#FFFFFF;
    border-radius: 2px;
    background-color:#2980B9;
}

.bg-blue{
    color:#FFFFFF;
    background-color:#2980B9;
}
.bg-right-blue{
    color:#FFFFFF;
    background-color:#93b8ca;
}
.error_tips{
    display:none;
}

/*
 * 会員概況検索画面用
 */
.table-member-search th.nowrap, .table-member-search td.nowrap {
    white-space:nowrap;
}
.my-button-blue-xs {
    background: #2980B9;
}
.my-button-orange-xs {
    background: #D35400;
}
.my-button-blue-xs, .my-button-orange-xs {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
