@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#artrmenu,
#artrmenu ul,
#artrmenu ul li,
#artrmenu ul li a,
#artrmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#artrmenu:after,
#artrmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#artrmenu #menu-button {
  display: none;
}
#artrmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#artrmenu > ul > li {
  float: left;
}
#artrmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#artrmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#artrmenu.align-center ul ul {
  text-align: left;
}
#artrmenu.align-right > ul > li {
  float: right;
}
#artrmenu.align-right ul ul {
  text-align: right;
}
#artrmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#artrmenu > ul > li:hover > a,
#artrmenu > ul > li.active > a {
  color: #009ae1;
}
#artrmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#artrmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#artrmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#artrmenu ul ul {
  position: absolute;
  left: -9999px;
}
#artrmenu li:hover > ul {
  left: auto;
}
#artrmenu.align-right li:hover > ul {
  right: 0;
}
#artrmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#artrmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#artrmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#artrmenu ul li:hover > ul > li {
  height: 32px;
}
#artrmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#artrmenu ul ul li:hover > a,
#artrmenu ul ul li a:hover {
  color: #ffffff;
}
#artrmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#artrmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#artrmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #artrmenu {
    width: 100%;
  }
  #artrmenu ul {
    width: 100%;
    display: none;
  }
  #artrmenu.align-center > ul,
  #artrmenu.align-right ul ul {
    text-align: left;
  }
  #artrmenu ul li,
  #artrmenu ul ul li,
  #artrmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #artrmenu ul li a,
  #artrmenu ul ul li a {
    width: 100%;
  }
  #artrmenu > ul > li,
  #artrmenu.align-center > ul > li,
  #artrmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #artrmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #artrmenu ul ul li:hover > a,
  #artrmenu ul ul li a:hover {
    color: #000000;
  }
  #artrmenu ul ul ul li a {
    padding-left: 40px;
  }
  #artrmenu ul ul,
  #artrmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #artrmenu > ul > li.has-sub > a::after,
  #artrmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #artrmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #artrmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #artrmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

img.a_img2{
margin: -50px 100px 0px 50px !important;
}

  #artrmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #artrmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #artrmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #artrmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}




/* info (hed, dek, source, credit) */
.rg-container {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #222;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.first{
background-color: #f9cdcf;
}
table.rg-table tr.second{
background-color: #ffeaea;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f3d2d2;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}

@font-face {
    font-family: 'setofont';
    /*src: url('../fonts/AGENCYB.TTF') format('truetype'); */
    src: url('../font/setofont.ttf') format('truetype');
src: url('/font/setofont.ttf') format('truetype');
}

@font-face {
    font-family: 'apple';
    src: url('../font/noto_medium.otf') format('truetype'); 
    src: url('../font/noto_medium.otf') format('truetype');
src: url('/font/noto_medium.otf') format('truetype');
}  


table.course {  
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%; 
    border-collapse: 
    collapse; border-spacing: 0; 
}

td.course, th.course {  
    border: 2px solid white;
    height: 30px; 
    transition: all 0.3s;  /* Simple transition for hover effect */
}

th.course {  
    background: #DFDFDF;  /* Darken header a bit */
    font-weight: bold;
}

td.course {  
    background: #FAFAFA;
    text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */        
tr.course:nth-child(even) td.course { background: #ffffff; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */        
tr.course:nth-child(odd) td.course { background: #FEFEFE; }  

tr.course td.course:hover { background: #666; color: #FFF; }  
/* Hover cell effect! */

img.a_icon{
width:30px;
margin: 0 3px;
}

img.piano1{
border: 6px solid pink;
    width: 30%;
    border-radius: 10px;
-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
    margin-top: -5%;
    margin-bottom: 3%;
margin-left: 30%;
}

img.piano2{
border: 6px solid pink;
    width: 30%;
    border-radius: 10px;
-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
margin-left: 0%;
    margin-top: -15%;
}

img.piano3{
border: 6px solid pink;
    width: 100%;
    border-radius: 10px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-left: 0%;
}


img.a_img{
 border: 8px solid pink;
width:100%;
border-radius: 10px;
margin-top: -60px;
}

img.sp_img{
 border: 8px solid pink;
width:60%;
border-radius: 10px;
}

img.a_img2{
 border: 8px solid pink;
width:100%;
border-radius: 10px;
margin: -150px 100px 0px 120px;
}

#chart {
	margin: auto;
	list-style: none;
	padding: 0;
	position: relative;
	height: 280px;
}
}

#chart li {
	display: block;
	
}

#chart .block4 {
        width: 150px;
        margin-bottom: 1.5em;
        height: 80px;
        border: 0px solid;
        -webkit-transform: rotate( 0deg );
        -ms-transform: rotate( 0deg );
                transform: rotate( 0deg );
        position: relative;
        left: 180px;
	background-color: #00edff;
border-radius: 25px;
}


#chart .block {
	width: 150px;
	margin-bottom: 1.5em;
	height: 80px;
	border: 0px solid;
	-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
		transform: rotate( 0deg );
	position: relative;
	left: 180px;
	background-color: pink;
border-radius: 25px;
}

#chart .block5 {
        width: 150px;
        margin-bottom: 1.5em;
        height: 80px;
        border: 0px solid;
        -webkit-transform: rotate( 0deg );
        -ms-transform: rotate( 0deg );
                transform: rotate( 0deg );
        position: relative;
        left: 180px;
        background-color: greenyellow;
border-radius: 25px;
}

#chart .block2 {
	width: 150px;
	margin-bottom: 1.5em;
	height: 80px;
	border: 0px solid;
	-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
		transform: rotate( 0deg );
	position: relative;
	top: -205px;
	background-color: #f38f8f;	
border-radius: 25px;
}

#chart .block3 {
	width: 150px;
	margin-bottom: 1.5em;
	height: 80px;
	border: 0px solid;
	-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
		transform: rotate( 0deg );
	position: relative;
	top: -307px;
  	left: 360px;
	background-color: #f1f38f;
border-radius: 25px;
}


#chart .block-content {
	-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
		transform: rotate( 0deg );
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	margin-top: -0.5em;
font-weight: bold;	
}

#chart .next-icon {
	width: 32px;
	height: 32px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/g AAAACXBIWXMAAARuAAAEbgHQo7JoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2Nh cGUub3Jnm+48GgAAAB5QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA how4rQAAAAl0Uk5TAAwREiowWMPOLoJhMgAAAEhJREFUKFNjYBhCgCUNDgLAAoyV M6FghgFEiThMoBmqB6YEpgCuBKYApgShAKoEoQCiBFkBWAmyApASVAVAJagKgEoU GIYaAADIMSWmfFk62AAAAABJRU5ErkJggg==') no-repeat 50% 0;
	display: block;
	position: absolute;
	left: 3.5%;
	margin-left: 0px;
	-webkit-transform: rotate( 0deg );
}

#chart .icon-1 {
	top: 75px;
  left: 240px;
}

#chart .next-icon2 {
        width: 32px;
        height: 32px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/g AAAACXBIWXMAAARuAAAEbgHQo7JoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2Nh cGUub3Jnm+48GgAAAB5QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA how4rQAAAAl0Uk5TAAwREiowWMPOLoJhMgAAAEhJREFUKFNjYBhCgCUNDgLAAoyV M6FghgFEiThMoBmqB6YEpgCuBKYApgShAKoEoQCiBFkBWAmyApASVAVAJagKgEoU GIYaAADIMSWmfFk62AAAAABJRU5ErkJggg==') no-repeat 50% 0;
        display: block;
        position: absolute;
        left: 3.5%;
        margin-left: 0px;
        -webkit-transform: rotate( 180deg );
}

#chart .icon-2 {
	top: 178px;
  	left: 240px;
}

#chart .next-icon3 {
	width: 32px;
	height: 32px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/g AAAACXBIWXMAAARuAAAEbgHQo7JoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2Nh cGUub3Jnm+48GgAAAB5QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA how4rQAAAAl0Uk5TAAwREiowWMPOLoJhMgAAAEhJREFUKFNjYBhCgCUNDgLAAoyV M6FghgFEiThMoBmqB6YEpgCuBKYApgShAKoEoQCiBFkBWAmyApASVAVAJagKgEoU GIYaAADIMSWmfFk62AAAAABJRU5ErkJggg==') no-repeat 50% 0;
	display: block;
	position: absolute;
	left: 3.5%;
	margin-left: 0px;
	-webkit-transform: rotate( 270deg );
}


#chart .icon-3 {
	left: 150px;
  	top: 125px;
}

#chart .next-icon4 {
	width: 32px;
	height: 32px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/g AAAACXBIWXMAAARuAAAEbgHQo7JoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2Nh cGUub3Jnm+48GgAAAB5QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA how4rQAAAAl0Uk5TAAwREiowWMPOLoJhMgAAAEhJREFUKFNjYBhCgCUNDgLAAoyV M6FghgFEiThMoBmqB6YEpgCuBKYApgShAKoEoQCiBFkBWAmyApASVAVAJagKgEoU GIYaAADIMSWmfFk62AAAAABJRU5ErkJggg==') no-repeat 50% 0;
	display: block;
	position: absolute;
	left: 3.5%;
	margin-left: 0px;
	-webkit-transform: rotate( 90deg );
}

#chart .icon-4 {
	left: 328px;
  	top: 125px;
}

.container_in {
    position: relative;
    margin-right: 20px;
}

.image_in {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle_in {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container_in:hover .image_in {
  opacity: 0.3;
}

.container_in:hover .middle_in {
  opacity: 1;
}

.text_in {
  background-color: rgba(255, 255, 255, 0);;
  color: #bb5656;
  font-size: 20px;
  /*padding: 16px 32px;*/
font-weight: bolder;
    font-family: setofont;
}
