@charset "utf-8";
/* adiva-template v1.0.0 | (c) adiva | adiva.jp | MIT licensed */

/*
 * Customize
 * ================================================================================
 */
/*	Color
	------------------ */
body {
	background:#eee;
	color: #231815;
}

/*	Header
	------------------ */
header {
	background:#fff;
	color:#444;
	border-bottom:rgba(0,0,0,0.33) solid 1px;
}
#summary {
	background:rgba(0,0,0,0.1);
/*	background:#b0b9bf;
	color:#fff;*/
}
/*#logo {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	opacity:0.75;
}*/
#title {
/* color:#4990cd;*/
 color:#231815;
}
#subtitle {
/* color:#b0b9bf;*/
 color:#231815;
}

/*	Main
	------------------ */
#main {
/*	background:#111;*/
}
#main:before {
	background-position: right top;
}
@media only screen and (max-width: 735px) {
	#main:before {
		background-size: cover;
	}
}
#blur_bg:before {
	background-position: right top;
}
#contents {
	background:rgba(255,255,255,0.75);
}

/*	Sub
	------------------ */
#sub {
	background:#ccc;
	color:#333;
}
.content_left {
	background:rgba(0,0,0,0.1);
}
.content_right {

}

/*	Footer
	------------------ */
footer {
	color:#888;
	border-top:rgba(255,255,255,0.95) solid 1px;
}

/*	Nav
	------------------ */
nav {
	background:rgba(255,255,255,0.65);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	nav {
		background:rgba(255,255,255, 0.33);
	}
}

@media only screen and (min-width: 736px) {
	nav li > a {
		color: #231815;
	}
	nav li > a:hover {
		border-bottom: #231815 solid 1px;
	}
}
@media only screen and (max-width: 735px) {
	nav {
		background:rgba(0,0,0,0.85);
	}
}

/*	Nav Button
	------------------ */
#nav_btn {
	background:#231815;
}

/*	Lavel
	------------------ */

















