@charset "UTF-8";
/* CSS Document */
.eventsstyle{
	position:relative;
	background-color: rgba(250,245,250,1);
	box-sizing: border-box;
	width: 100%;
	margin:0 auto;	
	padding: 0px 0px 30px 0px;	
}
.workshopstyle {
	position:relative;
	background-color: rgba(225,250,250,1);
	box-sizing: border-box;
	width: 100%;
	margin:0 auto;
	padding: 0px 0px 30px 0px;
}
.trial_img{
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 10px 0px 5px 0px;
	width: 90%;
}
.trial_img:hover {
	cursor: pointer;
	opacity: 0.5;
}

.eventtitle {
	background-color: rgba(239,168,170,1.00);
	background-position: 3px 3px;
	background-repeat:no-repeat;
	width: 90%;
	box-sizing:border-box;
	min-height: 66px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 1px 10px 0px 10px;
	text-align:left;
}
.eventtitle h2 {
	font-size:1.2em;
	margin: 0px 0px 0px 7px;
	font-weight:bold;
}
.eventtitle h3 {
	font-size:0.75em;
	color: rgba(90,90,90,1);
	margin:6px 0px 3px 0px;
}
.eventcontents {
	background-color:rgba(245,238,232,1.00);
	margin:0 auto;
	width: 90%;
	box-sizing:border-box;
	padding:15px;
	border-color: rgba(239,168,170,1.00);
	border-style: solid;
	border-top-style: none;
	font-size:0.8em;
	color: rgba(60,60,60,1);
	text-align:left;
}
.eventcontents ul {
	margin:10px;
	padding: 5px;
	list-style: none;
}



.workshoptitle {
	background-color: rgba(180,240,210,1.00);
	background-position: 3px 3px;
	background-repeat:no-repeat;
	width: 100%;
	box-sizing:border-box;
	min-height: 66px;
	margin: 15px 0 0 0;
	padding: 1px 10px 0px 70px;
	float:left;
	text-align:left;
}
.workshoptitle h2 {
	font-size:1.2em;
	margin: 0px 0px 0px 7px;
	font-weight:bold;
}
.workshoptitle h3 {
	font-size:0.75em;
	color: rgba(90,90,90,1);
	margin:6px 0px 3px 0px;
}
.workshopcontents {
	box-sizing:border-box;
	margin:0 auto;
	width: 100%;
	padding:15px;
	float:left;
	font-size:0.8em;
	color: rgba(60,60,60,1);
	text-align:left;
}
.workshopcontents ul {
	margin:10px;
	padding: 5px;
	list-style: none;
}

.schedulestyle {
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}
.list{
	margin: 0 auto;
	padding: 15px 0px 25px 0px;
	width: 90%;
}
.listdate {
	font-size: 0.8em;
	height: 1em;
	width: 12em;
	text-align:left;
	padding: 0 7px 0 7px;
	vertical-align: top;
}
.listtimeA{
	height: 1em;
	display: none;
}
.listtimeB{
	height: 1em;
	display: inline;
}
.listtype {
	vertical-align: top;
}
.listtype div{
	font-size: 0.6em;
	width:6.5em;
	padding: 0.1em;
}
.biotop {
	background: rgba(0,80,0,1);
	text-align:center;
	color: rgba(255,255,255,1);
}
.workshop {
	background: rgba(60,40,0,1);
	text-align:center;
	color: rgba(255,255,255,1);
}
.lesson {
	background: rgba(120,5,5,1);
	text-align:center;
	color: rgba(255,255,255,1);
}
.event {
	background: rgba(0,20,120,1);
	text-align:center;
	color: rgba(255,255,255,1);
}
.other {
	background: rgba(180,180,0,1);
	text-align:center;
	color: rgba(255,255,255,1);
}
.listcontents {
	font-size: 0.8em;
	padding: 0px 0px 0px 7px;
	overflow-x: hidden;
	text-align:left;	
	float: left;
	vertical-align: top;
}
.formstyle {
	background: rgba(250,255,245,1.00);
	width: 100%;
	padding: 0px 0px 40px 0px;
}
.form{
	margin: 0 auto;
	padding: 15px 0px 10px 0px;
	width: 90%;
}
.form p{
	width: 100%;
	font-size: 0.9em;
	text-align: center;
}
#form {
	position: relative;
	margin: 0 auto;
	font-size:0.8em;
	padding:5px;
	padding-top:0px;
	text-align:left;
}
#input {
	width: 80%;
	box-sizing: border-box;
    margin: 0 auto;
	padding: 20px 0px;
	color: rgba(90,90,90,1);
}
#input ul {
    list-style:none;
	margin: 0px;
	padding: 0px;
}
#input ul li span {
    font-size: 0.9em;
    display: inline;
    float: left;
}
#input span {
    width: 60px;
}
#input p {
    width: 100%;
	text-align: left;
	margin:10px 0px 5px 0px;
	line-height: 20px;
}
#input ul li p label:hover {
	background-color: rgba(0,140,120,0.3);
    color: #096;
    font-weight:bold;
}
textarea{
	width: 100%;
}

.formbuttonstyle{
	text-align: center;
}
.formbutton{
	background-color: rgba(0,140,120,0.2);
	width:100px;
	text-align:center;
	font-size:0.9em;
	padding:0.5em 0px;
	margin: 10px;
	border-style:none;
}

@media (min-width: 541px) and (max-width: 768px) {
.listtype{
	display: none;
}
.list{
	width: 95%;
}
.trial_img{
	padding: 5px 0px 5px 0px;
	width: 100%;
}
#input {
	width: 90%;
}
}

@media (min-width: 321px) and (max-width: 540px) {
.listtype{
	display: none;
}
.list{
	width: 95%;
}
.trial_img{
	padding: 5px 0px 5px 0px;
	width: 100%;
}
.listdate {
	width: 8em;
}
.listtimeA{
	display: inline;
}
.listtimeB{
	display: none;
}
#input {
	width: 100%;
}
}

@media (max-width: 320px) {
.listtype{
	display: none;
}
.listdate {
	width: 8em;
}
.listtimeA{
	display: inline;
}
.listtimeB{
	display: none;
}
.list{
	width: 100%;
}
.trial_img{
	padding: 5px 0px 5px 0px;
	width: 100%;
}
#input {
	width: 100%;
}
}




