/**
 * auto load css
 */
html {
    width: auto;
}

html body {
}

.overlay_modal {
    background: url(../image/ajax-loader.gif?v=2.0.1) no-repeat center center white;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*
cause: when overlay shown, class "fancybox-margin fancybox-lock" is added to html
keyword: fancybox-lock
*/
html.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

html.fancybox-lock body {
    overflow: hidden !important;
}

#flash_container {
    margin: 0;
}

#flash_container > ul {
    padding: 10px 25px;
}

#flash_container > ul > li {
    padding: 5px;
}

#flash_mark {
    height: 0px;
}



.footer p {
    text-align: center;
}

.error-message {
    color: #FF0000;
    background: url("../image/warn.png") no-repeat -3px 4px;
    padding: 2px 0 4px 20px;
    line-height: 25px;
}
.error-message.clearfix {
    clear: both;
}

.progress {
    margin-bottom: 0px;
}

.progress-bar {
    width: 0%;
}

.base2-dev body {
    padding: 30px;
}

.base2-dev .footer {
    margin-top: 40px;
}

.hard-break {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */
    -ms-word-break: break-all; /* Internet Explorer 8 */
    word-break:break-all;
}

.sns-list a img {
    max-width: 30px;
}