@charset "UTF-8";
/*
Threme Name: すてきな気分
Threme URI: http://www.nicefeeling.jp/blog/
Description: NiceFeeling Blog
Version: 2.0
Author: NiceFeeling
*/


/* -------------------------------------
リセット
------------------------------------- */

html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
}

body {
  background: #fbf8ec;
  color: #545454;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.3;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

img {
  vertical-align: bottom;
}


/* -------------------------------------
micro cf 
------------------------------------- */

/* For modern browsers */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}


/* -------------------------------------
汎用クラス
------------------------------------- */

.clear {
  clear: both;
}

.hide {
  display: none;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.txN {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  }

.flL {
  float: left;
  }

.flR {
  float: right;
  }

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.red {
  color: #ec0000;
}

.blue {
  color: #4E9AE0;
}

.green {
  color: #64B65A;
}

.orange {
  color: #FF8400;
}

.gray {
  color: #878787;
  font-size: 1.2rem;
}


/* -------------------------------------
リンク
------------------------------------- */

a:link, a:visited {
  color: #FC9536;
}

a:hover {
  color: #FC9536;
  text-decoration: none;
}

a img:hover,
.subright .inquiry a:hover,
ul.bnrF a:hover,
dl.rfp a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* IE */
}


/* -------------------------------------
アイコンフォント
------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?80655908');
  src: url('font/fontello.eot?80655908#iefix') format('rembedded-opentype'),
           url('font/fontello.woff?80655908') format('woff'),
           url('font/fontello.ttf?80655908') format('truetype'),
           url('font/fontello.svg?80655908#fontello') format('svg');
}



@media screen and (max-width: 540px) { /* スマートフォン */

  p {
    margin: 10px auto;
    line-height: 1.5;
  }

  .container {
    margin: 0;
  }

  .header {
    height: 79px;
    background: url(img/blogheader_sp.jpg) no-repeat;
    background-size: auto 79px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .header a {
    height: 79px;
    display: block;
  }


/* -------------------------------------
エントリー
------------------------------------- */

  .post {
    width: auto;
    margin: 10px;
    padding: 10px;
    background: #faffef;
    border-radius: 5px ;
    border: 1px solid #ccc;

  }

  .entry-title,
  .page-title {
    min-height: 25px;
    color: #ff9000;
    font-weight: bold;
    background: url(img/entry_title.jpg) no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 25px;
    font-size: 1.6rem;
  }

  .entry-title a,
  .page-title a {
    min-height: 49px;
    color: #ff9000;
    text-decoration: none;
  }

  .entry-title a:hover,
  .page-title a:hover {
    color: #ff9000;
    text-decoration: underline;
  }

  .entry-content img {
    padding: 4px;
    border-top: 1px #D1D1D1 solid;
    border-right: 1px #989898 solid;
    border-bottom: 1px #989898 solid;
    border-left: 1px #D1D1D1 solid;
    background: #fff;
  }

  .entry-content img.aligncenter,
  .entry-content img.alignleft,
  .entry-content img.alignright,
  .entry-content img.imgL,
  .entry-content img.imgR {
    float: none;
    display: block;
    max-width: 95%;
    margin: 0 auto 10px auto;
  }


/* -------------------------------------
SNSブクマ
------------------------------------- */

  .wp_social_bookmarking_light {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .wp_social_bookmarking_light div {
    float: left;
    margin: 10px 5px;
  }

  .wsbl_twitter{
    width: 87px;
  }

  .wsbl_google_plus_one {
    width: 53px;
  }

  .pocket-btn {
    width: 85px;
    position: relative;
    top: -10px;
  }

  .wp_social_bookmarking_light_clear {
    clear: both;
  }


/* -------------------------------------
メタ
------------------------------------- */

  .entry-meta {
    font-size: 1.2rem;
    text-align: right;
    color: #777;
  }

  ul.post-categories,
  ul.post-categories li {
    display: inline;
  }

  .wp-pagenavi {
    margin: 20px 5px !important;
  }


/* -------------------------------------
関連記事・コメント・トラックバック
------------------------------------- */

  .trackbacks,
  .comments,
  .commentsform,
  .comment-respond,
  .yarpp-related {
    margin: 15px auto 20px auto;
  }

  .trackbacks h2,
  .comments h3,
  .commentsform h3,
  .comment-respond h3,
  .yarpp-related h2 {
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0 0 10px 10px;
    border-left: 5px solid #6ECC49;
  }

  .trackbacks p,
  .comments p,
  .commentsform p {
    padding: 5px 0;
    margin: 0 10px;
  }

  .trackbacks input.tb_url,
  .comments p input#author,
  .comments p input#remail,
  .comments textarea {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
  }

  .comments p input#submit {
    display: block;
    margin: auto;
    width: 50%;
  }

  ol.commentlist li {
    margin: 0 0 20px 25px;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    list-style: disc;
  }


/* -------------------------------------
関連記事
------------------------------------- */

  .yarpp-related ul {
    width: 90%;
    margin: auto;
  }

  .yarpp-related ul li {
    list-style: circle;
    margin: 0 0 10px 30px;
  }


/* -------------------------------------
コメント
------------------------------------- */

  .comments ol.comment-list {
    width: 80%;
    margin: 10px auto;
  }

  form#commentform {
    width: 95%;
    margin: 10px auto;
  }

  span.required {
    color: #f00;
  }

  form#commentform input {
    display: block;
  }

  input#submit {
    text-align: center;
  }


/* -------------------------------------
カテゴリ・タグ・アーカイブタイトル
------------------------------------- */

  .cat_tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 15px 0;
  }


/* -------------------------------------
サイドバー
------------------------------------- */

  .side {
    width: 80%;
    margin: 10px auto
  }

  .side .menu {
    width: 250px;
    margin: 10px auto 20px auto;
    padding: 7px 0 10px 0;
    background: #ffad1f;
    border-radius: 5px ;
  }

  .side .menu h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .side .menu .menu_body {
    width: 86%;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 7px;
    background: #fff;
    border-radius: 3px;
  }

  .side aside.menu .menu_body img {
    float: right;
    margin: 0 0 0 5px;
  }

  .side .menu .menu_body ul  {
    margin-left: 20px;
    list-style: circle;
  }

  .side .menu .menu_body ol  {
    margin-left: 20px;
    list-style: decimal;
  }

  .side .menu .menu_body li {
    margin-bottom: 10px;
  }


/* -------------------------------------
フッター
------------------------------------- */

  .footer {
    clear: both;
    color: #777;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #bcbcbc;
  }

  .footer a {
    display: block;
  }


/* -------------------------------------
非表示
------------------------------------- */

  p.comment-notes,
  p.comment-form-url,
  p.form-allowed-tags,
  .sideprof,
  .sidecal,
  .sidesearch,
  .sidepop,
  .sidetag,
  .sidearc {
    display: none;
  }

}



@media screen and (min-width: 541px) and (max-width: 800px) { /* タブレット */

  body {
    font-size: 1.6rem;
   }

  p {
    margin: 10px auto;
  }

  .container {
    margin: 0;
  }

  .header {
    height: 169px;
    background: url(img/blogheader_tab.jpg) no-repeat;
    background-size: auto 169px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .header a {
    height: 169px;
    display: block;
  }


/* -------------------------------------
エントリー
------------------------------------- */

  .post {
    width: auto;
    margin: 10px;
    padding: 10px;
    background: #faffef;
    border-radius: 5px ;
    border: 1px solid #ccc;
    line-height: 2.0;

  }

  .entry-title,
  .page-title {
    min-height: 25px;
    color: #ff9000;
    font-weight: bold;
    background: url(img/entry_title.jpg) no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 25px;
    font-size: 1.8rem;
  }

  .entry-title a,
  .page-title a {
    min-height: 49px;
    color: #ff9000;
    text-decoration: none;
  }

  .entry-title a:hover,
  .page-title a:hover {
    color: #ff9000;
    text-decoration: underline;
  }

  .entry-content img {
    padding: 4px;
    border-top: 1px #D1D1D1 solid;
    border-right: 1px #989898 solid;
    border-bottom: 1px #989898 solid;
    border-left: 1px #D1D1D1 solid;
    background: #fff;
  }

  .entry-content img.aligncenter {
    display: block;
    margin: 0 auto 10px auto;
  }

  .entry-content img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
  }

  .entry-content img.alignright {
    float: right;
    margin: 0 0 10px 10px;
  }


/* -------------------------------------
SNSブクマ
------------------------------------- */

  .wp_social_bookmarking_light {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .wp_social_bookmarking_light div {
    float: left;
    margin: 0 5px;
  }

  .wsbl_twitter{
    width: 87px;
  }

  .wsbl_google_plus_one {
    width: 53px;
  }

  .pocket-btn {
    width: 85px;
    position: relative;
    top: -10px;
  }

  .wp_social_bookmarking_light_clear {
    clear: both;
  }


/* -------------------------------------
メタ
------------------------------------- */

  .entry-meta {
    font-size: 1.4rem;
    text-align: right;
    color: #777;
  }

  ul.post-categories,
  ul.post-categories li {
    display: inline;
  }

  .wp-pagenavi {
    margin: 10px;
  }


/* -------------------------------------
関連記事・コメント・トラックバック
------------------------------------- */

  .trackbacks,
  .comments,
  .commentsform,
  .comment-respond,
  .yarpp-related {
    margin: 15px auto 20px auto;
  }

  .trackbacks h2,
  .comments h2,
  .commentsform h3,
  .comment-respond h3,
  .yarpp-related h2 {
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0 0 10px 20px;
    border-left: 5px solid #6ECC49;
  }

  .trackbacks p,
  .comments p,
  .commentsform p {
    padding: 5px 0;
    margin: 0 20px
  }

  .trackbacks input.tb_url,
  .comments p input#author,
  .comments p input#remail,
  .comments textarea {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
  }

  .comments p input#submit {
    display: block;
    margin: auto;
    width: 50%;
  }

  ol.commentlist li {
    margin: 0 0 20px 25px;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    list-style: disc;
  }

/* -------------------------------------
関連記事
------------------------------------- */

  .yarpp-related ul {
    width: 90%;
    margin: auto;
  }

  .yarpp-related ul li {
    list-style: circle;
    margin: 0 0 10px 30px;
  }


/* -------------------------------------
コメント
------------------------------------- */

  .comments ol.comment-list {
    width: 80%;
    margin: 10px auto;
  }

  form#commentform {
    width: 100%;
    margin: 10px auto;
  }

  span.required {
    color: #f00;
  }

  form#commentform input {
    display: block;
  }

  input#submit {
    text-align: center;
  }


/* -------------------------------------
カテゴリ・タブ・アーカイブタイトル
------------------------------------- */

  .cat_tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 15px 0;
  }

/* -------------------------------------
サイドバー
------------------------------------- */

  .side {
    width: 80%;
    margin: 10px auto
  }

  .side .menu {
    width: 250px;
    margin: 10px auto 20px auto;
    padding: 7px 0 10px 0;
    background: #ffad1f;
    border-radius: 5px ;
  }

  .side .menu h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .side .menu .menu_body {
    width: 86%;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 7px;
    background: #fff;
    border-radius: 3px;
  }

  .side aside.menu .menu_body img {
    float: right;
    margin: 0 0 0 5px;
  }

  .side .menu .menu_body ul  {
    margin-left: 20px;
    list-style: circle;
  }

  .side .menu .menu_body ol  {
    margin-left: 20px;
    list-style: decimal;
  }

  .side .menu .menu_body li {
  margin-bottom: 10px;
  }


/* -------------------------------------
フッター
------------------------------------- */

  .footer {
    clear: both;
    color: #777;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #bcbcbc;
  }


/* -------------------------------------
非表示
------------------------------------- */

  p.comment-notes,
  p.comment-form-url,
  p.form-allowed-tags,
  .sideprof,
  .sidecal,
  .sidesearch,
  .sidepop,
  .sidetag,
  .sidearc {
    display: none;
  }

}



@media all and (min-width: 801px) { /* PC */

  p {
    width: 95%;
    margin: 10px auto 20px auto;
  }

  .container {
    width: 910px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }


/* -------------------------------------
ヘッダー
------------------------------------- */

  .header {
    width: 910px;
    height: 150px;
    background: url(img/blogheader.jpg) no-repeat;
    margin: 0 0 20px 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999999px\9 /* IE8 */
  }

  .header a {
    display: block;
    width: 910px;
    height: 150px;
  }


  .content {
    width: 640px;
    float: left;
  }


/* -------------------------------------
エントリー
------------------------------------- */

  .post {
    width: auto;
    margin: 0 0 40px 0;
    padding: 10px;
    background: #faffef;
    border-radius: 5px ;
    border: 1px solid #ccc;
    line-height: 2.0;
  }

    .entry-title,
    .page-title {
      height: 49px;
      color: #ff9000;
      font-size: 1.8rem;
      font-weight: bold;
      background: url(img/entry_title.jpg) no-repeat;
      padding: 0 0 0 45px;
  }

  .entry-title a,
  .page-title a {
    color: #ff9000;
    text-decoration: none;
  }

  .entry-title a:hover,
  .page-title a:hover {
    color: #ff9000;
    text-decoration: underline;
  }

  .entry-content img {
    padding: 4px;
    border-top: 1px #D1D1D1 solid;
    border-right: 1px #989898 solid;
    border-bottom: 1px #989898 solid;
    border-left: 1px #D1D1D1 solid;
    background: #fff;
  }

  .entry-content img.aligncenter {
    display: block;
    margin: auto;
  }

  .entry-content img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
  }

  .entry-content img.alignright {
    float: right;
    margin: 0 0 10px 10px;
  }


/* -------------------------------------
SNSブクマ
------------------------------------- */

  .wp_social_bookmarking_light {
    width: 75%;
    margin: 0 0 0 auto;
  }

  .wp_social_bookmarking_light div {
    float: left;
    margin: 10px 5px;
  }

  .wsbl_twitter{
    width: 87px;
  }

  .wsbl_facebook_like {
      margin: 0 !important;
  }

  .wsbl_google_plus_one {
    width: 53px;
  }

  .pocket-btn {
    width: 85px;
    position: relative;
    top: -10px;
  }

  .wp_social_bookmarking_light_clear {
    clear: both;
  }


/* -------------------------------------
メタ
メ------------------------------------- */

  .entry-meta {
    font-size: 1.2rem;
    text-align: right;
    color: #777;
  }

  ul.post-categories,
  ul.post-categories li {
    display: inline;
  }


/* -------------------------------------
関連記事・コメント・トラックバック
------------------------------------- */

  .trackbacks,
  .comments,
  .comment-respond,
  .yarpp-related {
    margin: 15px auto 20px auto;
  }

  .trackbacks h2,
  .comments h2,
  .commentsform h3,
  .comment-respond h3,
  .yarpp-related h2 {
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    border-left: 5px solid #6ECC49;
    font-size: 1.6rem;
  }

  .trackbacks p,
  .comments p,
  .commentsform p {
    padding: 5px 0;
  }

  .trackbacks input.tb_url,
  .comments p input#author,
  .comments p input#remail,
  .comments textarea {
    max-width: 95%;
    padding: 2px;
    border: 1px solid #ccc;
  }

  .comments p input#submit {
    display: block;
    margin: auto;
    width: 50%;
  }

  ol.commentlist li {
    margin: 0 0 20px 25px;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    list-style: disc;
  }


/* -------------------------------------
関連記事
------------------------------------- */

  .yarpp-related ul {
    width: 90%;
    margin: auto;
  }

  .yarpp-related ul li {
    list-style: circle;
    margin: 0 0 10px 30px;
  }


/* -------------------------------------
コメント
------------------------------------- */

  .comments ol.comment-list {
    width: 80%;
    margin: 10px auto;
  }

  form#commentform {
  width: 80%;
  margin: 10px auto;
  }

  span.required {
    color: #f00;
  }

  form#commentform input {
    display: block;
  }

  input#submit {
    text-align: center;
  }

  p.comment-notes,
  p.comment-form-url,
  p.form-allowed-tags {
    display: none;
  }


/* -------------------------------------
カテゴリ・タグ・アーカイブ タイトル
------------------------------------- */

  .cat_tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 15px 0;
  }


/* -------------------------------------
サイドバー
------------------------------------- */

  .side {
    width: 250px;
    float: right;
  }

  .side .menu {
    width: 250px;
    margin: 10px auto 20px auto;
    padding: 7px 0 10px 0;
    background: #ffad1f;
    border-radius: 5px ;
  }

  .side .menu h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .side .menu .menu_body {
    width: 86%;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 7px;
    background: #fff;
    border-radius: 3px;
  }

  .side aside.menu .menu_body img {
    float: right;
    margin: 0 0 0 5px;
  }

  .side .menu .menu_body ul  {
    margin-left: 20px;
    list-style: circle;
  }

  .side .menu .menu_body ol  {
    margin-left: 20px;
    list-style: decimal;
  }

  .side .menu .menu_body li {
    margin-bottom: 10px;
  }

  input.field {
    width: 165px;
    height: 20px;
    border: 1px solid #ccc;
  }

  .tag a {
    margin: 0 2px;
    padding: 3px;
  }

  .tag a:hover {
    margin: 0 2px;
    padding: 2px;
    border: 1px solid #FC9536;
    background: #FC9536;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
  }

  select.archive {
    width: 100%;
  }


/* -------------------------------------
カレンダー
------------------------------------- */

  .side .menu .menu_body table {
    width: 95%;
    margin: 0px auto;
  }

  .side .menu .menu_body table caption {
    font-weight: bold;
    color: #C99015;
    text-align: center;
  }

  .side .menu .menu_body table th {
    text-align: center;
    padding: 3px 0px;
  }

  .side .menu .menu_body table td {
    text-align: center;
    padding: 3px 0px;
  }


/* -------------------------------------
フッター
------------------------------------- */

  .footer {
    clear: both;
    color: #777;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
    border-top: 1px solid #bcbcbc;
  }

}
