@charset "utf-8";

body {
	margin: 0;
	font-family: sans-serif;
    background-color: radial-gradient(circle, rgba(112, 57, 82, 1) 0%, rgba(148, 187, 233, 1) 100%);
	font-size:16px;
	text-align: center;
}



header {
	padding: 30px 0;
	background:red;
}

footer {
	padding: 15px;
	
    background: radial-gradient(circle, rgba(112, 57, 82, 1) 0%, rgba(148, 187, 233, 1) 100%);
	margin-top: 0px;
    color: red;
   

}


main {
	padding: 20px;
}

/* ビューポート */
@media only screen and (min-width: 768px) {
	.container {
		padding: 0 20px;
	}
	main {
		padding: 20px 30px;
	}

}	

/* post */
.post {
	padding:10px;
}


/* そのたCSS */

header h1{
	font-size: 24px;
	color:ghostwhite;
}



/* 画像レスポンシブ */
img{
	max-width:100%;
	height:auto;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 500px;
	height: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 100px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
