@charset "utf-8";
/*
Theme Name: うっとりしあわせ肌のつくり方
Theme URI: http://happyface.happytack.net
Version: 1.0
License: GNU General Public License
License URI: license.txt
Template:twentyten

最終更新日：
20230922


▼ 画像 レスポンシブ画像
▼ レイアウト, 構造（※モバイルファースト→フロートはmedia queriesで設定 ）
▼ フォント 段落
▼ リスト 【ul, ol】
▼ リンク

▼ ヘッダー
▼ グローバルメニュー
▼ トップページ
▼ メインコンテンツ
▼ テーブル
▼ フロート
▼ ギャラリー
▼ ナビゲーション
▼ サイドバー ウィジットエリア
▼ フッター
▼ オリジナルのCSS
▼ clearfix
▼ マージン（縦方向、垂直方向）の設定

▼　心に響く言葉
▼ オラクル

========================================
▼ メディアクエリー(Media queries)
  600px以上のデバイス
  960px以上のデバイス
========================================
*/
/*--------------------------------------
【デフォルトのＣＳＳをリセット】
------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
 font-style: normal;
}
body {
  line-height: 1;  /* 縦方向のマージン */
}
h1, h2, h3, h4, h5, h6 {
  /*clear: both;*/
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* img下のスペースを削除 */
}
a img {
  border: none;
}
small {
  font-size: 12px;
  line-height: 1em;
}
/*--------------------------------------
▼ 画像 レスポンシブ画像
--------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
.photo-in-main {
  margin-bottom: 1em;
  padding: 4px;
  border: solid 1px #ccc;
}
.photo-in-main img {
  border: solid 1px #E9E9E9;
}
/*--------------------------------------
▼ レイアウト, 構造（※モバイルファースト→フロートはmedia queriesで設定 ）
--------------------------------------*/
* { /* paddingとborderをboxサイズに含める*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper {
  background: #fff;
  padding:0 10px;
}
#header {
  padding-top: 10px;
  padding-top: 0.625rem;
}
#container {
  overflow: hidden;
  margin-bottom: 10px;
}
#primary {
  overflow: hidden;
  background: #F9E9EC url(images/bg_side.gif) repeat;
  margin-bottom: 10px;
}
#footer {
  width: 100%;
}
/*--------------------------------------
▼ フォント 段落
------------------------------------- */
html {
  font-size: 100%;/* =16px */
}
body{
  font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
body {
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
p {
  font-size: 14px;
  margin-bottom: 30px;
}
.picked-analect p {
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 15px;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}
.line-through {
  text-decoration: line-through;
}
.text_pink,
i.fa-smile-o,
i.fa-arrow-circle-down
 {
  color: #EC4AA3;
}
.big,
.attention-p p.big
 {
  font-size: 1.2em;
}
/*--------------------------------------
▼ リスト 【ul, ol】
--------------------------------------*/
ul {
  list-style: disc;
  margin: 0 0 1em 2em;
  /*font-size: 14px;*/
}
li {
  margin-bottom: 1em;
}
ul.list-mark {
  list-style: none;
  /*margin-left: 50px;*/
  margin-right: 10px;
  margin-bottom: 20px;
}
ul.list-mark-01,
ul.list-plus {
  list-style: none;
  margin: 0 auto 30px auto;
  border: 1px solid #ddd;
  font-size: 95%;
  width: 100%;
  padding: 40px 30px 10px;
  background: #f9f8f5;
}
ul.simple {
  margin: 0 auto 30px auto;
  font-size: 95%;
  width: 100%;
  padding: 40px 30px 10px;
}
ul.list-mark li {
  background: url(images/list_mark.png ) no-repeat left top;
  margin-bottom: 1em;
  padding-left: 30px;
}
ul.list-mark-01 li,
ul.list-plus li {
  margin-bottom: 30px;
  line-height: 1.5;
}
ul.list-mark-01 li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: #EC4AA3;
}
ul.list-plus li::before {
  font-family: "FontAwesome";
  content: "\f067";
  margin-right: 10px;
  color: #EC4AA3;
}
ul.merit {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 20px;
}
ul.merit li {
  background: url(images/list_up.gif ) no-repeat left 5px;
  margin-bottom: 1em;
  padding-left: 30px;
}
ol {
  list-style: decimal;
  margin: 10px 0 10px 15px;
  padding: 10px 20px;
}
ol.wpp-ol {
  padding: 0 0 0 20px;
}
/*-- ▼目次▼ --*/
.mokuji {
  padding-top: 10px;
  padding-left: 10px;
  border: double 3px #EC4AA3;
  margin: 0 10px 1em 10px;
}
.mokuji ol {
  margin-left: 20px;
  line-height: 1.2em;
  font-size: 14px;
}
.mokuji li {
  margin-bottom: 0.5em;
}
.mokuji li a:link,
.mokuji li a:visited,
.mokuji li a:hover,
.mokuji li a:active {
  color: #444;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 18px 0;
}
dt {
font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
  color: #EC4AA3;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 1.25rem;
  padding-bottom: 1.25em;
}
ins {
  background: #ffc;
  text-decoration: none;
}
input[type="text"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  padding: 2px;
}
/*-------------------------------------
▼ リンク
--------------------------------------*/
a:link,
a:visited,
a:link strong,
a:visited strong {
  color: #0066cc;
}
strong a:link,
strong a:visited {
  color: #EC4AA3;
}
a:active,
a:hover,
a:active strong,
a:hover strong {
  color: #0000ff;
}
a:hover img {
    opacity: 0.8;
    filter: alpha (opacity=80);
}
/*JAnet ジャネットのリンクの画像を非表示 */
.janet a img {
  display: none;
}
.janet a img.display {
  display: block;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
.entry-content .broken_link,
.entry-content a.broken_link {
  text-decoration: underline;
}

/*--------------------------------------
▼ ヘッダー
------------------------------------- */
.nav-top {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 5px;
  /*color: #C93D55;*/
}
.term_desc strong {
  font-weight: normal;
  color: #444;
}
.home-nav,
.arrow-nav,
.custom-nav {
  margin-right: 10px;
}
.home-nav a,
.custom-nav a {
  color: #C93D55;
}
#site-title {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  margin-right: 20px;
}
#site-title a {
  color: #C93D55;
  /*text-decoration: none;*/
}
#site-description {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #d08282;
  /*float: left;*/
  margin: 0.3125rem 0;
}
/* This is the custom header image */
#branding img {
  /*border-top: 1px solid #eccfce;*/
  border-bottom: 1px solid #f8edee;
  display: block;
  /*float: left;*/
  clear: both;
}
/*--------------------------------------
▼ グローバルメニュー
------------------------------------- */
#access {
  background: #d08282;
 background: url(images/bg_access.jpg) repeat;
  display: block;
  float: left;
  margin: 0 auto;
  width: 1000px;
}
#access .menu-header,
div.menu {
  font-size: 13px;
  margin-left: 12px;
  width: 928px;
}
#access .menu-header ul,
div.menu ul {
   list-style: none;
   margin: 0;
}
#access .menu-header li,
div.menu li {
  float: left;
  position: relative;
}
#access a {
  color: #fff;
  display: block;
  line-height: 38px;
  padding: 0 10px;
  text-decoration: none;
}
#access ul ul {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999;
}
#access ul ul li {
  min-width: 180px;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #333;
  line-height: 1em;
  padding: 10px;
  width: 160px;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
  background: #f2dddd;
  color: #a7998f;
}
#access ul li:hover > ul {
  display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #fff;
}
/*--------------------------------------
▼ トップページ
------------------------------------- */
/*▼ランダムに名言を表示▼*/
#top-analect,
.top-analect {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #E9E2D8;
  background: radial-gradient( circle, #F9F7F5, #E9E2D8 );
  line-height: 1.2;
  font-size: 10px;
}
#top-analect p {
  font-size: 10px;
  margin-bottom: 0.5em;
}
.picked-analect-author
 {
  padding: 0 10px;
  text-align: right;
}
.p_auther {
  font-weight: bold;
}

/*▼新着記事▼*/
.tax-new-contents {
  border: 5px solid #F6BFC1;
  font-size: 14px;
  margin-bottom: 10px;
}
.tax-new-contents-inside {
  border: 2px solid #F6BFC1;
  margin: 3px;
  padding: 10px;
}
#content h2.tax-new {
  font-size: 18px;
  /*font-weight: bold;*/
  padding: 10px 0;
  margin-bottom: 0;
}
.tax-article {
  margin-bottom: 10px;
}
.tax-date {
  float: left;
  margin-right: 10px;
}
.new {
  font-weight: bold;
  color: #EC4AA3;
  font-size: 12px;
}
#content h3.tax-new-title,
#content h3.my-favoite-article-title {
  border-left: none;
  padding-left: 0;
  font-size: 1rem;
}
/*▼私のお気に入りコスメ▼*/
.my-favorite {
  /*padding: 10px;*/
  margin-bottom: 10px;
}
#content h2.my-favorite-title {
  font-size: 18px;
  padding: 15px 10px;
  border-top: solid 1px #EC4AA3;
  border-bottom: solid 1px #EC4AA3;
 margin-bottom: 10px;
  background-color: #FBE5F2;
  background: -moz-radial-gradient( circle, #FFFBFC, #F9C7E4 );
    background: -o-radial-gradient( circle, #FFFBFC, #F9C7E4 );
    background: -webkit-radial-gradient( circle, #FFFBFC, #F9C7E4 );
    background: radial-gradient( circle, #FFFBFC, #F9C7E4 );
}
.my-favorite-article {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}
.my-favorite-catch {
  /*color: #ec4ca6;*/
  /*font-weight: bold;*/
  font-size: 16px;
  line-height: 1.25;
}
.my-favorite-item {
  font-size: 21px;
  font-weight: bold;
  /*padding: 5px 0;*/
}
.my-favorite-item span {
  font-size: 16px;
}
.my-favorite-photo {
  margin: 10px 0;
  /*position: relative;*/
  padding: 4px;
  border: solid 1px #ccc;
}
.my-favorite-photo-text {
}
.my-favorite-photo-inside {
  /*position:absolute;
  z-index:0;*/
}
.my-favorite-photo img {
  /*padding: 4px;*/
  border: solid 1px #E9E9E9;
}
.my-favorite-date {
  font-size: 12px;
}
.my-favorite-kochira {
  text-align: right;
  font-size: 14px;
}

/*--------------------------------------
▼ メインコンテンツ
------------------------------------- */
.pr {
  text-align: right;
  font-size: 80%;
  margin: 0 5px 10px 0;
}

/*#content {
   padding-right: 10px;
   padding-left: 10px;
   width: 640px;
}
#content,
#content input,
#content textarea {
  color: #444;
   font-size: 16px;
  line-height: 1.6em;
}*/
.etvos-campaign,
.etvos-campaign-front { /* ETVOSのキャンペーン告知*/
  padding: 10px;
  border: solid 1px #ccc;
  color: #EC4AA3;
  /*font-weight: bold;*/
  font-size: 16px;
  margin-bottom: 10px;
}
.etvos-campaign-front {
  padding: 5px;
  margin: 10px 0;
}
.main_banner { /* メイン部分のバナー */
  margin-bottom: 10px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-bottom: 30px;
}
.evaluation {
  background: #FCEFF8;
  margin: 10px;
  padding: 30px 10px 20px;
}
#content .evaluation h3,
#content .evaluation h4 {
  font-size: 21px;
  font-weight: bold;
  border-left: none;
  color: #ec4ca6;
}
/*-- お問い合わせフォーム --*/
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}
/*心に響いた言葉*/
.analects_bg {
  position: relative;
  margin-bottom: 10px;
}
.analects_flower {
  position: absolute;
  /*z-index: 1;*/
  top: -50px; /* 本来の位置から上に50px上げて表示 */
  right: 10px;
}
.analects_contents {
  margin-top: 60px;
  padding: 90px 40px 20px 40px;
  background-color: #E9E2D8;
  background: radial-gradient( circle, #fff, #E9E2D8 );
}
.phrase {
  margin-bottom: 10px;
}
.author,
.title-etc {
  font-size: 12px;
  text-align: right;
}
.memo {
  margin: 0 10px 0 10px;
}
.page-navi {
  text-align: center;
  margin: 15px 0;
  line-height: 2.5;
  max-width: 100%;
  word-wrap: break-word;
}
.insta {
  margin: 30px 10%;
}

/*--------------------------------------
▼ テーブル
--------------------------------------*/
table {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 10px 0;
  text-align: left;
  width: 100%;
}
table.tb-01 {
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
  font-size: 11px;
}
table caption {
  margin-bottom: 5px;
  font-weight: bold;
}
tr th, /*-- 見出し --*/
thead th {
  background: #f9f8f5;
  font-weight: normal;
  line-height: 1.125;
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
  text-align: center;
}
table.detail tr th {
  width: 30%;
  padding-left: 10px;
}
table.effects tr th {
  width: 11%;
  font-size: 12px;
  padding: 5px;
}
th.side {
  width: 40%;
}
td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 10px;
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
}
table.effects td {
  padding: 10px;
  color: #666;
  font-style: bold;
  vertical-align: middle;
  text-align: center;
  font-size: 38px;
}
tr td ul {/*-- 表の中のul --*/
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 0;
}

tr td ol {/*-- 表の中のul --*/
  margin-left: 0;
  padding-left: 30px;
  margin-bottom: 0;
}
#content tr.odd td {
  background: #f2f7fc;
}
/*.page-title {
  font-size: 24px;
  background: url(images/title_bg.jpg) repeat-y;
  padding: 30px 20px 30px;
  border-top: solid 12px #EC4AA3;
  border-bottom: solid 2px #EC4AA3;
  margin-top: 10px;
  margin-bottom: 0;
}*/
.page-title a:link,
.page-title a:visited {
  color: #888;
  text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color: #ff4b33;
}
.article-category {
  margin-bottom: 10px;
}
.thumb {
  float: left;
  margin-right: 10px;
}
.attachment-75x75 {
  width: 75px;
  height: 75px;
  border: 1px solid #ccc;
}
.entry-title-category {
  line-height: 1.25em;
  font-size: 16px;
  padding-top: 5px;
}
#content h2.entry-title-category {
  margin-bottom: 5px;
}
.aioseop-description {
  font-size: 14px;
  line-height: 1.25;
}
.entry-meta-category {
  color: #333;
  font-size: 12px;
  text-align: right;
  line-height: 1em;
  margin: 5px 0 10px 0;
}
.entry-title,
.page-title {/*--タイトルのbg --*/
  clear: both;
  font-size: 18px;
  background-color: #FBE5F2;
  background: -moz-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: -o-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: -webkit-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: radial-gradient( circle, #FFFBFC, #F9C7E4 );
  padding: 10px;
  border-top: solid 8px #EC4AA3;
  border-bottom: solid 2px #EC4AA3;
  /*margin-top: 10px;*/
  margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
  color: #444;
  text-decoration: none;
}
.entry-title a:hover,
.entry-title a:active {
  text-decoration: underline;
}
.entry-meta {
  float: right;
  color: #888;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
  line-height: 2;
  margin-bottom: 10px;
  width: 100%;
}
.entry-content,
.entry-summary {
  clear: both;
  padding: 0;
  font-size: 14px;
}
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}
.entry-content input {
  margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}
.entry-content label {
  color: #888;
  font-size: 12px;
}
.entry-content select {
  margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}
body.page .edit-link {
  clear: both;
  display: block;
}
.entry-utility {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a,
.entry-utility a {
  color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}
#content .video-player {
  padding: 0;
}
/*--------------------------------------
▼ フロート
------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignnone {
  margin-bottom: 10px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignleft01,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.floatR {
  float: right;
  margin-bottom: 20px;
  padding: 0;
}
.floatL {
  float: left;
  margin-right: 20px;
  padding: 0;
}
/*▼センター揃えはこれを使う▼*/
.center {
  text-align: center;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: inline;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  line-height: 18px;
  max-width: 100%;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*--------------------------------------
▼ ギャラリー
--------------------------------------*/
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {/*-- ギャラリーのキャプション --*/
  font-size: 12px;
  margin: 0 0 12px;
 padding: 10px 10px 0 10px;
 text-align: left;
 line-height: 1em;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  /*border: 10px solid #f1f1f1;*/
  padding: 8px;
  border: 1px solid #ccc;
}
.gallery br+br {
  display: none;
}
#content .attachment img {/* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
/*--------------------------------------
▼ ナビゲーション
------------------------------------- */
.more {/*-- 【続きを読む】の位置 --*/
  /*text-align: right;*/
  float: right;
  width: 50%;
}
.navigation {
  color: #333;
  font-size: 12px;
  line-height: 1em;
  overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
  color: #333;
  text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
  color: #0000ff;
  text-decoration: underline;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.meta-nav img {
  width: 60%;
}
#nav-above {
   margin: 0 0 18px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  margin: 10px 0 0 0;
}

/*▼toc▼*/
#content #toc_container {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 30px 30px;
  font-size: 90%;
}
#content #toc_container p.toc_title {
    font-weight: normal;
    font-size: 18px;
}
#content #toc_container li {
    margin: 0 0 20px 0;
    line-height: 1.4;
}
#content #toc_container li::before {
    font-family: "FontAwesome";
    content: "\f061";
    margin-right: 10px;
    color: #EC4AA3;
}
#content #toc_container a {
    text-decoration: underline;
}
#content #toc_container a:hover {
    text-decoration: underline;
}
/*--------------------------------------
▼ サイドバー ウィジットエリア
------------------------------------- */
.widget-area,
.widget-area p {
  font-size: 14px;
  line-height: 1.25;
}
.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: disc;
  margin-left: 1.3em;
}
.widget-area ul ul .cat-item {
  list-style: none;
  margin-left: -1.5em;
  padding: 10px 0px 10px 40px;
  margin-bottom: 0px;
  font-size: 13.5px;
  background: url(images/list_folder.png) no-repeat 0px 0px;
}
.widget-area ul ul .cat-item li {
  list-style: none;
  margin-left: -2.4em;
  padding: 10px 0px 0px 25px;
  font-size: 12px;
  background: url(images/list_arrow.png) no-repeat 0px 10px;
}
.widget-area select {
  max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  margin: 10px;
}
.widget-title {
  font-size: 15px;
  padding: 12px 0 8px 40px;
  background: url(images/title_ribbon.png) no-repeat 0px 0px;
  margin-bottom: 8px;
  border-bottom: solid 1px #d08282;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area .entry-meta {
  font-size: 11px;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 0 0 0;
}
#main .widget-area ul ul {
  border: none;
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}
.side-bannerimg {
  text-align: center;
  padding-top: 10px;
}
/*-------------------------------------
▼ フッター
------------------------------------- */
#colophon {
  border-top: 3px solid #D9CEB9;
  font-size: 12px;
  /*padding-top: 10px;
  padding-bottom: 10px;
  background: url(images/bg_footer.jpg) repeat-x;*/
}
#site-info {
  /*float: left;*/
  line-height: 1.5;
  color: #333;
  padding:10px;
  /*padding-left: 10px;*/
}
#site-info a:link,
#site-info a:visited {
  color: #333;
  text-decoration: none;
}
#site-info a:hover,
#site-info a:active {
  color: #333;
  text-decoration: underline;
}
/*--------------------------------------
▼ オリジナルのＣＳＳ
----------------------- */
.PR {
margin-bottom: -12px;
}
.PR-V {
margin-bottom: 7px;
}
.PR-B {
margin-bottom: -12px;
border: solid 1px #e09c9b;
}
.marker {
font-weight: normal;
background-color: #F5E1E0;
}
b {
    font-weight: normal;
    background: linear-gradient(transparent 50%, rgba(255, 103, 149, 0.21) 80%);
}
.strong {
  font-weight: bold;
}
.markerBlue{
font-weight: normal;
background-color: #B9E3FF;
}
.markerYellow{
font-weight: normal;
background-color: #FFFF99;
}
.markerGreen{
font-weight: normal;
background-color: #BBE8BB;
}
.positionCenter{
text-align: center;
}
.clear{
clear: left;
}
.clearboth{
clear: both;
}
.small{
font-size: 10.5px;
}
.summary{
background-image: url(images/ul_bg.jpg);
padding: 20px 10px 0px 10px;
border-style: solid;
border-width: 1px;
border-color: #ccc;
}
.line{
background: url(images/butterfly_line.jpg) repeat-y 3px 0;
padding: 0 0 0 60px;
font-size: 14px;
line-height: 45px;
}
.line ul{
list-style-type: none;
padding: 0 ;
}
.lineG{
background: url(images/butterfly_line_g.jpg) repeat-y 3px 0;
padding: 0 0 0 60px;
font-size: 14px;
line-height: 45px;
}
.lineG ul{
list-style-type: none;
padding: 0 ;
}
/*.flower01,
.flower02,
.flower03,
.flower04,
.lacePink{
  padding: 10px;
  border: dashed 1px #ccc;
  margin-bottom: 15px;
}*/
/*.flower02{
background: url(images/flower02.png) no-repeat 10px 20px;
padding: 20px 10px 20px 180px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
margin-bottom: 15px;
font-size: 12px;
}*/
.flowerSmall {
  background: url(images/flowerSmall.png) no-repeat center 10%;
  padding: 130px 20px 10px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #ccc;
  /* font-size: 12px; */
}
.flowerSmall01 {
  background: url(images/flowerSmall01.png) no-repeat center 3%;
  padding: 130px 20px 10px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #ccc;
  /* font-size: 12px; */
}
.lacePink {
  background: url(images/lace_pink.png) no-repeat center 10px;
  padding: 125px 20px 10px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  /* height: 120px; */
  /* font-size: 12px; */
}
.ranking{
background: url(images/ranking.jpg) no-repeat 20px 20px;
padding: 20px 10px 20px 180px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
margin-bottom: 15px;
}
.book01{
background: url(images/book01.png) no-repeat 20px 20px;
padding: 20px 10px 10px 180px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
}
.article{
background: url(images/article02.jpg) no-repeat 5px 10px;
padding: 10px 10px 10px 120px;
/*border-style: dashed;
border-width: 1px;
border-color: #ccc;*/
}
.img{
margin: 5px;
text-align: center;
}
.capture{
margin-top: 10px;
margin-bottom: 5px;
padding: 10px 10px 10px 10px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
/*font-size: 12px;*/
line-height: 1.8em;
}
.capturePink{
margin-top: 10px;
margin-bottom: 5px;
padding: 10px 10px 10px 10px;
border-style: double;
border-width: 3px;
border-color: #F8B4D9;
}
.capture01{
margin-top: -10px;
margin-bottom: 5px;
padding: 20px 0px 0px 30px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
}
div .capture h3{
line-height: 1em;
margin-bottom: 0;
}
.summaryBoard {
  background: url(images/summary_bg.jpg) no-repeat center top;
  padding: 120px 20px 10px 20px;
  text-align: center;
  font-size: 16px;
  color: #777;
  font-weight: bold;
  border: 1px dashed #ccc;
}
#content .entry-content h2,
.midashi{/*-- 見出し --*/
  background-color: #FBE5F2;
  background: -moz-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: -o-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: -webkit-radial-gradient( circle, #FFFBFC, #F9C7E4 );
  background: radial-gradient( circle, #FFFBFC, #F9C7E4 );
  font-size: 18px;
  margin-bottom: 30px;
  padding: 10px;
  border-top: solid 1px #EC4AA3;
  border-bottom: solid 1px #EC4AA3;
}
.midashi span {
  font-size: 16px;
}
#content h3,
#content h4 {
  font-size: 18px;
  /*font-style: bold;*/
  padding-left: 10px;
  border-left: 8px solid #EC4AA3;
}
/*blockquote {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  border: 1px dashed #ccc;
  margin: 0 10px 1em 10px;
  background: radial-gradient( circle, #FEFEFE, #EEEDED );
}*/
blockquote,
.attention,
.attention-p,
.column,
.ingre {
  margin: 0 0 30px;
  border: 1px #e5e5e5 solid;
  padding: 35px 30px 10px 60px;
  background: #f9f8f5;
  position: relative;
}
.attention-p {
  border: none;
  background: #ff679524;
}

.ingre {
  background: #fff;
  padding: 40px 60px;
}
.column {
  padding: 25px 30px 0 50px;
}
blockquote p,
.attention p,
.attention-p p {
  font-size: 95%;
}
.column p {
  font-size: 80%;
  margin-bottom: 15px;
}
blockquote::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: rgba(236, 74, 163, 0.34);
    position: absolute;
    top: 25px;
    left: 15px;
}
.attention::before,
.attention-p::before {
    content: '\f004';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: rgba(236, 74, 163, 0.34);
    position: absolute;
    top: 30px;
    left: 20px;
}
.column::before {
    content: '\f27b';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: rgba(236, 74, 163, 0.34);
    position: absolute;
    top: 15px;
    left: 15px;
}
.thankyouBoard{
background: url(images/20110731_thankyou.png) no-repeat;
padding: 145px 96px 0px 163px;
color: #724D34;
font-size: 18px;
line-height: 150%;
text-align: left;
width: 621px;
height: 230px;
margin-top: -15px;
margin-left: 8px;
}
.margin-left{
margin-left: 30px;
}
.welcomeBoard{
background: url(images/top_message.jpg) no-repeat;
padding: 50px 0 0 0;
font-size: 12px;
line-height: 120%;
text-align: center;
margin-top: -20px;
height: 140px;
}
.welcomeBoardBottom{
background: url(images/top_message_bottom.jpg) no-repeat;
line-height: 120%;
text-align: center;
height: 2px;
margin-bottom: 30px;
}
.white a:link
.white a:visited {
  color: #fff;
}
.white a:active,
.white a:hover {
  color: #fff;
}*/
cite,
em,
i {
  font-style: normal;
}
.fukidashi{
line-height: 138%;
width: 300px;
padding: 8px 5px 8px 5px;
border-style: dotted;
border-width: 1px;
border-color: #ccc;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 5px;
  margin-top: 4px;
}
#content .blogRanking ul{
list-style-type: none;
margin: 0px;
}
.blogRanking{
background: url(images/blogRanking_bg.jpg) repeat-y right;
/*width: 640px;*/
padding: 8px 5px 8px 5px;
border-style: dotted;
border-width: 1px;
border-color: #ccc;
line-height: 1.5em;
margin-bottom: 20px;
}
.point01{
background: url(images/point01.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point02{
background: url(images/point02.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point03{
background: url(images/point03.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point04{
background: url(images/point04.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point05{
background: url(images/point05.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point06{
background: url(images/point06.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point07{
background: url(images/point07.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point08{
background: url(images/point08.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point09{
background: url(images/point09.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.point10{
background: url(images/point10.png) no-repeat 5% center;
min-height: 90px;
padding: 10px 10px 0px 110px;
margin-bottom: 15px;
}
.img-shadow{
box-shadow: 3px 3px 3px rgba(204,204,204,0.5);
}

div.breadcrumbs{
position: relative;
color: #888;
font-size: 12px;
line-height: 1.2em;
padding: 10px 0;
}

#content ul .similar-posts{
margin-bottom: 20px;
}
.similarPosts{
padding: 15px 15px 15px 15px;
border-style: dashed;
border-width: 1px;
border-color: #ccc;
font-size: 12px;
}
#content h3{
  /*color: #403c3a;*/
  line-height: 1.3em;
margin: 0 0 15px 0;
}
/*.one-column #content {
  margin: 0 auto;
  width: 920px;
  margin: 0 10px 0 10px;
}*/
.red {
  /*font-weight: bold;*/
  color: #ec4ca6;
}
.redback {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  background: #ec4ca6;
  border: solid 1px #ec4ca6;
  border-radius: 5px;
  margin-bottom: 5px;
}
/* アドセンス、広告、バナー */
ins { /*gooogle adsenseの背景を消す*/
  background-color:transparent;
}
.adsense {
  margin: 50px 10%;
}

/*▼ モバイルとPCの表示をコントロールする ▼*/
.display_pc_only {
  display: none;
}
.display_mb_only {
  display: block;
}

.adsense-credit {
  text-align: right;
  font-size: 12px;
}
div .adsense-top{
float: right;
}
div .adsense-left{
float: left;
margin-right: 10px;
margin-left: 15px;
margin-bottom: 10px;
}
.text-under-ad {
  font-size: 12px;
  line-height: 1.5em;
  padding-right: 85px;
  padding-left: 85px;
}
.banner_center { /* バナーのセンター表示 */
  text-align: center;
}
[class*="link_blue"] a img { /* JaNetのリンク画像を非表示 */
  display: none;
}
.link_blue {
  margin-right: 50px;
  margin-left: 50px;
}
.link_blue a:link,
.link_blue a:visited {/*外部リンク*/
  color: #0066cc;
  /*font-weight: bold;*/
   /*text-decoration: underline;*/
}
.link_blue a:active,
.link_blue a:hover {/*外部リンク*/
  color: #0066cc;
  /*font-weight: bold;*/
    /*text-decoration: underline;*/
}
.link_blue_01 a:link,
.link_blue_01 a:visited {/*外部リンク*/
  color: #0066cc;
  /*font-weight: bold;*/
   /*text-decoration: underline;*/
}
.link_blue_01 a:active,
.link_blue_01 a:hover {/*外部リンク*/
  color: #0066cc;
  /*font-weight: bold;*/
    /*text-decoration: underline;*/
}

/*-- ページナビ --*/
.wp-pagenavi {
  text-align: center;
  margin-bottom: 15px;
}
/*-- 関連記事 --*/
.yarpp-related {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
}
#content .yarpp-related h3 {
  font-size: 18px;
  padding: 5px;
  font-weight: normal;
}
.yarpp-related .article01 {
  float: left;
  padding-right: 10px;
}
.yarpp-related .article01 {
  padding-top: 5px;
  font-size: 14px;
}
.yarpp-related .article01 .thumbnail01 {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.yarpp-related .article01 .thumbnail01 .wp-post-image {
  margin: 0;
  border: 1px solid #ccc;
}
.yarpp-related .article01 .date01 {
  font-size: 11px;
  text-align: right;
  line-height: 1.2;
}
.yarpp-related a:link,
.yarpp-related a:visited,
.yarpp-related a:active,
.yarpp-related a:hover {
  text-decoration: underline;
  font-weight: normal !important;
}
div .biteki{
margin-top: -30px;
padding-bottom: -100px;
}
.left{
display: inline;
float: left;
width: 200px;
margin-right: 20px;
margin-bottom: 35px;
margin-top: 35px;
}
.left01{
display: inline;
float: left;
width: 200px;
margin-bottom: 35px;
margin-top: 35px;
}
#content h5{
font-size: 130.25%;
line-height: 1em;
margin-bottom: 0;
}
.border {
  border: solid 1px #ccc;
}
/*▼ ＋枠、＋キャプションの写真 ▼*/
.waku {
    padding: 5px;
    border: solid 1px #ccc;
    margin: 0 auto 30px auto;
    width: 100%;
}
.waku .caption {
  padding: 10px 5px 5px 5px;
  line-height: 1.5;
  font-size: 95%;
}
.waku .quo {
  font-size: small;
}
.waku .quo a {
  /*color: #aaa;*/
}
.link-blue,
.link-gray {
  margin: 40px 20px;
    /* text-align: center; */
    font-weight: bold;
    /*font-size: 108%;*/
}
.column .link-blue {
  font-weight: normal;
  font-size: 90%;
}
.link-blue a {
    color: #2A99FF;
}
.link-gray a {
    color: #aaa;
}
.link-blue a:hover,
.link-gray a:hover {
  color: #0000ff;
}
.link-gray-small {
    display: block;
    font-size: 12px;
    margin: 0 0 30px;
    text-align: right;
}
.link-gray-small a {
    color: #aaa;
}
/*▼ 内部リンク、外部リンク（imgあり） ▼*/
.link-post,
.eximg {
    margin: 0 0 30px 0;
    border: 1px solid #ededed;
    background: #f9f8f4;
  line-height: 1.25;
}
.link-post a,
.eximg a {
    color: #383838;
    display: block;
    padding: 25px 20px 20px;
  text-decoration: none;
  font-size: 90%;
}
.link-post a:hover,
.eximg a:hover {
  background: #fff;
}
.link-thumb,
.eximg-img {
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
    padding: 2px;
    border: 1px solid #e5e5e5;
}
.link-thumb img,
.eximg-img img {
  border: 1px solid #e5e5e5;
}
.eximg-img img {
  width: 120px;
}
.link-post a .title {
    text-decoration: underline;
    /*font-size: 90%;*/
  display: block;
  margin-bottom: 10px;
}
.eximg a .eximg-product {
  text-decoration: underline;
  margin-bottom: 10px;
  display: inherit;
  color: #0066cc;
}
span.title i,
span.eximg-product i
 {
    color: #EC4AA3;
}
a span.desc {
    text-decoration: none;
    font-size: 12px;
}
.link-post .desc {
  font-size: 12px;
  line-height: 1.8;
}
span.eximg-desc {
    display: inherit;
    padding: 10px 0;
}
span.eximg-link {
    color: #999;
    display: inherit;
    margin: 10px 0;
}
/*▼ youtube ▼*/
.youtube {
    position: relative;
    padding-top: 56.25%;
    margin: 0 5px 30px 5px;
    overflow: hidden;
    /* height: 0; */
}
.youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sp-bottom {
  visibility: visible;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  overflow: hidden;
  z-index: 99999999;
  /*color: #eeeeee;*/
  width: 100%;
  line-height:1.25;
  left: 0;
  bottom: 0;
  background: #EC4AA3;
  /*padding: 10px;*/
  color: #fff;
}
.sp-bottom-inner {
  padding: 10px;
  display: inline-block;
}
.sp-bottom a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  /*display: block;*/
  /*padding: 10px;*/
  /*background-color: #EC4AA3;*/
}
.sp-bottom a:hover {
  /*text-decoration: underline;*/
}
.ugg-camp a::before {
font-family: "FontAwesome";
    content: "\f138";
    /*margin-right: 10px;*/
    /*color: #EC4AA3;*/
  font-size: 20px;
}
.sp-bottom a small {
  font-weight: normal;
}
.sp-bottom .admin-info,
.sp-bottom .admin-info a {
  font-weight: normal;
  font-size: 85%;
}
/* ----------------------------------
▼ clearfix
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}
.clearNew { /* floatのクリアにはこれを使う */
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*--------------------------------------▼　マージン（縦方向、垂直方向）の設定
--------------------------------------*/
.margin20 {
  margin: 20px;
}
.mbottom{
   margin-bottom: 20px;
}
.mbottom10{
   margin-bottom: 10px;
}
.pbottom10{
   padding-bottom: 10px;
}
.mbottom5{
   margin-bottom: 5px;
}
.mtop10 {
  margin-top: 10px;
}
.mtop20 {
   margin-top: 20px;
}
.mtop-10 {
   margin-top: -10px;
}
.mtop-15 {
   margin-top: -15px;
}
.mtop-20 {
   margin-top: -20px;
}
.mtop-30 {
   margin-top: -30px;
}
.center {
  text-align: center;
}
.mleft10 {
  margin-left: 10px;
}
/*--------------------------------------
▼　心に響く言葉
------------------------------------- */
/*心に響いた言葉*/
.analects_bg {
  position: relative;
  margin-bottom: 10px;
}
.analects_flower {
  position: absolute;
  /*z-index: 1;*/
  width: 40%;
  top: -30px; /* 本来の位置から上に50px上げて表示 */
  right: 10px;
}
.analects_flower-top {
  position: absolute;
  /*z-index: 1;*/
  width: 20%;
  bottom: -20px; /* 本来の位置から20px下げて表示 */
  right: 10px;
}
.analects_contents {
  margin-top: 50px;
  padding: 100px 20px 20px 20px;
  background-color: #E9E2D8;
  background: radial-gradient( circle, #fff, #E9E2D8 );
}
.analects_contents-top {
  margin-bottom: 30px;
  /*padding: 90px 40px 20px 40px;*/
  padding: 20px;
  background-color: #F9E4E5;
  background: radial-gradient( circle, #fff, #F9E4E5 );
}
.phrase {
  margin-bottom: 10px;
}
.author,
.title-etc {
  font-size: 12px;
  text-align: right;
}
.memo {
  margin: 0 10px 0 10px;
}
.tax-title {
  border-top: 6px solid #EC4AA3;
  font-size: 26px;
}
.tax-title-inside {
  margin: 3px 0;
  border-top: 2px solid #EC4AA3;
  border-bottom: 2px solid #EC4AA3;
  padding: 10px;
}
.tax-description {
  padding: 10px 0;
}
.tax-new-contents {
  border: 6px solid #F6BFC1;
  font-size: 14px;
  margin-bottom: 10px;
}
.tax-new-contents-inside {
  border: 2px solid #F6BFC1;
  margin: 3px;
  padding: 10px;
}
.tax-new {
  font-size: 24px;
  padding: 5px 0;
}
.tax-article {
  margin-bottom: 10px;
}
#content h3.tax-new-title {
  border-left: none;
  padding-left: 0;
  font-size: 1rem;
}
.bt_tax-link {
  font-size: 14px;
  float: right;
  margin: 0 10px 10px 0;
}
/*--------------------------------------
▼ オラクル
------------------------------------- */
.term_desc {
  display: none;
}
.tax-link {
  font-size: 12px;
  float: right;
  margin-right: 10px;
}
.metaslider .caption-wrap {
  background: #F060A3 !important;
  opacity: 0.7 !important;
}
.metaslider .caption {
  font-size: 12px;
  line-height: 1.25;
}
.flex-control-paging li a {
  background: #fcd6e7 !important;
  opacity: 0.8 !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background: #F060A3 !important;
}
.linked_post { /*文中関連記事*/
  margin: 15px 20px;
  padding: 20px;
  background-color: #FEF1F7;
background: llinear-gradient( -45deg, #FEF0F7, #FFF7FA );
}
/*--------------------------------------【メディアクエリー(Media queries)】
------------------------------------- */
/*-- 600px以上のデバイス --*/
@media screen and (min-width: 600px) {
  #wrapper {
    margin: 0 auto;
    max-width: 990px;
    max-width: 61.875rem;
    overflow: hidden;
  }
  #container {
    float: right;
    width: 66.1%; /* 640px 誤差を手動で調整 なぜ？ */
  }
  .term_desc {
  display: inline;
  }
  #site-title {
  display: block;
  }
#site-description {
  display: block;
  }
  .more {
  width: 40%;
  }
  .mokuji ol {
  margin-left: 50px;
  }
  /*▼ランダムに名言を表示▼*/
#top-analect,
.top-analect {
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 12.5px;
  }
#top-analect p,
.top-analect p {
  font-size: 12.5px;
  }
.entry-content,
.entry-summary {
  font-size: 16px;
  margin: 0 20px;
  }
  p {
  font-size: 16px;
  padding: 0 20px;
  }
  .photo-in-main {
  margin: 0 20px 1em 20px;
  }
/*  blockquote {
  margin: 0 30px 1em 30px;
  }*/
blockquote,
.attention,
.attention-p
.column,
.ingre {
  margin: 0 10% 30px;
}
blockquote::before {
  font-size: 32px;
  left: 25px;
}
.attention::before,
.attention-p::before {
  left: 30px;
}
.column::before {
    font-size: 30px;
    left: 20px;
}
  ol {
  padding: 10px 50px;
  }
  #primary {
    float: left;
    width: 33%; /* 320px 誤差を手動で調整 なぜ？ */
  }
  #footer {
    clear: both;
    width: 100%;
}
  ul.list-mark {
    margin-left: 20px;
    margin-left: 1.25rem; /* pcのみ */
  }
  ul.list-mark-01,
  ul.list-plus {
    width: 80%;
    padding: 40px 40px 20px;
  }
ul.simple {
  width: 80%;
  padding: 5px 40px 0px;
}
  .gallery .gallery-caption {/*-- ギャラリーのキャプション --*/
  padding: 0 20px 0 25px;
  }
  .entry-title,
  .page-title {
  font-size: 21px;
  padding: 10px 20px;
  }
.summaryBoard {
  padding: 120px 60px 10px 60px;
  font-size: 21px;
  }
#content h3 {
  margin: 0 20px 15px 20px;
}
/*-- 関連記事 --*/
  .yarpp-related .article01 {
  width: 50%;
  padding-left: 10px;
  }
  .meta-nav img {
  width: 60%;
  }
  .meta-nav img {
  width: 45%;
  }
.yarpp-related a:link, .yarpp-related a:visited, .yarpp-related a:active, .yarpp-related a:hover {
  text-decoration: none;
}
#content #toc_container {
    width: 80%;
    padding: 30px 40px;
}
#content #toc_container a {
    text-decoration: none;
}
.waku {
    width: 80%;
}
.link-blue,
.link-gray {
  margin: 50px 70px;
}
.link-gray-small {
  margin: 0 20px 30px;
}
table.tb-01 {
  width: 80%;
  margin: 0 10% 30px;
  font-size: 14px;
}
.link-post,
.eximg {
    margin: 0 10% 30px 10%;
}
.eximg-img img {
  width: 150px;
}
.youtube {
    margin: 30px 10%;
}

.adsense {
  margin: 40px 20%;
}

/*▼ モバイルとPCの表示をコントロールする ▼*/
  .display_pc_only {
  display: block;
  }
  .display_mb_only {
  display: none;
  }

/*心に響いた言葉*/
  .analects_flower {
   width: 20%;
  }
  .analects_contents {
  padding: 120px 40px 20px 40px;
  }
/* オラクル */
.linked_post { /*文中関連記事*/
    font-size: 14px;
    margin: 15px 40px;
    padding: 20px;
}
}/* 注！削除しない */

/*-- 960px以上のデバイス （背景を設定） --*/
@media screen and (min-width: 960px) {
  body {
    background-color: #fff;
    background: url(./images/bg.png) fixed repeat-x left top;
  }
  body #wrapper {
    margin-top: 10px; /* 個別に設定。センター表示のため。理由は? */
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border: solid 1px #ccc;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
}/* 注！削除しない */