@charset "UTF-8";

/* イントロ */
#intro {
	width: 660px;
	background: url('../images/introBg.jpg') no-repeat center center;
}

h3 {
	margin: 0 0 20px 10px;
	padding-top: 20px;
	line-height: 0;
}

#text01 {
	color: #454545;
	font-size: 110%;
	line-height: 150%;
	width: 500px;
	margin: 0 0 20px 20px;
}

#text02 {
	color: #454545;
	font-size: 110%;
	line-height: 150%;
	width: 550px;
	margin-left: 20px;
}

#name {
	height: 20px;
	margin: 20px 0 0 140px;
}

#name span {
	color: #454545;
	font-size: 90%;
	vertical-align: 3px;
	margin-right: 5px;
}


/* リスト */
#listTtl {
	width: 660px;
	height: 42px;
	background: url('../images/listTtlBg.png') no-repeat center center;
	margin-top: 20px;
}

#listTtl h4 {
	margin-left: 16px;
	padding-top: 7px;
	line-height: 0;
}

#listCnt {
	width: 660px;
	background-color: #fef9e5;  
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 0 30px;
}

.border {
	margin: 20px 0 20px 20px;
	line-height: 0;
}

.listTxt {
	width: 480;
	margin-left: 35px;
	font-size: 105%;
	float: left;
	position: relative;
}

.listTxt dl {
	width: 250px;
	float: left;
}

.listTxt dl dt {
	margin-bottom: 20px;
	padding-top: 10px;
}

.listTxt dl dt a {
	color: #774e38;
	font-size: 85%;
	text-decoration: underline;
}

.listTxt dl dd {
	color: #454545;
	font-size: 90%;
	line-height: 130%;
	width: 320px;
}

.listTxt2 {
	width: 935px;
	height: 40px;
	font-size: 115%;
	margin-left: 0;
	float: left;
	position: relative;
}

.listTxt2 dl dd {
	color: #454545;
	float: left;
	margin-left: 80px;
	line-height: 110%;
	width: 600px;
}

.listTxt2 dl {
	width: 440px;
	float: left;
}



.check {
	line-height: 0;
	position: absolute;
	right: 1px;
	bottom: 3px;
}

.listImg {
	width: 163px;
	margin-right: 20px;
	line-height: 0;
	float: right;
}


table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 12px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 12px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 12px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}