/*------ basic styles -----*/

#title{	
	width: 100%;
	max-width: 960px;
	font: normal 28px 'Cinzel', serif;
	letter-spacing: 3px;
	text-align: left;
	color: #fff;
	margin: 42px auto 20px;
	padding-left: 5px;
}
#main{
	width: 100%;	
	max-width: 960px;

	margin: 0 auto;
}
#main-left{
	float: left;
	width: 70%;
	border-top: 1px solid #333;


	text-align: left;
	margin-bottom: 20px;
}
#main-left-full{
	float: left;
	width: 100%;
	border-top: 1px solid #333;


	text-align: left;
	margin-bottom: 20px;
}
#main-right{
	float: left;
	width: 27%;
	max-width: 260px;
	padding: 0 0px 20px 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*----- main area -----*/
#archive-title{

	font: normal 26px 'Cinzel', serif;
	letter-spacing: 3px;
	text-align: left;
	color: #fff;
	margin-left: 5px;
}
.date-header{
	margin-top: 0;
	border-left: 5px solid #4f749b;
	margin-left:10px;
    padding: 0 0 0 10px;
    color: #334e6b;
    font-size: 12px;
}

.entry-header {
    margin-top: 10px;
	width: 95%;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
	background: url(../images/leaf.png) no-repeat;
	height: 20px;
	margin-bottom: 10px;
	float: left;
}
.lesson-header {
    margin-top: 20px;
    color: #fff;
	font: 24px 'Cinzel', serif;
	background: url(../images/leaf.png) no-repeat 0 7px;
	margin-bottom: 10px;
	float: left;
	padding-left: 35px;
	letter-spacing: 2px;
	width: 95%;
	padding-bottom: 10px;
}
.lesson-header-b {
    margin-top: 20px;
    color: #fff;
	font: 24px 'Cinzel', serif;
	float: left;
	letter-spacing: 2px;
	width: 95%;
}
.lesson-title {
    margin-top: 10px;
    color: #fff;
	margin-bottom: 5px;
	letter-spacing: 2px;
	width: 95%;
	font-size: 14px;
	margin-left: 5px;
}
.entry-content, .asset-content{
	padding: 10px 0 10px 5px;
	float: left;
	width: 96%;
}
.lesson-content{
	padding: 10px 0 10px 5px;
	float: left;
}
.right-entry{
	float: left;
	width: 100%;
}
#lesson-right-menu{
	margin-top: 0;
	float: left;
	margin-bottom: 5px;
	width: 98%;
	margin-left: 5px;
}

.archive-content{
	padding: 10px 0 10px 25px;
}
.entry-footer, .asset-footer{
	margin-left: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #191919;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.entry-title{
	float: left;
	width: 100%;
	margin-top: 0;
    padding: 0;
    color: #ccc;
    font-size: 14px;
	margin-bottom: 15px;
}
#page-title{
    margin-top: 0;
	border-left: 5px solid #729a77;
	margin-left:10px;
    padding: 0 0 0 10px;
    color: #334e6b;
    font-size: 16px;
	font-weight: bold;	
}
.content-nav{
	text-align: center;
}
a img { border: 0; }
a:link, a:visited { color: #fff; text-decoration: none; }
a:hover, a:active { color: #004992; }
ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
/*----- form -----*/
button{
    background:none;
    cursor:pointer;
	border-style: none;
	margin-right: 5px;
	margin-left: 5px;
	outline: none;
}
button:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;	
}

.btn-area{
	width:100%;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 15px 20px 10px;
}
.btn-area-centre{
	width:100%;
	text-align: center;
	margin-top: 30px;
}
.form-btn{
	text-align: center;
}
.form-title{
	margin-top: 15px;
	font-size: 14px;
}

#form-area{
	margin-top: 15px;
}
#table1{
	width: 100%;

}
.td20-h{
	height: 50px;
	text-align: center;
	color: #eee;
	width: 30%;
	background-color: #1c1c1c;
}
.td20{

	color: #eee;
	height: 50px;
}
.td20-c{

	padding: 10px 10px 10px 25px;
}
input[type=checkbox] {

    margin-right: 10px;
}
input[type="text"]{
border: 1px solid #fdfcff;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;
	background-color: #dddcde;
}
textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #fdfcff;
background-color: #dddcde;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}

.download-btn {
  cursor: pointer;
  background: #7d7d7d;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.download-btn:hover {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -moz-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -ms-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -o-linear-gradient(top, #adadad, #9c9c9c);
  background-image: linear-gradient(to bottom, #adadad, #9c9c9c);
  text-decoration: none;
	border: 1px solid #9c9c9c;
}
#send-btn {
    width: 50%;
    height: 34px;
	margin: 20px 0 100px;
	background-color: #e8e8e8;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #333;
}
#send-btn:hover, #send-btn:focus {
	background-color: #cfced0;
	border: 1px solid #aaa;
	color: #666;
}

/*----- select-----*/

#send-btn {
    border: 0px;
    width: 170px;
    height: 34px;
	margin: 20px 50% 20px 15px;
    background: url(../images/btn_send.png) left top no-repeat;
	cursor: pointer;
	float: right;
}
#send-btn:hover, #send-btn:focus {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#reset-btn {
    border: 0px;
    width: 92px;
    height: 34px;
	margin: 20px 70px 20px 15px;
    background: url(../images/btn_reset.png) left top no-repeat;
	cursor: pointer;
}
#reset-btn:hover, #back-btn:focus {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.emphasis-f{
	color: #004992;
	font-size: 0.8em;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 30px 1px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#try-ex{
	width: 250px;	
}
#new-address{
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.try-msg{
	margin-top: 30px;
	margin-bottom: 30px;	
}
/*----- page-top -----*/
#page-top {
	position: fixed;
	bottom:5px;
	right: 20px;
}
#page-top a span{
	display: none;
}
#page-top a {
	background: url(https://www.illony.com/images/btn_up.png) no-repeat;
	text-decoration: none;
	width: 130px;
	display: block;
	height: 50px;
}
#page-top a:hover {
	text-decoration: none;

	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*----- right area -----*/
.right-entry-header,
.right-entry-content {

    margin-left: 0px;
	text-align: left;
}

.right-entry-header { 
	background: url(../images/leaf.png) no-repeat;
    padding: 0 0 3px 22px;
    font-size: 14px; 
    margin-bottom: 8px;
	margin-top: 15px;
}

.right-entry-header,
.right-entry-header a {
    color: #ccc;
    font-weight: normal;
}

.right-entry-content a:link,.right-entry-content a:visited {
    color: #999;
}
.right-entry-content a:hover,.right-entry-content a:active {
    color: #ddd;
}

.right-entry-header {
    font-size: 12px;
	font-weight: bold;
}

.right-entry-header a {
    text-decoration: none;
	font-weight: bold;
}

.right-entry-header a:hover {
    text-decoration: underline;
	font-weight: bold;
}

.right-entry-content {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 11px;
	padding-left: 15px;

}
.right-entry-content a img{
	border: 1px solid #1e1e1e;
}

/*----- schedule -----*/

embed,
iframe,
object{
	max-width: 100%;
}

/* ===========youtube================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 50px;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
	#title{	
	width: 100%;
	font: normal 22px 'Cinzel', serif;
	letter-spacing: 3px;
	text-align: left;
	color: #fff;
	margin: 0px auto 20px;
	padding-left: 5px;
	float: left;
	}	
  #main-left{
    width: 100%;
    max-width: 767px;
	}
  #main-right{
    width: 100%;
	max-width: 767px;
	}
	.entry-content img{
	width: 100%;
	height: 100%;
	}
}