@charset "utf-8";

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

	Document    : style.css
	Description : 賃貸借契約の基礎知識css

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

/* ------------------------------------------------------------------------------------------------------------------------/
	know
/------------------------------------------------------------------------------------------------------------------------ */

.know {}
	.know h3 {
		width:653px;
		height:40px;
		font-size:15px;
		box-sizing:border-box;
		border:none;
		margin:20px 0 15px 0;
		padding:11px 0 0 120px;
		}
	.know h3.step01 { background:#ffffff url("../image/contents/know/step01.jpg") left top no-repeat; }
	.know h3.step02 { background:#ffffff url("../image/contents/know/step02.jpg") left top no-repeat; }
	.know h3.step03 { background:#ffffff url("../image/contents/know/step03.jpg") left top no-repeat; }
	.know h3.step04 { background:#ffffff url("../image/contents/know/step04.jpg") left top no-repeat; }

	.know ul {
		list-style-type:none;
		}
		.know ul li {
			margin:0 0 5px 0;
			}
			.know ul li span {
				display:block;
				font-size:14px;
				box-sizing:border-box;
				background:#e9f0f8 url("../image/layout/ic01.png") 10px 13px no-repeat;
				margin:15px 0 5px 0;
				padding:6px 10px 4px 25px;
				}
			.know ul li p {
				box-sizing:border-box;
				padding:0 0 0 25px;
				}

	.notes {
		box-sizing:border-box;
		background:#efefef;
		border:solid 1px #cccccc;
		margin:10px 0;
		padding:15px 20px;
		}
		.notes h4 {
			font-size:14px;
			padding:0;
			}
		.notes ul {
			margin:10px 0 0 0;
			}
			