@charset "UTF-8";
@import url(reset.css);


/* pages */
body{
color: #333;
font-size: 90%;
line-height: 1.6;
font-weight: normal;
font-family: Verdana, sans-serif;
font-style: normal;
background: #fff;
}
#container{
width: 960px;
margin: 0 auto;
position: relative;
background: #fff;
}
#main{
position: relative;
}
#footer{
clear: left;
padding: 10px 20px;
margin-top: 30px;
background: #e9e2c8;
text-align: center;
color: #666;
}


/* common */
a{
}
a:hover{
color: #40c0ff;
}
#header p{
padding: 2px 5px;
background-color: #023894;
color: #fff;
}
#header h1{
line-height: 1;
padding: 3px 0;
}
#header h1 a{
text-decoration: none;
color: #fff;
}
h2{
padding-left: 30px;
margin-top: 5px;
margin-bottom: 5px;
border-left: 2px solid #ccc;
font-size: 24px;
color: #666;
}
h3{
clear: left;
margin-top: 2em;
margin-bottom: 1em;
padding: 0 20px;
font-size: 150%;
color: #17a1e6;
border: #17a1e6 solid 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
}
h4{
margin-top: 1em;
font-weight: bold;
font-size: 120%;
color: #2e8ae6;
}
h5{
margin-top: 1em;
font-weight: bold;
}
#event h5{
margin-top: 2em;
margin-bottom: .5em;
font-size: 120%;
border-bottom: 1px dotted orange;
}
strong{
font-size: 120%;
color: #e67f00;
}
.fig{
margin: 20px 0;
text-align: center;
}
.goindex{
margin-top: 100px;
text-align: center;
}
a.pdflink{
padding-left: 36px;
background: url(../img/icon_pdf.png) no-repeat left center;
}
a.hplink{
padding-left: 36px;
background: url(../img/icon_hp.png) no-repeat left center;
}
#header ul{
font-size: 60%;
}
#header ul{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
#header ul:before, #header ul:after{
  content: "";
  display: table;
}
#header ul:after{
  clear: both;
}
#header ul li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header ul li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #2e8ae6;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#header ul li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#header ul li ul li{
  width: 100%;
}
#header ul li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #3399ff;
  background: #023894;
  text-align: left;
}
#header ul li:hover > a{
  background: #023894;
}
#header ul li a:hover{
  background: #023894;
}
#header li ul{
  display: none;
}
#header li:hover ul{
  display: block;
}


table{
width: 100%;
}
td,
th{
padding: 2px 5px;
border: 1px solid #999;
}
th{
background: #eee;
font-weight: bold;
text-align: center;
}

#news{
float: left;
width: 640px;
}
#news h3{
margin: 0;
padding: 0;
border: none;
font-size: 100%;
}
#pu{
float: right;
width: 300px;
}

#pu ul,
#news ol{
list-style: none;
margin: 0;
padding: 0;
}
#pu li{
margin: 0 0 10px;
padding: 0;
}
#pu h2{
border: none;
padding: 0;
}

#news span{
width: 5em;
padding: 0 1em;
background: #336;
color: #fff;
}
#news span.date{
display: block;
float: left;
width: 8em;
margin: 0;
padding: 0;
background: transparent;
color: #333;
}
#news span.eve{background-color: #1571cc;}
#news span.boshu{background-color: #63b312;}
#news span.repo{background-color: #ff8000;}
#news span.noti{background-color: #ff3333;}
#news ol{
list-style: none;
}
#news dt{
border-top: 1px dotted #ccc;
padding-left: 1em;
padding-top: 10px;
}
#news dd{
padding-left: 1em;
margin-bottom: 10px;
}

table h4{
margin: 0;
padding: 0;
color: #333;
font-size: 100%;
}
table .time{
width: 4em;
text-align: center;
}
table .detail{
width: 50%;
}

.form th,
.form td{
height: 3em;
vertical-align: middle;
}
.form th{
text-align: right;
}
.form input{
height: 2em;
}


.chirashiimg{
float: left;
width: 200p;
margin-right: 10px;

}

.item{
padding: 5px 20px 10px;
margin-bottom: 20px;
margin-right: 10px;
border: 1px dotted #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#activity .item{
width: 400px;
min-height: 200px;
float: left;
}

em{
font-weight: normal;
text-decoration: underline;
}


.no{
margin: 60px 0 30px;
padding: 10px;
border: 1px solid #ccc;
}
#consumer #no2{
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: double #023894 5px;
}


/* event */
#event dl{
margin-top: -1em;
}
#event dt{
margin-top: 1em;
font-weight: bold;
}
#event dd{
padding-left: 2em;
}
#event th{
width: 15em;
text-align: left;
vertical-align: middle;
}

#adoption{
font-size: 90%;
color: #666;
line-height: 1.2;
}
#adoption em{
font-weight: bold;
text-decoration: none;
}

.kome{
list-style: none;
margin: 0;
padding: 0;
}
.kome li{
text-indent: -1em;
padding-left: 1em;
}
.jump{
display: flex;
margin: 20px auto;
padding: 20px 50px;
width: 70%;
border: 1px dotted #ccc;
justify-content: space-around;
list-style: none;
}


/* top */
.top_btn {
	position: relative;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #3866a3;
	padding:11px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #63b8ee 5%, #5d9bd4 100% );
	background:-ms-linear-gradient( top, #63b8ee 5%, #5d9bd4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#5d9bd4');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #5d9bd4) );
	background-color:#63b8ee;
	color:#fff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}.top_btn:hover {
	top: 2px;
	background:-moz-linear-gradient( center top, #5d9bd4 5%, #63b8ee 100% );
	background:-ms-linear-gradient( top, #5d9bd4 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9bd4', endColorstr='#63b8ee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5d9bd4), color-stop(100%, #63b8ee) );
	background-color:#5d9bd4;
	color: #fff;
}.top_btn:active {
	top:2px;
}

.app_btn {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #d83526;
	padding:11px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background-color:#fa665a;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px 1px 0px #98231a;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
}
.app_btn:hover {
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
	background-color:#d34639;
	color: #fff;
}
.app_btn:active {
	position:relative;
	top:1px;
}


/* course */
.course_table .time{
width: 5em;
}
.course_table .detail{
width: auto;
}
.course_table .teacher{
width: 15em;
}
.course_table h4 span,
.submission{
padding: 1px 0.5em;
color: #fff;
font-weight: normal
}
.lec{
background: #cc5252;
}
.ex{
background: #48b348;
}
.ont{
background: #5ca1e6;
}
.submission{
margin-right: 1em;
background: #48b348;
}
.gen{
width: 28%;
}
.shiki{
width: 12%;
}
.movie_button{
text-align: center;
}
.movie_button a{
display: block;
margin: 10px auto;
width: 7em;
background: #cc3e3e;
text-decoration: none;
color: #fff;
border-radius: 2px;
}
.mailad{
width: 600px;
margin: 1em auto;
padding: 10px;
text-align: center;
font-size: 120%;
background: #b3d9ff;
border-radius: 2px;
}

#course dl{
padding: 0 2em;
}
#course dt{
font-weight: bold;
}
#course dd{
margin-left: 1em;
margin-bottom: 1em;
}