@charset "utf-8";

.header > .navigation {border-bottom-style:none; background:linear-gradient(to right, #b5d1fe, #e6d7fd);}
.header > .navigation > h1 {text-align:left;}
.header > .navigation > a.icon.icon-back {display:none;}
.header > .navigation > a.icon.icon-home {display:none;}

.container {min-height:unset; padding-bottom:0;}
.footer, .navi-bottom {display:none;}

.fixed .header > .navigation {background:unset; border-bottom-style:solid;}

@media all and (min-width:760px) {
	body {background:linear-gradient(to right, #b5d1fe, #e6d7fd);}
	#wrap {background:unset;}
	
	.header > .navigation {border-bottom-style:solid; border-bottom-color:#ccc;}
	.header > .navigation > div > .logo > div {display:none;}
	.header > .navigation > div > .util {display:none;}
	
	.container {padding-bottom:128px;}
	
	.fixed .header > .navigation {background-color:unset !important; background:linear-gradient(to right, #b5d1fe, #e6d7fd);}
}
