@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Reset and Clearfix

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	reset
---------------------------------------- */

html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #595757;
	font-size: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #595757;
	transition: .3s;
}
a:hover {
	color: #333;
}



/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------
	Pop Up
---------------------------------------- */

#pop_wrap {
	display: none;
}

#pop_wrap,
#pop_wrap .bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}
#pop_wrap .bg {
	z-index: -1;
	position: fixed;
	background: url(../img/pop_bg_blk.png);
	cursor: pointer;
	opacity: 0.9;
}

#pop_contents {
	width: 500px;
	z-index: 52;
	position: absolute;
	left: 50%;
	top: 44px;
	height: 750px;
	margin-left: -250px;
	background: white;
}
#pop_contents iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #999
}

#pop_wrap .close {
	background: url(../img/pop_close.png);
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 52;
	width: 45px;
	height: 44px;
	cursor: pointer;
}
#pop_wrap .close:hover {
	opacity: .7;
}