@charset "utf-8";
/* adiva-template v1.0.0 | (c) adiva | adiva.jp | MIT licensed */
@import url(../../dist/css/font-awesome.min.css);

/*
 * Font Style
 * ================================================================================
 */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
	font-family: Arial, Helvetica, "YuGothic M", 游ゴシック体, YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

/*
 * Color
 * ================================================================================
 */
body {
	background:#eee;
	color: #4d4d4d;
}

/*	Header
	------------------ */
header {
	background:#fff;
	color:#4d4d4d;
	box-shadow:0 0 0 1px rgba(0,0,0,0.4);
}


/*	Main
	------------------ */
#main {
	background:#fff;
}

#contents {
/*	background:rgba(255,255,255,0.85);*/
}


/*	Footer
	------------------ */
footer {
	background:#eee;
	color:#888;
/*	border-top:rgba(255,255,255,0.33) solid 1px;*/
	border-top:rgba(0,0,0,0.2) solid 1px;
}

/*	Nav
	------------------ */
nav {
	background:#222;
	color:#ddd;
}
@media only screen and (max-width: 735px) {
	nav {
		background:#222;
	}
}


/*	Nav Button
	------------------ */
#nav_btn {
	background:#d82f32;
}
#nav_icon {
	background:#fff;
}
#nav_icon:before,
#nav_icon:after {
	background:#fff;
}



/*	Label
	------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
h2 {
	font-size:140%;
	margin-bottom:2rem;
	padding:0.5rem 0;
	color:#999;
	border-bottom:#999 solid 1px;
}
h3 {
	font-size:120%;
	margin-top:1rem;
	margin-bottom:2rem;
	padding:0.5rem 1rem;
	background:#4d4d4d;
	color:#eee;
}
h4 {
	font-size:110%;
	margin-bottom:0.5rem;
	padding:0.25rem calc(1rem - 5px);
	border-left:#999 solid 5px;
	color:#4d4d4d;
}
h5 {
	margin-bottom:0.5em;
	padding:0.5em 10px 0.5em 5px;
	border-left:#999 solid 5px;
	background:rgba(255,255,255,0.75);
}
h6 {
	padding:0.5em 0;
	font-weight:bold;
}


/*	List
	------------------ */
.list_simple {

}
.list_simple > li {
	margin-bottom:1em;
}



/*
 * Customize
 * ================================================================================
 */



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

















