
@import url("/style/sons-of-obsidian.css");

body {
	line-height: 2em;
}

div.devsite-article-body {
	margin-left: 200px;
}

div.translate {
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 8px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}

h3 {
	margin-top: 10px;
	margin-botom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

aside {
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	padding: 8px;
}

aside.note > strong {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
}


/* ----- for smartphone */

@media screen and (max-width: 480px) {
	div.side {
		float: none;
		width: auto;
		height: auto;
		text-align: center;
	}

	div.side > div {
		width: 320px;
		height: 100px;
		padding: 10px;
	}
	
	div.devsite-article-body {
		margin-left: 0%;
	}
}

