@charset "utf-8";
#learning{
  width: 100%;
  max-width: 1200px;
  /* min-width: 1000px; */
  overflow: hidden;
  margin: auto;
  padding-top: 50px;
  text-align: left;
}
.contains{
  padding: 0;
}
#main{
  float: right;
  width: 80%;
}

#main h1 {
  width: 100%;/*760-25*/
  box-sizing: border-box;
}

#curriculum,#schedule,#subsidy,#pamphleta,#contact{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}

/* 見出し */
#curriculum h1,#schedule h1,
#subsidy h1,#pamphleta h1,#contact h1  {
  text-align: left;
  position: relative;
  padding-left: 25px;
  line-height: 44px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#curriculum h1::before,#schedule h1::before,
#subsidy h1::before,#pamphleta h1::before,#contact h1::before{
  content: "";
  position: absolute;
  background: #fff;
  top: 55%;
  left: 10px;
  margin-top: -15px;
  height: 25px;
  width: 8px;
  background: #87cefa; /* 青 */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-bottom: 20px;
}

#pamphleta.contains {
  /* width: 760px; */
}
/* テーブル */
.learning_table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  /* margin: 0 auto; */
  margin-top: 10px;
  margin-bottom: 20px;
}
.learning_table thead {
  border-bottom: 3px double #000;
}
.learning_table tfoot {
  border-top: 3px double #000;
}
.learning_table tr th, .learning_table tr td {
  border: 1px solid #000;
  padding: 5px;
}
.learning_table tr th {
  background: #f2f2f2;
  text-align: center;
}

/* タイトル網掛け */
.contains .title {
  line-height: 20px;
  background: #f5f5f5;
  text-align: center;
}

/* リンク */
.contains a {
  color: #87cefa; /* 青 */
  text-decoration: underline;
}
.contains a:hover {
  text-decoration:none;;
}

/* 左メニュー */
#left_nav{
  float: left;
  width: 20%;
}
.left_wrap{
  width: 80%;
}
#left_nav li {
  border-bottom: 1px dotted #ddd;
  display: block;
  text-align: center;
  padding: 10px;
}
#left_nav h2 {
  background: #87cefa; /* 青 */
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
#left_nav li:hover{
  background: #eff7ff;/* 薄い青色 */
}
#left_nav li a {
  display: block;
}
a:hover {
	color: #000;
}
