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

.promotionImg{
	display: block;
	margin:0 0 17px;
}

.shopConcept{
	padding:15px 0 50px;
}

.sectionStyle{
	margin: 0 auto 50px;
}

.sectionTtl{
	margin: 0 0 5px;
}

#helpBox{
	margin:0 auto 40px;
}

.helpInnerBox{
	background-color: #ffffff;
	border:8px solid #f4f4e9;
	padding:16px 9px;
/*	width:687px;*/
}
/*
.helpInnerBox{
	margin-bottom: 10px;
}*/

.helpBoxTtl{
	padding:0 0 5px;
}

.figure{
	display:block;
	width:75px;
	float:left;
	margin:0 10px 0 0;
}

.helpInner{
	float:left;
	width:600px;
}

.helpShopNm{
	color:#2d99f5;
	float:left;
	margin:0 10px 0 0;
	display:block;
}

.helpInner .applyTime{
	font-size:10px;
	color:#666666;
	float:left;
	display:block;
	padding:4px 0 0;
}

.ttlSub{
	margin:0 auto 10px;
}

#infoBoxInner{
	border:1px solid #d0d0c9;
	margin:0;
	background-color: #ffffff;
}

.itemTable{
	width:98%;
	margin:0 auto;
	border-spacing:5px;
}

.itemTable th{
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px dotted #d0d0c9;
	width:200px;
	padding:18px 0;
}

/*
.itemTable td{
	vertical-align:middle;
	padding:18px 0;
	border-bottom:1px dotted #d0d0c9;
	letter-spacing: 1px;
}
*/
.itemTable td {
    padding: 18px 0;
    border-bottom: 1px dotted #d0d0c9;
    letter-spacing: 1px;
    /*display: flex;*/
    align-items: center;
}


.itemTable .last-child th,.itemTable .last-child td{
	border-bottom:none;
}

.tableIcon img {
    padding: 0 5px 5px 0;
    vertical-align: middle;
}

#btnJobNavi img {
    padding: 0 0 6px 5px;
    vertical-align: middle;
}

#qrTd{
	/*border-left:1px dotted #d0d0c9;*/
	text-align:left;
	/*display: flex!important;*/
}

.itemTable td a{
	color:#ff659b;
}

.tableIcon{
	display:block;
	padding:0 3px 0;
	float:left;
}

#theatList{
	width:510px;
}

#theatList li{
	margin:0 5px 0 0;
	float:left;
}



#issueBox{
	margin:0 0 60px 0;
}

#issueBox img{
	max-width: 100%;
}

.issueTtl{
	color:#555555;
	font-weight:bold;
	padding:0 0 5px 0;
	font-size:14px;
}

/**** shop img   ***/
.img_list{
}

.img_list li{
	border: 1px solid #ebebd8;
	margin-right: 2px;
	padding: 10px;
	width: 216px;
	float: left;
	background:#ffffff;
}

.img_list li img{
	width: 100%;
	margin-bottom: 2px;
}

.img_list li:last-child{
	margin: 0;
}


/*********************   UI変更前     ***************/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width: 235px;
	height: 144px;
	background:#111 url(../img/mosaic/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-block img{
	width: 235px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}

	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}

		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../img/mosaic/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}

		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../img/mosaic/bg-black.png);
		}

		.bar .mosaic-overlay {
			bottom:-100px;
			height:50px;
			background:url(../img/mosaic/bg-color.png);
			color: #ffffff;
			text-decoration: none;
			padding: 2px;
		}

		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:50px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}

			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}

		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../img/mosaic/bg-black.png);
		}
		/*** End Animation Styles ***/


.btn_line {
    display: block;
    background: #02B404;
    border: 1px solid #02B404;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    margin-right: 10px;
	max-width: 100px;
	text-align: center;
}

.btn_line:hover{
	background:#fff;
	color:#02B404!important;
}

.innerIcon{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.innerIcon img{
	max-width: 32px;
	margin-right:10px; 
}

.doneMessage{
	background-color: #ffffff;
	border:8px solid #f4f4e9;
	padding:16px 9px;
}

.doneMessage p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.doneBtnList{
	display: flex;
	justify-content: space-between;
}

.doneBtnList.center{
	justify-content: center;
}

.doneBtnList li{
	width: 48%;
}

.doneBtnList li a{
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	padding: 1% 0;
}

.doneBtnList li.next a{
	background: #FD92B6;
}

.doneBtnList li.prev a{
	background: #F475BE;
    font-weight: bold;
    font-size: 14px;
}

.doneBtnList li.next a::before,
.doneBtnList li.prev a::after{
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);    	
}	


.doneBtnList li.next a::before{
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  	
}

.doneBtnList li.prev a::after{
  left: 20px;	
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {
	.doneBtnList{
		display: block;
	}

	.doneBtnList li{
		width: 60%;
		margin: 0 auto 10px;
	}	

	.doneMessage p {
		font-size: 16px;
	}

	.doneBtnList li.prev a::after {
		display: none;
	}
}	