/* トップページ */
div.sp,
br.sp,
img.sp {
	display: block;
}
div.pc,
br.pc,
img.pc {
	display: none;
}
img.full {
	width: 100%;
}

.box-area {
	width: 100%;
	max-width: auto;
	overflow: hidden;
}
.box {
	float: left;
}
.box .box-inner {
	border: 1px solid #ccc;
	padding: 8px;
	position: relative;
}
.box .box-inner a {
	display: block;
}
.box .box-inner a img {
	max-width: auto;
	width: 100%;
}
.box .box-inner .ab {
	position: absolute;
	bottom: 0;
	right: 0;
}
.col-4 {
	width: 50%;
	max-width: auto;
	max-height: auto;
}
.col-4.height2 {
	width: 100%;
	max-height: auto;
	overflow: hidden;
}
.col-2 {
	width: 100%;
	max-width: auto;
	max-height: auto;
}

#index-content .box-area {
	width: 100%;
	max-width: auto;
	overflow: hidden;
}
#index-content .box {
	float: left;
}
#index-content .box .box-inner {
	border: 1px solid #ccc;
}
#index-content .col-4 {
	width: 50%;
	max-width: auto;
	max-height: auto;
}
#index-content .col-4.height2 {
	width: 100%;
	max-height: auto;
	overflow: hidden;
}
#index-content .col-2 {
	width: 100%;
	max-width: auto;
	max-height: auto;
}

.index-area+.subNavi{ display:none;}