﻿body {
    width: 100%;
    margin: 0 0 0 0;
    font-family: Meiryo;
}

.out {
	width: 71.3%;
	padding: 0 14.35% 0 14.35%;
}


iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iframe-wrapper {
  padding-bottom: 56.25%;
  /* 9/16*100=56.25 アスペクト比は16:9 */
  height: 0;
  position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	align: center;
}

a img:hover {
	opacity: 0.5	;
	filter: alpha(opacity=50);
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
