<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }

/* ヘッダ */
#header {
	width: 1000px;
	height: 187px;
	margin: auto;
}
/* メニュー */
#menu {
	width: 1000px;
	height: 25px;
	margin: auto;
	margin-bottom: 20px;
}
#menu ul {
	display: block !important;
	height: 25px;
	border-left: 1px solid #000000;
}
#menu li {
	float: left;
	width: 129px;
	height: 25px;
	border-right: 1px solid #000000;
	text-align: center;
	line-height: 25px;
}
#menu li+li {
	width: 199px;
}
#menu li+li+li {
	width: 189px;
}
#menu li+li+li+li {
	width: 169px;
}
#menu li+li+li+li+li {
	width: 308px;
}
/* ページタイトル */
#page_title {
}
/* コンテナ */
#wrap, #footer {
	min-width: 1050px;
}
#container {
	width: 1000px;
	margin: auto;
	padding-bottom: 450px;
}
/* フッター */
#footer {
	position: relative;
	min-height: 410px;
	margin-top: -412px;
}
#footer .box {
	width: 1000px;
	margin: auto;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* コンテンツ */
#top_contents {
	padding: 40px 60px 0;
}
/* メッセージ */
#top_msg p {
	text-align: center;
}

/*--------------------------------------------------
	ギャラリー
--------------------------------------------------*/
#gallery ul {
	clear: both;
}

/*--------------------------------------------------
	アクセス
--------------------------------------------------*/
#access .txt {
	float: right;
	width: 340px;
}
/* 地図 */
#access .map {
	float: left;
	width: 630px;
}
#access .address {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 356px;
}


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