﻿@charset "utf-8";

/*------------------------------------------------------------------------------
ENCOREHOURS.NET - CSS Modules Import
URL: http://www.encorehours.net
Date: 2009-10-29
Copyright (C) ENCOREHOURS. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content

---------------------------------------- */

body#Live div.LiveBox {
	float: left;
	width: 730px;
	border-top: 3px solid #7dbf90;
	border-bottom: 1px solid #ebebeb;
}

body#Live div.LiveBox p.LiveDay {
	float: left;
	width: 110px;
	background: url(../img/common/icon_dot.gif) 0 5px no-repeat;
	margin-top: 20px;
	padding-left: 25px;
	font-weight: 700;
	font-size: 107.7%;
}

body#Live div.LiveBox dl.LiveDetail {
	float: left;
	width: 465px;
	background: url(../img/common/line_dot03.gif) right 0 repeat-y;
	padding: 20px 0;
}

body#Live div.LiveBox dl.LiveDetail dt {
	float: left;
	width: 450px;
	font-weight: 700;
	font-size: 107.7%;
	color: #60bd79;
	padding-bottom: 15px;
	padding-right: 15px;
}

body#Live div.LiveBox dl.LiveDetail dd {
	width: 450px;
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
}

body#Live div.LiveBox dl.LiveDetail dd.Explan {
	width: 450px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0;
	background: url(../img/common/line_dot02.png) 0 0 repeat-x;
	color: #999;
	font-size: 84.7%;
}

body#Live div.LiveBox dl.LiveDetail dd.Explan p {
	margin-bottom: 5px;
	line-height: 1.3em;
}

body#Live div.LiveBox p.LiveReserve {
	float: right;
	margin-top: 17px;
}