@charset "utf-8";

/********************************************************************
Slider
********************************************************************/
#slider-area {
  width: 100%;
  background-color: #FFF;
  min-width:1100px;
}

#slider {
  margin: 0 auto;
  width: 1100px;
  height: 374px;
}

#slider .line {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 14px;
  width: 100%;
  height: 33px;
  background: #000;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  color: #FFF;
  line-height: 33px;
  text-align: left;
  letter-spacing: 0.05em;
}

#slider h2 a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1100px;
  height: 333px;
  text-indent: -9999px;
}

#slider p{
	display:none;
}

/* slider */
.jquery-slider {
  overflow: hidden;
  position: relative;
}

.jquery-slider-element {
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jquery-slider-control {
  overflow: hidden;
  width: 44px;
  height: 46px;
  opacity: 0.8;
  cursor: pointer;
  text-indent: -9999px;
}

.jquery-slider-control-prev,
.jquery-slider-control-next {
  position: absolute;
  top: 205px;
  right: 14px;
  background-image: url(../img/parts/slide_arrow.png);
}

.jquery-slider-control-prev {
  position: absolute;
  top: 205px;
  right: 14px;
  background-position: -45px 0;
}

.jquery-slider-control-next {
  position: absolute;
  top: 205px;
  left: 14px;
  background-position: 0px  0px;
}

.jquery-slider-pages {
  overflow: visible;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 20px;
}

.jquery-slider-page {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  background: #999;
  cursor: pointer;
  opacity: 0.33;
  margin: 3px;
}

.jquery-slider-page:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}

.jquery-slider-page-current {
  opacity: 1;
}

* html .jquery-slider-control-prev,
* html .jquery-slider-control-next {
  background-image: url(../img/parts/slide_arrow.gif);
}

/********************************************************************
MAIN
********************************************************************/
/* Heading
---------------------------------------------*/
#home #contents .ttlbar {
  margin-bottom: 5px;
}

/* box
---------------------------------------------*/
.colS .inner { padding: 8px 8px 12px 8px;}
.colM .inner { padding: 8px;}
.colM .inner15 { padding: 0 15px 15px;}
.colM .inner15b { padding: 0 15px;}

.colwrap {
  width: 365px;
}

#top-course,
#top-news,
#top-seminar {
  padding-top: 8px;
}

/* heading */
.ttl_dash {
	clear:both;
  margin: 5px 0 10px;
  background: url(../img/parts/dot2.gif) repeat-x left center;
  text-align: center;
}
	.ttl_dash strong {
	  padding: 0 5px;
	  background: #FFF;
	}
	

/* コース紹介
-------------------------------------------------------------------*/
#recommend1 h2,
#recommend2 h2 {
	padding-top:5px;
}

#recommend1 {
	float:left;
}

#recommend2 {
	float:right;
}


/* Topic
-------------------------------------------------------------------*/
#recent-topic {
	clear:both;
	float:left;
}

#recent-seminar {
	float:right;
}


/* Topic
-------------------------------------------------------------------*/
.topic dd {
  padding: 13px 7px 10px;
}

/* bnr
-------------------------------------------------------------------*/
.bnr img{
	border-radius: 5px;
	-ms-border-radius: 5px;
}
.bnr{
	margin-bottom: 8px;
}


/* Course
-------------------------------------------------------------------*/
#top-course-list {
  _zoom: 1;
  overflow: hidden;
  margin: 0px 15px 15px;
}

#top-course-list li {
  clear: both;
  _zoom: 1;
  margin-top: -1px;
  margin-bottom: 10px;
  padding-top: 12px;
  background: url(../img/parts/dot.gif) repeat-x left top;
}

#top-course-list li dl {
  padding-bottom: 15px;
  line-height: 1.6;
}

#top-course-list li dl dt {
  color: #000000;
  margin-bottom:0.3em;
}

#top-course-list .btn-list {
  padding-top: 8px;
}

#top-course-list .btn-list span {
  display: block;
  float: left;
  margin-right: 5px;
}

#top-course-list .btn-list .course_btn{
	width:117px;
	height:26px;
background: -moz-linear-gradient(left, #f80008, #b90011);
background: -webkit-gradient(linear, left top, left bottom, from(#f80008),  to(#b90011));
	text-align:center;
}
#top-course-list .btn-list .course_btn a{
 	color:#fff;
	font-size:13px;
	line-height:26px; 
	text-decoration:none; 
}
#top-course-list .btn-list .course_btn a:hover{
    color:#60000c;
}

/* button */
.btn_rd1 a,.btn_rd1 a:hover {
  color: #FFF;
}

.btn_rd1 a,
.btn_off {
  display: block;
  width: 117px;
  height: 26px;
  background-image: url(../img/parts/btn.gif);
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  font-size: 12px;
}

.btn_rd1 a {
  background-position: 0px -30px;
  padding-left: 5px;
}

.btn_off {
  background-position: 0px -60px;
  line-height: 25px;
}


/* News
-------------------------------------------------------------------*/
#top-news h2 {
  position: relative;
}

#top-news h2 span {
  position: absolute;
  display: block;
  top: 10px;
  right: 13px;
}

#top-news dl {
  _zoom: 1;
  overflow: hidden;
  margin: 10px auto;
  width: 335px;
}

#top-news dt {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: -1px;
  padding-top: 14px;
  background: url(../img/parts/dot.gif) repeat-x left top;
}

#top-news dd {
  padding-bottom: 14px;
  line-height: 1.6;
}

#top-news dd.blank {
	background: url(../img/parts/ic_blank.gif) no-repeat left 5px;
}

#top-news .more {
  padding-right: 20px;
  padding-bottom: 16px;
}


/* 各種セミナー
-------------------------------------------------------------------*/
#top-seminar .inner {
  padding: 15px;
}

#top-seminar dt, #top-seminar dd {
  margin-bottom: 4px;
}

.location {
  margin-bottom: 5px;
  line-height: 1.6;
}

.location p {
  float: left;
  width: 13em;
}

/* table */
.tbl_schedule {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px auto 10px;
  width: 100%;
}

.tbl_schedule,
.tbl_schedule th,
.tbl_schedule td {
  border: 1px solid #000;
}

.tbl_schedule td,
.tbl_schedule th {
  padding: 4px 3px;
  line-height: 1.3;
  font-size: 11px;
  text-align: center;
}

.tbl_schedule .time,
.tbl_schedule .wid50 {
  width: 50%;
}

.tbl_schedule .label th {
  background: #F5F5F5;
  font-weight: bold;
}

.tbl_schedule .ebis,
.tbl_schedule .koma {
	padding: 5px 0;
	font-size: 12px;
}

.tbl_schedule .ebis {background:#FADBC0;}
.tbl_schedule .shinjyuku {background:#b5e5d3;}
.tbl_schedule .koma {background:#B0DCF7;}

.tbl_schedule .crs {
  text-align: left;
  padding: 8px 3px 8px 1em;
}

/* 緊急連絡 */
#emergency {
	background: #b81717 url(../img/top/heading_emergency.gif) no-repeat 17px center;
	color:#FFFFFF;
}

#emergency div.wrap div {
	padding: 26px 0px 26px 100px;
	display: table-cell;
	vertical-align: middle;
}
#emergency div.wrap div {
	width: 600px;
}

/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.wrap div {
	display:inline-block;
}
/**/


/* Library
-------------------------------------------------------------------*/
.more {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 16px;
}

.detail {
  margin-top: 1em;
}

.btn-list a:hover img,
.hv a:hover img {
  ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/* 2013 0125 add */
#home #contents #main #fee-course-list {
  overflow:hidden;
  _zoom: 1;
  margin: -10px 0px 10px;
}

#home #contents #main #fee-course-list li {
  clear: both;
  overflow:hidden;
  _zoom: 1;
  margin-top: -1px;
  padding: 12px 0 0px;
  background: url(../img/parts/dot.gif) repeat-x left top;
}

#home #contents #main #fee-course-list li dl {
	float:right;
	width: 288px;
}
#home #contents #main #fee-course-list li dl dt {
	margin-bottom: 5px;
}
#home #contents #main #fee-course-list li dl dd {
	margin-bottom: 10px;
}

#home #contents #main #fee-course-list li dl dd .course-ttl {
	margin-bottom: 0.3em;
}






.top_webgino3{margin-top:7px;}
/*
.top_webgino3 a {
    width: 349px;
    height: 50px;
    background: url("../img/top/webginou2.jpg") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.top_webgino3 a:hover {
    background-position: 0 -50px;
}