@charset "UTF-8";


.img10_box {
	float: left;
	width: 100%;
	background-color: #FFF;
	background-image: url("../images/profile/profilebacimg.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 40%;
	padding-top: 30px;
}
#link09 {
	background-color: #FFC;
}
.in_img_scond {
	background-image: url("../images/index/topimg02_2.jpg");
}
.hyo_box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.hyo_box li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.hyo_box li .ty {
	font-weight: bold;
	font-weight: 700;
	width: 120px;
	text-align: center;
}
.hyo_box li .tx {
	float: right;
	width: 88%;
	max-width: calc(100% - 130px);
}

.bl_box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
	display: flex;
	float: left;
}
.bl_box li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	/* [disabled]min-width: 340px; */
}
.aisatsu {
	text-align: justify;
	width: 96%;
	margin-bottom: 30px;
	margin-left: 1%;
	padding: 1%;
}


.aisatsu .img_box {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.map {
	text-align: center;
	margin-bottom: 50px;
	width: 96%;
	margin-left: 2%;
}
.map iframe {
	width: 100%;
	margin-bottom: 20px;
}
.hyo_box table {
	border-color: #221815;
}
.hyo_box table .span_name01 {
	font-size: 12px;
	margin-right: 12px;
}
.hyo_box table .span_name02 {
	letter-spacing: 8px;
}
.hyo_box table tr th {
	padding: 10px 8px 10px 8px;
	line-height: 1.4;
}
.hyo_box table tr td {
	border-color: #221815;
	padding: 10px 8px 10px 8px;
	line-height: 1.4;
}
.hyo_box table tr td iframe {
	width: 100%;
}
.tops_img {
	margin-bottom: 0px;
}
.kojin {
	text-align: center;
	margin-bottom: 60px;
}










/* 画面幅 640px以下
---------------------------------*/
@media screen and (max-width: 640px) {

	.dammy {
		float: left;
		width: 100%;
	}
	.bl_box li {
		width: 48%;
	}

	.hyo_box table .span_name01 {
		font-size: 12px;
		margin-right: 10px;
	}
	.hyo_box table .span_name02 {
		letter-spacing: 5px;
	}
	.hyo_box table tr th {
		font-size: 14px;
	}
	.hyo_box table tr td {
		font-size: 14px;
	}

}

