@charset "UTF-8";
/* -------------------- ボディー・body -------------------- */
body {
  font-family: Arial, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0;
  padding: 0;
}

/* html */
/* ---------- コンテナ・container ---------- */
#container {
  background-color: #fff;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}

.left01 {
  width: 900px;
  float: left;
  margin: 0 0 0 30px;
  line-height: 26px;
}

/* ---------- コンテンツ・content ---------- */
#content {
  width: 900px;
  margin: 20px 0px 100px 0px;
}

/* ---------- テキスト・text ---------- */
#comp03 {
  text-align: left;
  margin: 30px 0 20px;
  padding: 5px;
  width: 900px;
  font-size: 125%;
  font-weight: 550;
  color: #ffffff;
  background-color: #777777;
  border-radius: 10px 0 0 0;
  text-shadow: 1px 1px 1px #000000;
  clear: both;
}

.text03 {
  margin: 0;
  font-size: 100%;
  text-align: justify;
  text-justify: distribute;
  text-align: left;
  line-height: 25px;
}

.text09 {
  font-size: 90%;
  text-align: justify;
  text-justify: distribute;
  text-align: left;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ---------- 画像・image ---------- */
img {
  border: none;
}

/* ---------- リンク・link ---------- */
a:link {
  color: #000066;
}

a:visited {
  color: #000066;
}

a:hover {
  color: #47577b;
}

a:active {
  color: #ff8000;
}

/* ---------- スケジュール・schedule ---------- */
.schedule01 {
  width: 720px;
  height: 500px;
  float: left;
  border: 1px #aaaaaa solid;
  margin: 25px 0 35px 95px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, 	strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, 	strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, 	strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, 	strength=0, enabled=true);
}

.schedule02 {
  width: 720px;
  height: 500px;
  float: center;
  border: 1px #aaaaaa solid;
  margin: 0 auto;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, 	strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, 	strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, 	strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, 	strength=0, enabled=true);
}

/* ---------- リスト・ul,dl ---------- */
ol li {
  line-height: 25px;
}

ul {
  width: 100%;
  max-width: 700px;
  margin: 0 0 120px 100px;
}

ul li {
  float: left;
  width: 50%;
  font-size: 90%;
}

/* ========== 先頭に戻る・back to top ========== */
/* ---------- ページのトップに戻る・back to top ---------- */
#backtotop {
  font-size: 19pt;
  	/*font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  */
  position: fixed;
  bottom: 10px;
  right: 15px;
}

#backtotop a:link {
  color: #000066;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

#backtotop a:visited {
  color: #000066;
  text-decoration: none;
}

#backtotop a:hover {
  color: #47577b;
  text-decoration: none;
}

#backtotop a:active {
  color: #ff8000;
  text-decoration: none;
}

/*# sourceMappingURL=sentan-computer2.css.map */
