/* <system section="theme" selected="pink-pharmacy"> */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@charset "utf-8";
/*
  Theme: Pink Pharmacy
  Author: Hatena Blog Team

*/
/*  import normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

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

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

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}
/*  import mixin */
.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;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Background color */
/* Background color */
/* Background Gray */
/* Background Gray:hover */
/* Global Header */
/* Global Header */
/* Base text color */
/* Light text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* Border color */
/* button background */
/* button hover backgroud */@font-face {
  font-family: 'HuiFontP109';
  src: url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.eot');
  src: url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.eot?#iefix') format('embedded-opentype'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.woff') format('woff'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.ttf') format('truetype'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.svg#HuiFontP109') format('svg');
  font-weight: normal;
  font-style: normal;
}
.montserrat {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.huifont {
  font-family: 'HuiFontP109', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
/* Common */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #5b6966;
  background-color: #edeff1;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #f797a8;
}
a:hover {
  color: #f27389;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
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,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #5b6966;
  text-decoration: none;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7px 15px;
  margin-bottom: 0;
  line-height: 18px;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: 70%;
  background-color: #f797a8;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid transparent;
  text-decoration: none !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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:hover {
  background: #f27389;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #ffffff;
  color: #f27389;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* container */
#container {
  padding-top: 37px;
}
.globalheader-off #container {
  padding-top: 0;
}
#content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  *zoom: 1;
}
#content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#main {
  width: 620px;
  float: left;
}
#box2 {
  width: 300px;
  float: right;
}
/* title */
#blog-title {
  background: #f797a8 url(/css/theme/pink-pharmacy/images/header-bg.gif) repeat center 0px;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}
#blog-title #title {
  margin: 0 0 10px 0;
  font-size: 60px;
}
#blog-title #blog-description {
  font-size: 100%;
  margin: 0;
}
#blog-title a {
  color: #fff;
}
/* ヘッダ画像アップロードしてるとき */
.header-image-enable #blog-title,
.header-image-only #blog-title {
  background: #f797a8 url(/css/theme/pink-pharmacy/images/header-bg.gif) repeat center 0px;
}
.header-image-enable #blog-title-inner,
.header-image-only #blog-title-inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
  min-height: 200px;
}
.header-image-enable #title,
.header-image-only #title {
  padding-top: 50px;
}
/* entry */
.entry {
  font-family: 'HuiFontP109', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  background: #ffffff;
  padding: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.entry-header {
  position: relative;
  margin-bottom: 20px;
  margin-left: 60px;
  border-bottom: 3px solid #edeff1;
}
.entry-title {
  font-size: 28px;
  margin: 0 0 10px 0;
}
.entry-title .entry-title-link {
  color: #f797a8;
}
.categories {
  margin: 0 0 10px 0;
  font-size: 80%;
}
.categories a {
  padding: 5px 15px 5px 0;
  color: #999999;
  text-decoration: none;
}
.categories a:hover {
  color: #5b6966;
}
.categories.no-categories {
  display: none;
}
/* date */
.page-index .date,
.page-entry .date {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: -30px;
  left: -90px;
}
.page-index .date a,
.page-entry .date a {
  display: block;
  width: 70px;
  color: #fff;
  background: #ffffff url('/css/theme/pink-pharmacy/images/date.gif') repeat-x;
  font-weight: bold;
  text-align: center;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.page-index .date .date-year,
.page-entry .date .date-year,
.page-index .date .hyphen,
.page-entry .date .hyphen,
.page-index .date .date-month,
.page-entry .date .date-month {
  font-size: 60%;
  letter-spacing: .15em;
}
.page-index .date .date-month + .hyphen,
.page-entry .date .date-month + .hyphen {
  display: none;
}
.page-index .date .date-day,
.page-entry .date .date-day {
  display: block;
  color: #f797a8;
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  text-shadow: none;
}
.entry-header-menu a {
  color: #fff;
  text-decoration: none;
  background: #f797a8;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  line-height: 1.3;
  padding: 5px 15px;
  position: absolute;
  top: 50px;
  left: -100px;
}
.entry-header-menu a:hover {
  background: #f27389;
}
.entry-header-menu a:before {
  content: '';
  position: absolute;
  border-top: 15px solid #f27389;
  border-right: 0px solid transparent;
  border-left: 20px solid transparent;
  bottom: -15px;
  left: 0px;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 105%;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 3px solid #edeff1;
}
.entry-content a {
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content a:visited {
  color: #e7b3bd;
}
.entry-content a.keyword {
  text-decoration: none;
  color: #5b6966;
}
.entry-content a.keyword:hover {
  border-bottom: 1px dotted #dddddd;
  background: none;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content .http-favicon,
.entry-content .hatena-id-icon {
  margin-right: 5px;
  vertical-align: middle;
}
.entry-content .http-bookmark,
.entry-content .http-star {
  margin: 0 3px;
  vertical-align: middle;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.0em 0 0.4em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 200%;
}
.entry-content h2 {
  font-size: 180%;
}
.entry-content h3 {
  font-size: 160%;
}
.entry-content h4 {
  font-size: 140%;
}
.entry-content h5 {
  font-size: 120%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  font-size: 95%;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #ffffff;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  font-style: italic;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content .hatena-asin-detail {
  border: 1px solid #dddddd;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
  font-size: 90%;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 70%;
  color: #999999;
  text-align: right;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: normal;
  text-transform: none;
  letter-spacing: .2em;
}
.entry-footer-section a {
  color: #999999;
  text-decoration: none;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
#google_afc_user {
  margin: 1em 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 3px solid #edeff1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 3px solid #edeff1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  -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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 5px 0;
  text-transform: none;
  font-size: 120%;
}
.comment-user-name a {
  text-decoration: none;
  color: #f797a8;
}
.comment-content {
  font-size: 100%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 90%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7px 15px;
  margin-bottom: 0;
  line-height: 18px;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: 70%;
  background-color: #f797a8;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid transparent;
  text-decoration: none !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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.leave-comment-title:hover {
  background: #f27389;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.pager {
  color: #fff;
  display: block;
  *zoom: 1;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  letter-spacing: .2em;
  margin-bottom: 20px;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager a {
  background: #b9b9b9;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 0;
  word-wrap: break-word;
  width: 250px;
  line-height: 1.5;
}
.pager a:hover {
  background: #9d9d9d;
}
.pager .pager-next {
  float: right;
  text-align: right;
}
.pager .pager-next a {
  padding-right: 10px;
}
.pager .pager-prev {
  float: left;
  text-align: left;
}
.pager .pager-prev a {
  padding-left: 10px;
}
/* sidebar */
.hatena-module {
  margin-bottom: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.hatena-module-title {
  background: #f797a8;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: .5em;
  padding: 8px;
  font-size: 85%;
  position: relative;
}
.hatena-module-title a {
  color: #fff;
  text-decoration: none;
}
.hatena-module-title:before {
  content: '';
  position: absolute;
  border-top: 5px solid #f797a8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
  right: 147px;
}
.hatena-module-body {
  background: #ffffff;
  padding: 20px;
  font-size: 100%;
  font-family: 'HuiFontP109', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  line-height: 1.5;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li a:hover {
  color: #f27389;
  text-decoration: underline;
}
.hatena-urllist li:first-child {
  padding-top: 0;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  -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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 95%;
  margin-bottom: 5px;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
}
.hatena-module-profile .id a {
  color: #f797a8;
  text-decoration: none;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-follow-button {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
/* Archive module */
.hatena-urllist .archive-module-year {
  padding-bottom: 0;
  border-bottom: 0;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 3px solid #edeff1;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px;
  color: #5b6966;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 80%;
}
.hatena-module-search-box .search-module-button {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url(http://blog.hatena.ne.jp/images/theme/search.png) no-repeat center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 999px;
  /* Fuck IE7:  Set it higher than your image height */

  overflow: hidden;
  /* Fuck IE7: Hide the text */

  font-size: 0;
  /* Fuck IE7: FF2 doesn’t like the above */

}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}
/* Footer */
#footer {
  width: 940px;
  margin: 20px auto;
  padding-top: 10px;
  border-top: 3px solid #dddddd;
  color: #999999;
  line-height: 1.5;
  font-size: 70%;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3em;
}
#footer address {
  text-transform: none;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
  text-decoration: none;
}
#top-box,
#top-editarea,
#bottom-editarea {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.breadcrumb {
  display: block;
  *zoom: 1;
  font-size: 95%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #999999;
  border-bottom: 3px solid #dddddd;
}
.breadcrumb:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 8px;
  margin-bottom: 0;
  color: #fff;
  background: #b9b9b9;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 70%;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  text-decoration: none;
  text-decoration: none !important;
  -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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.breadcrumb a:hover {
  background: #9d9d9d;
  color: #fff;
  text-decoration: none !important;
}
/* About ページ */
.page-about dt {
  font-size: 100%;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #edeff1;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive #main .date {
  margin-bottom: .5em;
}
.page-archive #main .date a {
  text-decoration: none;
  font-weight: bold;
}
.page-archive #main #main-inner {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.page-archive #main section {
  margin-bottom: 40px;
}
.page-archive #main .entry-title {
  font-family: 'HuiFontP109', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
.page-archive .categories a {
  font-size: 70%;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
  background: #edeff1;
  color: #5b6966 !important;
}
.page-archive .categories a:hover {
  background: #b9b9b9;
  color: #fff !important;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  #blog-title {
    background-image: url(/css/theme/pink-pharmacy/images/header-bg@2x.gif);
    background-size: 326px 282px;
  }
  .date a {
    background: #ffffff url('/css/theme/pink-pharmacy/images/date@2x.gif') repeat-x;
    background-size: 1px 73px;
  }
  .hatena-module-search-box .search-module-button {
    background: transparent url(http://blog.hatena.ne.jp/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}

/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */

*{

font-family: 'Helvetica', 'Arial', 'メイリオ', 'Meiryo', 'MS PGothic', sans-serif;

}

#main{
    width:680px;
    margin-left:0px;
}
#content{
    width:1000px;
}
.entry-title .entry-title-link,.hatena-module-profile .id a,a{
    color:#00a0de;
}

a:link, a:visited, a:hover{
    color:#00a0de;
}

.hatena-module-title{
    background:#00a0de;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin-top:60px;
}
.hatena-module-title:before{
    border-top:5px solid #00a0de;
}

.page-index .date .date-day, .page-entry .date .date-day{
    color:#00a0de;
}

.entry-header-menu a,.entry-header-menu a:before{
background:#00a0de;
color:#ffffff;
    
}

.page-index .date a, .page-entry .date a{
 background:#ffffff;
 color:#00a0de;
}

.entry-content a:visited{
color:#00a0de;
}
.header-image-enable #blog-title-inner, .header-image-only #blog-title-inner{
    width:960px;
    height:250px;
    background: #ffffff;
padding: 20px;
line-height: 1.5;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.header-image-enable #blog-title, .header-image-only #blog-title{

background:Transparent

}

#blog-title{
    margin-bottom:0px;
}

.leave-comment-title{
 background:#00a0de;
}