/* jsot lower.css */
body{
	background-image:url(../../img/bg.jpg);
	background-repeat:repeat-x;
}

/*--container--*/
#container {
	background-image:url(../../img/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1100px;
	margin:0 auto 0px auto;
	padding:0;
}

/*--main--*/
#main h2{
	width:761px;
	height:153px;
	color:#0163B2;
	font-size:22px;
	font-weight:bold;
	background-image:url(../../img/title.jpg);
	background-repeat:no-repeat;
	padding:63px 0px 0px 64px;
	margin:25px 0px 0px 0px;
}


#main h3{
	width:815px;
	height:31px;
	color:#3F434E;
	font-size:17px;
	font-weight:bold;
	border-top:1px #2581C0 dotted;
	border-bottom:1px #2581C0 dotted;
	background-image:url(../../img/h3.jpg);
	background-repeat:no-repeat;
	padding:9px 0px 0px 10px;
	margin-bottom:25px;
}

#main h4{
	width:812px;
	height:25px;
	color:#3F434E;
	font-size:15px;
	font-weight:bold;
	background-image:url(../../img/h4.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 13px;
	margin-bottom:10px;
	border-bottom:1px dotted #0163B2;
}

#main h5{
	width:807px;
	height:19px;
	color:#0163B2;
	font-size:14px;
	font-weight:bold;
	background-image:url(../../img/h5.png);
	background-repeat:no-repeat;
	padding:1px 0px 0px 15px;
	margin:0px 0px 5px 0px;
}

#main h6{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.txt01{
	width:825px;
	margin:0px auto 45px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:160%;
}


.txt02{
	width:825px;
	margin:0px auto 20px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:160%;
}

.list01{margin:0px 0px 0px 0px;
padding:0 0 0 28px;}




.list002{
margin:0px 0px 0px 0px;
padding:0 0 0 18px;
list-style-image:url(../../img/icon.png);
font-weight:bold;
line-height:200%;
font-size:15px;}

.list002 li{
margin:0px 0px 0px 0px;}


.list03{margin:0px 0px 0px 0px;
padding:0 0 0 17px;
list-style-type:disc; }

.list003 li{
margin:0px 0px 0px 0px;}

.list004{
margin:0px 0px 0px 0px;
padding:0 0 0px 18px;
list-style-image:url(../../img/icon.png);
line-height:160%;}

.list004 li{
margin:0px 0px 20px 0px;}




.new dl{
	margin:0px auto 0px auto;
	padding:0px;}

.new dt{

	background-image:url(../../img/icon.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 18px;}

.new dd{
	margin:-25px 0px 0px 120px;
	padding:0px 0px 0px 0px;}
	


.table001 {
	border-collapse: collapse;
	margin:0px 0px 5px 0px;
		
}
.table001 th {
	border: solid 1px #C4CCDB;
	background-color: #e4edfc;
	padding:10px 10px;
	font-weight:normal;
}
.table001 td {
	border: solid 1px #C4CCDB;
	padding:5px 10px;}


.table002 {
border-collapse: collapse;
margin:0px;
border:0;
}


.table002 td {
vertical-align:top;
padding:0;
border:0;
}

.table002 th {
background-color:#F3F7FC;
padding:0;
border:0;
font-weight:normal;
text-justify:auto;
}

/*中野追加20170106*/
.table003 {
	border-collapse: collapse;
	border-top: solid 1px #555555;
	border-bottom: solid 1px #555555;
	margin:25px 0px 0px 0px;
}
.table003 caption {
	text-align:left;
}
.table003 th {
	border-bottom: solid 1px #555555;
	padding:2px 10px;
	font-weight:bold;
}
.table003 td {
	padding:1px 10px;
}

.table003-02 {
	border-collapse: collapse;
	border-top: solid 1px #555555;
	border-bottom: solid 1px #555555;
	margin:25px 0px 0px 0px;
}
.table003-02 caption {
	text-align:left;
}
.table003-02 th {
	border-bottom: solid 1px #555555;
	padding:2px 10px;
	font-weight:bold;
}
.table003-02 td {
	padding:1px 10px;
	border-bottom: solid 1px #C4CCDB;
}

.table003-02 td.no_bd{
	border-bottom:none;
}

.sub_title{
	font-style:italic;
	margin-top:20px;
}

/*ここまで*/

p.caption {
   margin:10px 0px 0px 0px;
   font-size:12px;
   line-height:150%;}


.imgbox1 {
	width:240px;
   float: left;
   margin:0px 35px 0px 0px;
   padding:0px;}
   
   .imgbox1_r {
	width:240px;
   float: left;
   margin:0px 0px 0px 0px;
   padding:0px;}
   
.button{width:300px;
height:100px;
margin:30px auto 0px;}



/*--lecture--*/
#lec_wrap{
	margin-bottom:20px;
}

.lec_txt01{
	width:400px;
	float:left;
}

.poster{
	width:150px;
	float:right;
}



#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}
 
#page-top a{
text-decoration:none;
background-image:url(../../img/pagetop.png);
text-indent:-8888px;
width:61px;
height:61px;
padding:0px 0px;	
display:block;
border-radius:5px;}

#page-top a:hover{
text-decoration:none;
background-image:url(../../img/pagetop_on.png);}


sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}


.list001-sch{margin:0px 0px 30px 75px;
padding:0px 0px 0px 0px;
list-style-image:url(../../img/icon.png);
font-weight:bold;
line-height:200%;
font-size:15px;}

.list001-sch li{float:left;
width:185px;
height:35px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;}


.list002-sch{margin:0px 0px 30px 100px;
padding:0px 0px 0px 0px;
list-style-image:url(../../img/icon.png);
font-weight:bold;
line-height:200%;
font-size:15px;}

.list002-sch li{float:left;
width:145px;
height:35px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;}

.line{ border-bottom:1px dotted #006FBB;
border-top:1px dotted #006FBB;
padding:15px 0px;
margin:0px 0px 20px 0px;}

.line_left{float:left; width:340px;}

.line_right{float:right;
width:460px;
border-left:1px solid #999;
padding:0px 0px 0px 20px;}

.nenkai
{width:815px;
	height:31px;
	color:#3F434E;
	font-size:17px;
	font-weight:bold;
	border-top:1px #2581C0 dotted;
	border-bottom:1px #2581C0 dotted;
	background-image:url(../../img/h3.jpg);
	background-repeat:no-repeat;
	padding:9px 0px 0px 10px;
	margin-bottom:10px;}


.director {
}
	.director ul {
		margin: 0 10px 30px 10px;
		border: 1px solid #C4CCDB;
	}
		.director li {
			border-bottom: 1px solid #C4CCDB;
			list-style: none;
			position: relative;
		}
		.director li:last-child {
			border-bottom: none;
		}
		.director li:before {
			content: "";
			width: 6px;
			height: 6px;
			margin-top: -4px;
			position: absolute;
			top: 50%;
			left: 15px;
			border-top: solid 2px #3F434E;
			border-right: solid 2px #3F434E;
			-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
			display: block;
		}
		.director li a {
			padding: 10px 10px 10px 35px;
			display: block;
		}
		.director li a:hover {
			background-color: #FEF2F7;
		}

/*高橋追加20160507*/

.basic_lec_jukou{
	margin:0px;
	padding:0px;
	}

.basic_lec_jukou dt{
	margin:20px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
	}

.basic_lec_jukou dd{
	margin:0px 0px 0px 25px;
	padding:0px;
	}

/*山内追加20201015*/

.icon_h3 {
background-image:url("../../img/icon.png");
background-repeat: no-repeat;
background-position: 0px 5px;
background-size: 13px;
padding-left: 20px;
font-weight:bold;
font-size:17px;
color: #006FBB;
margin-bottom: 20px;
}

.right {
	float: right;
}