@charset "utf-8";
/* CSS Document */
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer a, .boxrightfr li a {
	text-decoration: underline;
}
#footer a:hover {
	color:#000;
}
#subtitle	{
	color: #e36355;
}
.boxrightfr li a:hover {
	color:#e36355;
}
#ha_slider a {
	color:#fff;
}
#skipto a
{ 
 left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;} 
 
#skipto a:focus 
{ 
color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: .5em;
    border:1px solid #df0000;
    text-align:center;
    font-size:1.2em;
    z-index:999;-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
@media screen and (max-width: 480px) {

}
@media screen and (min-width:481px) and (max-width:768px){

}
@media screen and (min-width: 769px) {

}