@charset "UTF-8";

/*============================================

style.css

============================================*/

/* ホーム
------------------------------------------- */

.home-bg {
  background-image: url(../img/sphere.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.cover {
  margin-left: -110px;
  margin-top:40px;
}
#message {
  padding: 60px 0 0;
}

#message section {
  margin-bottom: 60px;
}

.msg-ttl {
  float: left;
  width: 210px;
}
.msg-write {
  float: right;
  padding: 10px 0 0;
  width: 740px;
}
#entrance {
  padding: 30px 0 60px;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}

#entrance h2{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}



/* お知らせ
------------------------------------------- */
.context {
  padding: 30px 90px;
  width: 680px;
  margin:0 auto;
  background-color:#f8f8f8;
}

.contents {
  margin-bottom: 80px;
}

.contents a {
  text-decoration:underline;
}

.contents h2{
  font-size:2.0rem;
  font-weight:bold;
}

.contents h3{
  color:#666;
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:1.5em;
  margin-top: 2em;
}

.contents h3:first-child{margin-top:0;}


.contents p{
  margin-bottom: 1.5em;
}

.contents table{
  margin:0 auto;
}

.contents table td{
  vertical-align:top;
  padding: 0 1em;
}

.contents ul li{
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}

.contents img{
  vertical-align:middle;
}

.slideFrame {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  overflow-x: auto;
  width: 980px;
  height: 180px;
}

.slideGuide {
  width: 150%;
  height: 100%;
}

.slideCell {
  display: block;
  float: left;
  margin-right: 10px;
  height: 100%;
  background: #FFF;
  color: #333;
}

/* sample */
.slideCell a {
  display: block;
  width: 100%;
  height: 100%;
  background: skyblue;
}
.slideCell a:hover {
  background: yellow;
}

/* controller */
.slideCtrl {
  display: none;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background: #676767 url(../img/hatch.png);
  color: #fff;
  font-size: 14px;
  font-weight:bold;
  text-align: center;
  cursor: default;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  padding-top: 70px;
}

.slideCtrl.left { left: -5px; }
.slideCtrl.right { right: -5px; }

.underline {text-decoration: underline;}


.course-info table td:first-child{ width:15%; font-weight:bold;}
.course-info ol {margin-bottom:1.5em; margin-left:2em;}
.course-info ol li {list-style-type:decimal;}
.course-info h3 {margin-bottom: 1.2em;  margin-top: 3em;}