body {
	min-width: 20em;
	*min-width: 33em;
}
h1 {
	text-shadow: 2px 2px 2px #f84;
}
.content h2 {
	position: absolute;
	margin-left: -50em;
}
h3, h4 {
	margin: 0.5em 0;
}
hr {
	visibility: hidden;
}
p.first:first-letter {
	float: left;
	font-size: 2em;
	line-height: 1;
	color: #840;
	font-weight: bold;
	margin: 0 0.1em 0 0;
}
.image {
	margin: 1em auto;
	max-width: 400px;
}
.image img {
	border-radius: 5px;
}
ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
dl { 
	margin: 0.2em 0;
	overflow: hidden;
}
dd {
	color: #556b2f;
	font-weight: bold;
}
ol {
	padding-left: 1.5em;
}
.tp-menu {
	position: relative;
	text-align: center;
	padding-top: 0.5em;
	margin: 0;
}
.tp-menu a.home {
  display: inline-block;
  padding: 0 0.5em;
	font-size: 1.5em;
	line-height: 1.1;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 8px;
	color: #840;
	text-shadow: 2px 2px 2px #f84;
}
.tp-menu a.version {
	position: absolute;
	top: 0.75em;
	right: 0.5em;
	width: 5em;
	text-align: right;
	color: #333;
}
.tp-menu a.bmenu-open {
	position: absolute;
	left: 0;
	top: 0;
}
.tp-menu a.bmenu-open:hover {
	text-decoration: none;
}
.banner {
	text-align: center;
}
.footer {
	position: relative;
	padding: 1em 1.5em;
	background-color: #444;
	color: #fff;
	text-align: left;
  overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.content .program dt {
	clear: left;
	float: left;
	*float: none;
	width: 1.5em;
	padding: 0.3em 0;
}
.content .program dd {
	float: left;
	padding: 0.3em 0;
  color: #333;
}
.content .program dd span{
  color: #556b2f;
}
@media screen and (min-width: 40em) {
.content dt {
	clear: left;
	float: left;
	*float: none;
	width: 26.5em;
	padding: 0.3em 0;
}
.content .account dt {
	width: 15em;
}
.content .program dt {
	width: 1.5em;
}
.content dd {
	float: left;
	padding: 0.3em 0;
}
.image img {
	box-shadow: -10px 10px 30px #666;
}
}
.google-map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
.comittee li {
	line-height: 1.875;
}
.scrollToTop {
	display: block;
	position: absolute;
	bottom: 0.625em;
	right: 0.5em;
	color: #333;
	background: #ccc;
	font-size: 1.5em;
	line-height: 1.4;
	width: 1.5em;
	height: 1.5em;
  border: 1px #ccc solid;
	border-radius: 1.5em;
	text-align: center;
}
.scrollToTop:hover {
	background-color: #fff;
}
#tooltip, .tooltip {
  cursor: pointer;
}
#tooltip .note {
	max-width: 10em;
	padding: 2px 5px;
	background: #eee;
	color: #000;
	border: 2px solid #666;
	font-size: 1rem;
	text-align: left;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #000;
}
#tooltip .session {
	max-width: 200px;
	padding: 2px 10px 2px 50px;
	background: #ffc url(../img/img2.gif) left top no-repeat;
	color: #840;
	border: 2px solid #840;
	font-weight: bold;
	font-size: 100%;
	line-height: 140%;
	text-align: left;
	border-radius: 4px;
}
#mmenu .submenu {
	padding: -5px 0 0;
	background-color: #444;
	font-size: 1em;
	text-align: center;
	border-radius: 4px;
}
#tooltip .submenu li {
	margin: 0;
}
#mmenu .submenu h4 {
	padding-top: 0.75em;
	color: #eee;
}
#mmenu .submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mmenu .submenu ul li {
	border-top: 1px solid #eee;
}
#mmenu .submenu ul li a {
	display: block;
	width: 10.5em;
	text-decoration: none;
	color: #eee;
	line-height: 2.125em;
}
#mmenu .submenu ul li a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 37.4375em) { 
.container {
	padding: 0 1px;
  margin: 0;
  max-width: auto;
  width: 100%;
}
.main {
  overflow: hidden;
}
.banner {
	margin: 0.25em 0 0 0;
	padding: 0.5em 0 1em 7em;
	height: 110px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-size: auto 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h3 {
	font-size: 1.25em;
}
h3 {
	padding: 1em 0 0.25em;
}
.what {
	color: #840;
	font-size: 0.8125em;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.datum {
	display: none;
}
.header, .footer {
	padding-left: 0;
	padding-right: 0;
}
.footer {
	padding-left: 1em;
}
.main {
	padding: 0 5%;
	background-image: url(../img/side.jpg);
	background-repeat: no-repeat;
	background-size: 105px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (min-width: 30em) and (max-width: 37.4375em) {
.banner {
	padding: 1.25em 0 1em 9em;
	height: 140px;
	background-size: auto 140px;
}
.main {
	padding: 0 5% 0 8%;
	background-size: 133px auto;
  overflow: hidden;
}
h1 {
	font-size: 1.5em;
}
h3 {
	padding: 1.5em 0 0.25em;
}
.what {
	font-size: 0.875em;
	margin-bottom: 0.25em;
}
.datum {
	display: block;
	font-size: 0.875em;
	color: #840;
}
}
@media screen and (min-width: 37.5em) {
.wrapper, .slider {
  height: 100%;   
}
.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
  min-height: 100%;
	height: 100vh;
  width: 100%;
  max-width: 50em;
	padding: 0 1em;
}
.main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	padding-bottom: 1em;
  overflow: hidden;
	background: #fff url(../img/side.jpg) top left no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  width: 100%;
}
.header, .footer {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.banner {
	position: relative;
	height: 173px;
	margin: 5px 0 0;
	padding-left: 12em;
	padding-top: 25px;
	text-align: center;
	background: #fff url(../img/top.jpg) top left no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.what {
	font-weight: bold;
	color: #840;
}
.datum {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	font-size: 0.875em;
}
.content {
	margin-left: 10%;
	width: 90%;
	padding-top: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.bmenu-open:after {
	content: '\A0MENU';
	font-size: 0.4em;
	font-weight: normal;
}
.tp-menu a.version {
	width: 10em;
	text-decoration: none;
}
.tp-menu a:hover {
	text-decoration: underline;
}
.tp-menu a.version:after {
	content: '\A0Version';
}
}
@media screen and (min-width: 48em) {
.content p {
  text-align: justify;
}
.content p.right{
  text-align: right;
}
.col1, .col2 {
	float: left;
  width: 47%;
  padding-right: 6%;  
}
.col2 {
	float: right;
	padding-right: 0;
}
}
@media screen and (min-width: 60em) {
.sd-menu-open .slider {
  left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.container {
	max-width: 60em;
}
.main{
  display: -webkit-box;
  display: -ms-flexbox;      
  display: -webkit-flex;    
  display: flex;
  width: 100%;
}
.content {
  -webkit-box-ordinal-group: 2;
	width: 75%;
  margin-left: 0;
	padding-top: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-flex .content {
	float: left;
	margin-left: 25%;
}
.banner {
	padding-left: 17em;
	padding-right: 13em;
}
.aside {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: -1;     
  -webkit-order: -1;  
  order: -1;
	width: 25%;
  height: auto;
	margin-top: 6em;
	padding: 0 3em 0 1em;
	font-size: 0.9375em;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-flex .aside {
	display: block;
	float: left;
	margin-left: -100%;
}
.aside ul {
	padding: 0;
	list-style-type: none;
}
.aside a {
	display: block;
	position: relative;
	padding: 0 0 0 1em;
	color: #333;
	text-decoration: none;
	width: 100%;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aside a:hover {
	text-decoration: underline;
}
.aside li.current a {
	font-weight: bold;
}
.aside li.current a:hover {
	text-decoration: none;
}
.aside li.current a:after {
	content: '\25b6';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1em;
	font-size: 90%;
	text-align: center;
}
.aside .others {
	font-size: 0.875em;
	line-height: 1.3;
	padding: 0 0 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tp-menu .tmenu, .tp-menu .nmenu {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0625em;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	color: #444;
  cursor: pointer;
}
.tp-menu .tmenu:after {
  content: '\25bc';
  font-size: 75%;
}
.tp-menu .tmenu.active, .tp-menu .nmenu.active {
	font-weight: bold;
	border-bottom: 2px solid #444;
}
.tp-menu .tmenu:hover, .tp-menu .nmenu:hover {
	border-bottom: 2px solid #888;
	text-decoration: none;
}
.fmenu {
	display: inline-block;
	padding: 0 0.125em;
	text-decoration: none;
	text-transform: uppercase;
	color: #eee;
  cursor: pointer;
}
.fmenu:hover {
  color: #fff;
  border-bottom: border-color: #eee;
}
.foot {
  display: block;
  position: absolute;
  bottom: -0.25em;
  right: 3em;
  width: 200px;
}
a.bmenu-open, .sd-menu {
	display: none;
}
.tp-menu {
  text-align: left;
}
.logo {
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
}
.no-js .slider {
  padding-left: 0 !important;
}
.no-js .sd-menu {
  display: none;
}
.no-js.no-flex .content, .no-js.no-flex .aside {
  float: none;
  margin-left: 0;
}
}
@media screen and (min-width: 75em) {
.container {
	max-width: 75em;
}
.banner {
	padding-left: 15em;
	padding-right: 15em;
}
.content {
	width: 54%;
}
.no-flex .content {
	margin-left: 19%;
}
.aside {
	width: 19%;
}
.info {
  -webkit-box-ordinal-group: 3;
	width: 27%;
  height: auto;
	padding: 1em 0 0 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-flex .info {
	display: block;
	float: left;
}
.no-js.no-flex .info {
  float: none;
  margin-left: 0;
}
.info img {
	border-radius: 5px;
	box-shadow: -10px 10px 30px #666;
}
.tp-menu .tmenu, .tp-menu .nmenu {
	font-size: 1.125em;
	line-height: 1.1;
	letter-spacing: 2px;
}
.fmenu {
	padding: 0 0.5em;
}
.foot {
  right: 4em;
  width: 220px;
}
} 
