@charset "utf-8";

/*-----page basic setting-----*/
#wrapper{
    background-color: #e8f5fc;
}

header{
    background-color: #ffffff;
}

/*-----maincontents setting-----*/

#maincontentsBox{
    background-color: #e8f5fc;
    text-align: center;
}

#recco_front {
    position: relative;
    display: block;
    width: 950px;
    height: auto;
    margin: 30px auto 0px;
    padding: 0px;
    text-align: center;
}

#recco_front img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#recco_back {
    position: relative;
    display: block;
    width: 950px;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
    text-align: center;
}

#recco_back img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.tap_here_to_signup_btn_1 {
    position: relative;
    display: inline-block;
    width: 640px;
    height: 70px;
    margin: 30px auto 0px;
    padding: 0px
    z-index: 99;
}

.tap_here_to_signup_btn_2 {
    position: relative;
    display: inline-block;
    width: 640px;
    height: 70px;
    margin: 20px auto 0px;
    padding: 0px;
    z-index: 99;
}

.t_h_t_s_b_txt{
    position: relative;
    display: inline-block;
    width: 640px;
    height: 70px;
    line-height: 75px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
    background-image: linear-gradient(0deg, #058be8 0%, #0cb6ea 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-bottom: solid 2px #0573bf;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.t_h_t_s_b_txt:hover{
    position: relative;
    display: inline-block;
    width: 640px;
    height: 70px;
    line-height: 75px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
    background-image: linear-gradient(-180deg, #058be8 0%, #0cb6ea 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-bottom: solid 2px #0573bf;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.guest_regulation_box {
    position: relative;
    display: block;
    width: 640px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto ;
    padding: 0px;
    font-size: 1em;
    text-align: center;
}

.guest_regulation_btn {
    position: relative;
    display: inline-block;
    width: 610px;
    height: 40px;
    margin: 0px;
    padding: 5px;
    line-height: 40px;
    text-decoration: none;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.guest_regulation_btn:hover {
    position: relative;
    display: inline-block;
    width: 610px;
    height: 40px;
    margin: 0px;
    padding: 5px;
    line-height: 40px;
    text-decoration: none;
    color: #555555;
    border: 1px solid #555555;
}
