.table_udl {
	border-bottom-width: 0.8px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.注 {
	font-size: 0.7em;
}

.ほっと {
	color: #900;
}

.青 {
	color: #00F;
	text-decoration: underline;
}

.mozi {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}
.blue {
	font-size: medium;
	font-weight: bold;
	color: #3CF;
}

.red {
	color: #E00;
	font-size: 1.1em;
	font-weight: bold;
}

.page_li {
	color: #C63;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-color: #36C;
	border-bottom-style: dashed;
}
.table_text {
	padding-right: 10px;
}
#loopslider {
	margin: 0 auto;
	width: 600px;
	height: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 100px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 155px;
	height:100px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* =====================================
    Clear\\fixElements
===================================== */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	despkay: block;
	visibility: hidden;
}
.li_2 {
	font-size: 1.1em;
}


#loopslider ul {
	display: inline-block;
	overfolw: hidden;
}

#loopslider * {
margin: 0;
 padding: 0;
 }

.blue {
	font-weight: bold;
	color: #00F;
	font-size: 1.1em;
}

.photo {
	padding: 5px;
}

.title_top {
	font-size: 1.3em;
	font-style: italic;
	color: #F06;
	font-weight: bold;
}

.loop_wrap {
  display: flex;
  width: 630px;
  height: 100px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.img-q {
    padding: 20px 10px 10px 10px;
}