@media (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }

.fl { float: left; }	/* 左寄せ（float） */
.fr { float: right; }	/* 右寄席（float） */

.cen_pc { text-align: center; }

/* ヘッダ */
#header .in {
	width: 1100px;
	height: 100px;
	margin: auto;
}
#header p.title {
	float: left;
}
/* ページタイトル */
#page_title {
}
/* コンテナ */
#wrap, #footer {
	min-width: 1150px;
}
#container {
	padding-bottom: 238px;
}
.main {
	width: 1100px;
	margin: auto;
}
/* フッター */
#footer {
	position: relative;
	min-height: 234px;
	margin-top: -234px;
}
#footer .box {
	width: 1100px;
	margin: auto;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* LEDについて */
#top_about dl {
	width: 480px;
}
/**/
#top_worry .chk ul {
	float: left;
	margin-right: 40px;
}
/* お問い合わせ */
#top_contact .main {
	background: url(../../img/top/img_contact.png) no-repeat right bottom;
}
#top_contact p.tel {
	float: left;
	margin-right: 20px;
}
#top_contact p.btn {
	float: left;
}

/*--------------------------------------------------
	会社案内・採用情報
--------------------------------------------------*/
/* 会社案内 */
#company .box {
	padding: 40px 50px;
}
#company ul {
	float: left;
	width: 350px;
}
#company th {
	width: 22%;
}
#company td {
	padding-left: 20px;
}
/**/
#company_msg dl {
	border-radius: 20px;
	width: 480px;
}
/* 採用情報 */
#recruit .box {
	padding: 40px 50px;
}

/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#contact .txt {
	text-align: center;
}

/*------------------------------------------------*/
/* 背景固定 */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */ 
/*------------------------------------------------*/
}