@charset "UTF-8";

/*                                                                            */
/* header */
/*                                                                            */

div[data-role=header] {
    background-color: #fbfae6;
    color: #3F2706;
    width: 100%;
	height: 40px;
    margin: 0; padding: 0;
    border-bottom: solid 2px #c0ba8e;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

div[data-role=header] button.header_button, button.header_button_home{
    position: absolute;
    left: 0;
	padding: 5px;
    border-style: none;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    background-color: initial;
}

div[data-role=header] div{ line-height: 40px; }

div[data-role=header] button.header_button img, div[data-role=header] button.header_button_home img{ height: 30px; width: auto; }

div[data-role=header] div.small{ font-size: 14px; }

#main{ padding-top: 60px; }
