@charset "utf-8";
.tableBorder {
  border: 1px solid #ffffff;
}
/*=========================
  common
=========================*/
#wrap{
	width:100%;
	margin:0 auto;
}
#wrap ul{
	overflow: visible;

}
#wrap ul li{
	margin:20px 2px 0 2px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size:42px;
	background-color: #feebdd;
	list-style: none;
	line-height:1.2em;
	height:100px;
	float:left;
	width: 23.4%;
	border: solid 2px #9c163b;
	box-shadow: 0 3px 0 rgba(156,22,59,1);
  	border-radius: 10px / 10px;
}

#wrap li span{
	font-size: 11px;
	color:#333333;
	text-shadow: none;
}
#wrap li a{
	display:block;
	padding:8px 10px;
	line-height:1.2em;
	text-decoration:none;
	color:#9c163b;
	height:100%;
	word-wrap: break-word;
	font-size:15px;
	text-shadow:0 1px 0 #fff;
	font-weight:bold;
}
#wrap li a:hover {
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
.detail_thumb img {
	margin: 0 auto;
	width:625px;
}
.detail_thumb img.pc{
	display: block;
}
.detail_thumb img.sp{
	display: none;
}
/*
#wrap ul li:last-child {
	margin-right:0;
}
*/
/*media query*/
@media screen and (max-width: 767px) {
	#wrap ul li{
	background-image: url('/web/src/s/karaoke/feature/images/moriagaru_max/img-icon2-section1.png');
	float:none;
	width:98%;
	height:74px;
	margin:6px;
	background-size:52px;
	background-position: center left;
	}
	#wrap ul li a{
	padding: 10px 4px 4px 60px;
	}
	.detail_thumb img.pc{
	display: none;
	}
	.detail_thumb img.sp{
	display: block;
	}
	.detail_thumb img{
	width: 100%;
	height: auto;
	}
	#jp-page-moriagaru_max-content .jp-page-moriagaru_max-section_block {
	margin: 0 0 20px;
	}
	#section01,#section02,#section03,#Store {
	border: none;
	}
}


.youtube2{
	border: solid 1px #9c163b;
}
.clr{
	margin:0;
	padding:0;
	width:0;
	height:0;
	clear:both;
}
.jp-page-moriagaru_max-section_left img{
	width:100% !important;
}

