@charset "utf-8";

/* page access footer
====================================================*/
html,
body{
	height:auto;
}
html{
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 140px;
}
footer{
	width:100%;
	height:140px;
	position:absolute;
	bottom:0;
	left:0;
}


/* page access contents
====================================================*/
div#access.contents{
	max-width:1000px;
	height:auto;
	margin:0 auto;
}
div#access.contents div#title{
	position:relative;
}
div#access.contents div#title h1{
	width:100%;
	height:auto;
	margin:180px auto 50px auto;
	font-size:50px;
}
div#access.contents div#title h2{
	width:100%;
	position:absolute;
	top:20px;
	left:0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
/* sec */
iframe{
	width:100%;
	height:600px;
	border:1px solid #000;

}
div#access.contents div.secInner > div{
	width:100%;
	margin:0 auto 50px auto;

}
div#access.contents div.secInner p{
	width:100%;
	margin:0 auto 50px auto;
	text-align:center;
}
dl{
	width:90%;
	max-width:600px;
	padding:10px 0 1px 10px;
	margin:0 auto 100px auto;
	position:relative;
	font-size:12px;
	line-height:2.0;
	text-align:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
dl dt{
	width:140px;
	position:absolute;
	font-weight:normal;
}
dl dd{
	width:auto;
	padding:0 0 10px 100px;
}

/*  W:-670px
====================================================*/
@media screen and (max-width: 670px) {
	div#access.contents div#title h1{margin:30px auto 0 auto;}
}
