@charset "Shift_JIS";

/* ======================= 骨組み ======================= */
body {
	-webkit-text-size-adjust: none; /*スマホで横向きにした時に自動的にフォントサイズ拡大を無効*/
	box-sizing: border-box; /* widthで指定した幅にpaddingとborderを含む */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#container{
	width: 100%;
	overflow: hidden;
}

#header img,
.topcontents img {
	width: 100%;
	height: auto;
}

#contents {
	margin: 0px auto;
	width: 97%;
}

/* ======================= トップページ ======================= */
.topcontents {
	width: 100%;	
	background: url(none);
	border: 1px solid #CCC;
	font-size: 1.05em;
	line-height: 1.7em;
}

.topcontents-top {
	background: url(none);
}

.topcontents-bottom {
	background: url(none);
}

.topcontents-body {
	padding: 0px 10px;
}

.topcontents-body-left {
	float: clear;
	width: 100%;	
}

.topcontents-body-right {
	float: clear;
	width: 100%;	
}