@charset "UTF-8";


/* ヘッダ */
header .titlearea h2 {
	background: #abcd03;
	color: #FFF;
}
header .titlearea h2 span {
    color: #FFF;
    font-size: 0.7em;
    font-weight: normal;3
}


/* 日付選択 */
.date_sel {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style: none;
}
.date_sel li {
	font-size: 1.4em;
	text-align: center;
	margin: 0px 60px 50px;
}
.date_sel li a {
	text-decoration: none;
	border: 3px solid #999;
	height: 80px;
	width: 80px;
	display: block;
	vertical-align: middle;
	line-height: 1;
	padding-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.date_sel li strong {
	font-size: x-large;
	font-weight: normal;
	line-height: 1.5;
}
.date_sel li a.date29 {
	border: 3px solid #ff4b9b;
}
.date_sel li a.date29,.date_sel li a.date29 strong {
	color: #ff4b9b;
}
.date_sel li a.date29:hover {
	background: #ff4b9b;
}


/* 講義リスト */
h3 {
	font-size: 2.4em;
	font-style: italic;
	line-height: 2;
	font-weight: normal;
	color: #FFF;
	background: #abcd03;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
//	cursor: pointer;
}
h3:after {
	content: "\2303";
	font-style: normal;
	font-size: 1.5em;
	position: absolute;
	top: 0px;
	right: 0.5em;
	line-height: 1.2;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
h3.active:after {
	line-height: 1.5;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lecture {
	margin-bottom: 10px;
}
.lecture ul {
	list-style: none;
}
.lecture ul li {
	border-bottom: 2px dotted #e5e5e5;
}
.lecture ul li:last-child {
	border-bottom: none;
}
.lecture ul li p {
	padding: 1em 0em;
	line-height: 2;
}
.lecture ul li a {
	display: block;
	line-height: 2;
}
.lecture ul li a {
	background: url(../image/icon_arrow2.gif) no-repeat right center;
	padding-right: 30px;
	text-decoration: none;
}
.lecture ul li .category {
	font-size: larger;
	color: #ad252d;
}
.lecture ul li .theme {
	font-size: larger;
	color: #000;
}
.lecture ul li .eng {
	color: #FFF;
	background-color: #ad252d;
	padding: 0px 10px 0px 10px;
}
.lecture ul li .vet {
	color: #FFF;
	background-color: #005bac;
	padding: 0px 10px 0px 10px;
}
.lecture ul li .live {
	color: #FFF;
	background-color: #ff0000;
	padding: 0px 10px 0px 10px;
}
.lecture ul li .family {
	color: #FFF;
	background-color: #ffb657;
	padding: 0px 10px 0px 10px;
}
.lecture ul li .rec {
	color: #FFF;
	background-color: #834f95;
	padding: 0px 10px 0px 10px;
}
.howto {
    width: 100%;
    font-size: 2.5em;
	line-height: 2;
	font-weight: bold;
	color: #ffffff;
	background: #ad252d;
	text-align: center;
    margin: 10px auto;
    padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    cursor: pointer;
}
.howto a {
    color: #ffffff;
}



@media screen and (max-width: 1199px) {
header .titlearea h2 {
	background-size: 60px;
}
header .titlearea h2 span {
	font-size: 90%;
}
.date_sel li {
	margin: 0px 40px 30px;
}
h3 {
	font-size: 2em;
}
h3:after {
}
}

@media screen and (max-width: 767px) {
header .titlearea h2 {
	background-size: 50px;
	background-position: 10px center;
}
header .titlearea h2 span {
	font-size: 80%;
	border: 1px solid #FFF;
}
.date_sel li {
	font-size: 1em;
	margin: 0px 20px 30px;
}
.date_sel li a {
	height: 60px;
	width: 60px;
}
.date_sel li strong {
	font-size: large;
}
h3 {
	font-size: 1.6em;
}
.lecture ul li a {
	padding-right: 30px;
	background-size: 20px;
}
.howto {
    font-size: 1.3em;
}
}

@media screen and (max-width: 540px) {
header .titlearea h2 span {
	font-size: 50%;
}
}

@media screen and (max-width: 359px) {
header .titlearea h2 {
	background-size: 30px;
}
}

