﻿h2,h1,h4,.mdl-layout__title,.mdl-button, .mdl-layout-title,.mdl-list__item{
    font-family:"微软雅黑",Arial,Helvetica,sans-serif;
	
}
.mdl-data-table th,.mdl-data-table td{
    text-align: center;
}

.demo-layout-waterfall .mdl-layout__header-row .mdl-navigation__link:last-of-type  {
  padding-right: 0;
}

.FloatingActionButtonArea {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 9999;
        width: 56px;
    }
    
.material-icons{
    line-height: 50px;
}

.arealogos{
    width: 60px;
}

body{
    background-image: url(//i.imgur.com/Rb4Gr4N.jpg);
    background-size: cover;
    background-position: center left 37.5%;
    font-family:"微软雅黑",Arial,Helvetica,sans-serif;
}

@media screen and (max-width: 1024px){
    .mdl-layout__header {
        display: flex;
    }
}
.mdl-layout__content{
    width: auto;
    min-width: 375px;
    overflow-y: scroll;
}
.mdl-layout__content.designed{
    margin:0 auto;
    width: 72%;
    margin-right: 0px;
}

.chara_root_short{
    width: 334px; 
    float: left;
}
.chara_root_long{
    width: 668px; 
    float: left;
}
@media screen and (max-width: 952px){
    .mdl-layout__content.designed .chara_root_long{
        width: 334px; 
    }
}
@media screen and (max-width: 687px){
    .chara_root_long{
        width: 334px; 
    }
}
.chara_card{
    width: 330px; 
    float: left;
    margin: 2px;
}
.chara_card_hidden{
    float: left;
    width: 330px; 
    display: none;
    margin: 2px;
}
.fakeButton{
    display: inline-block;
}