
header .img-01{
	margin:0 -18px 2em;
	width:calc(100% + 36px);
}
header .img-01 img{
	width:100%;
}
	.img-01{
		width:100%;
		margin:2rem 0;
		position:relative;
	}
	.img-01 img{
		width: 100%;
		margin: auto;
	}
	.img-01 p{
		color:#FFFFFF;
		font-size:0.6em;
		position:absolute;
		bottom:0;
		padding:0 1em 0;
		line-height:1.1em;
	}
@media only screen and (min-width : 768px){

	header .img-01{
		margin:0 2rem 1rem 0;
		width:45%;
	}
	header .img-01 img{
		width:100%;
	}

	.img-01{
		margin:0 2rem 1rem 0;
		float:left;
		width:45%;
	}
}

	.img-02{
		width:60%;
		margin:2rem auto;
		position: relative;
	}
	.img-02 img{
		width: 100%;
	}
	.img-02 p{
		color:#FFFFFF;
		font-size:0.6em;
		bottom:0;
		padding:0 1em 0;
		line-height:1.1em;
		position: absolute;
	}
@media only screen and (min-width : 768px){
	.img-02{
		width:25%;
		margin:0 1.5rem 2rem 0;
		float: left;
		position: relative;
	}
}



/* ==============
    MOBILE: Main
   ============== */

.rp {
    padding: 0 0;
}

.rp article{
	margin-bottom:30px;
}
	.rp article time{
		font-size :1.5em;
	}
	.rp article section{
		border-bottom:#CCC 1px solid;
		margin-bottom:.1em;
		padding-bottom:1em;
	}
	
.rp article h1 {
    font-size: 2em;
}

.rp aside {
 /*   color: white;*/
    padding: 0px 5% 10px;
}
.rp .b{
	font-weight:bold;
	/*padding	: 0 1em 0  0;*/
}
.rp a{
	text-decoration:underline;
}
.rp h3{
	margin-top:2em;
}

.r {
	text-align:right;
}

.sp {
	font-weight:bold;
}


#yt{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#yt iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width : 768px){
	#yt{
		padding-bottom: 35%;
	}
	#yt iframe{
			width: 60%;
	}
}
header h1{
	font-size: 2rem;
	margin: .5em -10px .5em;
	text-align: left;
	text-justify: auto;
	word-wrap: break-word;
	word-break: break-all;
}
@media only screen and (min-width : 768px){
	header h1{
		font-size: 2rem;
		margin: .5em 0 .5em;
	}
}
.rp.wrapper{
	padding-top: .5rem;
}