@charset "UTF-8";
/*reset
-=========-=========-=========-=========-=========*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*変数・関数
-=========-=========-=========-=========-=========*/
/*レイアウト関連
-=========-=========-====*/
/* --- メディアクエリ --- */
/* 追加 */
/* --- カラー --- */
/* 背景色 */
/* メインカラー */
/* アクセントカラー */
/* グレートーン */
/* --- レイアウト --- */
/* スペース・余白 */
/*section間のbottom、PC以上*/
/*lyoutの上下padding*/
/*innerの左右padding*/
/* スペース・余白（レスポンシブ用可変） */
/*横幅960px:80px、375px:31.2…px*/
/*横幅960px:40px、375px:15.6…px*/
/*横幅960px:32px、375px:12.49…px*/
/*横幅960px:24px、375px:9.375px*/
/*フォント関連
-=========-=========-====*/
/* font-size */
/*80px*/
/*64px*/
/*48px*/
/*40px*/
/*32px*/
/*28px*/
/*24px*/
/*20px*/
/*18px*/
/*16px*/
/*14px*/
/*12px*/
/* font-weight */
/* line-height */
/*p5.js
-=========-=========-=========-=========-=========*/
/*一覧ページ
-=========-=========-=========*/
.ly_inner {
  max-width: 960px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid #999;
}

.ly_inner:last-child {
  border-bottom: none;
}

.bl_txtArea {
  margin-bottom: 40px;
}

.bl_txtArea h2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 24px;
}

.bl_txtArea h3 {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.bl_txtArea p {
  line-height: 2em;
}

.bl_txtArea .el_demoPageLink {
  margin-bottom: 24px;
}

.bl_txtArea ul {
  border: 1px solid #ccc;
  padding: 24px;
}

.bl_txtArea li {
  margin-bottom: 12px;
  line-height: 1.5em;
}

.bl_txtArea li:last-child {
  margin-bottom: 0;
}

.bl_txtArea .el_listB {
  font-weight: 700;
}

/*実装ページ
-=========-=========-=========*/
.bl_mainWrapper {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
}

.p5canvas {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=p5style.css.map */