@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }
.cen_pc {
	text-align: center;
}
/* ヘッダ */
#header .in {
	width: 900px;
	margin: auto;
}
/* メニュー */
#menu {
	display: block !important;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 900px;
	margin-left: -450px;
	z-index: 999;
	border-radius: 5px 5px 0 0;
}
#menu li:first-child a {
	border-radius: 5px 0 0 0;
}
#menu li:last-child a {
	border-radius: 0 5px 0 0;
}
/* ページタイトル */
#page_title .box {
	width: 1040px;
	margin: auto;
}
/* コンテナ */
#container {
	width: 900px;
	margin: auto;
	padding-bottom: 180px;
}
#main {
	float: right;
	width: 650px;
}
#navi {
	float: left;
	width: 220px;
}
.navi_rit .fl {
	margin-bottom: 20px;
}
/* フッター */
#footer {
	position: relative;
	min-height: 150px;
	margin-top: -150px;
}
#footer .box {
	width: 900px;
	margin: auto;
}
/* お問合せ */
#footer_contact.box {
	background: url(../img/logo.png) no-repeat left 15px;
}
#footer_contact .txt {
	float: right;
	width: auto;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* お知らせ */
#top_topics {
	overflow-y: scroll;
	height: 230px;
}

/*--------------------------------------------------
	交通事故治療
--------------------------------------------------*/
	#accidenttreatment dl.damage dd .img {
		position: absolute;
		top: -30px;
		right: 20px;
	}
	#accidenttreatment dl.damage dd .pc_pr {
		padding-right: 220px;
	}
	#accidenttreatment dl.damage dd {
	height:175px;
}

/*------------------------------------------------*/
/* 背景固定 */
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 */ 
/*------------------------------------------------*/
}