@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }

.fl { float: left; }	/* 左寄せ（float） */
.fr { float: right; }	/* 右寄席（float） */

/* ヘッダ */
header {
	width: 1100px;
	margin: auto;
}
header p.note {
	padding-right: 210px;
}
header h1.title {
	float: left;
}
/* メニュー */
#menu {
	background: #F3861F url(../img/shadow.png) repeat-x top;
}
#menu ul {
	clear: both;
	width: 1100px;
	height: 38px;
	margin: auto;
	background: url(../img/line.png) no-repeat left center;
}
#menu li {
	float: left;
	width: 28%;
	height: 38px;
	background: url(../img/line.png) no-repeat right center;
}
#menu li+li {
	width: 18%;
}
#menu li a {
	height: 38px;
	line-height: 38px;
}
#menu li a span {
	padding-left: 30px;
	background: url(../img/ico_off.png) no-repeat left top;
}
#menu li.current_page_item a,
#menu li a:hover {
	background: #FFF url(../img/shadow.png) repeat-x top;
	color: #F3861F;
}
#menu li.current_page_item a span,
#menu li a:hover span {
	background-image: url(../img/ico_on.png);
}
/* コンテナ */
#wrap, footer {
	min-width: 1150px;
}
#container {
	width: 1100px;
	margin: auto;
	padding-bottom: 300px;
}
.main {
	width: 1100px;
	margin: auto;
}
#main {
	float: left;
	width: 790px;
}
#navi {
	float: right;
	width: 250px;
}
/* フッター */
footer {
	position: relative;
	min-height: 260px;
	margin-top: -260px;
}
footer .bg {
	margin-top: 26px;
}
/* お問い合わせ */
footer .contact {
	margin-bottom: 27px;
	padding: 30px 0;
	border-bottom: 1px solid #EB4435;
}
footer .contact .box {
	display: inline-block;
}
footer .contact .tel {
	margin: 0 20px;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* コンテンツ */
#top_contents li {
	float: left;
	width: 310px;
}
#top_contents li:nth-child(2n) {
	float: right;
}
/*--------------------------------------------------
	ご依頼の流れ
--------------------------------------------------*/
#flow dl {
	float: left;
	width: 170px;
}
#flow dl+dl {
	margin-left: 23px;
}
#flow dl+dl:before {
	top: 50%;
	left: -20px;
	margin-top: -10px;
	content: url(../img/flow/arow.png);
}
#flow dt {
	border-bottom: 4px dotted #999999;
}



/*------------------------------------------------*/
/* 背景固定 */
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 */ 
/*------------------------------------------------*/
}