/*----------------------------------------------------------------------------
******************************************************************************
Home
******************************************************************************
----------------------------------------------------------------------------*/
.home .eyecatch{
	margin-bottom: 30px;
}
.home .login{
	width: 515px;
	float: left;
}
.home .enter{
	width: 515px;
	float: right;
}
.home .lesson{
	width: 740px;
	float: left;
}
.home .lesson li{
	margin-bottom: 20px;
}
.home .news{
	width: 100%;
}
.home .news table{
	width: 100%;
}
.home .news td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 5px 0;
	padding-left: 0px;
	border-bottom: 1px dotted #666;
}
.home .news td.date {
	width: 7em;
}

.feeltech_box{
	display:flex;
	flex-wrap:wrap;
}

.feeltech_box01{
	width:32%;
	margin:0.5%;
	border:1px solid #eee;
	box-shadow: 0 0 2px rgba(0,0,0,0.10);
	padding:1%;
	box-sizing:border-box;
	float:left;
}
.feeltech_box01 img{
	width:100%;
}
.feeltech_box01 h3{
	border-bottom:1px solid #B57935;
	background:none;
	padding:0 0 5px 0;
	margin:5px 0 5px 0;
	font-size:16px;
}
.feeltech_box01 h3 div{
	background: #D78F65;
	color:#fff;
	padding:5px;
	margin: 0 0 10px 0;
}

.feeltech_box02{
	background-color:#fff;
	width:720px;
	height:60px;
	margin:0.5%;
	border:1px dotted #000;
	box-shadow: 0 0 2px rgba(255,255,255,0.10);
	padding:1%;
	box-sizing:border-box;
	float:left;
	font-size:20px;
}
.feeltech_box02 img{
	width:100%;
}
.feeltech_box02 h3{
	background:none;
	padding:0 0 5px 0;
	margin:5px 0 5px 0;
	font-size:16px;
}
.feeltech_box02 h3 div{
	background: #D78F65;
	color:#00f;
	padding:5px;
	margin: 0 0 10px 0;
}
.feeltech_box02 .Link{
	display: block;
	position: absolute;
	width:700px;
    height: 55px;
}
.q-box{
	background-color:#1e90ff;
	font-size:22px;
	color:#fff;
	text-align:center;
	line-height:200%;
	letter-spacing:0.5em;
	text-indent:0.5em;
	font-weight:bold;
	display: inline-block;
}
.vscrollbox {
  width: 1000px; 
  height: 200px; 
  border: 1px solid #000; 
  overflow-y: scroll;
}
/*----------------------------------------------------------------------------
******************************************************************************
Single
******************************************************************************
----------------------------------------------------------------------------*/
.single .context h2.title-midokoro{
	margin-top: 0;
	border: none;
}
.single .context .border{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.single .context .botton{
	display: block;
	padding: 10px;
	background: #E69A28;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.single .context .botton:hover{
	background: #F90;
}
.single .context .botton2{
	display: block;
	padding: 10px;
	background: #99CC99;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.single .context .botton2:hover{
	background: #99CC00;
}
.single .context div.mejs-overlay-button{
	display: none!important;
}
/*----------------------------------------------------------------------------
******************************************************************************
ログインページ
******************************************************************************
----------------------------------------------------------------------------*/
.login_ttl01{
	display: inline-block;
	padding: 10px;
	border: 1px solid #424773;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #424773;
}
.login_text01{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7E3323;
	color: #FFF;
}