@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：プライバシーポリシー
製作者：S.Takahashi
------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin-bottom: 10px;
}

/* テキスト */
#conts p {
	padding: 0 0 25px;
	line-height: 1.7;
}

#conts p.none {
	padding: 0 0 10px;
	line-height: 1.7;
}

#conts p.btm {
	padding: 0;
	line-height: 1.7;
}

/* リスト */
#conts ul#list {
	margin: 0 0 25px 0;
}

#conts #list li {
	padding-left: 15px;
	background: url(/img/icon/02.gif) no-repeat 0 9px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
}

#conts #list li.height {
	background: url(/img/icon/02.gif) no-repeat 0 8px;
	
	line-height: 1.8;
}


