
p.txt{
    font-size: 115%;
    line-height: 1.5em;
}

table.table-plan{
    border: 1px;
    color: dimgrey;
    border-style: solid;
    border-collapse : collapse;
}
table.table-plan th{
    border: 1px;
    color: dimgrey;
    border-style: solid;
    padding: 10px;
}
table.table-plan td{
    border: 1px;
    color: dimgrey;
    border-style: solid;
    padding: 10px;
}

/*移住促進　施設画像*/
.over-txt-img {
	width:			315px;
	height:			210px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}

.over-txt-img img{
    width: 100%;
    height: auto;
}
.over-txt-img .caption {
    font-family: "游ゴシック", "Yu Gothic";
	font-size:		120%;
	color:			#fff;
	padding-top:		30px;
	padding-left:		15px;
    padding-right: 15px;
    line-height: 1.2em
}

.over-txt-img .caption dt{
    font-weight: bold;
}

.over-txt-img .caption dd{
    padding-left: 0;
    margin-left: 0;
    margin-top: 15px;
    font-size: 85%;
}

.over-txt-img .mask {
	width:			50%;	/* 画像の半分の大きさにする */
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	margin-left:		-50%;	/* 枠の左に置いて表示させない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.over-txt-img:hover .mask {
	margin-left:		0px;	/* 右にずらして表示する */
}
.over-txt-img img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.over-txt-img:hover img {
	margin-left:		50%;	/* 画像を半分サイズ、右にずらす */
}

/**/
div.box1{
    background-color: #e6e6e6;
    padding: 15px;
    margin-top: 30px;
    width: 60%;
}


/*こんにゃく*/


#konnyaku1{
	background-color: antiquewhite;
	padding: 30px 0 30px;
}

#konnyaku1 .left-box{
	width: 70%;
	margin: 0 auto;
	clear: left;
	display: inline-block;
}

#konnyaku1 p.img-left{
	float: left;
}

#konnyaku1 table,#konnyaku1 th,#konnyaku1 td{
	background-color: #FFF;
	border-collapse: collapse;
	border: 1px solid #333;
	width: 50%;
}
#konnyaku1 th,#konnyaku1 td{
	padding: 10px;
}




