@charset "utf-8";

div#container ul.f_column{
	margin: 0;
	list-style: none;
	width: 680px;
}

div#container ul.f_column:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#container ul.f_column{
	display: inline-block;
	min-height:1%;/* for IE 7*/
}

/* Hides from IE-mac \*/
* html div#container ul.f_column{ height: 1%; }
div#container ul.f_column{ display: block; }
/* End hide from IE-mac */

div#container ul#check{
	margin: 0;
	list-style: none;
	border: 1px solid #adadad;
	padding: 20px;
}

div#container ul#check li{
	background: url(../img/management/check_box.gif) center left no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

div#container ul#check li.line02{
	background: url(../img/management/check_box.gif) 0 10% no-repeat;
}

div#container ul#promise{
	list-style: none;
	margin: 30px 0 0 20px;
}

div#container ul#promise li{
	margin-bottom: 30px;
}





