@charset "UTF-8";
/* CSS Document */

/*　category_present_fuku.php　*/

#cateogry-title-box {
	width:710px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px 10px 18px;
	margin: 0;
	background:#FFF url(../img/index/bn-pre.png) repeat-x center bottom;
}

@media (max-width: 739px) {
	#cateogry-title-box {
		width:470px;
	}
}
@media (max-width: 500px) {
	#cateogry-title-box {
		width:100%;		
	}
}

.present-mark-box {
	font-size: 21px;
	text-align:center;
	width: 30px;
	margin: 0 0 0 10px;
	padding: 10px 5px 5px;
	float: left;
	color: #fff;
	background:url(../img/category/bg-present.png) no-repeat center center;
}

h2.archive-title {
	font-size: 21px;
	margin: 0 0 0 55px;
	padding: 10px 0 0 0;
	letter-spacing: 0.8em;
}
@media (max-width: 739px) {
	h2.archive-title {
		letter-spacing: 0em;
	}
	
}

h3.present-oubo {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 7px 0 7px;
	letter-spacing: 0.4em;
	background:url('../img/present/bg-present-oubo.png') no-repeat top center;
	margin: 10px 0 0;
}

h4.present-touroku {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#present {
	width: 710px;
	-webkit-border-radius: 0 0 5px 5px ;
	border-radius: 0 0 5px 5px;
	margin: 0;
	padding: 10px;
}

@media (max-width: 739px) {
	#present {
		width:470px;
	}
}
@media (max-width: 500px) {
	#present {
		width:100%;		
	}
}

.item.breadcrumb-list-box {
	width: 710px;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	margin: 0;
}

@media (max-width: 739px) {
	.item.breadcrumb-list-box {
		width:470px;
	}
}

@media (max-width: 500px) {
	.item.breadcrumb-list-box {
		width:100%;		
	}
}

.item.breadcrumb-list-box ul li {
	float: left;
}

.item .midashi-box-1 {
	font-size: 18px;
	font-weight: bold;
}

.item .midashi-box-2 {
	font-size: 12px;
	font-weight: normal;
}

.item .midashi-box-3 {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 20px;
}

.item .present-limit-box {
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	background-color: #f2989c;
	margin: 0 0 20px;
}

.item .present-number-box {
	background-color: #1fb4da;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 3px;
	width: 100px;
	float: left;
	margin-bottom: 5px;
}

.item .present-atari-box {
	color: #e92763;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 3px;
	width: calc(100% - 120px);
	float: left;
	margin: 0 0 5px 20px;
}

.item .present-name-box {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 5px 10px 10px;
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

.item .present-image-box {
    width:220px;
    float: left;
	margin: 0 20px 10px 0;
}

.item .present-image-box img{
	background:#fff;
	padding:10px;
	-webkit-box-shadow:0 1px 3px #aaa;
	-moz-box-shadow:0 1px 3px #aaa;
	box-shadow:0 1px 3px #aaa;
	behavior: url(../PIE2.htc);
}

.item .present-detail-box {
	line-height: 150%;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}

@media (max-width: 739px) {

    .item .present-image-box {
        width:220px;
		float: none;
		display: block;
		margin: 0 auto 10px;		
    }
    
	.item .present-image-box img{
	}
	
	.item .present-detail-box {
		width:100%;		
		float: none;
	}
}

#main-cont .item .present-detail-box a {
	color: #7a2f25;
	text-decoration: underline;
}

#main-cont .item .present-detail-box a:hover {
	text-decoration: none;
}


.item .present-kugiri-box {
	height: 0; width: 100%;
	margin-bottom: 40px;
	clear: both;
}

.item .present-form-box {
	/*background-color: #f6efdc;*/
	margin-bottom: 20px;
	padding: 5px 10px 10px;
}

.item .samaru-img-box {
	margin: 0 10px 10px;
	float: left;
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.item .samaru-img-box img {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.item .samaru-img-box img:hover {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.item .present-form-detail-box {
	float: right;
	width: calc(100% - 120px);
	letter-spacing: 0.1em;
	padding: 5px 0 0 10px;
	margin-bottom: 30px;
}

.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.modal{
	display: none;
	background:#fff;
	padding:0 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
	width: 700px;
	min-height: 400px;
}

.item ol.present-oubo-tejunbox {
	margin: 0 10px 10px 40px;
}

.item ol.present-oubo-tejunbox li {
	list-style: decimal outside;
}


.item .wpcf7-form {
    border: 1px solid #DDD;
    margin: 0px auto 20px;
    padding: 20px;
    background-color: #F9F4ED;
    border-radius: 20px;
}

.item .wpcf7-form p {
    margin: 0px 0px 10px;
}

.item input.wpcf7-submit {
    margin: 10px auto;
    width: 218px;
    height: 52px;
    border-style: none;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    background: url('../img/common/submit-btn.gif') repeat scroll center top transparent;
    padding: 0px;
}

.item input.wpcf7-submit:hover {
    background: url('../img/common/submit-btn.gif') repeat scroll center bottom transparent;
}

.item .present-apology-box {
	margin: 10px 10px 30px;
	padding: 10px; 
	font-weight: normal; 
	background-color:#F6EFDC; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;
}

.pre-info{
	padding:10px;
	border:2px solid #f00;
	width:100%;
	margin-bottom:10px;
}


.present-wait-box {
    text-align: center;
}

.pc-box .present-wait-box  { padding-top:100px; padding-bottom:100px; }
.mobile-box .present-wait-box  { padding-top:20px; padding-bottom:20px; }

.present-wait-box img { 
    max-width:421px;
    width:calc(100% - 40px);
}

.item .present-caption-box { font-size:11px; }