@charset "utf-8";
/* CSS Document */

.h3_basic {
	background: url(../../../common/img/h3/img_resident01.jpg) no-repeat right 0;
}

/* 2017.01.06 add */
.ul_disc {
	list-style-type:disc;
	margin:10px 0 0 20px;
}
	.ul_disc li {
		margin:4px 0 0;
	}

.ol_decimal {
	margin:0 0 0 20px;
	list-style-type:decimal;
}
	.ol_decimal li {
			margin:4px 0 0;
}

.plem1 {text-indent:-1em; padding-left: 1em;}

.kuromaru01{
margin:0 0 1em;
list-style:none;
}
.kuromaru01 > li{
position:relative;
padding-left:1.3em;
}
.kuromaru01 > li:before{
position:absolute;
left:0;
content:"\25CF";
}

.underlineNami {
text-decoration:underline;
text-decoration-style:wavy;
     
}
