@charset "shift_jis";



/* 共通レイアウト
----------------------------- */
#content .colum200_l {
	display: none;
}
#content .colum800_r {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#content .selection {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}
#content .selection * {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	line-height: 1.6;
	border: none;
}
#content .selection img {
	max-width: 100%;
	vertical-align: bottom;
}
#content .selection a:hover {
	opacity: 0.6;
}
#content .selection .clearfix:after {
	content: "";
	clear: both;
	display: block;
}



body #contents #box #main p{
	padding: 0;
	font-size: 1.0rem !important;
}
