@import "common.css";

/* ****************************** */
/* リード */
/* ****************************** */

#read
{
	width: 760px;
	color: #ddd;
	margin-bottom: 40px;
}

#read h2
{
	margin-bottom: 20px;
	color: #c52135;
}

#read p
{
	font-size: 80%;
}

#read p strong
{
	font-weight: 400;
}

#read p span
{
	text-decoration: underline;
	font-weight: 900;
}

/* ****************************** */
/* 前売り */
/* ****************************** */

#pre
{
	width: 760px;
	color: #ddd;
	margin-bottom: 40px;
}

#pre h3
{
	font-size: 100%;
	padding: 10px 20px;
	background: #61101a;
	margin-bottom: 20px;
}

#pre p.catch
{
	font-size: 80%;
}

#pre dl dt,
#pre dl dd
{
	font-size: 80%;
}

#pre dl
{
	width: 760px;
	margin-top: 40px;
	overflow: hidden;
}

#pre dl dt
{
	clear: left;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

#pre dl dd
{
	float: left;
	width: 589px;
	border-left: 1px solid #61101a;
	padding-left: 20px;
	margin-bottom: 20px;
}

#pre dl dd p strong
{
	color: #fc0;
	text-decoration: underline;
}

#pre a:link,
#pre a:visited
{
	color: #c52135;
}

#pre a:hover,
#pre a:active
{
	color: #f33;
}

/* ****************************** */
/* 当日 */
/* ****************************** */

#today
{
	width: 760px;
	color: #ddd;
}

#today h3
{
	font-size: 100%;
	padding: 10px 20px;
	background: #61101a;
	margin-bottom: 20px;
}

#today p.catch
{
	font-size: 80%;
}

#today dl dt,
#today dl dd
{
	font-size: 80%;
}

#today dl
{
	width: 760px;
	margin-top: 40px;
	overflow: hidden;
}

#today dl dt
{
	clear: left;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

#today dl dd
{
	float: left;
	width: 589px;
	border-left: 1px solid #61101a;
	padding-left: 20px;
	margin-bottom: 20px;
}

#today a:link,
#today a:visited
{
	color: #c52135;
}

#today a:hover,
#today a:active
{
	color: #f33;
}

/* ****************************** */
/* ご注意 */
/* ****************************** */

#notify
{
	width: 760px;
	color: #ddd;
	margin-top: 40px;
}

#notify h2
{
	margin-bottom: 20px;
	color: #c52135;
	font-size: 100%;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

#notify ul li
{
	font-size: 80%;
}

#notify ul li strong
{
	text-decoration: underline;
}