@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 {
	text-decoration: underline;
}
a {
	color:#5d689b;
}
.button {
    border: 1px #666 solid;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius:8px;
}
a:hover.button {
    background-color: #ccc; /* Green */
    color: #000;
	text-decoration:none;
}
.button2 {
    border: 1px #666 solid;
	background-color: #666;
	color:#fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius:8px;
}
a:hover.button2 {
    background-color: #ccc; /* Green */
    color: #000;
	text-decoration:none;
}
@media screen and (max-width: 480px) {

}
@media screen and (min-width:481px) and (max-width:768px){

}
@media screen and (min-width: 769px) {

}