#life11 .inner{
	max-width: 800px;
	margin: 0 auto;
}

h2.life11MainTit{
	text-indent: 0;
	padding: 0;
	margin: 0 0 30px;
	background: url('../data/life11_tit_bk.jpg');
	background-size: auto 100%;
	border-radius: 5px;
}

.life11-2div figure{
	float: left;
	width: 233px;
	margin: 0;
}

.life11-2div figure img{
	width: 100%;
	vertical-align: bottom;
}

.life11-2div .life11-2divTxtContents{
	float: right;
	width: 520px;
	text-align: left;
}

.life11-2div .life11-2divTxtContents h3{
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 .5em;
}

.life11-2div .life11-2divTxtContents ul{
	padding-left: 1em;
	margin-bottom: .75em;
}

.pdfIcon:after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url('../pdficon-s.gif')no-repeat center center;
	background-size: auto 20px;
	margin-left: 5px;
	vertical-align: middle;
}

#life11_mov{
	margin-top: 40px;
}

#life11_mov h2{
	text-indent: 0;
	font-size: 1.8em;
	color: #41719c;
	padding: 0;
	margin-bottom: .5em;
}

.movieLink{
	padding: 30px;
	border: 5px double #41719c;
	border-radius: 10px;
	margin-bottom: 40px;
	background: url('../data/life11_mov_bk.jpg')no-repeat right 85px bottom 30px;
	background-size: auto 170px;
}

.movieLink ul li{
	list-style-type: none;
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
}

.movieLink ul li:nth-child(3n){
	margin-right: 0;
}

.movieLink ul li:nth-child(3n + 1):nth-last-child(-n + 3),
.movieLink ul li:nth-child(3n + 1):nth-last-child(-n + 3) ~ li{
	margin-bottom: 0;
}

.movieLink ul li img{
	display: block;
	width: 100%;
}

.life11Report{
	padding: 30px;
	background-color: #cce6ff;
}

.life11Report h3{
	font-size: 1.2em;
	padding: 0;
	margin-bottom: .75em;
}

.life11Report ul{
	background: url(../data/kyu2.png)no-repeat left center, url(../data/kyu1.png)no-repeat right center;
	background-size: auto 78px;
	padding: 0 100px;
	margin-bottom: 20px;
}

.life11Report ul li{
	list-style-type: none;
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.life11Report ul li:nth-child(2){
	margin-right: 0;
}

.life11Report ul li a{
	display: block;
	text-decoration: none;
	color: #41719c;
	font-size: 1.05em;
	font-weight: bold;
	padding: 1em;
	border: 2px solid #41719c;
	border-radius: 5px;
	transition: all .3s;
}

.life11Report ul li a:hover{
	color: #fff;
	background-color: #41719c;
}

.life11Report .note{
	text-align: left;
	color: #ff0000;
	text-indent: 0;
}

.noteIcon{
	display: inline-block;
	margin: 15px 0 30px;
}

.noteIcon span{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

.noteIcon span::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url('../data/attention.gif')no-repeat left center;
	background-size: 30px auto;
	vertical-align: bottom;
	margin-right: 5px;
}







@media screen and (max-width: 767px){
	h2.life11MainTit{
		margin-bottom: 20px;
	}
	
	h2.life11MainTit img{
		width: 100%;
	}
	
	.life11-2div figure{
		float: none;
		margin: 0 auto 20px;
	}
	
	.life11-2div .life11-2divTxtContents{
		float: none;
		width: 100%;
	}
	
	
	
	#life11_mov h2{
		font-size: 1.4em;
		margin-top: 0;
	}
	
	.movieLink{
		padding: 20px;
		background: none;
	}
	
	.movieLink ul li{
		float: none;
		width: 100%;
		margin: 0 0 5% 0;
	}
	
	.movieLink ul li:nth-child(3n+1):nth-last-child(-n+3),
	.movieLink ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
		margin-bottom: 5%;
	}
	
	.movieLink ul li:last-child{
		margin-bottom: 0 !important;
	}
	
	.life11Report{
		padding: 20px;
	}
	
	.life11Report ul{
		padding: 0;
		background: none;
		margin-bottom: 10px;
	}
	
	.life11Report ul li{
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.noteIcon span{
		font-size: 1.2em;
		line-height: 1.25;
	}
	
}


















