﻿.header {
    padding-bottom: 10px;
    background: linear-gradient(#d9efff, #ffffff);
	position: relative;
}
.logo {
	vertical-align: middle;
}
.headername {
	font-weight: bold;
	font-size: 1.6em;
	color: #2c6983;
}
.headersubname {
	color: #106f0f;
	display: none;
}
.menu-btn {
    padding: 0;
    color: #ffffff;
    background-color: #2e75b6;
    width: 100%;
    margin-bottom: 2px;
	border: 1px solid transparent;
}
.btn:hover, .btn:focus {
    color: #ffffff;
}
.home-btn {
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 0 5px !important;
	width: auto !important;
}
.container-fluid {
    margin: 0px;
    padding: 0px;
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: " ";
}
.container-fluid:after {
	clear: both;
}

@media (min-width: 768px) {
	.headername {
		font-size: 1.7em;
	}
	.headersubname {
		display: inline-block;
		font-weight: bold;
		font-size: 1.2em;
	}
    .container-fluid {
        margin-left: 15px;
        margin-right: 15px;
    }
}

#wagamati_header {
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"," メイリオ",Meiryo, sans-serif;
	line-height: 1.5;
	text-align: left;
}
button {
	font: inherit;
}
.btn {
	line-height:  1.42857143;
	touch-action: manipulation;
	cursor: pointer;
	border-radius: 4px;
	font-size: 1em;
}
* {
	box-sizing: border-box;
}