@charset "UTF-8";

a {
	color: #015ba7;
}

input.primary, .button, .btnPrimary {
	background: #1f78dd;
	border: 1px solid #1f78dd;
	margin-top: 15px;
	width: 280px;
}

.button .label {
	color: #ffffff;
}

body {
	background-color: #1f4b7d;
}

#footer, #footer a {
	color: #ffffff;
}

#content {
	background-color: #f3f5f6;
}

#content {
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}

#left_side {
	float: left;
	width: 320px;
}

#right_side {
	width: 240px !important;
	margin-left: 420px !important;
	margin-top: 100px !important;
}

.clearfix: after {
	content: ".";
	display: block;
	font-size: 0;
	clear: both;
}

.widgets-title {
	height: 20px;
	padding: 10px;
	background: #1f78dd;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	border: solid 1px #1f78dd;
	position: relative;
}

.widgets-title h3 {
	font: inherit;
	margin: 0;
	font-weight: bold;
	color: #fff;
	border-left: solid 5px #fff;
	padding-left: 10px;
}

.widgets-body {
	height: 125px;
	background: #fff;
	border-bottom: solid 1px #e2e0de;
	border-left: solid 1px #e2e0de;
	border-right: solid 1px #e2e0de;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
}

.widgets-body dl, dd {
	font: inherit;
	margin: 0;
}

.widgets-body dl.tel-number {
	padding: 10px 15px;
}

.widgets-body dl.tel-number dt {
	font-weight: bold;
	color: #0065ab;
}

.widgets-body dl.tel-number dd {
	font-size: 80%;
	font-weight: bold;
	padding: 5px 0;
}

.widgets-body dl.timetable {
	font-size: 77%;
	padding: 0px 15px 10px 15px;
}

.widgets-body dl.timetable dt {
	width: 30%;
	float: left;
	line-height: 1.6;
}

.widgets-body dl.timetable dd {
	width: 70%;
	float: right;
	line-height: 1.6;
}

.widgets-body dl.timetable dd.day {
	text-align: right;
}

.widgets-body dl.timetable dd.notice {
	width: 70%;
	text-align: left;
	float: right;
}
