@charset "UTF-8";

/*共通*/

.midashi_p{
color:#a1ae58;
}

/*情報テーブルメディアポリシー*/
.snsTable {
	width: 700px;
	margin-bottom: 15px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #999;
	line-height:160%;
	font-family:san-serif;
}

.snsTable th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
  width:150px;
  color: #1e1e1e;/*文字色*/
  background:#eaeaea;/*背景*/
  border: 1px solid #999;
}

.snsTable td {/*table内のtdに対して*/
  padding: 3px 10px;/*上下3pxで左右10px*/
  border: 1px solid #999;
}

h3{
  font-size:110%;
  line-height:140%;
  font-family:san-serif;
}

p{
  text-align: justify;
  text-justify: inter-ideograph;
  font-size:100%;
  line-height:140%;
  font-family:san-serif;
}


ol li {
	list-style-type: none;
	counter-increment: cnt;
	font-family:san-serif;
	line-height:130%;
}
 
ol li::before {
	content: "(" counter(cnt) ") ";
}