﻿@charset "utf-8";

.title-Exhibition {
	border      : 0;
	box-shadow  : 3px 3px 3px rgba(0,0,0,0.3);
	color       : #000;
	font-size   : 1.8em;
	font-weight : bold;
	height      : auto;
	margin      : 0px 0px 30px 30px;
	padding     : 40px 0px 10px 10px;
	width       : 590px;
}

.info-Exhibition {
	color       : #666701;
	font-size   : 1.2em;
	font-weight : bold;
	margin      : 0px 0px 0px 30px;
	padding     : 10px;
}

.info-Exhibition-caution {
	color       : #CC3300;
	font-weight : bold;
	background: linear-gradient(transparent 70%, yellow 70%);
}

.title-Event{
	border-bottom : 1px #0033fe solid;
	border-left   : 8px #0033fe solid;
	font-size     : 1.2em;
	height        : auto;
	padding       : 5px 10px;
	margin-bottom : 10px;
}
.title-Relation {
	margin    : 0px 0px 5px 0px;
	font-size : 1.02em;
}
.title-Relation:before {
	content  : url('../plan/img/item_1.gif');
	padding  : 0px 10px 0px 0px;
    position : relative;
    top      : 4px;
}

.relation {
	margin      : 30px;
	font-size   : 1.4em;
	font-weight : bold;
}

.tbl-date {
	border-collapse : collapse;
	margin          : 0px auto !important;
	width           : 590px;
}
.tbl-date th,td {
	border  : 1px #aaa solid;
	padding : 10px;
}
.tbl-date th {
	background     : #CCCC99;
	text-align     : center;
	vertical-align : middle;
	white-space    : nowrap;
}