@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/


	
	.wrap {
		width:750px;
		margin:0 auto;
	}
	header {
		background-color: #FF3C9E;
		width:100%;
		height:65px;
		padding:10px;
	}
	.rogo {
		text-align: center;
	}
	footer {
		background-color:#686868;
		width:100%;
		height:40px;
		padding:15px;
		font-size: 12px;
		color:#FFFFFF;
	}
	.copy {
		text-align: center;
	}
	.button {
		margin:30px 0;
		text-align: center;
	}
	
	.sns {
		overflow: hidden;
		width:750px;
		margin:40px 0;
text-align: center;		
	}
	.sns li {
		float:left;
		margin:15px;
	}
	
	
	
}