@import url("../../css/reset.css");
@import url("../../css/common.css");

@charset "utf-8";

/*================================================

event/index.css

================================================*/
h2 {
	padding-left: 15px;
}

div.box {
	width: 820px;
	margin: 20px auto;
	padding: 10px;
	border: 1px #CCCCCC solid;
}


div.box .center {
	text-align:center;
}

div.box strong {
	color:#dd0000;
	font-weight:bold;
}

div.box p {
	line-height: 1.5;
}

div.box h3 {
	font-size: 150%;
	font-weight: bold;
	color: #A30B26;
	line-height: 200%;
	margin-bottom: 15px;
	margin-top: 5px;
}

div.box table tr td.textarea {
	padding: 15px 15px 15px 25px;
	vertical-align: top;
}

div.box table tr td.textarea p.date {
	margin-top: 5px;
	font-weight: bold;
}

div.box table tr td.textarea p.text {
	padding-top: 15px;
	line-height: 1.5;
}

p.comingsoon {
	padding: 80px 0;
	background-color: #CCCCCC;
	text-align: center;
}

.btxt {
	font-weight: bold;
	background-color: #FED8D8;
	padding: 5px;
	margin-top: 10px;
	margin-right: 65px;
	margin-left: 75px;
	color: #A30B26;
	line-height: 135%;
}

.ltxt {
	font-size: medium;
	font-weight: bold;
}


div.boxblnk {
	width: 820px;
	margin: 20px auto;
	padding: 10px;
}

