@charset "utf-8";

	body #container .cttlArea {
		background-image: url(../imgs/bg-cttl.jpg);
	}

	body #gHeader #pNav,
	body .gnav,
	body #gHeader .shldrTxt,
	body #SiteMap,
	body #GroupArea {
		display: none!important;
	}
	
	/* SiteMapFooter */
	body #SiteMapFooter {
		margin-bottom: 0;
		display: none;
	}

	/* bnrArea */
	body #SiteMapFooter .bnrArea {
		padding-top: 0;
		border-top: 0;
	}

/* section.num01 */
	body .section.num01 {}
	body .section.num01 .tableList {
		margin-bottom: 40px;
	}

	div.box4{
		width:24%;float:left;
	}
	div.box4reigai{
		width:48%;float:left;
	}
	div.box4-2{
		width:24%;float:left;
	}
	div.box2clear{
		display:none;
	}

/* @media 667 START */
@media only screen and (max-width:667px) {

	div.box4{
		width:90%;float:none;
	}
	div.box4reigai{
		width:90%;float:none;
	}
	div.box4-2{
		width:48%;float:left;
	}
	div.box2clear{
		display:block;
		clear:both;
	}

	body .section.num01 {
		margin-bottom: 40px;
	}
	body .section.num01 textarea {
		width: 100%;
	}

	.btLink a {
		display: block;
	}

}