@charset "utf-8";
/* CSS Document */
/**********************************トップページ***************************************/
.about_box_1{
	padding: 20px;
}


.about_sub_img{
	text-align: center;
}
.about_sub_img img{
	width: 100%;
}

.about_rinen_title,
.about_aisatu_title,
.about_gaiyou_title{
	text-align: right;
}
.about_rinen_title img,
.about_aisatu_title img,
.about_gaiyou_title img{
	width: 90%;
	margin-right: 30px;
}

.about_rinen_img,
.about_aisatu_img,
.about_gaiyou_img{
	text-align: center;
}.about_rinen_img img,
.about_aisatu_img img,
.about_gaiyou_img img{
	width: 90%;
	margin-bottom: 30px;
}



/*.about_table{
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	margin-top: 20px;
}
.about_table td, .about_table th {
	border: #000000 1px solid;
    vertical-align: middle;  
	height: 2rem;
}

.table_left{
	width: 20%;
	background: #ffdb97;
}
.table_right{
	width: 80%;
}*/
.google_map{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
	text-align: center;
}
.google_map iframe{
	position:absolute;
	top:0;
	left:0;
	width:90%;
	height:90%;
	margin: 5%;
	margin-top: 0;
}
.google_add{
	margin: 10px 0;
}


table {
  border: 1px solid #000000;
  border-collapse: separate;
	background: #FFFFFF;
  border-spacing: 0;
  border-radius: 6px;
	margin:10px auto;
	overflow: hidden;
}
table tbody th,
table tbody td {
  padding: 5px;
  border-bottom: 1px solid #000000;
	text-align: center;
	
vertical-align: middle;
}
td:nth-child(1){
	border-right: 1px solid #000000;
	background: #ffdb97;
	width: 20%;
	
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
.text_right{
	text-align: left;
}
