html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: rgb(9, 147, 212);
	color: #444;
	font-size: 100%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #4e0156;
}
h1#header {
	width:960px;
	height:200px;
	background: url(../images/header.png) left top;
	text-indent:-9999px;
}
h2 {
	padding-bottom: 10px;
	font-size:2em;
	color:#333333;
	display:flex;
	justify-content: center
}
.btn_home{
	font-size:16px;
	line-height: 40px;
	margin-left: auto;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

.txt_b {
	font-size:16px;
	font-weight:bold;	
}

div#page {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/*border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}



.galleryList {
	width:560px;
	list-style:none;
	margin:20px auto;
}
	.galleryList li {
/*		width:300px;
		float:left;
		margin:0 5px;
		padding:5px 0;
		*/
		float:left;
		margin: 10px;
		line-height: 1.6;
	}
	.galleryList a {
		display:block;
		font-size:1.6em;
		font-weight:bold;
		padding: 0.5em 0;
		width:250px;
		background-color:#0F0549;
		border:1px solid #0F0549;
		color:#fff;
		text-align:center;
		text-decoration:none;
	}
		.galleryList a:hover {
			background-color:#ccc;
			color:#5d1764;
			border:1px solid #0F0549;
		}
/*	
	.galleryList a.empty {
		background-color:#fff;
	}*/
	
#a060301 {
	background: url(../images/btn_060301.gif) left top;
}
#a060401 {
	background:url(../images/btn_060401.gif) ;
}
#a060402 {
	background:url(../images/btn_060402.gif) ;
}
#a060501 {
	background:url(../images/btn_060501.gif) ;
}
#a060502 {
	background:url(../images/btn_060502.gif) ;
}
#a060601 {
	background:url(../images/btn_060601.gif) ;
}
#a060602 {
	background:url(../images/btn_060602.gif) ;
}
#a060701 {
	background:url(../images/btn_060701.gif) ;
}
#btn_dissection_course {
	background:url(../images/btn_dissection_course.gif) ;
}
#btn_cooking {
	background:url(../images/btn_cooking.gif) ;
}

#a060301:hover {
	background-position:-250px 0px;
}
#a060401:hover {
	background-position:-250px 0px;
}
#a060402:hover {
	background-position:-250px 0px;
}
#a060501:hover {
	background-position:-250px 0px;
}
#a060502:hover {
	background-position:-250px 0px;
}
#a060601:hover {
	background-position:-250px 0px;
}
#a060602:hover {
	background-position:-250px 0px;
}
#a060701:hover {
	background-position:-250px 0px;
}
#btn_dissection_course:hover {
	background-position:-250px 0px;
}
#btn_cooking:hover {
	background-position:-250px 0px;
}
.btn01{
  border-radius:5px;
  box-sizing:border-box;
	box-shadow:3px 3px 5px #999;
  color:#fff;
	text-shadow:1px 1px 2px #000;
  display:block;
	width:190px;
  height:50px;
  line-height:1.5;
  /*font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;*/
  font-size:16px;
  font-weight:600;
  padding:14px 30px;margin:10px auto;
  text-align:center;
  text-decoration:none;
}
.btn01{
  background:#20639B;
}
.btn01:hover{
  color:#fff;
  opacity:1;
  transform:translateY(0);
  transition-duration:.35s;
	cursor:pointer;
}
.btn01:hover {
  background:#2f80ed;
}
.btn01:hover:after{
  opacity: .5;
}

.flex{
	display:flex;
}

/* ボタン */
.btn_basic {
    display: flex;
    justify-content: center;
    gap: 20px;
	list-style:none;
}
.btn_basic li a {
	min-width: 250px;
	font-size: 17px;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 0.7em 0.7em;
	border: 3px solid #B72C21;
	background: #B72C21;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease all;
	z-index: 1;
}
.btn_basic li a:hover {
	cursor: pointer;
}

.btn_basic li a:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #fff;
    z-index: -1;
}

.btn_basic li a:hover, .btn_basic li a:focus {
	background: #fff;
    color: #B72C21;
}

.btn_basic li a:hover:before, .btn_basic li a:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn_basic li a:active {
    transform: scale(0.9);
}




/*clearfix*/

.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }






.txt_info {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 500px;
}


/*
オンデマンド配信視聴サイト
--------------------------*/

.heading_h3 {
	position: relative;
	padding: .75em .75em .5em .25em;
    margin-bottom: 10px;
}
.heading_h3::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color:#003F8F;
	border-radius: 4px;
}
.heading_h3 > span {
    margin-left: 0.5em;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    color:#000000;
}
.heading_h4 {
    margin-bottom: 10px;
    margin-left: 0.1em;
}

.heading_h4 > span {
    background-image: linear-gradient(#c8e4f1, #c8e4f1);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px; 
    transition: background 2s ease;
    font-size: 16px;
    font-weight: bold;
}

.probox{
	margin-bottom: 30px;
}
.pro_theme {
	display: flex;
	color:#00204C;
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px 10px;
	margin-left: 8px;
	margin-bottom: 10px;
}
.btn_ond{
	width: 200px;
	margin: -10px 0 0 auto;
}
.btn_ond img{
	margin: 5px 10px -10px 0;
}
.pro_date{
	text-align: right;
	margin-bottom: 10px;
}
.pro_title {
	color:#000000;
	line-height: 1.2;
	font-weight: bold;
	padding-left:.5em;
	margin-bottom: 5px;
}
.pro_chair{
	margin-bottom: 10px;
}
.probox dl {
	display: flex;
	align-items: baseline;
	line-height: 1.2;
	padding-left: .5em;
	padding-right: .5em;
}
.probox dt {
	width: 90px;
	display: flex;
	align-items: center;
}
.probox dt span {
	width: 80px;
	border: 1px solid #00204C;
	background-color: #00204C;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.probox dt span.bg_none{
	border:none;
}
.probox .pro_speaker dt span {
	background-color: #FFFFFF;
	color:#00204C;
}
.probox .kyosai dt span {
	background-color: #FFFFFF;
	border: 1px solid #000;
	color:#000;
}
.kyosai dd{
	padding-left: 5px;
}
.probox .pro_speaker dl.kyosai dd{
	padding-left:6px;
}
.probox dd ul {
	display: flex;
	align-items: baseline;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 10px;
	list-style-type:none;
}
.probox dd ul li{
	text-indent: -12px;
	padding-left: 12px;
}
.probox dd ul li:first-child {
	width: 120px;
}
.probox dd ul li.s-long:first-child {
	width: 130px;
}
.probox dd ul li.m-long:first-child {
	width:100px;
}
.probox dd ul li:last-child {
	width: 420px;
	flex: 1;
	font-size: 0.9em;
}






