/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄席（float） */

	/* ヘッダ */
	#header h1 {
		float: left;
	}
	#page_sub #header {
		padding-bottom: 50px;
	}
	/* メニュー */
	#page_products #menu ul.link {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1200px;
	}
	#container {
		padding-bottom: 80px;
	}
	.main, 	#container {
		width: 1160px;
		margin: auto;
	}
	#page_sub #container {
		width: 960px;
	}
	#main {
		float: right;
		width: 920px;
	}
	#navi {
		float: left;
		width: 170px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 24px;
		margin-top: -24px;
	}
	/* ページトップ */
	#page_top {
		right: -30px;
	}
	/*--------------------------------------------------
		スライドショー
	--------------------------------------------------*/
	.sp-thumbnails {
		float: right !important;
	}
	/*--------------------------------------------------
		キッチン
	--------------------------------------------------*/
	.products {
		position: relative;
	}
	.products .link {
		position: absolute;
		top: 0;
		right: 0;
	}
	/* タイプで選ぶ */
	#kitchen_type {
		padding-top: 30px;
		font-size: 115%;
		line-height: 2;
	}
	/*--------------------------------------------------
		会社概要
	--------------------------------------------------*/
	#company {
		font-size: 115%;
		line-height: 1.8;
	}
	/* 事業内容 */
	#company_service p {
		line-height: 2.5;
	}
	/*--------------------------------------------------
		店舗情報
	--------------------------------------------------*/
	#store {
		font-size: 115%;
		line-height: 2.5;
	}
	#store .txt p {
		line-height: 1.8;
	}
	/*--------------------------------------------------
		ショールームご来店予約・お問い合わせ
	--------------------------------------------------*/
	#contact {
		font-size: 115%;
	}
	#contact .w dt {
		clear: both;
		float: left;
		width: 130px;
	}
	#contact .w dd {
		margin-left: 130px;
	}
	/*--------------------------------------------------
		Simple Life
	--------------------------------------------------*/
	#simplelife .tbl_spec table.w2 {
		width: 55%;
	}


	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}