@charset "utf-8";
/* CSS Document */

.rinen{
	padding-left: 1em;
	text-indent: -1em;
}

.gaiyou{
	margin-bottom:10px;
}
.gaiyou span{
	font-weight:700;
	color:#096a09;
}

.com_map{
	display: table;
	table-layout: fixed;
	width:100%;
	margin-bottom:10px;
}
.com_map_txt{
	display: table-cell;
	width:100%;
}
.com_map_btn{
	display: table-cell;
	width:50px;
	margin:0;
}

.btn_enkaku{
	display: table;
	table-layout: fixed;
	width:100%;
}
.btn_enkaku_l{
	display: table-cell;
	width:50%;
}
.btn_enkaku_r{
	display: table-cell;
	width:50%;
}

.btn_y {
	margin:5px;
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_y a {
	text-decoration: none;
	font-weight: 700;
	display: block;
	padding: 7px 0;
	text-align: center;
	color: #333333;
}
.current_y{
	background:#c4e5b8;
}

.enk{
	padding:7px;
	border-bottom:dotted 1px #CCCCCC;
}
.enk span{
	color:#096a09;
	font-weight:700;
}
.enk p{
	text-align:center;
	font-size:90%;
}
.enk p img{
	margin-bottom:5px;
}