@charset "Shift_JIS";

/* ---------------------------------------------------------
TITLE　: LILQUIDROOM [schedule.css]
------------------------------------------------------------ 
------------------------------------------------------------
目次
-基本設定
-リンク設定
------------------------------------------------------------ */


/* ---------------------------------------------------------
基本設定
------------------------------------------------------------ */
/*commonbase.cssから継承*/
body{
}


/* ---------------------------------------------------------
リンク設定
------------------------------------------------------------ */


/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */

.sns{
	width:100%;
	margin-top:18px;
	padding-top:12px;
	border-top:solid 1px #ebebeb;

}

dl.schedulelist dd img.soldout{
	margin:0;
	margin-left:6px;
}

/*スケジュールリスト
------------------------------------------------------------ */


/* ---------------------------------------------------------
詳細ページ
------------------------------------------------------------ */
dl.schedulelist dd img{
	margin:0 0 30px 0;
}

p.noentry{
	width:678px;
	padding:18px 0 18px 0;
	margin:0;
	
	border-top:solid 1px #ebebeb;
}



/*ATTENTION:共通
------------------------------------------------------------ */
.boxattention{
	padding:10px;
	margin:0 0 24px 0;
	border:solid 1px #000000;
}

.ttlattention{
	height:35px;
	font-weight:bold;
	
	padding:0;
	margin:0 0 10px 0;
	background:#666666;
}

/*注意書き印*/
.attention{
	padding:10px;
	margin:24px 0 0 0;
	border:solid 1px #cccccc;
}

.attention ul{
	padding:0 0 0 2px;
}

.attention ul li{
	line-height:1.6;
	background:transparent url(../common/images/icon_attention.gif) no-repeat left 5px;
	margin:0 0 8px 0;
	padding:0 0 0 14px;
}
