@charset "euc-jp";


/*
 * reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, 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 {
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, 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 {
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/*
 * tags
 */
body {
  background-color: #f5f5f5;
  color: #555;
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  line-height: 1.5;
  line-height: 1.5;
}
a {
  color: #00b1ab;
}
  a:hover {
    text-decoration: none;
  }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/*
 * module
 */
.clearfix {zoom: 1;}
.clearfix:after { display: block; clear: both; height: 0;content: "";}
.icon:before {
  display: block;
  float: left;
  margin-left: -18px;
  width: 16px;
  height: 16px;
  background-image: url(http://imaging.jugem.jp/template/mason_clip_mono/img/icon.png);
  content: '';
}
  .icon_trackback:before {
    margin-left: -10px;
    width: 8px;
    background-position: 0px top;
  }
  .icon_comment:before {
    background-position: -16px top;
  }
  .icon_author:before {
    background-position: -32px top;
  }
  .icon_permalink:before {
    margin-right: 0;
    background-position: -48px top;
    }
  .icon_category:before {
    background-position: -64px top;
  }
  .icon_pagetop:before {
    float: none;
    margin: 12px;
    background-position: -80px top;
    }
.google_font {
  letter-spacing: .1em;
  font-weight: normal !important;
  font-family: 'Economica', sans-serif !important;
}
.txt_upp {text-transform: uppercase;}
.txt_cap {text-transform: capitalize;}
.lv3_ttl {
  padding-bottom: 5px;
  color: #333;
  letter-spacing: 0;
  font-size: 28px;
}
.content_inner {
  padding: 0 10px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.text_block {
  clear: both;
  line-height: 1.8;
}
  .text_block h1,
  .text_block h2,
  .text_block h3 {
    margin: 20px 0 10px;
    color: #222;
    font-weight: bold;
    font-size: 16px;
  }
    .text_block h1:first-child,
    .text_block h2:first-child,
    .text_block h3:first-child {
      margin-top: 0;
    }
  .text_block p {
    margin: 10px 0;
  }
    .text_block p:first-child {
      margin-top: 0;
    }
  .text_block ul {
    margin: 10px 0 10px 26px;
  }
  .text_block ol {
    margin: 10px 0 10px 30px;
  }
.entry_lst {
  list-style: none;
}
  .entry_lst li {
    padding: 8px 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
  }
    .entry_lst li:first-child {
      border-top: none;
    }
  .entry_lst a {
    color: #222;
    text-decoration: none;
  }
    .entry_lst a:hover {
      text-decoration: underline;
    }
  .entry_lst span {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
  }
.footer_lst ul,
.recent_res_lst ul {
  list-style: none;
}
.recent_res_lst ul {
  line-height: 1.2;
}
  .footer_lst li,
  .recent_res_lst li {
    padding: 10px 0 9px;
    border-bottom: 1px solid #ccc;
  }
    .footer_lst li a {
      color: #222;
      text-decoration: none;
      font-size: 14px;
    }
      .footer_lst li a:hover {
        text-decoration: underline;
      }
    .footer_lst li span {
      margin-left: 10px;
      color: #999;
      font-size: 12px;
    }

/*
 * layout
 */
#wrapper {
  min-width: 768px;
}
#header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#blog_name {
  display: inline-block;
  float: left;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 30px;
}
  #blog_name a {
    color: #222;
  }
#blog_description {
  float: right;
  color: #666;
  line-height: 24px;
  *width: 100%;
}
.search_block {
  margin-left: 5px;
  height: 48px;
}
  .search_block form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 10px 0 26px;
    width: 174px;
    height: 38px;
    background-image: url(http://imaging.jugem.jp/template/mason_clip_mono/img/search.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .search_block form.form_focus {
    background-position: left bottom;
  }
  .search_block input[type="text"] {
    overflow: hidden;
    margin-top: 7px;
    width: 174px;
    height: 22px;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 12px;
    line-height: 22px;
  }
#container {
  margin-top: 20px;
  padding: 0 10px 30px;
  border-bottom: 1px solid #ccc;
}
#footer {
  background-color: #fff;
}
  .powered {
    line-height: 22px;
  }
    .powered span,
    .powered img {
      display: block;
      float: left;
    }
    .powered span {
      margin-right: 10px;
      margin-left: 0 !important;
    }
#copyright {
  padding: 20px;
}
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  font-size: 10px;
}
  #pagetop a {
    display: block; overflow: hidden;
    height: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-indent: 100%; white-space: nowrap;
  }

/*
 * entry_nav
 */
.entry_nav {
  padding: 0 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  background-color: #dfdfdf;
}
  /* calendar */
  #calendar {
    color: #999;
    font-size: 18px;
    line-height: 2;
  }
    #calendar a {
      color: #000;
      text-decoration: none;
    }
      #calendar a:hover {
        text-decoration: underline;
      }
  /* pager */
  #pager {
    position: relative;
  }
    #pager span {
      display: block;
      float: left;
      font-size: 18px;
      line-height: 2;
    }
    #pager span a {
      display: block;
      padding: 0 10px;
      height: 100%;
      color: #000;
      text-decoration: none;
    }
      #pager span a:hover {
        background-color: #eee;
      }
    #pager .current {
      padding: 0 10px;
      color: #999;
    }
  /* sequel_nav */
  .sequel_nav {
    padding: 10px 20px;
    list-style: none;
  }
    .sequel_prev {
      float: left;
    }
    .sequel_prev span {
      margin-right: 10px;
    }
    .sequel_next {
      float: right;
    }
    .sequel_next span {
      margin-left: 10px;
    }

/*
 * entry_block
 */
.entry_date {
  position: relative;
  top: -7px;
  z-index: 1;
  float: left;
  margin-right: 10px;
  padding: 10px 0;
  width: 75px;
  background-color: #111;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
  .entry_date:after {
    position: absolute;
    bottom: -2px;
    left: 2px;
    z-index: 0;
    display: block;
    width: 71px;
    height: 2px;
    background-color: #ccc;
    content: "";
  }
  .entry_date_year {
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
  }
  .entry_date_month {
    text-align: center;
    font-size: 24px;
  }
  .entry_date_week {
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
  }

.entry_block .lv2_ttl {
  margin-top: 10px;
  margin-bottom: 6px;
  word-break: break-all;
  font-weight: bold;
  font-size: 14px;
}

.text_block {
  overflow: hidden;
  word-break: break-all;
}
.text_block .pict {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.text_block table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc;
  table-layout:fixed;
  word-wrap:break-word;
  word-break:break-all;
}
  .text_block th,
  .text_block td {
    padding: .5em;
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
.jgm_entry_news_area {
  padding: .5em;
  background-color: #f1f1f1;
  line-height: 1.5;
}
  .jgm_entry_news_area a {
    color: #444;
  }

.entry_info {
  margin-top: 20px;
  list-style: none;
}
  .entry_info li {
    float: left;
    margin-right: 8px;
    margin-bottom: 3px;
    padding-left: 18px;
    white-space: nowrap;
    line-height: 16px;
  }
  .icon_trackback {
    padding-left: 10px !important;
  }
  .entry_info a {
    color: #222;
  }
    .entry_info a:hover {
      text-decoration: none;
    }
.entry_read_more_block {
  margin: 10px 0;
}
  .entry_read_more {
    display: block;
    float: right;
    width: 80px;
    height: 18px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    border-left: 1px solid #aaa;
    background-color: #f1f1f1;
    color: #888;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-family: 'Doppio One', sans-serif !important;
    line-height: 18px;
  }
    .entry_read_more:hover {
      border-top: 1px solid #888;
      border-right: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      border-left: 1px solid #888;
      background-color: #eee;
    }
  .text_block blockquote {
    margin: 10px 0;
    padding: 8px;
    min-height: 40px;
    background-color: #f1f1f1;
  }
    .text_block blockquote:before {
      display: block;
      float: left;
      margin-right: 10px;
      margin-bottom: 2px;
      width: 40px;
      height: 40px;
      background-image: url(http://imaging.jugem.jp/template/mason_clip_mono/img/icon.png);
      background-position: -96px top;
      content: '';
    }
  .text_block pre {
    margin: 10px 0;
    padding: 8px;
    border-left: 2px solid #999;
    background-color: #f1f1f1;
    word-break: break-all;
    font-family: "courier new", courier, monospace;
  }

/*
 * single page
 */
#container.single_page {
  position: static !important;
  height: auto !important;
}
  .single_page .entry_block {
    position: static;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 5px;
    min-width: 725px;
    width: 80%;
  }
    .single_page .entry_block .lv2_ttl a {
      color: #222;
      text-decoration: none;
      font-size: 16px;
    }

/*
 * comment / trackback
 */
#comments dl {
  margin-top: 10px;
}
  #comments dt {
    font-weight: bold;
    font-size: 16px;
  }
  #comments dd {
    margin-bottom: 10px;
  }
  #comments dd input,
  #comments dd textarea,
  #trackback input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .7em 8px;
    width: 94%;
    border: 1px solid #ccc;
    font-size: 12px;
  }
.comment_block {
  padding: 10px 0 9px;
  border-bottom: 1px solid #ccc;
}
.res_meta_block {
  color: #999;
  text-align: right;
}
  .res_meta_block li {
    display: inline;
    padding-left: 12px;
    font-size: 10px;
  }
  #trackback input {
    margin-top: 10px;
  }
  #trackback dl {
    margin-top: 20px;
  }
    #trackback dt {
      margin-bottom: 3px;
      font-weight: bold;
      font-size: 14px;
    }
      #trackback dt a {
        color: #333;
        word-break: break-all;
      }
    #trackback dd {
      margin-bottom: 10px;
      padding-bottom: 9px;
      border-bottom: 1px solid #ccc;
      word-break: break-all;
    }

/*
 * profile
 */
#profile .lv2_ttl {
  margin: 0 0 20px 10px;
  color: #333;
  letter-spacing: 0;
  font-size: 40px;
}
#profile .lv3_ttl {
  margin: 10px 0;
  word-break: break-all;
  font-size: 20px;
}
#profile .text_block {
  font-size: 14px;
}
  .profile_block {
    margin: 10px;
    min-width: 725px;
    width: 80%;
  }

/*
 * recommend
 */
#recommend {
  padding: 0 15px 15px;
  border-top: 15px solid #eee;
  background-color: #eee;
}
  #recommend .lv3_ttl {
    margin-left: 5px;
  }
.recommend_item {
  width: 180px;
}
.amazon {
  margin: 5px;
  padding: 9px;
  border: 1px solid #fff;
}
  .amazon_pict {
    display: block;
    margin: 0 auto 5px;
    max-width: 150px !important;
    width: inherit;
    height: auto;
  }

/*
 * jquery masonry
 */

/* item */
.item {
  z-index: 1;
  float: left;
  margin: 10px 5px;
  width: 358px;
  height: auto;
}
  .item .pict {
    max-width: 336px;
    width: inherit !important;
    height: auto !important;
  }
  .item table {
    max-width: 336px;
    width: auto !important;
  }
  .item .embededContent iframe,
  .item .movieif_smartphone_resize,
  .item .nicovideo object {
    max-width: 336px;
    height: auto;
  }
  .item .jugem_tw_Body {
    overflow: hidden;
    width: 322px;
  }
    .item .jugem_tw_Texts {
      width: 244px;
    }
    .item .jugem_tw_Message img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }
    .item .jugem_tw_PictureImg {
      width: 100%;
      background-position: center bottom;
    }
  .item .entry_block .text_block {
    overflow: hidden;
  }

.footer_grid_container {
  padding: 20px 5px 0;
}
.footer_item {
  margin: 10px 15px 20px;
  width: 220px;
  height: auto;
  word-break: break-all;
}
  .footer_item img {
    max-width: 220px;
    width: inherit;
    height: auto;
  }
  .ad_height {
    min-height:240px;
  }