body{
	background-color:#ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3;
}

#main_content {
		width: 100%;
		text-align: center;
}
@media screen and (max-width:1400px)
{
	.main_title img{
		width: 90%;
	}
	.main_photo img{
		border: solid 1px #666666;
		width: 90%;
	}
	.note{
	/*			border: solid 1px #000000;*/
	color: #333333;
	width: 89%;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	.main_move video{
				border: solid 1px #666666;
		width: 90%;
		margin-bottom: 10px;
	}
	.copyright{
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 9px;
	color: #666666;
	}
}

@media screen and (min-width:1401px)
{
	.main_title img{
		width: 1280px;	
	}
	.main_photo img{
		border: solid 1px #666666;
		width: 1280px;
	}
	.note{
	/*	border: solid 1px #000000;*/
	color: #333333;
	width: 1260px;
	text-align: center;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	.main_move video{
				border: solid 1px #666666;
		width: 1280px;
		margin-bottom: 20px;
	}
	.copyright{
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	}
}

p{
	text-align: left;	
}



