/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

.navbar-inverse {
	background-color: #000;
}
body {
	background-color: #000;
	color: #eee;
	line-height: 1.5em;/* font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200; */
}
hr {
	border-color: #808890;
}
h2 {
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	paddin: 0px;
	margin-bottom: 20px;
}
h3 {
	font-weight: normal;
	line-height: 1.5;
	margin: 0px;
	paddin: 0px;
	margin-bottom: 15px;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}
p.nojustify {
	text-align: left;
	line-break: strict;
}
div#titlebox {
	margin-bottom: 20px;
	visibility: hidden;
}
div.section {
	padding-top: 10px;
	margin-bottom: 40px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #808890;
}
div.block {
	padding-bottom: 20px;
}
div.disco {
	padding-bottom: 40px;
	clear: both;
}
div.disco h3 {
	margin: 0px;
	padding: 10px 0px;
}
div#news > div, div.news_content {
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #404448;
}
div#footer {
	padding-top: 10px;
	margin-bottom: 20px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #808890;
	text-align: center;
}
div#footer img {
	padding: 0px 10px;
}
a:link, a:visited {
	color: #09c;
}
a:hover, a:active {
	color: #fff;
}

@media screen and (max-width: 767px) {
div#titlebox {
	margin-bottom: 40px;
}
div.container {
	padding: 0 30px;
}
/*
div.section {
	margin-bottom: 60px;
	clear: both;
	border: none;
}
div.news_content {
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	background-color: #202224;
	border-width: thin;
	border-style: solid;
	border-color: #404448;
}
div.disco {
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	background-color: #202224;
	border-width: thin;
	border-style: solid;
	border-color: #404448;
}
*/
}
