@charset "utf-8";

/* ===================================================================

　■　採用情報

=================================================================== */


#content {
	float: none;
	width: 100%;
}

#sidebar {
	display: none;
}


.dl dd {
	min-height: 1.5em;
	padding-left: 10.5em;
}



/* PC用
------------------------------------------------------------*/
@media (min-width: 960px) {

	/* グローバルナビ
	----------------------------------*/
	nav#mainNav ul li:nth-of-type(7) a {
		background: url(../images/common/gnav.png) no-repeat -823px -85px;
	}

}



/* タブレット以下
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

	/* 会社概要を１カラムに
	----------------------------------*/
	.outline1 ,
	.outline2 {
		float: none;
		width: auto;
	}

	.outline1 {
		margin-bottom: 30px;
	}

}
