@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : check_list.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../assets/styles/reset.css";
@import "../assets/styles/base.css";
@import "../assets/styles/class.css";

	
/* ********************************************************************************
 * ■チェックリスト
 * file path : /check_list/
 * body id name : body#checkList
 * ******************************************************************************** */

/* dl.checkList
------------------------------------------------------------*/
#checkList dl.checkList {
	margin: 15px 0 50px 14px;
	color: #000000;
}
#checkList dl.checkList dt {
	margin-bottom: 6px;
	padding: 5px 0 0 20px;
	background: url(./images/icon_checkbox.gif) 0 0 no-repeat;
	line-height: 1.2;
	font-weight: bold;
}
#checkList dl.checkList dd {
	margin: 0 0 10px 20px;
	line-height: 1.6;
}

/* p.btnPDF */
#checkList p.btnPDF {
	text-align: center;
}

