@media only screen and (min-width:641px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
.dsp_tbs, .dsp_smt { display: none; }

/* ヘッダ */
#header {
	width: 1000px;
	margin: auto;
}
/* メニュー */
#menu {
	clear: both;
	width: 1000px;
	height: 70px;
	margin: 0 auto 30px;
}
#sidebar{
	position: absolute;
	top: 230px;
	left: 0;
}
.sticky #sidebar{
	position:fixed;
	top: 30px;
	left: 0px;
}
/* ページタイトル */
#page_title {
	width: 1002px;
	margin: auto;
	margin-bottom: 30px;
}
#page_title p.cnt {
	position: absolute;
	left: 431px;
	bottom: 0px;
	margin: 0px;
}
/* コンテナ */
#wrap, #footer {
	min-width: 1100px;
}
#container {
	width: 1000px;
	margin: auto;
	padding-bottom: 30px;
}
#main {
	float: left;
	width: 475px;
}
#navi {
	float: right;
	width: 510px;
}
/* フッター */
#footer {
	position: relative;
	min-height: 22px;
	margin-top: -26px;
}
#footer .box {
	width: 1000px;
	margin: auto;
}
#footer .box li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #231815;
}

/*--------------------------------------------------
  アーティスト
--------------------------------------------------*/
#convention dl {
	width: 480px;
}
#convention dl.fl {
	clear: both;
	float: left;
}
#convention dl.fr {
	float: right;
}

/*--------------------------------------------------
  料金
--------------------------------------------------*/
#price {
	float: left;
	width: 492px;
}
#flow {
	float: right;
	width: 492px;
}

/*--------------------------------------------------
  お問い合わせ
--------------------------------------------------*/
#contact .box_lft {
	float: left;
	width: 480px;
}
#contact .box_rit {
	float: right;
	width: 480px;
}
#contact p.mark_txt.nmp {
	margin-bottom: 0;
}
#contact p.pad {
	padding-left: 17px;
	margin-bottom: 1.2em;
	line-height: 2;
}


/*------------------------------------------------*/
/* 背景固定 */
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 */ 
/*------------------------------------------------*/
}