﻿@charset "utf-8";
/* ==========================================================
	タブレット 641px以上 980px以下
========================================================== */
@media (min-width: 641px) and (max-width: 980px) {

#top #content .left {
	width: 100%;
	float: none;
}
#top #content .right {
	width: 100%;
	float: none;
	overflow: hidden;
}
#top #content .right .dotLine {
	margin: 40px 0;
}
#top #content .section.last {
	border-bottom: none;
	margin-bottom: 0;
}
#top #content .right .linkArea {
	overflow: hidden;
}

#top #content .right .linkArea dl {
	width: 32%;
	float: left;
	margin: 0 1.2% 1.2% 0;
}
#top #content .right .inquiryArea,
#top #content .right .newsArea,
#top #content .right .infoArea {
	width: 32.4%;
	float: left;
	margin: 0 1% 1.2% 0;
}
#top #content .right .linkArea dl.last,
#top #content .right .infoArea {
	margin-right: 0;
}
#top #content .right .inquiryInner dl dt {
	font-size: 130%;
}
#content .right .newsArea dl,
#content .right .infoArea dl {
padding: 0 0 10px 0px;

}



}/* ▲(min-width: 641px) and (max-width: 980px) end▲*/