/*======================================

	林建設工業
	会社情報　基本理念CSS

=======================================*/


/*======================================
	企業理念
=======================================*/
#kigyou{
	margin-bottom: 80px;
}

#kigyou .txt{
	font-size: 250%;
	font-weight: bold;
	color: #0a8d00;
	margin-top: 20px;
}


/*======================================
	経営理念
=======================================*/
#keiei{
}

#keiei ol{
	margin-top: 20px;
}
#keiei ol li{
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.7em;
}
#keiei ol li .num{
	position: absolute;
	left: 0;
	color: #0a8d00;
	padding-top: 2px;
}


@media screen and (max-width:800px) {
	#kigyou .txt{
		font-size: 200%;
	}
}

@media screen and (max-width:600px) {
}

@media screen and (max-width:500px) {
}
