@charset "utf-8";

/* CSS Information ==============================
index.css
============================================== */

/*====================
 +information
====================*/
#information_ul {
	margin-bottom: 30px;
}
#information_ul li{
	min-height: 1%;
	padding-bottom: 10px;
}
#information_ul .date{
	display: block;
	float: left;
	width: 100px;
}
#information_ul .txt{
	display: block;
	float: left;
	width: 500px;
}

/*====================
 +recruit
====================*/
#recruit_ul {
	margin-bottom: 30px;
}
#recruit_ul li{
	padding-bottom: 10px;
}
#recruit_ul .date{
	display: block;
}
#recruit_ul .txt{
	display: block;
}
