@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/
#contents{
	}

/*top
#########################################*/
#mvcopy{
	width:100%;
}
#mv{
	width:100%;
	margin-bottom:50px;
	z-index:100;
}

.topFb{
	margin-bottom:20px;
}

.topRec{
}



/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media screen and (min-width:768px) {

/*top
#########################################*/

#mvcopy{
	margin-left:auto !important;
	margin-right:auto !important;
	max-width:960px;
}

#mv{
	margin-left:auto !important;
	margin-right:auto !important;
	max-width:1200px;
	margin-bottom:50px;
}
.topFb{
	width:450px;
	float:left;
	margin-bottom:0;
}

.topRec{
	width:450px;
	float:right;
}


}