@charset "UTF-8";


/* master_comment
---------------------------------------------------------- */

/* section_comment */


.images span{
	color: #2c92e9;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
}


iframe{ 
	width: 100%;
	height: 350px;
}










/*-------------------------------------------------
---- Media Query
------------------------------------------------- */

@media screen and (max-width:768px) {
	




} /* End Media 768px */





@media screen and (max-width:420px) {
	

iframe{
	width:100%;
	height:auto;
}



} /* End Media 420px */



















