@charset "UTF-8";

/*-----#prefsは先生の基本情報内-------------------------*/

#prefs tr .chiku {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    background-color: #8AABCC
    background-repeat: repeat-x;
}



/*---#prefは登録フォームとappフォーム内------------*/

#pref {
    padding: 0px;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    float: left;
}
#pref  .chiku {
    background-color:#8AABCC;
    width: 90px;
    color: #FFF;
    text-align: center;
    background-position: left;

}

#prefs {
    width: 300px;
    margin-left: 300px;
}
#prefs input {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}



/*フォーム内 #areas----------*/

#areas {
    padding: 3px;
    margin-bottom: 1.5em;

    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #F60;
}
 

#areas tr .news {
    background-color: #E3ECEB;
    width: 655px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 13px;
    color: #000;
}
#areas tr td {
    padding-left: 5px;
}



#area {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style:  solid;
    border-top-width: 1px;
    border-left-width: 1px;
	 border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #999;
	border-left-color: #999;
    border-right-color: #999;
    border-bottom-color: #999;
}

/*-----------------以下はスマホ用--------------------------------*/
@media (max-width: 839px){

    #pref {
        padding: 0px;
        clear: both;
        margin: 0px;
        float: left;
        width:100%;
    }
    
    #pref  .chiku {
        background-color:#8AABCC;
        width: 100%;
        color: #FFF;
        text-align: center;
        background-position: left;
        margin-top: 1em;
    }

	

    #areas {
        width: 100%;
        padding: 0px;
        clear: both;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin: 0px;
        float: left;
    }
    #area .chiku {
         background-color:#8AABCC;
       
        width: 30%;
        font-size: 13px;
        color: #FFF;
        text-align: center;
        background-position: left;
        margin-top: 1em;
    }

    #areas tr .news {
        background-color: #E3ECEB;
        width: 100%;
        padding-top: 7px;
        padding-right: 5px;
        padding-bottom: 7px;
        padding-left: 5px;
        font-size: 13px;
        color: #000;
    }
    #areas tr td {
        padding-left: 5px;
        font-size: 11px;
        width: 100%;
    }
    #areas tr .address2 {
        padding-left: 5px;
        font-size: 11px;
        width: 30%;
         background-color:#8AABCC;
    }
}
