@charset "UTF-8";



/*==============================================================================
 * カスタムCSS
 *----------------------------------------------------------------------------*/
#Header .Container {
    background: url('style/default/image/illust.jpg') right center no-repeat;
    background-size: contain;
}
@media screen and (max-width : 640px){
    #Header .Container {
        background: none;
    }
   .btn-sp-sm {
      font-size: 11px;
   }
}
h1#Logo a {
    color: #2970d9;
}
h1#Logo a img {
    max-height: 24px;
}
.description {
    color: #4498db;
}
.userInfo {
	margin: 0;
}
.userInfo dt {
	margin-bottom: 5px;
	font-size: 12px;
}
.userInfo dd {
	text-align: right;
}
.badge.badge-alert {
    background: #f30;
}
