@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : camp_bandai.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  text-align: center;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  background: #f9f7f2 url("../../campaign/camp_bandai/images/bg_intro.jpg") no-repeat center;
  text-align: center;
  padding: 9% 4% 0;
  text-align: center;
}
.con_intro h3 {
  background: none;
  padding: 0;
  text-align: center;
  margin: 0 0 6% 0;
}
.con_intro h3 img {
  width: 87.6%;
}
.con_intro .box_content .txt_intro {
  font-size: 110%;
  color: #3b1a09;
  margin-bottom: 9%;
}
.con_intro .box_content ul {
  padding: 0 14%;
}
.con_intro .box_content ul li {
  margin-bottom: 5%;
}
.con_intro .box_camphack{
  padding: 9% 0 0;
}
.con_intro .box_camphack p{
  color: #3b1a09;
  font-size: 110%;
}
.con_intro .box_camphack p a{
  text-decoration: underline;
  color: #2b8fb0;
  font-weight: bold;
  font-size: 120%;
}
.con_intro .box_camphack img{
  padding: 7% 0 0;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan {
  background: url("../../campaign/camp_bandai/images/bg_plan.jpg") repeat center center;
  position: relative;
  padding-top: 13%;
  overflow: hidden;
}
.con_plan:before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../campaign/camp_bandai/images/bg_plan_top.jpg") repeat-x center center;
}
.con_plan h3 {
  background: none;
  padding: 0;
  text-align: center;
  margin: 0 0 10% 0;
}
.con_plan h3 img {
  width: 94.7%;
}
.con_plan p{
  color: #3b1a09;
}
.con_plan .box_content {
  padding: 0 6.4%;
}
.con_plan .box_content .box_plan {
  font-size: 110%;
  margin-bottom: 20.5%;
}
.con_plan .box_content .box_plan .sst {
  margin-bottom: 3%;
}
.con_plan .box_content .box_plan .txt_desc {
  margin-bottom: 10%;
  line-height: 1.5;
}
.con_plan .box_content .box_plan table {
  color: #3b1a09;
}
.con_plan .box_content .box_plan table caption{
  font-size: 130%;
  font-weight: bold;
}
.con_plan .box_content .box_plan table tr{
  border-top: 1px solid #3b1b0a;
}
.con_plan .box_content .box_plan table tr:last-child{
  border-bottom: 1px solid #3b1b0a;
}
.con_plan .box_content .box_plan table th{
  background: #f5f4ee;
  padding: 12px;
  width: 220px;
}
.con_plan .box_content .box_plan table td{
  padding: 12px;
  width: 438px;
}
.con_plan .box_content .box_plan .wrp_img {
  margin: 10% 0;
}
.con_plan .box_content .box_plan .box_point h4 {
  margin:5% 0 0;
  font-size: 130%;
  border-bottom: 3px solid #3b1b0a;
  padding-bottom: 3px;
  color: #3b1b0a;
}
.con_plan .box_content .box_plan .box_point h4.style2 {
  color: #7f3914;
  border-bottom: 3px solid #7f3914;
}
.con_plan .box_content .box_plan .box_point h4 .price {
  color: #3b1b0a;
  float: right;
  font-size: 70%;
}
.con_plan .box_content .box_plan .box_point h4 .price span {
  font-size: 150%;
  color: #c1230e;
}
.con_plan .box_content .box_plan .box_point ul {
  margin-bottom: 12%;
}
.con_plan .box_content .box_plan .box_point ul li {
  color: #3b1b0a;
  display: block;
  font-size: 100%;
  padding: 0.5% 1.5%;
  margin-bottom: 1%;
}
.con_plan .box_content .box_plan .box_point ul li:nth-child(odd) {
  background: #fff;
}
.con_plan .box_content .box_plan .box_point ul li span {
  font-weight: bold;
}
.con_plan .box_content .box_plan .box_point .box_action {
  text-align: center;
  padding: 0 12%;
}
footer {
  margin-top: 0;
}
/* -----------------------------------------------------------
  con_rental
----------------------------------------------------------- */
.con_rental {
  background: url("../../campaign/camp_bandai/images/bg_plan.jpg") repeat center center;
  position: relative;
  padding: 13px 6.4% 0;
  overflow: hidden;
}
.con_rental h5{
  padding: 0 0 5%;
}
.con_rental p{
  color: #3b1a09;
  font-size: 110%;
}

.con_rental p img{
  padding: 5% 0 ;
}
.con_rental .con_goods{
  padding: 7% 0 5%;
}
.con_rental .con_goods .box_goods{
  padding: 0 0 10%;
}
.con_rental .con_goods .box_goods img{
  width: 100%;
  margin: 0 auto;
}
.con_rental .con_goods .box_goods .title{
  font-weight: bold;
  font-size: 16px;
  padding: 2% 0;
}
.con_rental .con_goods .box_goods p span.title02{
  font-weight: bold;
  padding: 0 0 2%;
}
.con_rental .con_goods .box_goods .price{
  font-weight: bold;
  padding: 0 0 2%;
}

