@charset "UTF-8";

.advisor {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #6666ff;
    background:#efefff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.master {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #DA70D6;
    background:#ffefff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.B4 {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #ff3333;
    background:#ffefef;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.B3 {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #99ff99;
    background:#efffef;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.B2 {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #9999ff;
    background:#efffff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.B1 {
    overflow:hidden;
    margin:20px 40px 20px 40px;
    padding:10px;
    border:3px solid #ffff99;
    background:#ffffef;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
    width:250px;
    float:left;
    font-size:18px;
}

.kaijyo {
    clear:left;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

    .advisor {
            width:auto;
            float:none;
    }
    
    .master {
            width:auto;
            float:none;
    }
    
    .B4 {
            width:auto;
            float:none;
    }
    
    .B3 {
            width:auto;
            float:none;
    }
    
    .B2 {
            width:auto;
            float:none;
    }
    
    .B1 {
            width:auto;
            float:none;
    }

}
