@charset "utf-8";

/*++++++++++++++
共通
++++++++++++++*/

body {
	overflow-x: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	/*
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	position: relative;
}

.br {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

#wrapper {
	padding: 0;
	margin: 0;
}
.container {
	max-width:1400px;
	margin: auto;
	overflow: hidden;
}


.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1001;
}

table {
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 0.9em;
}

tr {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

th {
	width: 30%;
	padding: 30px 0;
	text-align: center;
}

td {
	letter-spacing: 1px;
	padding: 30px 0;
	line-height: 2;
}

/*++++++++++++++
breadcrumb
++++++++++++++*/

.breadcrumb {
	background: #16191d;
	width: 30%;
	position: absolute;
	bottom: 0;
	z-index: 1001;
	padding: 15px 40px;
	box-sizing: border-box;
}

.breadcrumb ul{
	
line-height: 1;
}

.breadcrumb li{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 12%;
	position: relative;
	line-height: 1;
}

.breadcrumb li:before {
	content:"／";
	position: absolute;
	left: 12%;
	font-size: 0.8em;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	height: 10px;
	color: #666;
}

.breadcrumb li:first-child {
	padding: 0;
}

.breadcrumb li:first-child:before {
	display:none;
}

.breadcrumb li a{
	font-size: 0.88em;
	letter-spacing: 1px;
}

/*++++++++++++++
header
++++++++++++++*/
header {
	background: #fff;
	/* padding: 10px; */
	overflow: hidden;
}

#logo {
	max-width: 250px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

header nav {
	float: right;
	width: 78%;
	overflow: hidden;
}

header ul {
	padding: 0 198px 0 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	float: right;
}

header li {
	float: left;
	width: 160px;
	/* background: #ccc; */
}

header .contact{
	width: 198px;
	float: right;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

header .contact .tel {
	display:none;
}

header li a {
	display: block;
	padding: 34px 0;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 700;
	font-size: 0.95em;
	color: #222;
	line-height: 1;
	box-sizing: border-box;
	margin: 0% auto 0;
	border-bottom: 5px solid #fff;
}

header li a:hover {
	transition:.3s;
	color:#1d6f1d;
}

header .contact a {
	color:#fff;
	background: url(../imgs/common/ic_contact.png) no-repeat left 15% center #1d6f1d;
	background-size: 15px;
	padding: 32px 15px 32px 40px;
	display: block;
	text-align: center;
}

header .contact span {
	display:none;
}

/*++++++++++++++
効果
++++++++++++++*/

/*拡大*/
.scale {
	transition: .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
    overflow: hidden;
    position: relative;
    display: block;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}

a.lileft {
  position: relative;
  /* display: block; */
  transition: .3s;
}
a.lileft::after {
  position: absolute;
  bottom: -6%;
  left: 0;
  content: '';
  width: 0;
  height: 5px;
  background:#1d6f1d;
  transition: .3s;
}
a.lileft:hover::after {
  width: 100%;
}

a.lileft-active {
	border-bottom: 5px solid #1d6f1d;
	color: #1d6f1d;
	/* margin: -1% auto 0; */
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	height: 400px;
	position: relative;
	background-attachment: fixed;
}

h1 dl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 100%;
	max-width: 550px;
	height: 80px;
	color: #fff;
	text-align: center;
	z-index: 1001;
}

h1 dt{
	color: #fff;
	font-size: 1em;
	line-height: 1.3;
	letter-spacing: 6px;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 0 0 5px;
}

h1 dd{
	font-size: 2.5em;
	letter-spacing: 10px;
}

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

/*大見出し*/
h2 {text-align: center;}

h2 dl{
}

h2 dt{
	color: #1d6f1d;
    font-size: 0.9em;
    line-height: 1.3;
    letter-spacing: 3px;
}

h2 dd{
	font-size: 2em;
	letter-spacing: 10px;
}

/*中見出し*/
h3 {
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
    padding: 0;
    /* text-align: center; */
    position: relative;
    margin: 0 0 10px;
}


/*小見出し*/
h4 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	color: #333;
	padding: 10px;
	border: 1px solid #e6dfdf;
	margin: 0 0 20px;
	border-left: 3px solid #e6dfdf;
}

/*見出しポイント・文章*/
h5 {
	font-size: 0.9em;
	line-height: 2;
	letter-spacing: 1px;
	color: #333;
}

/*文章*/
h6 {
	
}

a.more {
	transition: .5s;
	clear: both;
	border: 1px solid #eee;
	display: block;
	text-align: center;
	margin: 80px auto 0;
	background: #fff;
	padding: 25px 80px;
	max-width: 250px;
	border-radius: 3px;
	font-size: 0.95em;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

a.more:hover {
	background: #222;
	color: #fff;
	transition: .5s;

}


/*++++++++++++++
footer
++++++++++++++*/

section#footer-contact {
	background: #336b33;
	padding: 40px;
	overflow: hidden;
}

section#footer-contact .container {
	max-width: 1200px;
}

section#footer-contact .texx {
	color: #fff;
	font-size: 1em;
	letter-spacing:2px;
	text-align: center;
	margin: 0 0 25px;
}

.tel {
	width: 48%;
	float: left;
	text-align: center;
	border-right: 1px solid #eee;
}

.tel a {
	font-family: 'Archivo Narrow', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
}

.tel span {
	font-size: 1.5em;
	letter-spacing: 1px;
	padding: 0 5px 0 0;
}

.tel b {
	font-size: 4em;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1;
}

.tel p {
	color: #fff;
	letter-spacing: 3px;
	font-size: 0.9em;
}

section#footer-contact .mail {
	float: right;
	width: 48%;
	margin: 0;
}

section#footer-contact .mail a{
	display: block;
	background:url(../imgs/common/f_contact.png) no-repeat center right 18% #fff;
	padding: 30px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

#pagetop {
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 2%;
	right: 2%;
	border-radius: 100px;
	z-index: 1003;
	padding: 20px;
	box-sizing: border-box;
	cursor:pointer;
}

#pagetop img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

footer {
	background: #222;
	padding: 60px 0 20px;
}


footer ul {
	margin: auto;
	text-align: center;
	max-width: 1100px;
}

footer li {
	display: inline-block;
	color: #fff;
	padding: 0 3% 3%;
}

footer li a {
	font-size: 0.9em;
	display: block;
	text-align: center;
	margin: auto;
	letter-spacing: 2px;
}

.copyright {
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	padding: 20px 0 0 0;
	border-top: 1px solid #111;
	margin: 20px 0 0 0;
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #fff;
}

/*++++++++++++++
contact
++++++++++++++*/

.entryForm {
    overflow: hidden;
    margin:60px 0 0 0;
}

.entryForm span {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 2;
    color: #666;
    display: block;
}

.entryForm .check {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    padding: 0;
    box-sizing: border-box;
}

.entryForm div.e_txt {
	width: 77.5%;
	display:inline-block;
	vertical-align: middle;
	overflow:hidden;
}

.entryForm div.e_txt  span {
	font-weight: bold;
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}


.entryForm div.e_txt input {
    padding: 19px;
    width: 100%;
    font-size: 0.9em;
    color: #000;
    margin: 0 0 10px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    border: none;
}

/*ラジオボタン*/
.entryForm label.radio {
    padding: 5px 20px 0 0;
    display: inline-block;
}

.entryForm div.e_txt input.radio {
    width: auto;
    display: inline-block;
    margin: 0 5px 20px 0;
}


input[type="radio"] {
	display: none;
}
/* 参加人数 */
label.people_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.people_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.people_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}

.entryForm div.e_txt#people01_, .entryForm div.e_txt#people02_,.entryForm div.e_txt#people03_ {
	width:auto;
	display: inline-block;
}

.entryForm div.e_txt input#people01, .entryForm div.e_txt input#people02,.entryForm div.e_txt input#people03 {
	width: 120px;
}

/* 性別 */
label.radio_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.radio_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.radio_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}


/*チェックボタン*/
.entryForm div.e_txt input.check_s {
	background:none;
}

/* custom01 */
input[type="checkbox"] {
	display: none;
}
label.check_s {
	position: relative;
	display: inline-block;
	padding:3px 3px 3px 25px;
	cursor: pointer;
	margin:0 30px 0 0;
}

label.check_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label.check_s::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*セレクトボタン*/
.entryForm select {
    width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    /* border: none; */
    cursor: pointer;
    padding: 18px;
    width: 120px;
    font-size: 0.9em;
    color: #000;
    margin: 0 0 10px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    vertical-align: m;
}



/*必須*/
span.required {
    color: #f54e47;
    padding: 0 10px;
    font-size: 0.9em;
    vertical-align: top;
    display: inline-block;
}


.submitArea {
    border-top: 1px solid #eee;
    padding: 30px 0 50px 0;
    text-align: center;
    margin: 50px 0 0 0;
}

.submitArea label {
	font-size:90%;
}


textarea {
    border: none;
    width: 100%;
    padding: 20px;
    font-size: 1em;
    box-sizing: border-box;
    background: #f5f5f5;
}


/*送信ボタン*/
.submitArea .btn_submit {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

.submitArea .btn_submit span {
	font-size:0.8em;
	display:block;
	padding:10px 0 20px 0;
	line-height:1.8em;
}

.submitArea .btn_submit span a {
	text-decoration:underline;
	color:#0073e6;
}

.submitArea .btn_submit input {
    background: #16191d;
    display: block;
    color: #fff;
    padding: 20px;
    border: none;
    border-radius: 3px;
    width: 350px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 20px auto 0;
    cursor: pointer;
    text-align: center;
    font-size: 0.95em;
    letter-spacing: 2px;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}

.submitArea .btn_submit input:hover {
	opacity: 0.8;  
    filter: alpha(opacity=80); 
	background-position: -100% 0;
	color: #fff;
}


.entryForm iframe {
	width: 100%;
	padding: 0;
	overflow: scroll;
	height: 350px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0 0 1%;
}


@media screen and (max-width: 1399px){
/*++++++++++++++
共通
++++++++++++++*/


.container {
	max-width: 100%;
}

/*++++++++++++++
header
++++++++++++++*/
header nav {
	width: 75%;
}

header ul {width: 100%;padding: 0 180px 0 0;}

header li {
	width: 20%;
}

header .contact{
	width: 20%;
}

header li a {
	font-size: 0.9em;
	letter-spacing: 1px;
}

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


a.more {
	margin: 50px auto 0;
}


/*++++++++++++++
footer
++++++++++++++*/

section#footer-contact .container {
	max-width: 100%;
}


.tel b {font-size: 3.5em;}

section#footer-contact .mail a{
	font-size: 1em;
	background-size: 30px;
}

footer {padding: 40px 0 20px;}


footer ul {
	max-width: 100%;
}

footer li {padding: 0 2% 2%;}

footer li a {
	font-size: 0.8em;
}
	
/*contact*/
section#other article {
	
padding: 30px 0 0 0;
}
.entryForm .check {
	font-size: 0.9em;
	width: 24%;
}
.entryForm div.e_txt {
	width: 74%;
	font-size: 0.9em;
}	

}

@media screen and (max-width: 1023px){
/*++++++++++++++
共通
++++++++++++++*/
.br {
	display: none;
}
	
	
.drawer-hamburger {
	display: block;
}

.drawer-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow: scroll;
	color: #222;
	background-color: rgba(0,0,0,0.95);
}

.drawer-menu {
		max-width: 70%;
		margin: 18% auto 0;
}
	
	table,tbody,tr,th,td {
		display: block;
	}
	
table {
	font-size: 0.889em;
}

tr {
	padding: 0;
	border: none;
}

th {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	letter-spacing: 1px;
}

td {
	padding: 10px 0 15px;
	line-height: 1.5;
	letter-spacing: 0;
}	
	

/*++++++++++++++
breadcrumb
++++++++++++++*/

.breadcrumb {
	width: 40%;
	padding: 15px 30px;
}

/*++++++++++++++
header
++++++++++++++*/

#logo {
	max-width: 250px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

header nav {
	float: right;
	width: 78%;
	overflow: hidden;
}

header ul {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	float: none;
	max-width: 80%;
	margin:auto;
}

header li {
	width: 50%;
}

header li a.lileft {
	transition:inherit;
	border: none;
}

header li a.lileft::after {
transition:none;
background:none;
}

a.lileft-active {
	border:none;
	color: #fff;
}

header .contact{
	width: 90%;
	position: relative;
	margin: 20px auto 0;
	float: none;
	border-top: 1px solid #666;
	padding: 20px 0 0 0;
}

header .contact span {
	display:block;
	color: #999;
	font-size: 0.9em;
	line-height: 2;
	text-align: center;
}
	
header .contact .tel {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}


header .contact .tel a{
	background: none;
	padding: 0;
	margin: 10px auto 20px;
	text-align: center;
	width: auto;
}

header .contact .tel a span {
	display:inline-block;
}

header li a {
	color: #fff;
}

header .contact a {
	border-radius: 3px;
	padding: 20px;
	width: 60%;
	margin:auto;
}

/*++++++++++++++*/
h1 {
	height: 280px;
}	
h1 dl {
	height: 80px;
}

h1 dd {
	
font-size: 2em;
}
	
/*大見出し*/
h2 dd{
	font-size: 1.3em;
	letter-spacing: 5px;
}


a.more {padding: 20px 60px;}


/*++++++++++++++
footer
++++++++++++++*/



section#footer-contact {padding: 40px 100px;}


section#footer-contact .texx {font-size: 0.9em;}

.tel {
	width: auto;
	float: none;
	border-bottom: 1px solid #eee;
	border-right: none;
	padding: 0 0 20px;
	margin: 0 0 30px;
}


.tel span {
	font-size: 1.3em;
}

.tel b {
	font-size: 3em;
}

.tel p {
}

section#footer-contact .mail {
	float: none;
	width: 70%;
	margin: auto;
}


#pagetop {width: 80px;height: 80px;}


}

@media screen and (max-width: 767px){
/*++++++++++++++
共通
++++++++++++++*/

input {
	 -webkit-appearance: none;
}
	
#logo {
	max-width:200px;
}

.drawer-hamburger {
	padding: 25px;
}

.drawer-menu {
	
max-width: 100%;
	
padding: 0 0 50px;
}

header li a {
	padding: 25px 0;
}

header .contact a {width: 100%;box-sizing: border-box;margin: 15px auto 0;/* font-size: 0.9em; */letter-spacing: 1px;}
/*++++++++++++++
効果
++++++++++++++*/
a.lileft:hover::after {
  width: 100%;
}

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

h1 {
	height: auto;
}

h1 dl {
	position: relative;
	height: auto;
	padding: 40px 0;
}

h1 dt {
	font-size: 0.8em;
	line-height: 1;
	padding: 0 0 8px;
}

h1 dd {
	font-size: 1.3em;
	letter-spacing: 4px;
}

/*大見出し*/
h2 {text-align: center;}

h2 dt{
	font-size: 0.8em;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.1em;
	letter-spacing: 0;
}

h4 {
	font-size:0.9em;
}

h5 {
	
font-size: 0.8em;
}


a.more {max-width: 80%;padding: 20px;font-size: 0.85em;margin: 30px auto 0;}

.breadcrumb {
	width: 100%;
	position: relative;
	bottom: inherit;
	padding: 8px 20px;
}
.breadcrumb li {
	padding: 0 0 0 8%;
}

.breadcrumb li:before {
	left:0;
}

.breadcrumb li a {
	font-size:0.75em;
}

/*++++++++++++++
footer
++++++++++++++*/

section#footer-contact {
	padding: 40px 10px;
}

section#footer-contact .texx {
	font-size: 0.8em;
	width: 80%;
	margin: 0 auto 20px;
}

.tel {
	width: auto;
	float: none;
}


.tel b {font-size: 2.5em;}

.tel p {
	font-size: 0.8em;
	letter-spacing: 1px;
}

section#footer-contact .mail {width: 95%;}

section#footer-contact .mail a{padding: 20px;font-size: 0.8em;background: url(../imgs/common/f_contact.png) no-repeat center right 12% #fff;background-size: 25px;}


footer ul {
	max-width: 90%;
	text-align: left;
}

footer li {width: 45%;/* text-align: left; */}

footer li a {text-align: left;}

.copyright {font-size: 0.8em;}

/*++++++++++++++
contact
++++++++++++++*/

#policy {
	padding:20px;
}

#policy article {
	padding:0 0 20px;
}

section#recruit article#entry article {

}

.entryForm {margin:10px 0 0 0;}

.entryForm span {
    font-size: 0.8em;
}

.entryForm .check {
    width: auto;
    display: block;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.entryForm div.e_txt {
	width: 100%;
	display: block;
}

label.radio_s {
	font-size: 0.9em;
	padding: 3px 3px 3px 20px;
}



.entryForm div.e_txt input {
    padding: 15px;
}

label.check_s {
	font-size: 0.9em;
}

.entryForm div.e_txt input#people01, .entryForm div.e_txt input#people02, .entryForm div.e_txt input#people03 {
	width: 63px;
}

.entryForm select {
	width: 70px;
	padding: 15px;
}

/*ラジオボタン*/
.entryForm label.radio {
    padding: 5px 20px 0 0;
    display: inline-block;
}



/*必須*/
span.required {
    color: #f54e47;
    padding: 0 10px;
    font-size: 0.9em;
    vertical-align: top;
    display: inline-block;
}

/*任意*/
span.any {
    background: #0d227c;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

.submitArea {margin: 10px 0 0 0;padding: 30px 0 0 0;}

.submitArea label {
	font-size:90%;
}



textarea {
    font-size: 0.9em;
}


/*送信ボタン*/
.submitArea .btn_submit span {
	font-size:0.8em;
	display:block;
	padding:10px 0 20px 0;
	line-height:1.8em;
}

.submitArea .btn_submit span a {
	text-decoration:underline;
	color:#0073e6;
}

.submitArea .btn_submit input {width: 100%;}

}

h1#works_ {
	background: url(../imgs/works/h1_works.jpg) no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
}

