@charset "utf-8";

/* a link
--------------------------------------------- */
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
article.eventWork-2016 a {
	font-size: initial;
	color: initial;
	font-size: 0.9rem;
}

/* general
--------------------------------------------- */
:focus {
    outline: 0
}

/* .eventWork-2016 general
--------------------------------------------- */
article.eventWork-2016 {
	margin: 0 auto;
	min-width: 300px;
	padding-top: 0px;
	background: url(../images/bgbg.png) repeat;
}


/* eventWork_gen2015 test
--------------------------------------------- */
article.eventWork-2016 h1,
article.eventWork-2016 h2,
article.eventWork-2016 h3 {
	font-size: initial;
	color: initial;
	color: #333;
	font-size: 2.3rem;
}
article.eventWork-2016 p,
article.eventWork-2016 li {
	font-size: initial;
	color: initial;
	color: #333;
	font-size: 0.88rem;
}
article.eventWork-2016 em {
	font-size: initial;
	color: initial;
    font-weight: bold;
    font-style: normal;
}

/* header
--------------------------------------------- */
article.eventWork-2016 header {
    position: relative;
    text-align: center;
}

/* contents
--------------------------------------------- */
article.eventWork-2016 .contents {
    width: 90%;
    margin: 17px auto;
    padding: 0 0 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 24px #ccc;
}
article.eventWork-2016 .contents img.logo {
    margin: 20px 0 0;
    width: auto;
}
article.eventWork-2016 .contents a.link {
    background-color: #f07057;
    padding: 18px;
    display: block;
    max-width: 240px;
    margin: 40px auto 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
article.eventWork-2016 .contents p.festival_info {
    margin: 40px auto 0;
    font-size: 1.1rem;
}

	article.eventWork-2016 .contents p.festival_info a{
	    font-size: 1.1rem;
	    color: red;
	}


/* color_box
--------------------------------------------- */
article.eventWork-2016 .color_box {
    background-color: #cf404e;
    padding: 10px;
/*    margin: 0 75px; */
}
article.eventWork-2016 .color_box:hover {
    background-color: #D26E78;
}
article.eventWork-2016 .color_box.lsize {
    margin: 0;
    /* padding: 100px 0; */
}
article.eventWork-2016 .color_box.lsize.green {
	background-color: #9ac950;
	padding: 55px 0;
}
article.eventWork-2016 .color_box p {
    color: #fff;
    font-size: 1.2rem;
}
article.eventWork-2016 .color_box p.inf {
    font-family: 'Julius Sans One', sans-serif;
    color: #fff;
    letter-spacing: 28px;
}
article.eventWork-2016 .color_box a {
    color: #fff;
    font-size: 1.25rem;
    display: block;
    padding: 100px 0;
}

/* section
--------------------------------------------- */
article.eventWork-2016 section {
    width: 80%;
    padding: 5px 0;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
    text-align: center;
    max-width: 700px;
    min-width: 280px;
}
article.eventWork-2016 section h1 {
    font-size: 2rem;
}
article.eventWork-2016 section h2 {
    /* font-family: 'Julius Sans One', sans-serif; */
    font-size: 1.7rem;
    color: #2CC498;
    margin: 15px 0px 15px 0px;
}
article.eventWork-2016 section p {
    margin: 20px 0px 10px 0px;
    line-height: 1.6;
    font-size: 1rem;
}
article.eventWork-2016 section p a {
    font-weight: bold;
    text-decoration: underline;
    color: #CC4E0F;
    font-size: 105%;
}


/* socialicon
--------------------------------------------- */
.socialicon {
    width: 385px;
    margin: 20px auto 30px;
    clear: both;
}
div.fb-like{
    position: relative;
    top: -6px;
}
/* page scroll
--------------------------------------------- */
article.eventWork-2016 #page-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
}
article.eventWork-2016 #page-top a {
	font-size: 12px;
    padding: 30px 0;
    background: #8e7b87;
    text-decoration: none;
    color: #fff;
    width: 100px;
    height: 77px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
article.eventWork-2016 #page-top a:hover {
    text-decoration: none;
    background: #b89fae;
}

/*saba choitashi*/

ul.music_ul{
	text-align: left;
	font-size: 17px;
	padding: 0px 0px 15px 40px;
}

 ul.music_ul li{
 	list-style: disc;
 	line-height: 1.5rem;
 }
 
 /* Background pattern from subtlepatterns.com */
 
 
/*.section
--------------------------------------------- */

section#lessonSceneVideo div.video_lesson span img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    box-shadow: 1px 2px 5px #ddd;
    cursor: pointer;
    max-width: 600px;
    margin: 20px auto;
}
section#lessonSceneVideo div.video_lesson span:after {
    font-size: 67px;
    width: 106px;
    height: 106px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: rgba(0,0,0,1);
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";    
    padding: 2px 1px 0 14px;
    border: 6px solid #fff;
    border-radius: 53px;
    -moz-border-radius: 53px;
    -webkit-border-radius: 53px;
    -ms-border-radius: 53px;
}