@charset "UTF-8";
/*!
    ZEN for theme garden
    by @sanographix
    http://www.sanographix.net
    MIT License
*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
LESS Mixins
*/
/* box properties */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* CSS3 properties */
/*
LESS Variables
*/
/* Background colors */
/* Background color */
/* Light Gray Background color */
/* dark background color */
/* Footer background color */
/* Base text color */
/* Light text color */
/* Link text color */
/* Link text color(hover) */
/* Border color */
/* Text highlighted color */.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid #dddddd;
  color: #333333;
  background-color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn:hover {
  background-color: #f5f5f2;
  color: #333333;
  text-decoration: none !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #369ecf;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #2c8cba;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 80% !important;
}
.btn-large {
  padding: 12px 25px;
  font-size: 113%;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* tipsy */
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
  line-height: 1.5;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  background: url('http://static.tumblr.com/xlsgtjb/fd9m4sfih/tipsy.gif') no-repeat top left;
  width: 9px;
  height: 5px;
}
.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}
.pln {
  color: #000000;
}
@media screen {
  .str {
    color: #008800;
  }
  .kwd {
    color: #000088;
  }
  .com {
    color: #880000;
  }
  .typ {
    color: #660066;
  }
  .lit {
    color: #006666;
  }
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  .atn {
    color: #660066;
  }
  .atv {
    color: #008800;
  }
  .dec,
  .var {
    color: #660066;
  }
  .fun {
    color: #ff0000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/* Primary Styles */
html,
body {
  font-family: 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #ffffff;
  color: #333333;
}
a {
  color: #369ecf;
  text-decoration: none;
}
a:hover {
  color: #2c8cba;
}
::selection {
  background: #cccccc;
  color: #fff;
}
::-moz-selection {
  background: #cccccc;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #333333;
  text-decoration: none;
}
.btn {
  font-weight: normal;
}
hr {
  width: 20%;
  margin: 3em auto;
  border: 0;
  border-top: 3px solid #ddd;
}
#header {
  margin: 20px 0 50px 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  display: block;
  *zoom: 1;
}
#header:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#header .blog-title {
  font-size: 163%;
  line-height: 1.5em;
  margin: 0;
  font-weight: normal;
  padding: 0px 0 0 0;
  letter-spacing: .2em;
}
#header .blog-description {
  font-size: 69%;
  margin: 10px 0 0 0;
  font-weight: normal;
  color: #999999;
  clear: both;
  letter-spacing: .1em;
}
#header .profile-image {
  width: 40px;
  height: auto;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#header .title-logo .logo-image {
  max-width: 100%;
}
.mobile-nav-panel {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.mobile-nav-panel .icon-reorder {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url('http://static.tumblr.com/xxf6ewk/XOcn70e9b/icon-reorder_2x.png') no-repeat 0 0;
  background-size: 18px 17px;
}
.nav {
  margin: 30px 0 10px;
  font-size: 75%;
}
.nav ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.nav ul li {
  display: table-cell;
  width: 1%;
}
.nav a {
  display: block;
  color: #333333;
  border-top: 1px solid #dddddd;
  margin-right: 30px;
  padding: 10px 0;
}
.nav a:hover {
  border-top: 1px solid #999;
}
.nav li:last-child a {
  margin-right: 0px;
}
#container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.date {
  font-size: 69%;
  color: #999999;
  letter-spacing: .2em;
  margin-bottom: 15px;
}
.date p {
  margin: 0;
}
.date a {
  color: #999999;
}
.post {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.post .entry-title {
  font-size: 163%;
  font-weight: normal;
  margin: 0 0 .6em 0;
}
.post .caption {
  margin-top: 20px;
}
.content_source {
  font-size: 75%;
  color: #999999;
  margin-bottom: 20px;
}
.entry-footer {
  font-size: 75%;
  color: #999999;
}
.entry-footer .meta {
  margin-bottom: 20px;
}
.entry-footer .meta .timeago a,
.entry-footer .meta .notecount a {
  color: #999999;
}
.entry-footer .meta .favicon {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: text-bottom;
}
.entry-footer .meta-reblog {
  margin-bottom: 10px;
}
.like_and_reblog_buttons {
  border: 1px solid #dddddd;
  border-radius: 3px;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 15px 0;
  padding: 0;
}
.like_and_reblog_buttons li {
  float: left;
  margin: 0;
  padding: 9px 17px;
  height: 16px;
}
.like_and_reblog_buttons li:first-child {
  border-right: 1px solid #dddddd;
}
#disqus_thread {
  margin-top: 30px;
}
.notecontainer {
  margin: 20px 0;
}
.notecontainer ol {
  margin: 0;
  padding: 0;
}
.notecontainer ol li {
  list-style: none;
  border-bottom: 1px dashed #dddddd;
  padding: 5px 0;
}
.notecontainer ol li .avatar {
  max-height: 16px;
  width: auto;
  vertical-align: middle;
  margin-right: .5em;
}
.notecontainer ol .avatar {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.social-buttons {
  display: block;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.social-buttons:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.social-buttons li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
.entry-content {
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #555;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content a[title*="Flickr"] img {
  height: auto !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
  line-height: 1.5;
  font-weight: normal;
}
.entry-content h1 {
  font-size: 170%;
}
.entry-content h2 {
  font-size: 160%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote {
  margin: 1.5em 3em;
  padding: 5px 20px;
  border-left: 2px solid #aaa;
  color: #777;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.entry-content code {
  font-family: 'Source Code Pro', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre {
  padding: 15px;
  background: #f5f5f2;
  border: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: normal;
  word-wrap: normal;
  overflow-x: auto;
  font-size: 105%;
  line-height: 1.3;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: 'Source Code Pro', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0px 5px;
  border: 1px solid #dddddd;
  background-color: #f7f7f2;
  border-radius: 3px;
}
.entry-content .amazlet-box {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 1em !important;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entry-content .sticky-itslink,
.entry-content .iTunesLinker-box {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 1em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entry-content .tl-tweet {
  margin-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
}
.entry-content .tl-tweet .tl-text {
  margin-bottom: 5px;
}
.entry-content .tl-tweet .tl-posted {
  font-size: 85%;
  color: #999999;
  margin: 0;
}
.entry-content ul.tl-tweets {
  margin: 0 0 10px 0;
  padding: 0;
}
.entry-content ul.tl-tweets li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
}
.entry-content .gist table {
  margin: 0;
  border: 0;
}
.entry-content .gist table td {
  border: 0;
}
.read_more {
  padding: 5px 0;
  display: block;
  text-align: center;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  font-family: 'Source Code Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.read_more:hover {
  background: #f8f8f8;
}
.link .entry-title {
  background: #f5f5f2;
  border: 1px solid #dddddd;
  padding: 8px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.link .entry-title a {
  color: #369ecf;
}
.quote .entry-content.short {
  font-size: 140%;
}
.quote .entry-content.medium {
  font-size: 120%;
}
.quote .entry-content.long {
  font-size: 100%;
}
.ul-chat {
  list-style: none;
  margin: 0 !important;
}
.ul-chat li {
  padding: 8px 15px;
}
.ul-chat .odd {
  background: #f5f5f2;
}
.ul-chat .label {
  font-weight: bold;
}
#pager {
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
#pager a {
  color: #999999;
  text-decoration: none;
  font-size: 80%;
  letter-spacing: .2em;
  margin: 0 20px;
}
#pager a:hover {
  color: #333333;
}
.pagenation {
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-size: 80%;
  text-transform: uppercase;
}
.pagenation span,
.pagenation a {
  display: inline-block;
  min-width: 1.2em;
  padding: 6px 8px;
  margin: 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagenation a {
  color: #999999;
}
.pagenation a:hover {
  background-color: #f5f5f2;
}
.pagenation .current-page {
  background: #ccc;
  color: #fff;
}
.pagenation.pagenation-permalink a {
  padding: 8px 15px;
}
.answer .question {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  font-size: 110%;
  background: #f5f5f2;
  margin-bottom: 1em;
  position: relative;
}
.answer .question:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.answer .question:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f2;
  border-width: 10px;
  left: 6.5%;
  margin-left: -10px;
}
.answer .asker-group {
  margin-left: 5%;
}
.answer .user-icon {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#footer {
  padding: 30px 0;
  text-align: right;
  font-size: 75%;
  color: #999999;
}
#footer .copyright {
  margin-right: 1em;
}
#footer .install-button {
  margin-top: 10px;
}
.tagged {
  font-weight: normal;
  margin-top: 0;
  font-size: 88%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
/* End Primary Styles */
/*--------------------------------------------------------------

			Media Queries - Retina Display

--------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
/*--------------------------------------------------------------

      Media Queries - PC

--------------------------------------------------------------*/
@media (min-width: 768px) {
  .nav {
    height: auto !important;
    overflow: visible !important;
  }
}
/*--------------------------------------------------------------

			Media Queries - Tablet

--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1040px) {
  #container {
    width: 724px;
  }
  .post {
    font-size: 94%;
  }
  .post .entry-title {
    font-size: 163%;
  }
  .post .entry-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: hidden;
  }
}
/*--------------------------------------------------------------

			Media Queries - Small Tablet & Smartphone

--------------------------------------------------------------*/
@media (max-width: 767px) {
  #container {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden;
  }
  .header-image {
    height: 250px;
  }
  .mobile-nav-panel {
    display: block;
  }
  .nav {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .nav.active {
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    display: block;
    width: 100%;
  }
  .nav ul li a {
    display: block;
    border: none;
    margin-right: 0;
  }
  .nav ul li a:hover {
    border: none;
  }
  .post {
    font-size: 94%;
  }
  .post .entry-title {
    font-size: 163%;
  }
  .post .entry-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: hidden;
    font-size: 100%;
  }
  .post .entry-content blockquote {
    margin: 1em 0;
  }
  .post .entry-content table th,
  .post .entry-content table td {
    word-break: break-all;
  }
  .post .entry-content iframe {
    width: 100% !important;
  }
  .social-buttons li {
    float: none;
    padding: 8px 0;
    margin-right: 0px;
  }
  .pagenation span,
  .pagenation a {
    padding: 5px;
    margin: 0;
  }
  #footer {
    text-align: center;
  }
  #footer span {
    display: block;
    margin: 0;
  }
}
/*--------------------------------------------------------------

			Media Queries - Smartphone

--------------------------------------------------------------*/
@media (max-width: 480px) {
  .header-image {
    height: 200px;
  }
}
