@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

File name:      common.css
Created:        2016-09-13
Style Info:     オーストラリアLP common　CSS
----------------------------------------------------------- */
#australia {
	width: 100%;
}
#australia a:active, #australia a:focus {
	outline: none;
}
#australia a:hover {
	text-decoration: none;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
#australia ul, #australia ol, #australia li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#australia .dis_sp {
	display: none;
}
#australia .contents {
	width: 1140px;
}
#australia .contents p {
	color: #323232;
	line-height: 1.8;
}
#australia .page-top {
	height: 0;
	width: 0;
	overflow: hidden;
}

@media screen and (max-width:768px) {
#australia img {
	width: 100%;
	height: auto;
}
#australia .dis_sp {
	display: block;
}
#australia .dis_pc {
	display: none;
}
#australia .contents {
	width: auto;
}
#australia .page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	background: #666 url(../img/pagetop_arrow.png) center center no-repeat;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	z-index: 100;
	text-indent: -9999px;
}
}

.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}

/*----動画埋め込み用----*/
#australia .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#australia .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
#australia .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#australia .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

@media screen and (min-width: 601px), print {
  #australia .movie_wrap {
    margin: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  #australia .movie_wrap {
    margin: 9.3333vw 0;
  }
}