@charset "utf-8";


/* override common.css
---------------------------------------------------------------------------- */

header #header_contents {
	width: 1100px;
}

footer #footer_nav ul {
	width: 1100px;
}

@media screen and (max-width:768px) {
	header #header_contents {
		width: 100%;
	}

	footer #footer_nav ul {
		width: 100%;
	}

}

/* override bottom.css
---------------------------------------------------------------------------- */


ul#topicpath {
	width: 1100px;
}

.pagetitle h1 {
	width: 1100px;
}


@media screen and (max-width:768px) {
	ul#topicpath {
		width: 100%;
	}

	.pagetitle h1 {
		width: 100%;
	}

}

/* for content
---------------------------------------------------------------------------- */

#content {
	font-size: 1.3rem;
}

