@charset "UTF-8";
/* /fcroman/schedule/s/css/style.css */


/******************************************************************************
main
******************************************************************************/
#main{
	background: #ff2053;
	}
#main h1{
	text-align: center;
	padding: 15px 0;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	background: #ff2053;
	overflow: hidden;
	}
#contents iframe{
	width: 100%!important;
	height: 400px;
	}
