@charset "shift_jis";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */
/*

@01. cmn_section
	02. cmn_titblock
	03. cmn_tit
	04. cmn_contensfooter

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 01. cmn_section
 ** ------------------------------------------------------- */
 
.cmn_section01 {
	padding: 0 35px;
}
.cmn_section02 {
	width: 888px;
	height: 730px;
	margin: 0 auto;
	background:url(../img/bg_cm.png) no-repeat center top;
	overflow: hidden;
}
.cmn_section02 .movie_container{
	margin-left: 123px;
	margin-top: 218px;
}
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 02. cmn_titblock
 ** ------------------------------------------------------- */
 
.cmn_titblock01 {
	background: #009e5d;
}
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 03. cmn_tit
 ** ------------------------------------------------------- */
 
.cmn_tit01 {
	margin: 0 -35px 30px;
}
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 04. cmn_contensfooter
 ** ------------------------------------------------------- */

.cmn_contensfooter01 {
	background: #b8f6cc;
	padding: 26px 0;
}
.cmn_contensfooter01 li {
	padding: 0 30px;
	display: inline;
}
