body,html {
  -webkit-text-size-adjust: none;
  font-size: 90%;
}
img {
  max-width: 100% !important;
  height: auto;
}

.pc_only {
  display: none;
}
.sp_only {
  display: inline;
}

.wrapper-sp {
  padding: 0 10px;
}
.wrapper {
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    max-width: 100%;
  }
  #wrapper-sp {
    padding: 0 10px;
  }
}



/* index ------------------------------------- */






/* spNavi ------------------------------------- */
#spNavi {
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: right;
  display: block;
  z-index: 9999;
}
#sp_menu {
  position: absolute;
  top: 50px;
  right: 0;
  list-style: none;
  background-color: #D93600;
  padding: 10px;
  display: none;
  height: auto;
  width: 240px;
}
#sp_menu li {
  border-bottom: 1px solid #BD3000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#sp_menu li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px;
}
#sp_menu li a:hover {
  background-color: #FF9B79;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* header ------------------------------------- */
#globalHeader {
  height: auto;
}
#globalHeader .header_box img {
  max-width: 80%;
}
#globalHeader .submenu_box {
  display: none;
}


/* globalNavi ------------------------------------- */
#globalNavi ul {
  display: none;
}



/* main ------------------------------------- */
#main {
  width: 100%;
  padding: 0;
}




/* container ------------------------------------- */
#container {
  float: none;
  width: auto;
}





/* sidebar ------------------------------------- */
#sidebar {
  float: none;
  width: 100%;
  max-width: 100%;
}



#bannerlist_sideframe {
  text-align: center;
}





/* footer ------------------------------------- */
#pagetop {
  text-align: center;
}

#globalFooter {
}

#footer {
}

#footer_info {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

#footer_navi {
  float: none;
  width: 100%;
  padding: 0;
  text-align: center;
}

#footer_contact {
  padding: 0px;
  float: none;
  margin-bottom: 10px;
  text-align: center;
}

#footer_banner {
  float: none;
  text-align: center;
}
#footer_banner img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #globalFooter {
  }
  #footer {
  }
}











/* class ------------------------------------- */
.text_small {
  line-height: 150%;
}
.btn_small {
  width: 80%;
  font-size: 90%;
  margin: 5px auto;
  display: block;
}

ul.tag_list li {
  padding: 5px 15px;
  margin: 2px;
}



/* contents style ------------------------------------- */
.alignleft {
	width: 40%;
}
.alignright {
	width: 40%;
}
.aligncenter {
	width: 100%;
}


.body700 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .left_box, .right_box {
    width: 100%;
    float: none;
  }
}
