@charset "UTF-8";

* {
  margin:0;
  padding:0;
}

body {
  font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  background:url(../../imgs/bk_body.gif) fixed;
}

header {
  width:100%;
  padding-top:6px;
  position:fixed;
  z-index:999;
  background-color:#fff;
  border-top:solid 10px #ec6291;
  box-shadow: 0px 4px 2px -2px rgba(6,6,6,0.3);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(6,6,6,0.3);
  -moz-box-shadow: 0px 4px 2px -2px rgba(6,7,8,0.3);
}

#logo {
  width:100px;
  float:left;
}

#bu_tel, #bu_mail {
  width:50px;
  float:right;
}

#box_naiyo   { background-color:rgba(255, 255, 255, 0.75); }
#box_point   { background-color:rgba(7, 159, 237, 0.80); }
#box_recruit { background-color:rgba(236, 110, 165, 0.80); padding-bottom:50px; }
#box_toi     { background-color:rgba(255, 255, 255, 0.75); padding-bottom:50px; }

#recruit {
  margin:10px;
  padding:0 0 20px 0;
  background-color:#fff;
  -webkit-border-radius:10px;
     -moz-border-radius:10px;
       -o-border-radius:10px;
          border-radius:10px;
}
	  
#bu_top {
  position:fixed;
  right:10px;
  bottom:10px;
  display:none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


.tx_chu { color:red; font-weight:bold; font-size:small; }

/* メールフォーム */
#formWrap  {
  margin:0 10px 50px 10px;
  color:#555;
  font-size:16px;
}

.tx_form {
  text-align:center;
  line-height:1.1em;                
}

.tx_form_2 {
  color:#ffab23;
  text-align:center;
  font-size:22px;
  font-weight:bold;
}

form {
  border:solid 1px #555;
  padding:10px;
  background-color:#efefef;
}

input, select, textarea {
  font-size:16px;
}
/* メールフォーム */

/*
#bu_tel {
  display:block;
  padding:6px;
  margin:10px;
  line-height:1em;
  text-align:center;
  -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  background-color:#ffec64;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:2px solid #ffaa22;
  cursor:pointer;
  color:#fff;
  font-family:arial;
  font-size:26px;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
}
*/
footer {
  background-color:#ec82be;
}

.tit_cont {
  width: 100%;
  height: ;
  margin: 0;
  padding: ;
}
