@charset "utf-8";

body {
	width: 100%;
	font-family: 'メイリオ' ,'Hiragino Kaku Gothic ProN' ,sans-serif;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}

header {
	width: 100%;
	margin: 0 auto;
	background-color: #af1654;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	clear: both;
	height: 70px;	
}

#head_logo {
	width: 100%;
	height: 70px;
	text-align: center;
}

.top-img {
	width: 70%;
	text-align:center;
	margin-top: 70px
}

footer {
	width: 100%;
	height: 50px;
	background: #af1654;
	text-align: center;
	clear: both;
  bottom: 0;
}

#footer_logo {
	width: 100%;
	height: 50px;
	text-align: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.container {
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}

.contents_header {
	width: 100%;
	margin: -50px auto 0;
	padding: 0;
    text-align: center;
}


.contents_header img{
	width: 100%;
    text-align: center;
	padding-top: 70px;
}

/* SP:width?670px */
@media screen and ( max-width:670px ) {

	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; width: 100%; }




.container {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 50px;
}
}
