@charset "utf-8";
/*  style　[ いしきらら　おたより ]
=================================================================== */
.contentsInner ul {
  list-style-position: inside;
}
.otayori {
  list-style-type: none;
}
.otayori li:before {
  content: "\f144";
	font-family: FontAwesome;
	margin-right: 5px;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {

}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {

}
