/* CSS Document */
/* スライダー */
.slider {
	background-image: url(images/bg02.avif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 400px;
	margin-bottom: 20px;
}
ul.slides {
	height: 400px;
	overflow:hidden;
}
ul.slides li {
	height: 400px;
	padding-top: 150px;
	overflow:hidden;
}
.slbg01 {
	background-image: url(images/bg.avif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.slbg02 {
	background-image: url(images/bg02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.slkotei {
	margin-bottom: 50px;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	position: absolute;
	top: 10px;
	z-index: 99998;
	right: 0;
	left: 0;
	width: 1000px;
	margin: auto;
}
/* カラム */
.column {
	z-index: 100;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 20px 0;
	display: table;
	position: relative;
	top: -100px;
	margin-bottom: -80px;
}
.column ul {}
.column ul li{
	display: table-cell;
	background-color: #Fff;
	width: 30%;
	padding: 20px;
	border: 4px solid #CCC;
}
.column .col_titl {
	font-weight: bold;
	display: block;
	height: 45px;
}
.column .col_img {
	float: left;
	width: 120px;
}
.column .col_msg {
	font-size: 12px;
	display: block;
}

/* パンクズ */
ul#Path {
	display: none;
}

.alllist {
	float: right;
	font-size: 70%;
	background-color: #FFF;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #3399cc;
}
.feedarea {
	height: 265px;
	overflow: scroll;
	overflow-x: hidden;
}
.feedarea dl {}
.feedarea dl dt {
	background-image: url(../common/images/pic02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 28px;
	font-size: 12px;
	color: #CCC;
	float: left;
}
.feedarea dl dd {
	border-bottom: 1px dotted #CCC;
	padding-left: 130px;
}

/*----*/
#feed2 {
	width: auto;
}
#feed2 dt{
	float: left;
	width: 130px;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url(../common/images/pic02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 5px;
	font-size: 90%;
	color: #CCC;
}
#feed2 dd{
	margin-left: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.slkotei {

	text-align: center;
	width: auto;
	margin: auto;
}

/* カラム */
.column {
	width: 100%;
}
.column ul li{
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
}