@import url("global.css");


/* ------------------------------
 Index-Page
------------------------------ */

ul.list {
	width: 1040px;
	margin: -30px -30px 70px;
}
ul.list li {
	width: 460px;
	height: 200px;
	float: left;
	margin: 0 30px;
	padding: 40px 0;
	border-bottom: #ccc 1px dashed;
}
ul.list li a {
	display: block;
	width: 460px;
	height: 200px;
	color: #333;
}
ul.list li a:hover {
	color: #cc1e06;
}
ul.list li .image {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 25px;
	overflow: hidden;
}
ul.list li .title {
	font-size: 16px;
	margin-bottom: 5px;
}
ul.list li p.date {
	text-align: right;
	color: #cc1e06;
	margin-bottom: 10px;
}
ul.list li p {
	font-size: 12px;
}

/* ------------------------------
 Entry-Page
------------------------------ */

.entrytitle {
	margin-bottom: 20px;
}
.container article p.date {
	text-align: right;
	color: #cc1e06;
	margin: 0 0 40px 0;
}
.container article .imagearea {
	float: left;
	width: 360px;
	margin-bottom: 70px;
}
.container article .imagearea .image {
	margin-bottom: 30px;
	width: 360px;
}
.container article .imagearea .image a {
	display: block;
	background: url(../img/imageplus.gif) no-repeat center center;
}
.container article .button a {
	display: block;
	height: 46px;
	background-color: #f7f7f7;
	border: #ccc 1px solid;
	border-radius: 2px;
	padding: 0 5px;
	line-height: 46px;
	text-decoration: none;
	color: #231815;
}
.container article .button a:hover {
	color: #fff;
	text-shadow: 0 0 6px rgba(255,255,255,0.5);
}
.container article .button a img {
	padding-right: 12px;
	vertical-align: middle;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.container article .button a:hover img {
	padding-right: 26px;
}
.container article .pdf a:hover {
	border: #cc1e06 1px solid;
	background-color: #cc1e06;
}
.container article .map a:hover {
	border: #222 1px solid;
	background-color: #333;
}


article .main {
	float: right;
	width: 570px;
	margin-bottom: 70px;
}
article .entrybody p {
	margin: 0 0 20px 0;
}
article .entrybody img {
	max-width: 680px;
	height: auto;
	display: block;
	margin: 0 auto;
}
article .entrybody hr {
	margin: 20px 0;
	border-top: #ddd 1px solid;
	background-color: #eee;
}
article .entrybody strong {
	font-weight: bold;
	font-size: 15px;
	padding: 0 3px;
}
article .entrybody table {
	border-collapse: collapse;
	border: #ccc 1px solid;
	margin: 30px 0;
}
article .entrybody table tr {
	border-bottom: #ccc 1px solid;
}
article .entrybody table tr:last-child {
	border: none;
}
article .entrybody table th {
	padding: 10px 18px;
	text-align: left;
	border-right: #bbb 1px dotted;
}
article .entrybody table td {
	padding: 10px 18px;
	border-right: #bbb 1px dotted;
}

article .main .tel {
	padding: 10px;
	border: #ccc 1px solid;
	border-radius: 2px;
	margin: 30px 0 15px;
}
