/* 全体のレイアウト */
div#pagebody {
    width: 94%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(180, 160, 180, 0.1);
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 100%;
    color: #5a4a4a; /* 柔らかい茶色 */
    line-height: 1.8;
    background: #fffafa; /* ほんのりピンクがかった白 */
    margin: 0;
}

/* リンク */
a {
    text-decoration: none;
    transition: 0.3s;
    color: #9b6b9b;
    border-bottom: 1px dashed #9b6b9b;
}

a:hover {
    color: #d680ad;
    border-bottom: 1px solid #d680ad;
}

/* メインタイトル (h1) - 雲のような柔らかいデザイン */
h1 {
    font-size: 150%;
    position: relative;
    background: #fdf0f6;
    padding: 1.2em 1em;
    color: #8b5d5d;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 40px;
    border: none;
}

/* サブタイトル (h2) - 優しい帯デザイン */
h2 {
    font-size: 130%;
    position: relative;
    padding: 0.5em 1em;
    background: #f8efff;
    color: #6a4a6a;
    border-left: 8px solid #d8b2ff;
    border-radius: 4px;
    margin-top: 40px;
}

/* 見出し (h3) - 下線とドット */
h3 {
    font-size: 120%;
    padding: 0.3em 0.5em;
    border-bottom: 2px dotted #d8b2ff;
    color: #6a4a6a;
    background: none;
    margin-top: 30px;
}

/* 項目 (h4) - 小さなアクセント */
h4 {
    font-size: 110%;
    padding: 0.2em 0.8em;
    border-left: 4px solid #ffc0cb;
    color: #885555;
    margin-top: 25px;
}

/* 文章の間隔 */
p {
    margin-bottom: 1.5em;
}

/* リスト */
ul, ol {
    background: #fff9ff;
    padding: 1.5em 1.5em 1.5em 2.5em;
    border-radius: 10px;
    border: 1px solid #eee;
}

ul li, ol li {
    padding: 5px 0;
}

div.push0 {				/* ピンク */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffb2ff; 
	border-radius: 20px; 
	background-color: #fff4ff;
  	text-align    : left; 
}
div.push {				/* ラベンダー */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #d8b2ff; 
	border-radius: 20px; 
	background-color: #f4f4ff;
  	text-align    : center; 
}
div.push2 {				/* ピンク */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffb2ff; 
	border-radius: 20px; 
	background-color: #fff4ff;
  	text-align    : center; 
}
div.push3 {				/* 黄色 */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffd700; 
	border-radius: 20px; 
	background-color: #ffffe5;
  	text-align    : center;
}
div.push4 {				/* 緑色 */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #b2ffb2; 
	border-radius: 20px; 
	background-color: #f4fff9;
  	text-align    : center;
}


.button {
  display       : inline-block;
  border-radius : 8px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #EDDEFF;     /* 背景色     */
  color         : #7f007f;     /* 文字色     */
  line-height   : 1.5em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border: 1px dotted #333333;"
}
.button:hover {
}

.yoko li {
display       : inline-block;
height: 40px;
}

.shadow {
  text-shadow: 1px 1px 2px silver;
  /*文字を太字にするとよりそれらしくなります*/
  font-weight: bold;
}

.door {
	margin: 0 20px 5px 0;
	float:left;
	
}

pre {
	font-size:120%;
	white-space: pre-wrap;
            word-wrap: break-word;
}

img.size {
	max-width: 100%;
	width: 600px;
}

/* 引用 (blockquote) - 柔らかい雰囲気 */
blockquote {
    position: relative;
    padding: 40px 20px 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    font-style: normal;
    color: #666;
    margin: 20px 0;
}

blockquote:before {
    content: "“";
    font-size: 60px;
    color: #efdbff;
    position: absolute;
    top: -10px;
    left: 10px;
}

.ranking-AR {
  counter-reset: ranking-ar;
  list-style: none;
}
.ranking-AR li:before {
  content: counter(ranking-ar, decimal)"．";
  counter-increment: ranking-ar;
}

@media screen and (max-width: 560px) {
  .iframe-responsive {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


video {
	max-width: 100%;
	width: 560px;
	autoplay: false;
}

.shutten {
	color: gray;
	font-size: small; 
}

/* ボタン風リンク (wakuクラス) */
a.waku {
    display: block;
    margin: 20px auto;
    max-width: 300px;
    padding: 15px;
    background: #9b6b9b;
    color: #fff !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 0 #7a4a7a;
    border: none;
}

a.waku:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #7a4a7a;
    background: #ae7bae;
}

/* コピーライト */
div[style*="font-size:150%"] { /* ヘッダーの文字 */
    color: #9b6b9b;
    font-weight: bold;
    text-align: center;
}

footer, .pagebody > div:last-child {
    text-align: center;
    font-size: 0.8em;
    color: #aaa;
    margin-top: 50px;
    padding-bottom: 20px;
}

/* 全体のレイアウト */
div#pagebody {
    width: 94%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(180, 160, 180, 0.1);
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 100%;
    color: #5a4a4a; /* 柔らかい茶色 */
    line-height: 1.8;
    background: #fffafa; /* ほんのりピンクがかった白 */
    margin: 0;
}

/* リンク */
a {
    text-decoration: none;
    transition: 0.3s;
    color: #9b6b9b;
    border-bottom: 1px dashed #9b6b9b;
}

a:hover {
    color: #d680ad;
    border-bottom: 1px solid #d680ad;
}

/* メインタイトル (h1) - 雲のような柔らかいデザイン */
h1 {
    font-size: 150%;
    position: relative;
    background: #fdf0f6;
    padding: 1.2em 1em;
    color: #8b5d5d;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 40px;
    border: none;
}

/* サブタイトル (h2) - 優しい帯デザイン */
h2 {
    font-size: 130%;
    position: relative;
    padding: 0.5em 1em;
    background: #f8efff;
    color: #6a4a6a;
    border-left: 8px solid #d8b2ff;
    border-radius: 4px;
    margin-top: 40px;
}

/* 見出し (h3) - 下線とドット */
h3 {
    font-size: 120%;
    padding: 0.3em 0.5em;
    border-bottom: 2px dotted #d8b2ff;
    color: #6a4a6a;
    background: none;
    margin-top: 30px;
}

/* 項目 (h4) - 小さなアクセント */
h4 {
    font-size: 110%;
    padding: 0.2em 0.8em;
    border-left: 4px solid #ffc0cb;
    color: #885555;
    margin-top: 25px;
}

/* 文章の間隔 */
p {
    margin-bottom: 1.5em;
}

/* リスト */
ul, ol {
    background: #fff9ff;
    padding: 1.5em 1.5em 1.5em 2.5em;
    border-radius: 10px;
    border: 1px solid #eee;
}

ul li, ol li {
    padding: 5px 0;
}

div.push0 {				/* ピンク */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffb2ff; 
	border-radius: 20px; 
	background-color: #fff4ff;
  	text-align    : left; 
}
div.push {				/* ラベンダー */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #d8b2ff; 
	border-radius: 20px; 
	background-color: #f4f4ff;
  	text-align    : center; 
}
div.push2 {				/* ピンク */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffb2ff; 
	border-radius: 20px; 
	background-color: #fff4ff;
  	text-align    : center; 
}
div.push3 {				/* 黄色 */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ffd700; 
	border-radius: 20px; 
	background-color: #ffffe5;
  	text-align    : center;
}
div.push4 {				/* 緑色 */
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #b2ffb2; 
	border-radius: 20px; 
	background-color: #f4fff9;
  	text-align    : center;
}


.button {
  display       : inline-block;
  border-radius : 8px;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #EDDEFF;     /* 背景色     */
  color         : #7f007f;     /* 文字色     */
  line-height   : 1.5em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border: 1px dotted #333333;"
}
.button:hover {
}

.yoko li {
display       : inline-block;
height: 40px;
}

.shadow {
  text-shadow: 1px 1px 2px silver;
  /*文字を太字にするとよりそれらしくなります*/
  font-weight: bold;
}

.door {
	margin: 0 20px 5px 0;
	float:left;
	
}

pre {
	font-size:120%;
	white-space: pre-wrap;
            word-wrap: break-word;
}

img.size {
	max-width: 100%;
	width: 600px;
}

/* 引用 (blockquote) - 柔らかい雰囲気 */
blockquote {
    position: relative;
    padding: 40px 20px 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    font-style: normal;
    color: #666;
    margin: 20px 0;
}

blockquote:before {
    content: "“";
    font-size: 60px;
    color: #efdbff;
    position: absolute;
    top: -10px;
    left: 10px;
}

.ranking-AR {
  counter-reset: ranking-ar;
  list-style: none;
}
.ranking-AR li:before {
  content: counter(ranking-ar, decimal)"．";
  counter-increment: ranking-ar;
}

@media screen and (max-width: 560px) {
  .iframe-responsive {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


video {
	max-width: 100%;
	width: 560px;
	autoplay: false;
}

.shutten {
	color: gray;
	font-size: small; 
}

/* ボタン風リンク (wakuクラス) */
a.waku {
    display: block;
    margin: 20px auto;
    max-width: 300px;
    padding: 15px;
    background: #9b6b9b;
    color: #fff !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 0 #7a4a7a;
    border: none;
}

a.waku:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #7a4a7a;
    background: #ae7bae;
}

/* コピーライト */
div[style*="font-size:150%"] { /* ヘッダーの文字 */
    color: #9b6b9b;
    font-weight: bold;
    text-align: center;
}

footer, .pagebody > div:last-child {
    text-align: center;
    font-size: 0.8em;
    color: #aaa;
    margin-top: 50px;
    padding-bottom: 20px;
}

