@charset "utf-8";

/* ===================================================================
CSS information

 file name  :privacy.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

/* default style - リセット初期設定
----------------------------------------------------------- */
@import url("import.css");


/* -----------------------------------------------------------
	.privacy
----------------------------------------------------------- */
.privacy ul li {
	background: url(../img/share/icn-grayring.gif) no-repeat 0 6px;
	margin-bottom: 2em; padding-left: 25px;
}

.privacy ul li ul {
	padding-top:15px;
}

.privacy ul li li {
	background:none;
	padding:0;
}

.signatureTxt {
	margin-bottom: 4em!important;
	text-align: right;
}
.signatureTxt span {
	font-weight: bold;
}

.mb40 {
	margin-bottom:40px;
}
