@charset "UTF-8";

/*
==================================================

   更新履歴

==================================================
*/



/*
==================================================
  コンテンツ
==================================================
*/

/* ----- セクション ----- */
#content section {
margin: 0;
padding: 10px 10px 20px;
}
/* セクション見出し */
#content section h2 {
margin: 0 0 20px;
padding: 8px 10px 7px;
background-color: #ffd67b;
font-size: 100%;
line-height: 120%;
}

/* ----- 記述セクション ----- */
#content section > div.inner {
margin: 1.5em 15px 0;
}

/* 段落 */
#content section p {
margin: 0 0 1em;
line-height: 180%;
}

/* ----- 一般リスト（UL） ----- */
#content section ul {
margin: 1.5em 0 2em;
padding: 0;
list-style-type: none;
}
/* 項目 */
#content section ul li {
padding: 0 0 5px 20px;
background: url(../../image/marks/list.gif) no-repeat left top;
line-height: 140%;
}

/* ----- ノートリスト（UL） ----- */
#content section ul.note {
margin: 0 0 1.5em;
}
/* 項目 */
#content section ul.note li {
margin: 0 0 0 1em;
padding: 0 0 5px;
background: none;
text-indent: -1em;
}
#content section ul.note li::before {
content: "※";
}

/* ----- 更新日 ----- */
#content section div.update {
text-align: right;
}

/* ----- 更新履歴用のリスト ----- */
#content section dl.history {
margin: 2em 0;
padding: 30px 0 0;
border-top: 1px #c0c0c0 dotted;
}
#content section dl.history dt {
margin: 0 0 10px;
font-weight: bold;
}
#content section dl.history dd {
margin: 0 0 30px;
padding: 0 0 25px 10px;
border-bottom: 1px #c0c0c0 dotted;
}
#content section dl.history dd p {
margin: 0;
line-height: 150%;
}



/* ----- ★767 ----- */
@media screen and (max-width: 767px) {

#content section {
padding: 10px 7px 20px;
}
#content section h2 {
padding: 8px 5px 7px;
}

#content section > div.inner {
margin: 1.5em 2px 0;
}

#content section ul li {
padding: 0 0 15px 20px;
}


}
/* ----- /767 ----- */




