	body.SP .detail img {width: 100%;}
	
	body.PC .index #contents_body ul {
		width: 972px;
		margin: 0 auto;
	}

.index #contents_body li {
	list-style-type: none;
	box-sizing: border-box;
	border: solid 1px #E3007F;
}

	body.PC .index #contents_body li {
		position: relative;
		width: 476px;
		height: 180px;
		margin-bottom: 20px;
	}
	
	body.PC .index #contents_body li:nth-child(odd) {float: left;}
	body.PC .index #contents_body li:nth-child(even) {float: right;}
	
		body.SP .index #contents_body li {
			position: relative;
			width: 90%;
			height: 100%;
			margin: 3% auto;
			box-sizing: border-box;
		}
		
.index #contents_body li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

	body.PC .index #contents_body li .pic {
		position: absolute;
		left: 0;
		top: 0;
		width: 190px;
		height: 178px;
		padding: 15px;
		box-sizing: border-box;
		background-color: #fff;
	}
	
		body.SP .index #contents_body li .pic {
			display: inline-block;
			width: 30%;
			padding: 3%;
			vertical-align: top;
			box-sizing: border-box;
			background-color: #fff;
		}

.index #contents_body li .pic img {width: 100%;}

.index #contents_body li h2 {
	display: table;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
}

	body.PC .index #contents_body li h2 {
		position: absolute;
		left: 175px;
		top: 10px;
		width: 60%;
		height: 65%;
		font-size: 26px;
	}
	
		body.SP .index #contents_body li h2 {
			position: absolute;
			left: 35%;
			top: 0;
			width: 65%;
			height: 7rem;
			font-size: 1.8rem;
			vertical-align: top;
		}
		
/*横向きの際に適用*/
@media only screen and (orientation : landscape) {
	body.SP .index #contents_body li h2 {
		height: 14rem;
	}
}


.index #contents_body li h2 span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* ============ popup ============ */
#popupArea {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#popupContainer {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 10% 0;
	box-sizing: border-box;
	overflow: auto;
}
#popupContainer #bk {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	cursor: pointer;
}
#close {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
}
#close img {width: 100%;}

	body.PC #close {
		width: 42px;
		right: 3%;
		top: 3%;
	}
		body.SP #close {
			width: 7%;
			right: 1%;
			top: 1%;
		}

#popup {
	position: relative;
	margin: 0 auto;
	border: solid 2px #f62e36;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	overflow: auto;
	z-index: 10;
	background-color: #fff;
}

	body.PC #popup {
		width: 800px;
		height: 700px;
		padding: 22px 35px;
	}
	
		body.SP #popup {
			width: 90%;
			padding: 5%;
		}
	
	body.PC #popup h2 {
		display: inline-block;
		width: 210px;
		margin-top: 30px;
		vertical-align: top;
		font-size: 30px;
		line-height: 1.5em;
	}
		
		body.SP #popup h2 {
			width: 100%;
			margin: 1rem 0 2rem;
			font-size: 1.8rem;
			line-height: 1.5em;
		}
		
	body.PC #popup h2 img {
		display: block;
		margin-bottom: 30px;
	}
	
		body.SP #popup h2 img {
			width: 20%;
			margin-right: 1rem;
			vertical-align: middle;
		}
	
	body.PC #detail_body {
		display: inline-block;
		vertical-align: top;
		width: 500px;
	}

#popup h2 img {width: 100%;}

#detail_body h3 {
	width: 100%;
	background-color: #ffe3ea;
	color: #f62e36;
}

	body.PC #detail_body h3 {
		height: 50px;
		margin-top: 30px;
		line-height: 50px;
		border-radius: 25px;
		font-size: 22px;
	}
	
		body.SP #detail_body h3 {
			height: 3.6rem;
			margin-top: 2rem;
			line-height: 3.6rem;
			border-radius: 1.8rem;
			font-size: 1.8rem;
		}
	
#detail_body h3#first {margin-top: 0;}
	
	body.PC #detail_body ul {
		margin: 20px auto 0;
		text-align: left;
	}
	
		body.SP #detail_body ul {
			margin: 2rem auto 0;
			text-align: left;
		}

	body.PC #detail_body li {
		display: inline-block;
		vertical-align: top;
		width: 200px;
		margin: 0 24px 20px;
		-webkit-transition: opacity .15s linear;
		-moz-transition: opacity .15s linear;
		-ms-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}
	
	body.PC #detail_body li:hover {
		opacity: .7;
	}
	
		body.SP #detail_body li {
			display: inline-block;
			vertical-align: top;
			width: 47%;
			margin: 0 1% 5%;
		}

#detail_body li .banner img {width: 100%;}

	body.PC #detail_body li .banner {
		width: 200px;
		background-color: #fff;
		box-sizing: border-box;
		border: solid 1px #ccc;
	}

		body.SP #detail_body li .banner {
			width: 100%;
			/*height: 10rem;*/
			background-color: #fff;
		}

#detail_body li .banner_title {
	display: block;
	width: 100%;
	height: 100%;
}
#detail_body li a .banner_title {
	color: #2ea6df;
	text-decoration: underline;
}
#detail_body li:hover a .banner_title {
	text-decoration: none;
}

	body.PC #detail_body li .banner_title {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.4em;
		text-align: center;
	}
	
		body.SP #detail_body li .banner_title {
			margin-top: .7rem;
			font-size: 1.4rem;
			line-height: 1.4em;
			text-align: center;
		}