@charset "euc-jp";

/* course@CSS Document */
/* 	contents width=790px */

h1#h1Course {
	height: 29px;
	text-align: center;
	margin-top: 30px;
}

h2#h2Course {
	margin-top: 30px;
	text-indent: 1em
}

.btnCourse{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 40px;
  transition: .4s;
  width: 300px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 230px;
  font-size: 20px;
}

.btnCourse:hover {
  background: #67c5ff;
  color: white;
  text-decoration: none;
}

.btnTop{
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 40px;
    transition: .4s;
    text-align: center;
    width: 270px;
    margin-bottom: 15px;
}

.btnPDF{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #009900;
  border: solid 2px #009900;
  border-radius: 40px;
  transition: .4s;
  width: 300px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 230px;
  font-size: 20px;
}

.btnPDF:hover {
  background: #009900;
  color: white;
  text-decoration: none;
}

/*---------------------------------------------
 table
---------------------------------------------*/
/* width */
.w200 {
	width: 200px;
}

/* type01 */
table.tablec {
	border-top: dotted 1px #81D1F8;
	border-left: dotted 1px #81D1F8;
	margin-top: 20px;
}

table.tablec td {
	padding: 6px;
	border-bottom: dotted 1px #81D1F8;
	border-right: dotted 1px #81D1F8;
}
table.tablec .komoku {
	background: #B6E4FB;
	color: #FFFFFF;
	text-align: center;
}

table.tablec .komoku1 {
	width: 130px;
	background: #B6E4FB;
	color: #15A4EE;
	text-align: left;
}

table.tablec .komoku2 {
	text-align: center;
}

table.tablec .conf {
	width: 500px;
}

.textbox {
	border: none;
	text-align: right;
}

.btnBack {
	background: url(../../course/images/btn_back.png) no-repeat;
	height: 58px;
	width: 213px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}
.btnMoushikomi {
	background: url(../../course/images/btn_entry.png) no-repeat;
	height: 58px;
	width: 213px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 40%;
	margin-bottom: 30px;
}

.video iframe {
	position: absolute;
	width: 100%;
	height: 90%;
	align-content: center;
}