@charset "euc-jp";

/*-----------------------------------------------------------------------------
reset
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

body {
  background: #fff;
}

h1,
h2,
h3,
p {
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

h1,
h2,
h3 {
  display: block;
}

/*-----------------------------------------------------------------------------
clearfix
-----------------------------------------------------------------------------*/

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

*:first-child+html .clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE6/IE Mac */

/*-----------------------------------------------------------------------------
main
-----------------------------------------------------------------------------*/

div#main {
  margin: 0 auto;
  padding: 10px 0;
  width: 760px;
  text-align: left;
}

/*-----------------------------------------------------------------------------
vi
-----------------------------------------------------------------------------*/

h1 {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------------
section-02
-----------------------------------------------------------------------------*/

h2 {
  margin-bottom: 5px;
}

ul#beg,
ul#beg li,
ul#beg li.txt dl,
ul#beg li.txt dl dt,
ul#beg li.txt dl dd,
ul#beg li.pic dl,
ul#beg li.pic dl dt,
ul#beg li.pic dl dd {
  display: block;
  list-style: none;
}

ul#beg img {
  border: none;
  vertical-align: bottom;
}

ul#beg {
  margin-bottom: 10px;
  width: 760px;
}

ul#beg li.txt {
  float: left;
  width: 460px;
}

ul#beg li.txt dl dt,
ul#beg li.txt dl dd,
ul#beg li.pic dl dt,
ul#beg li.pic dl dd {
  margin-bottom: 10px;
}

ul#beg li.txt dl dt {
  line-height: 1.6;
  color: #782a12;
  font-size: 108%;
}

ul#beg li.pic {
  float: right;
  width: 300px;
  text-align: center;
}

ul#beg li.pic dl {
  margin: 0 auto;
  width: 255px;
}

/*-----------------------------------------------------------------------------
section-03
-----------------------------------------------------------------------------*/

div.section {
  margin-bottom: 10px;
  width: 760px;
}

dl#mouse,
dl#mouse dt,
dl#mouse dd,
dl#problem,
dl#problem dt,
dl#problem dd {
  display: block;
}

dl#mouse,
dl#problem {
  width: 375px;
}

dl#mouse img,
dl#problem img {
  border: none;
  vertical-align: bottom;
}

dl#problem {
  margin-bottom: 10px;
  float: right;
}

/*-----------------------------------------------------------------------------
section-03
-----------------------------------------------------------------------------*/
dl#premiere {
  margin-bottom: 20px;
  padding: 10px 10px 0;
  background-color: #fdfddf;
  color: #782a12;
}

dl#premiere dt,
dl#premiere dd {
  padding-bottom: 5px;
}

dl#premiere dd {
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 1.7;
}

dl#premiere dd.premiere-caution {
  font-size: 12px;
  line-height: 1.5;
}

dl#premiere dd ul li {
  padding-right: 60px;
  display: inline;
  list-style-type: none;
  font-weight: bold;
}

/*-----------------------------------------------------------------------------
section-05
-----------------------------------------------------------------------------*/

h3 {
  margin-bottom: 5px;
}

dl.teacher,
dl.teacher dt,
dl.teacher dd {
  display: block;
}

dl.teacher {
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  width: 375px;
  min-height: 122px;
}

* html dl.teacher {
  height: 122px;
}

dl.none {
  margin-right: 0;
}

dl.teacher dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 122px;
}

dl.teacher dd {
  margin: 0 0 5px 117px;
  line-height: 1.4;
  color: #404040;
  font-size: 93%;
}

dl.teacher dd span {
  color: #fe7200;
}

dl.teacher dd.blog {
  padding-left: 53px;
  background: url("/images/college/sdekisugi/eye-blog.gif") no-repeat 0 4px;
}

/*-----------------------------------------------------------------------------
section-06
-----------------------------------------------------------------------------*/

div#lec {
  margin: 0 0 20px 30px;
  padding-bottom: 15px;
  width: 700px;
  background: #d8f26e url("/images/college/sdekisugi/lec-bottom.gif") no-repeat 0 100%;
  text-align: center;
}

img#lec-btn {
  margin: 10px auto 5px;
}

div#lec p {
  font-size: 93%;
}

/*-----------------------------------------------------------------------------
section-07
-----------------------------------------------------------------------------*/

iframe {
  margin: 0 auto;
  border: none;
  width: 760px;
  height: 800px;
  overflow: hidden;
}