@import "../../css/style.css";

/*
#header {
	background-image: url(../../images/bg-main_game.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #222222;
}
*/
#page-title {
	margin: 0;
	padding: 0;
	width: 282px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 29px;
	text-indent: -9999px;
	background: url(../images/title-practice_schedule.png) no-repeat left top;
}

table.schedule-vlist {
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.schedule-vlist th {
	padding: 3px 3px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	color: #333333;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
table.schedule-vlist td {
	padding: 0px 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #333333;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
table.schedule-vlist td.calendar-day {
	text-align: center;
	width: 31px;
	font-weight: bold;
}
table.schedule-vlist td.calendar-day.sunday {
	color: #d05252;
}
table.schedule-vlist td.calendar-day.saturday {
	color: #6699cc;
}
table.schedule-vlist td.calendar-day.holiday {
	color: #d05252;
}
table.schedule-vlist td.calendar-dow {
	padding: 8px 8px;
	text-align: center;
	width: 34px;
}
table.schedule-vlist td.topteam {
	width: 266px;
	vertical-align: top;
	background: url(../images/bg-schedule_bottom.gif) repeat left top;
}
table.schedule-vlist td.secondteam {
	width: 267px;
	vertical-align: top;
	background: url(../images/bg-schedule_bottom.gif) repeat left top;
}
table.schedule-vlist td.topteam div.schedule_top,
table.schedule-vlist td.secondteam div.schedule_top {
	padding: 5px 8px 5px 15px;
	background-color: #ffffff;
	font-size: 134%;
	line-height: 125%;
	font-weight: bold;
}
table.schedule-vlist td.topteam div.schedule_top {
	color: #cc0000;
}
table.schedule-vlist td.secondteam div.schedule_top {
	color: #f79400;
}
table.schedule-vlist td.topteam div.schedule_bottom,
table.schedule-vlist td.secondteam div.schedule_bottom {
	padding: 5px 8px 4px 15px;
	font-size: 90%;
	line-height: 140%;
}
table.schedule-vlist td.remark {
	padding: 8px 10px;
	width: 148px;
}

#manner {
	margin-top: 40px;
}
.asset .asset-content .content-inner {
	padding-left: 17px;
}
.asset .asset-content p {
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 150%;
}

#inquiry_practice {
	margin: 0 10px 0 10px;
}

#inquiry_practice .asset-content {
	background: url(../images/bg-frame-inquirybox.gif) no-repeat left bottom;
}

#inquiry_practice .asset-content .embox01 {
	border-bottom: none;
}

#inquiry_practice .visit,
#inquiry_practice .utilize {
	width: 375px;
}

#inquiry_practice .visit {
	float: left;
	display: inline;
}

#inquiry_practice .utilize {
	float: right;
	display: inline;
}

#inquiry_practice .box-header {
	font-size: 100%;
}

#inquiry_practice .box-content {
	margin-bottom: -15px;
}

#inquiry_practice .box-content p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

#inquiry_practice .box-content p.address {
	min-height: 4.2em;
}

#inquiry_practice .box-content p span.place {
	font-weight: bold;
}

#inquiry_practice .box-content p span.tel {
	font-size: 150%;
}

#inquiry_practice .box-content p a {
	background: none;
	padding-left: 0;
}

