/* CSS Document */

table {
	width:100%;
	font-size:12px;
	border-collapse: separate;
	border-spacing: 0px 6px;
	margin:0 0 30px 0;
 }

table thead {
	margin:0;
}

table thead tr th {
	background-color:#E3DFD6;
	text-align:center;
	padding:5px 5px 3px 5px;
	border-left:#FFF 3px solid;
	border-bottom:none;
	white-space: nowrap;
}


table thead tr th:first-child {
	border-left:none;
}

table tr th {
	text-align:center;
}

table tr td.bor_img {
	padding:0 !important;
	line-height:0;
	text-align:center;
}

table tr td {
	padding:0px 5px 0px 10px;
	border-left:#9E9E9F 2px solid;
	white-space: nowrap;
}


.page-syousai dl.grn-Heading dt {
	text-align:left !important;
	padding:10px 20px 10px 20px !important;
}


ul.info {
	margin:15px 0 0 -10px;
}

ul.info li {
	font-size:16px;
	line-height:1.6;
}

ul.info li span {
	font-size:20px;
	font-weight:bold;
}


/*******
NWS
*******/
.page-syousai dl.grn-Heading .fudasyo_news dt {
	float:left;
	width:130px;
	padding:0 !important;
	font-size:14px !important;
	background:none !important;
	color:#576C3C;
	font-weight:normal !important;
}

.page-syousai dl.grn-Heading .fudasyo_news dd {
	float:none;
	padding:0 0 5px 130px;
	border-bottom:#999999 1px dashed;
	margin:0 0 5px 0 !important;
	border-radius:0px !important;
}


.fudasyo_news_detail .news_title {
	font-size:20px;
	border-bottom:2px #576c3c solid;
	line-height:1.4;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
}
.fudasyo_news_detail .news_date {
	text-align:right;
	margin:0 0 10px 0;
}
.fudasyo_news_detail .news_txt {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:#CCCCCC 1px dashed;
}



