@charset 'utf-8';
/**
 * Theme: Colorful Theme
 * Author: sherlock_kjs
 * Description: はてなブログのカラフルなテーマです
 Responsive: yes
 */
/*****************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  margin: .67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #ffffff;
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	border:none;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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'],
/* 1 */
input[type='reset'],
input[type='submit'] {
  cursor: pointer; /* 3 */

  -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
  box-sizing: content-box; /* 2 */

  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
/*  border: 1px solid #c0c0c0;
*/}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*****************************************************************************/
/**
 * ベース
 */
html {
  font-size:60%;
}
body {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-attachment: fixed;
	background-color: #070c20;
}
a {
	color: #001597;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:link {
	color: #FF5F00;
}
a:visited {
	color: #FF5F00;
}
a:hover {
	color: #FF9600;
	text-decoration: underline;
}
.keyword {
  color: #FF5F00;
  cursor: text;
  pointer-events: none;
}

#container{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805110453.png) no-repeat top;
	background-size:100% auto;
}
p{
	font-size:16px;
	line-height:1.8em;
}

@media(max-width: 767px) {
body {
	font-size: 12px;
}

}

/*****************************************************************************/
/**
 * グローバルヘッダ
 */
/* #globalheader-container {} */
/*****************************************************************************/
/**
 * ヘッダ
 */
#blog-title {
  margin: 0px;
}
#blog-title-inner {
	position:relative;
	display:table;
	width:100%;
	max-width: 1200px;
	height:280px;
	margin: 0 auto 20px;
	padding:0px;
}
#blog-title-content{
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left:5%;
  box-sizing: border-box;
	vertical-align:middle;
}

/* ブログ名 */
#blog-title-content h1 {
	font-size:44px;
}
#blog-title-content h1 a {
  color: #FFFFFF;
}
#blog-title-content h1 a:hover {
  text-decoration: none;
}
/* ブログの説明 */
#blog-description {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}
/* タイトル下 */
#top-editarea {
  margin-bottom: 0px;
}
#top-editarea p {
  margin: 0;
}
@media(max-width: 767px) {
#blog-title-inner {
	height:200px;
}
#blog-title-content{
	padding:0 5%;
	box-sizing: border-box;
}
#blog-title-content h1 {
	font-size:24px;
	text-align:center;
}
#blog-description {
  font-size: 14px;
}

}

/*****************************************************************************/
/**
 * レイアウト
 */
#content {
  margin: 0 auto 20px;
  padding:0px;
  width:96%;
  max-width: 1200px;
  background-color: rgba(7, 16, 56, 0.7);
}
#content:after {
  display: block;
  clear: both;
  content: '';
}
#wrapper{
}
#main {
  float: left;
  width: 72%;
  box-sizing:border-box;
  padding:40px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media(max-width: 767px) {
#main {
  float: none;
  width: 100%;
}
}
/*****************************************************************************/
/**
 * 記事全体
 */
.entry.hentry {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
/*****************************************************************************/
/**
 * 記事ヘッダ */

.entry-header{
	margin-bottom:40px;
}

/* 投稿日時 */
.entry-date{
	width:8em;
	padding:0.5em 0.5em 0.5em 40px;
	margin:0px 0px 30px -40px;
	background-color:#000000;
}

.date a {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}

/* 記事タイトル */
.entry-title {
  font-size: 28px;
  font-size: 2.8rem;
}
.entry-title a {
  color: #FFFFFF;
}
/* カテゴリー */
.categories {
  margin: 7px 0;
}
.categories a {
  margin-bottom: 50px;
  padding: 3px 10px;
  background-color: #333333;
  color: #eeeeee;
  font-size: 12px;
  line-height: 180%;
}
.categories a:hover {
  background-color: #666666;
  text-decoration: none;
}
/* 記事上 */
/* .entry-header-html {} */

/* 編集ボタン */
.entry-header-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.entry-header-menu a {
  padding: 3px 10px;
  
  background-color:rgba(0,0,0,0.2);
  color: #eee;
}
.entry-header-menu a:hover {
  background-color: #ffc87a;
  text-decoration: none;
}
.entry-header-menu a:before {
  content: '\f010\0020';
  font-family: 'blogicon';
}

@media(max-width: 767px) {
.entry-title {
  font-size: 16px;
}

}

/*****************************************************************************/
/**
 * 記事本文
 */
.entry-content p {
  margin: 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content b,
.entry-content strong {
  background-image: -webkit-linear-gradient(transparent 75%, #ff5747 100%);
  background-image: linear-gradient(transparent 75%, #ff5747 100%);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em 0 1.2em;
  padding:0.5em 0em;
}
.entry-content h1 {
  font-size: 28px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h3 {
  font-size: 20px;
}
.entry-content h4 {
  font-size: 19px;
  border-left:#ffffff solid 2px;
  padding-left:1em;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h6 {
  font-size: 17px;
}
@media(max-width: 767px) {
.entry-content h1 {
  font-size: 16px;
}
.entry-content h2 {
  font-size: 16px;
  font-weight:normal;
}
.entry-content h3 {
  font-size: 14px;
}
.entry-content h4 {
  font-size: 14px;
  border-left:#ffffff solid 2px;
  padding-left:1em;
}
.entry-content h5 {
  font-size: 12px;
}
.entry-content h6 {
  font-size: 12px;
  font-weight:normal;
}
}


.entry-content table {
  margin:1.8em;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content th,
.entry-content td {
  padding: 5px 10px;
  border: 1px solid #ffffff;
}
.entry-content th {
  background-color:  rgba(255,255,255,0.50);
}
.entry-content td {
	background-color: rgba(255,255,255,0.25);
}
.entry-content blockquote {
  position: relative;
  margin: 1.8em;
  padding: 2em 1em;
	background-color: rgba(255,255,255,0.25);
}
.entry-content blockquote p {
  margin: 0 1em 0;
}
.entry-content pre {
  margin: 1.8em;
  padding: 1em;
  
	background-color: rgba(255,255,255,0.25);
  white-space: pre;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.entry-content code {
  margin: 0 .3em;
  padding: 0 .3em;
  border-radius: 10px;
	background-color: rgba(255,255,255,0.25);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.entry-content mark {
  margin: 0 .3em;
  padding: 0 .3em;
  border: 1px solid #ccc;
  
  background-color: #ff9;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.entry-content kbd {
  margin: 0 .3em;
  padding: 0 .3em;
  border: 1px solid #ccc;
  
  background-color: #505050;
  color: #fafafa;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.entry-content hr {
border-top: 1px dashed #ffffff;
}

.entry-content ul,
.entry-content ol{
	margin:0.5em 0;
}

.entry-content dt{
	margin:0.5em 0 0;
}
.entry-content dd{
	margin-left:0px;
}

/* 目次 */
.table-of-contents {
  margin: 0;
  padding: 1em;
  border: 1px solid #ccc;
  
  background-color: #f7f7f7;
}
.table-of-contents:before {
  display: block;
  content: '目次';
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.table-of-contents li {
  margin-left: 1.2em;
}
.table-of-contents ul {
  padding-left: 0;
  font-size: 95%;
}
/* 続きを読む */
.entry-see-more {
	display:inline-block;
	color: #ff7800 !important;
	text-decoration:underline;
	padding:1em 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.entry-see-more:hover {
	color: #FF9F4B !important;
}
.entry-see-more:after{
	content:">>";
}

/*---------------*/
/*プロフィール*/
/*---------------*/
.profile{
	background-color:rgba(7, 16, 56, 0.2);
}
.profile .title{
	padding:0.5em;
	font-size:12px;
	line-height:1em;
}
.profile .inner{
	min-height:60px;
	padding:0 20px 0 80px;
}
.profile .inner h1{
	padding:1.7em 0 0;
	margin:0;
	font-size:14px;
	line-height:1em;
}
.profile .inner p{
	padding-bottom:1.5em;
}

/*スタッフ別指定*/

.profile_hada{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805114512.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}
.profile_kamura{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805114513.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}
.profile_koide{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160808/20160808133512.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}
.profile_koss{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805120218.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}
.profile_nakamura{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805114514.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}
.profile_urabe{
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/artteknika/20160805/20160805114633.jpg) no-repeat;
	background-size:60px auto;
	background-color:rgba(7, 16, 56, 0.2);
}


/*****************************************************************************/
/**
 * 記事フッタ*/
.entry-footer{
	margin:30px 0;
}
.entry-footer-section {
	text-align:right;
  font-size: 13px;
  font-size: 1.3rem;
}
/* 投稿後の経過日数 */
.entry-footer-time a {
  color: #FFFFFF;
}
/* 記事フッタの SNS ボタン */
.entry-footer .social-buttons {
	display:none;
}
/* 記事下 */
/* .entry-footer-html {} */
/* コメント */
.comment-box {
  font-size: 13px;
  font-size: 1.3rem;
}
.comment {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
}
.entry-comment {
  padding: 10px;
  color:#FFFFFF;
  background-color:rgba(0,0,0,0.20);
}
.entry-comment:not(:last-child) {
  margin-bottom: 10px;
}
.comment-user-name {
  margin: 0;
}
.entry-comment .hatena-id-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.comment-user-id {
  vertical-align: middle;
}
.comment-nickname {
  font-size: 14px;
}
.comment-metadata {
  margin-bottom: 0;
}
.leave-comment-title {
  display: inline-block;
  width: 120px;
  height: 32px;
  
  background-color: #ff7800;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.leave-comment-title:hover {
  background-color: #FF9F4B;
  text-decoration: none;
  color:#ffffff;
}

.hatena-asin-detail{
	border-radius:5px;
	padding:1em;
}

/*****************************************************************************/
/**
 * ページャー
 */
.pager {
  margin: 1em 0;
}
.pager:after {
  display: block;
  clear: both;
  content: '';
}
.pager-arrow {
  display: none;
}
.pager-prev {
  position: relative;
  float: left;
  padding-left: 1em;
}
.pager-prev:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11.5px;
  content:"＜";
}
.pager-next {
  position: relative;
  float: right;
  padding-right: 1em;
}
.pager-next:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11.5px;
  content: "＞";
}
.pager-prev a,
.pager-next a {
  display: inline-block;
  padding: 3px 10px;
  color: #FFFFFF;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 180%;
}
.pager-prev a:hover,
.pager-next a:hover {
	color:#FF9600;
	text-decoration:none;
}
/*****************************************************************************/
/**
 * サイドバー
 */
#box2 {
  float: right;
  width: 28%;
  box-sizing:border-box;
  padding:20px;
  font-size: 14px !important;
  line-height: 1.5em;
}
@media(max-width: 767px) {
#box2 {
  float: none;
  width: 100%;
}
}

.hatena-module:not(:last-child) {
  margin-bottom: 45px;
}
/* モジュールタイトル */
.hatena-module-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px !important;
}
.hatena-module-title a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: text;
}
.hatena-module-title a:after {
  float: right;
  color: #0099e6;
  font-weight: normal;
  cursor: pointer;
}
.hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-links li,
.archive-module-year li,
.hatena-module-category li,
.recent-comments li {
  margin-left: 1.2em;
}
.recent-entries-item,
.entries-access-ranking-item,
.circle-urllist li {
  margin-left: 1.2em;
}
/* プロフィールモジュール */
.hatena-module-profile .hatena-module-title:before {
}
.profile-icon {
  float: left;
  margin: 0 17px 17px 0;
}
.hatena-id-link {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.profile-description > p {
  margin-top: 0;
}
/* 検索モジュール */
.hatena-module-search-box .hatena-module-title:before {
/*  content: '\f01a';
  font-family: 'blogicon';
*/}
.search-form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  background:rgba(255,255,255,0.40);
}
.search-module-input {
  padding: 0.5em;
  width: 90%;
  height: 20px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}
.search-module-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right:10px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background-color: transparent;
  background-image: url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=4d776f2b7a248fe0227f52f5e9d786);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  opacity: .5;
}
.search-module-button:hover {
  opacity: .85;
}
/* リンクモジュール */
.hatena-module-links .hatena-module-title:before {
}
/* 最新記事モジュール */
.hatena-module-recent-entries .hatena-module-title:before {
}
.recent-entries-item {
  margin-bottom: 10px;
}
.recent-entries-date-link {
  font-size: 11px;
  font-size: 1.1rem;
}
.recent-entries-date-link a {
  color: #FFFFFF;
}
.recent-entries-title {
  font-size: 13px;
  font-size: 1.3rem;
}
.recent-entries-entry-body {
  display: none;
}
.recent-entries-categories {
  display: none;
}
/* 注目記事モジュール */
.hatena-module-entries-access-ranking .hatena-module-title:before {
}
/* 月別アーカイブモジュール */
.hatena-module-archive .hatena-module-title:before {
}
/* カテゴリーモジュール */
.hatena-module-category .hatena-module-title:before {
}
/* 最近のコメントモジュール */
.hatena-module-recent-comments .hatena-module-title:before {
}
.recent-comments .recent-comment-time {
  font-style: normal;
}
/* HTML モジュール */
.hatena-module-html .hatena-module-title:before {
}
/* 参加グループモジュール */
.hatena-module-circles .hatena-module-title:before {
}
.circle-urllist {
  margin: 0;
}
.circle-urllist:not(:last-child) {
  margin-bottom: 10px;
}
.hatena-module-body .circle-urllist .circle-image {
  float: none;
  vertical-align: middle;
}

/*アプリバナー*/
ul.appbanner_list{
	padding:0px;
}
.appbanner_list li{
	list-style:none;
	margin:5px 0px;
}
.appbanner_list li a{
	display:block;
	max-width:240px;
	width:100%;
	height:auto;
}
.appbanner_list li a:hover{
	opacity:0.8;
}
.appbanner_list li a img{
	width:100%;
	height:auto;
}

/*****************************************************************************/
/**
 * フッタ
 */
#bottom-editarea {
  margin-bottom: 20px;
  text-align: center;
}
#bottom-editarea p {
  margin: 0;
}
/*****************************************************************************/
/**
 * グローバルフッタ
 */
#footer {
  padding: 20px 0;
  background-color: #555;
}
#footer-inner {
  color: #aaa;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer-inner a {
  color: #aaa;
}
#footer-inner img {
  margin-right: 5px;
  vertical-align: middle;
}
#footer-inner span {
  vertical-align: middle;
}
/* Powered by Hatena Blog */
.services {
  margin: 0;
}
/*****************************************************************************/
/**
 * about ページ
 */
.page-about dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-about dd {
  margin-bottom: 30px;
  margin-left: 0;
}
/*****************************************************************************/
/**
 * archive ページ
 */
.archive-entries .archive-entry {
  margin-bottom: 3em;
}
.archive-entries .entry-title {
  margin: 0;
}
.archive-entries .entry-description {
  margin: 0;
}
/*****************************************************************************/
/**
 * category ページ
 */
#top-box {
}
.breadcrumb {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	text-align: left;
	font-size:11px;
	margin-bottom:0 !important;
	padding:0.5em;
	box-sizing:border-box;
	background-color: rgba(0, 0, 0, 0.3);
}
.breadcrumb-link:before {
  content: ' ';
}


/*****************************************************************************/
/*ウェジットの並び*/
@media(max-width: 767px) {

.ninja_onebutton_output_horizontal div{
	float:none !important;
}
}