@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}
html,body, .bgstretcher-area, #bgstretcher, .bgstretcher-page {
height:100%;
min-height: 800px;
}
body {
padding: 0;
margin: 0;
min-width: 920px;
font-size: 14px;
color: #000;
line-height: 120%;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
/*ヘッダー
-----------------------------------------*/
.bgstretcher-page:before {
content: "";
background: url(../img/head-back.png) repeat-x;
position: absolute;
width: 100%;
height: 51px;
z-index: 2;
top: 0;
left: 0;
}
/*.bgstretcher-page:after {
content: url(../img/head-txt.png);
position: absolute;
z-index: 3;
top: 7px;
right: 50%;
margin-right: -460px;
}*/
#mainpos {
position: absolute;
bottom: 450px;
left: 50%;
margin-left: -460px;
z-index: 5;
}

/*メニュー
-----------------------------------------*/


nav {
position: absolute;
width: 275px;
bottom: 230px;
right: 50%;
margin-right: -460px;
z-index: 4;
}
nav h2 {
padding: 10px 0 10px 5px;
background: #000000;
color:#FFFFFF;
}
nav ul {
background: url(../img/menu-back.png);
margin-bottom: 20px;
}
nav li {
border: 1px solid #000;
border-top: none;
}
nav li a {
display: block;
padding: 15px;
position: relative;
}
nav li a {
vertical-align: bottom;
}
nav li a img[src*=edit]{
position: absolute;
bottom: 5px;
right: 10px;
}

/*フッター
-----------------------------------------*/
footer {
height: 95px;
width: 100%;
position: absolute;
bottom: 0;
background: url(../img/footer.png);
}
footer ul {
width: 960px;
margin: 20px auto 0;
text-align: right;
}
footer ul li {
display:inline;
margin: 0;
}
footer ul li a {
font-size: 12px;
padding: 0 1em;
color: #FFF;
}
footer small {
display: block;
width: 960px;
margin: 20px auto 0;
text-align: right;
color: #999;
}





.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #b21a3e;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #eb325e;
}

a.btn--radius {
  border-radius: 100vh;
}

