#full #image {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.container {
  overflow: hidden;
  width: 100%;
  height: 115px;
}
.scroll-parent {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: inherit;
}
.scroll-child {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0%;
  top: 0%;
  width: inherit;
  height: inherit;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scroll-child img {
  width: 5.0%;
  height: auto;
}
 .scroll-child > div {
	font-size: 12px;
}
 .scroll-child:nth-child(1) {
  animation-name: first;
}
.scroll-child:nth-child(2) {
  animation-name: second;
}
@keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
#full #contribution {
	height: auto;
	width: 1200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#full #contribution #CT1 {
	float: left;
	height: auto;
	width: 1200px;
	margin-top: 30px;
    background-image: url(../jpg/spot-blog.png);
    background-size: 1200px,auto;
	padding-top: 60px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#full #contribution #CT2 {
	float: left;
	width: 1200px;
	height: 400px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 28px;
	overflow: scroll;
	background-color: #FFFFFF;
}
#full #contribution #CT2 .post {
    border-bottom: 1px solid #333333;
}
#full #contribution a {
	color: #000000;
	font-weight: bold;
}
#full #coment {
	height: auto;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#full #coment #CM1 {
	width: 1200px;
	height: auto;
	float: left;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 18px;
	text-align: left;
	margin-top: 15px;
	padding: 10px;
    border: 1px solid #000000;
	background-color: #FFFFFF;
}
#full #coment #CM1 h11 {
	float: left;
	height: 35px;
	width: 1170px;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
	padding-bottom: 10px;
}
#full #coment #CM1 img {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#full #coment #CM1 iframe {
	width: 800px;
	height: 450px;
	margin-left: 200px;
	margin-right: 200px;
}
#full #coment #CM1  a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#full #back {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}
