@charset "utf-8";

/* matsuurakeisuke.net mobile css */

body {
	background-color: paleturquoise;
}

hr {display: none;}

h1.bbstitle {
	font-size: large;
	color: navy;
}
h2 {
	background-color: navy;
	color: white;
	font-weight: bold;
	font-size: medium;
}
h3 {
	background-color: honeydew;
	color: darkgreen;
	font-weight: normal;
	font-size: medium;
}
ul {
	margin-left: 0;
	padding-left: 1ex;
}
li {
	margin-left: 0;
	list-style-position: inside;
	list-style-type: square;
}
dt {
	font-weight: bold;
	color: crimson;
}

#gomixi {display: none;}

#footer {
	background-color: white;
}