@charset "utf-8";


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

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  min-width: 1000px;
  background: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 80%;
  line-height: 1.5;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover { text-decoration: underline; }
a:active, a:focus { outline: none; }


/* -----------------------------------------------------
  funHeader
----------------------------------------------------- */

#funHeader {
  position: fixed;
  width: 100%;
  height: 98px;
  z-index: 1000;
	background-color: #ffffff;
}
#funHeader .inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

#funHeader .logo {
  padding-top: 10px;
  height: 40px;
  font-size: 0;
}

#funHeader .link {
  position: absolute;
  top: 11px;
  right: 0;
}
#funHeader .link li {
  float: left;
  margin-left: 30px;
}
#funHeader .link a {
  color: #333333;
}
#funHeader .nav {
  width: 1000px;
  height: 48px;
	outline: solid #076544 1px;
}
#funHeader .nav {
  width: 1000px;
  height: 48px;
  overflow: hidden;
	outline: solid #076544 1px;
}
#funHeader .nav li {
  float: left;
  width: 500px;
  height: 48px;
	background-color: #e6e500;
text-align: center;
	font-size: 18px;

  /*background-repeat: no-repeat;
  background-position: 0 40px;
  -webkit-transition : background-position 300ms;
  -moz-transition    : background-position 300ms;
  -ms-transition     : background-position 300ms;
  -o-transition      : background-position 300ms;
  transition         : background-position 300ms;
*/}
/*#funHeader .nav li:hover,
.top #funHeader .nav li.top,
.about #funHeader .nav li.about,
.huslife #funHeader .nav li.huslife,
.myhus #funHeader .nav li.myhus,
.event #funHeader .nav li.event {
  background-position: 0 0;
}
*/#funHeader .nav li a {
  display: block;
  width: 500px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: left top;
	padding-top: 10px;
/*  text-indent: -10em;
*/  overflow: hidden;
	color: #ffffff;
}
#funHeader .nav li a:hover,
.top #funHeader .nav li.top a,
.huslife #funHeader .nav li.huslife a,
.myhus #funHeader .nav li.myhus a,
.event #funHeader .nav li.event a {
  background-position: left bottom;
}
/*
#funHeader .nav li.top { background-image: url(../img/bg_color_01.png); }
#funHeader .nav li.huslife { background-image: url(../img/bg_color_02.png); }
#funHeader .nav li.myhus { background-image: url(../img/bg_color_03.png); }
#funHeader .nav li.event { background-image: url(../img/bg_color_04.png); }

#funHeader .nav li.top a { background-image: url(../img/nav_gnav_01.png); }
#funHeader .nav li.huslife a { background-image: url(../img/nav_gnav_02.png); }
#funHeader .nav li.myhus a { background-image: url(../img/nav_gnav_03.png); }
#funHeader .nav li.event a { background-image: url(../img/nav_gnav_04.png); }

*/
/* -----------------------------------------------------
  funContent
----------------------------------------------------- */

#funContent {
  padding-top: 98px;
  min-width: 1000px;
	background-color: #ffffff;
}

#funWrap {
  margin: 10px auto 0;
  max-width: 1080px;
  min-width: 1000px;
  background-color: #fff;
  overflow: hidden;
}

#funMain {
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
  font-size: 107.7%;
}


/* -----------------------------------------------------
  funHeading
----------------------------------------------------- */

#funHeading {
  display: table;
  width: 100%;
  height: 166px;
  background: url(../img/bg_hdg_01.gif) no-repeat center center;
	background-color: #ffffff;
}
#funHeading h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


/* -----------------------------------------------------
  footer
----------------------------------------------------- */

#footer {
  padding-bottom: 19px;
  border-top: 5px solid #004ea2;
}
#footer .inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

#footer .logo {
  margin-bottom: 19px;
  padding-top: 21px;
  font-size: 0;
}

#footer .sns {
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 0;
  overflow: hidden;
}
#footer .sns li {
  float: left;
  margin-left: 11px;
}

#footer .link {
  position: absolute;
  top: 64px;
  right: 0;
  font-size: 78.6%;
  overflow: hidden;
}
#footer .link li {
  float: left;
  margin-left: 28px;
}

#footer .copy {
  font-size: 71.4%;
}


/* -----------------------------------------------------
  content
----------------------------------------------------- */

#content {
  margin: 0 auto;
  width: 1000px;
}

#content .pagetop {
  margin-top: 95px;
  text-align: right;
  font-size: 0;
}
#content .pagetop a {
  display: inline-block;
  padding: 5px 0;
}

#content input[type=text],
#content select {
  padding: 0 10px;
  border: 1px solid #ccc;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
}
#content select {
  padding-right: 0;
  min-width: 10em;
}
#content input[type=checkbox],
#content input[type=radio] {
  margin-right: 7px;
  vertical-align: -0.1em;
}
#content textarea {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  resize: none;
}
#content button {
  cursor: pointer;
}


/* -----------------------------------------------------
  table
----------------------------------------------------- */

#content .t-form {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
#content .t-form caption {
  margin-bottom: 15px;
  text-align: left;
}
#content .t-form em {
  font-weight: bold;
}
#content .t-form th,
#content .t-form td {
  padding: 24px 20px 24px 28px;
  border: 1px solid #ccc;
  vertical-align: top;
}
#content .t-form th {
  width: 20%;
  text-align: left;
}
#content .t-form th span {
  font-weight: normal;
}
#content .t-form td {
  width: 80%;
}

#content .t-form .item {
  position: relative;
}
#content .t-form .item .error {
  position: absolute;
  top: 2px;
  right: 0;
  text-align: right;
  font-size: 78.6%;
  color: #f00;
}
#content .t-form .item .error span {
  display: block;
}

#content .t-form .td-nickname input {
  margin-right: 20px;
  width: 350px;
}

#content .t-form .td-car label {
  margin-right: 30px;
}

#content .t-form .td-image ul {
  overflow: hidden;
}
#content .t-form .td-image ul li {
  position: relative;
  float: left;
  margin-right: 20px;
}
#content .t-form .td-image ul input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#content .t-form .td-image .ttl {
  margin-bottom: 5px;
  text-align: center;
  font-size: 85.7%;
}
#content .t-form .td-image .thumb {
  position: relative;
  border: 1px solid #ccc;
  width: 148px;
  height: 148px;
  background: url(../img/bg_upload_01.png) no-repeat;
}
#content .t-form .td-image .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
#content .t-form .td-image .trigger {
  margin-top: 5px;
  border: 1px solid #ccc;
  width: 150px;
  height: 24px;
  background-color: #f3f3f3;
  font-size: 85.7%;
}
#content .t-form .td-image .path {
  margin-top: 5px;
  border: 1px solid #ccc;
  width: 148px;
  height: 24px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 85.7%;
  line-height: 24px;
  overflow: hidden;
}
#content .t-form .td-image .item .error {
  top: auto;
  bottom: 2px;
}
#content .t-form .td-image ul.msie li {
  float: none;
  margin: 20px 0 0 0;
}
#content .t-form .td-image ul.msie li:first-child { margin: 0; }
#content .t-form .td-image ul.msie li p,
#content .t-form .td-image ul.msie li button {
  display: none;
}
#content .t-form .td-image ul.msie li input {
  visibility: visible;
  position: static;
  width: auto;
  height: auto;
  padding: 5px;
}
#content .t-form .td-image .note {
  margin-top: 20px;
  font-size: 78.6%;
}

#content .t-form .td-text textarea {
  margin-bottom: 15px;
}

#content .t-form .td-name input {
  margin: 0 25px 0 15px;
  width: 200px;
}

#content .t-form .td-gender label {
  margin-right: 30px;
}

#content .t-form .td-email input {
  width: 490px;
}

#content .t-form .td-address dl {
  overflow: hidden;
}
#content .t-form .td-address dl dt {
  float: left;
  width: 6em;
}
#content .t-form .td-address dl dd {
  float: left;
}
#content .t-form .td-address .item-zip input {
  width: 100px;
  vertical-align: top;
}
#content .t-form .td-address .item-zip button {
  margin: 0 20px 0 5px;
  border: none;
  width: 80px;
  height: 26px;
  background: url(../img/btn_zip_01.png) no-repeat left top;
  text-align: left;
  text-indent: -20em;
  overflow: hidden;
}
#content .t-form .td-address .item-addr1 input,
#content .t-form .td-address .item-addr2 input{
  width: 410px;
}
#content .t-form .td-address .item-zip,
#content .t-form .td-address .item-pref,
#content .t-form .td-address .item-addr1{
  margin-bottom: 20px;
}

#content .t-form .td-tel input {
  margin-right: 20px;
  width: 290px;
}

#content .t-form .td-guide {
  padding: 0;
}
#content .t-form .td-guide .item {
  height: 240px;
  line-height: 1.8;
  overflow: auto;
}

#content .t-form .td-guide dl {
  padding: 20px;
}
#content .t-form .td-guide dl dt {
  margin-bottom: 0.2em;
}
#content .t-form .td-guide dl dd {
  padding-left: 1em;
  font-size: 92.9%;
}
#content .t-form .td-guide p,
#content .t-form .td-guide ul {
  margin-bottom: 1.2em;
}
#content .t-form .td-guide ul {
  margin-left: 1.6em;
  list-style: disc;
}


/* -----------------------------------------------------
  other
----------------------------------------------------- */

#content .l-message {
  margin-top: 55px;
  text-align: center;
  font-size: 85.7%;
  font-weight: bold;
}

#content .l-agree {
  margin-top: 20px;
  text-align: center;
}

#content .l-action {
  margin-top: 55px;
  text-align: center;
}
#content .l-action li {
  display: inline;
  margin: 0 15px;
}
#content .l-action input,
#content .l-action a {
  border: none;
  width: 240px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  text-indent: -20em;
  overflow: hidden;
  cursor: pointer;
}
#content .l-action a {
  display: inline-block;
}
#content .l-action .disabled {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50 );
  opacity: 0.5;
  cursor: default;
}
#content .l-action .reset {
  background-image: url(../img/btn_reset_01.png);
}
#content .l-action .confirm {
  background-image: url(../img/btn_confirm_01.png);
}
#content .l-action .back {
  background-image: url(../img/btn_back_01.png);
}
#content .l-action .send {
  background-image: url(../img/btn_send_01.png);
}
#content .l-action .home {
  background-image: url(../img/btn_home_01.png);
}

#content .l-thanks {
  text-align: center;
  font-size: 128.6%;
  font-weight: bold;
}

#content .l-banner {
  margin-top: 60px;
  text-align: center;
}


/* -----------------------------------------------------
  button
----------------------------------------------------- */

.scroll img {
  background: url(../img/bg_spacer_01.gif) no-repeat;
  -webkit-transition : opacity 300ms;
  -moz-transition    : opacity 300ms;
  -ms-transition     : opacity 300ms;
  -o-transition      : opacity 300ms;
  transition         : opacity 300ms;
}
.scroll:hover img {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

