@charset "utf-8";

/* ---------------
メインエリア
--------------- */

#sub-navi {
	width: 800px;
	margin: 0;
	border-bottom: 2px dotted #ccc;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

#yanagi-navi {
	width: 750px;
	margin: 10px 20px 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}


div.sub-block{
	width: 780px;
	margin-top: 20px;
	line-height: 1.6;
	padding: 10px;
	border: 1px dotted #ccc;
	text-align: left;
}

div.sub-block p{
	margin: 5px;
}

div.sub-block img{
	margin: 5px 10px 10px 10px;
}

div.co-sub-block{
	float: left;
	margin-left: 10px;
}



table.table-list {
	margin:1em 0 1em 0;
	border: solid #CCCCCC;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	empty-cells: show;
}

table.table-list th {
	font-size: 14px;
	padding:2px 0 2px 10px;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 0;
	text-align:left;
	background-color:#E8EBED;
}

table.table-list td {
	padding:5px;
	font-size: 14px;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 0;
	vertical-align:top;
}

table.table-list p {
	font-size: 16px;
	line-height: 2;
}

table.table-list2 {
	width:740px;
	margin:1em 0 1em 0;
	table-layout: fixed;
	empty-cells: show;
}

table.table-list2 td {
	padding:2px;
	font-size: 14px;
	vertical-align:top;
}

