/* = RESET
=============================================== */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* = FONT
=============================================== */
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
/*  font-family: Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
}
pre, blockquote, .syntaxhighlighter td code {
  font-family: Osaka-mono, "Osaka-等幅", "ＭＳ ゴシック", monospace !important;
  margin: 0 0 1.5em 0;
  font-size: 16px !important;
  line-height: 1.5em !important;
  white-space: pre-wrap;
}
/* = BASIC
=============================================== */
h1, h2, h3, h4, h5 {
/*  font-weight: normal; */
}
h3, h4, h5 {
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ed1c24;
  text-decoration: underline;
}
a img {
  border-style:none;
}
p {
  padding: 0;
  margin: 0;
}
blockquote {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  line-height: 1.8;
  margin: 0 0 1.5em 0;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote a {
  color: #0065D7;
}
/* = TOP BAR
=============================================== */
.top-bar {
  background-color: #222;
}
.top-bar-section li a {
  background-color: #222 !important;
}
.top-bar-section li a.present,
.top-bar-section li a:hover {
  background-color: #555 !important;
}
/* = HEADER
=============================================== */
#header {
  background-color: #f6f5f1;
  border-bottom: 1px solid #d6d9da;
  padding: 28px 0 20px;
}
#header .site-title {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 28px;
}
@media screen and (max-width:640px) {
  #header .site-title {
    margin-top: 10px;
  }
}
#header .site-description {
  font-size: 12px;
}
#header .site-description a:link, a:visited, a:active {
  text-decoration: none;
}
/* = Google Search
=============================================== */
#header .site-search {
  margin-top: -3px;
  height: 30px;
}
@media screen and (max-width:640px) {
  #header .site-search {
    margin-top: 15px;
  }
}
#___gcse_0 {
  width: 300px;
}
#___gcse_0 *,
#___gcse_0 *:before,
#___gcse_0 *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.cse .gsc-control-cse,
.gsc-control-cse {
/*  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important; */
  background-color: #f6f5f1 !important;
  border-color: #f6f5f1 !important;
  padding: 0 !important;
}
/* = NAVI
=============================================== */
#nav {
  background-color: #666;
}
#nav-in ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#nav-in ul li {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#nav-in ul li:hover {
  background: #ccc;
  font-color: #222;
  height: 44px;
  border-bottom: 2px solid #ed1c24;
}
#nav-in ul li a {
  padding: 0 15px;
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
}
#nav-in ul li a:hover {
  color: #333;
}
/* = NAVI BREADCRUMB
=============================================== */
#breadcrumbs {
  border-top: 1px dotted #afb0af;
  border-bottom: 1px dotted #afb0af;
  padding: 10px 0;
/*  font-size: 14px; */
  font-size: 15px;
  line-height: 1.8;
}
#breadcrumbs a {
  color: #0065D7;
}
#breadcrumbs a:hover {
  color: #ed1c24;
}
@media screen and (max-width:640px) {
  #breadcrumbs {
    margin: 20px 0;
    font-size: 15px; 
  }
}
/* = CONTENTS
=============================================== */
#content,
#index-content {
  border-right: 1px solid #ebebeb;
  margin-left: 15px;
  padding: 60px 25px 100px 0;
}
@media screen and (max-width:1200px) {
  #content,
  #index-content {
    margin-left: 0px;
    padding: 40px 15px;
  }
}
@media screen and (max-width:1000px) {
  #content,
  #index-content {
    border: none;
  }
}
@media screen and (max-width:640px) {
  #content,
  #index-content {
    padding: 20px 5px;
  }
}
#main .single-page {
  border: none;
}
/* = INDEX
=============================================== */
.index-post {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
/*  border-bottom: 1px solid #ebebeb; */
}
.index-post:hover p {
  color: #000;
}
.index-title {
  font-size: 26px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
}
.more p {
  font-size: 16px;
  line-height: 1.8;
}
.more-link {
  padding: 5px 0;
  display: block;
  text-align: right;
	clear: both;
}
a.more-link {
  color: #0065D7;
}
/* = Page
=============================================== */
#page-title {
  margin: 0 0 20px 0;
  padding: 20px 0;
  background-color: #F5F5F5;
  font-size: 28px;
  border: none;
  text-align: center;
}
/* = Category
=============================================== */
#cat-header {
  margin-bottom: 30px;
/*  padding-bottom: 30px; */
/*  border-bottom: 1px solid #ebebeb; */
}
#cat-title {
  margin: 0 0 20px 0;
  padding: 20px 0;
  background-color: #F9F9F9;
  font-size: 28px;
  border: none;
  text-align: center;
}
#cat-header p {
  margin: 0 0 1.5em 0;
}
#cat-header p:not(#breadcrumbs) {
/*  margin: 0 0 1.5em 0; */
/*  font-size: 15px;
  line-height: 1.8; */
  font-size: 18px;
  line-height: 1.7;
}
#cat-header h2 {
  margin: 30px 0 5px 0;
  font-weight: normal;
  font-size: 18px;
}
#cat-header li {
  font-size: 15px;
  padding: 10px 5px 0 0;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#cat-header a {
  color: #0065D7;
}
#cat-header a:hover {
  color: #ed1c24;
}
#cat-title a {
  color: #000;
}
/* = ページャー補正
=============================================== */
div.wp-pagenavi {
  padding: 10px 0 !important;
}
/* = POST
=============================================== */
[id*=post-] {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#post-header {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
#post-title {
  margin: 0;
  padding: 0;
/*  font-size: 32px;
  line-height: 1.6; */
  font-size: 36px;
  line-height: 1.5;
}
#post-date {
  margin: 0;
  padding: 0 0 10px 0;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}
#post-date a {
  color: #0065D7;
}
#post-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
#post-content h2 {
  clear: both;
  font-size: 24px;
  line-height: 1.6;
  margin: 80px 0 30px 0;
  padding: 2px 0 3px 0;
  border-bottom: 1px solid #ccc;
}
#post-content h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 50px 0 20px 0;
  border-bottom: 1px dotted #ebebeb;
}
#post-content h3.nobor {
  margin-bottom: 10px;
  border: none;
}
#post-content h4 {
  font-size: 18px;
  margin: 20px 0 8px 0;
}
#post-content a {
  color: #0065D7;
}
#post-content a:hover {
  color: #ed1c24;
  text-decoration: underline;
}
#post-content p {
  margin: 0 0 1.5em 0;
/*  font-size: 16px;
  line-height: 1.75; */
  font-size: 18px;
  line-height: 1.7;
  text-autospace: ideograph-alpha;
}
#post-content p strong {
  font-weight: bold;
/*  background: linear-gradient(transparent 80%, #ff99cc 80%); */
  background: linear-gradient(transparent 80%, #ffffaa 80%);
/*  background: linear-gradient(transparent 60%, #ffffaa 60%); */
}
#post-content p img {
  display: block;
  margin: 80px auto 0;
}
#post-content p img.nogaz {
  display: none;
}
#post-content h2 + p img,
#post-content h3 + p img,
#post-content p img.superscript {
  margin-top: 40px;
}
#post-content p.note:before {
  content:"※ ";
}
#post-content p.note {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 5px;
}
#post-content pre {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  margin: -10px 5px 30px 0;
  line-height: 1.8;
  padding: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
#post-content pre a {
  color: #0065D7;
}
#post-content ul {
  margin: 0 0 1.5em 18px;
/*  font-size: 15px; */
  font-size: 17px;
  line-height: 1.6em;
}
#post-content > ul li {
  padding-bottom: 4px;
}
#post-content > ul ul {
  margin-left: 18px;
}
section>ul a {
  color: #0065D7;
}
#post-content ol {
  margin: 0 0 1.5em 24px;
/*  font-size: 15px; */
  font-size: 17px;
  line-height: 1.6em;
}
#post-content table {
  border-bottom: 1px solid #ededed;
  margin-bottom: 1.5em;
/*  font-size: 15px; */
  font-size: 17px;
  line-height: 2;
  width: 100%;
}
#post-content table.underscript {
  margin-bottom: 10px;
}
#post-content table th {
  text-align: left;
  line-height: 2.181818182;
  font-weight: bold;
}
#post-content table td {
  border-top: 1px solid #ededed;
  padding: 6px 0 6px 0;
}
#post-content table td:first-child {
  padding-right: 10px;
  white-space: nowrap
}
/*
#post-content table.fixed {
  table-layout: fixed;
}*/
#post-content table a {
  color: #0065D7;
}
@media screen and (max-width:640px) {
  #post-content table th {
    display: none;
  }
  #post-content table td {
    display: block;
    padding-left: 10px;
  }
  #post-content table td:first-child {
    background-color: #ebebeb;
  }
}
#post-rank {
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
}
#post-rank a {
  color: #0065D7;
}
#post-rank ol {
  margin: 1em 0 0 22px;
  font-size: 15px;
  line-height: 1.6em;
}
/* = iPhone Image
=============================================== */
.smartphone {
  margin: 50px 0 1.5em 0 !important;
}
.row.iphone {
  margin-top: 50px !important;
}
@media screen and (min-width:640px) {
  #post-content .iphone img {
    margin-bottom: 40px;
  }
}
/* = 目次
=============================================== */
#post-content ul.contents-list {
  margin: 0 0 1.5em 0;
  font-size: 18px;
}
#post-content .contents-list li {
  margin-left: 18px;
  font-size: 15px;
  line-height: 1.6em;
}
#post-content #mokuji {
  background-color: #f9f9f9;
  border: 1px solid #d6d9da;
  display: table;
  margin-bottom: 1.5em;
  padding: 15px 20px 0 20px;
  width: auto;
}
#post-content #mokuji p {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 700;
}
/* = コンソール
=============================================== */
#post-content .console {
  background-color: #222;
  border: 1px solid #666;
  color: #EEE;
  font-family: "ＭＳ ゴシック","Andale Mono",Courier,Monospace;
  line-height: 100%;
  white-space: pre-wrap;
}
/* = SyntaxHighlighter 補正
=============================================== */
#post-content .syntaxhighlighter {
  border: 1px solid #E0E0E0 !important;
  margin: 4px 0 1.5em 0 !important;
}
[id*=highlighter] embed {
  height: 16px;
}
/* = Button Style
=============================================== */
#post-content span.demo a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
  padding: 3px 15px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}
#post-content span.demo a:hover {
  color:#fff;
  border:1px solid #1c5675; background-color: #26759e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), top(#133d5b));
  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
  background-image: -moz-linear-gradient(top, #26759e, #133d5b);
  background-image: -ms-linear-gradient(top, #26759e, #133d5b);
  background-image: -o-linear-gradient(top, #26759e, #133d5b);
  background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
/* = POST AD
=============================================== */
#post-content #ad-rank {
  border: none;
}
#post-content h3.ad-title {
  font-size: 22px;
  margin: 40px 0 0 0;
}
#post-content .ad-oukan {
  width: auto;
  height: 40px;
  padding-right: 20px;
}
#post-content .official {
  font-size: 20px;
  margin: 5px 0 60px 0;
}
.ad-rank-desc {
  margin: 5px 0 30px 0;
}
.ad-rank-desc a img {
  float: right;
  margin: 5px 10px 10px;
}
/* = POST GOODS
=============================================== */
.goods-image {
  margin: 0 0 1.5em 0;
}
.goods-info {
  margin: 0 0 1.5em 0;
  padding: 0 0 10px 0;
}
#post-content .goods-name {
  margin: 0;
  padding: 0 0 3px 0;
}
#post-content .goods-detail {
  margin: 0;
  padding: 0 0 20px 0;
/*  font-size: 14px; */
  font-size: 15px;
}
#post-content .goods-link ul {
  margin: 0;
}
.goods-link li {
  padding: 0 8px 0 0;
  list-style: none;
  display: inline-block;
}
.goods-link li a {
  color: #0065D7;
}
/* = SOCIAL
=============================================== */
.post-social {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
#post-header .post-social {
/*  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb; */
  margin-top: 10px;
}
.post-social ul {
  position: relative;
  left: 50%;
  float: left;
  list-style: none;
}
.post-social ul li {
  position: relative;
  left: -50%;
  float: left;
  padding-right: 32px;
}
.post-social ul li:last-child {
  padding: 0;
}
@media screen and (max-width:640px) {
  .post-social ul li {
    padding-right: 9px;
  }
}
/* = 関連記事
=============================================== */
#post-content p.related {
  margin-bottom: 4px;
}
.yarpp-related {
  margin: 30px 0;
}
.yarpp-related p {
  margin-bottom: 10px;
}
.yarpp-related h3 {
  font-size: 24px;
  border-bottom: 1px double #ccc;
  margin: 20px 0;
  padding: 0 0 3px 0;
  font-size: 22px;
  line-height: 1.6;
}
.yarpp-related ul {
  margin-left: 18px;
  font-size: 17px;
  line-height: 1.6em;
}
.yarpp-related ul > li{
  padding-bottom: 4px;
}
.yarpp-related ul a {
  color: #0065D7;
}
.yarpp-related ul a:hover {
  color: #ed1c24;
}
/* = Comments
=============================================== */
.post-ratings {
  margin: 0 0 40px 0;
}
#rating_comments {
  margin-right: 23px;
}
#rating_comments > ol {
  margin-left: 20px;
  padding: 0;
}
li.comment_post {
  margin-bottom: 20px;
  font-size: 14px;
}
p.comment_info {
  margin-bottom: 10px;
  font-size: 90%;
}
.form-allowed-tags {
  display:none;
}
#respond {
  margin-top: 36px;
}
#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 90%;
  font-size: 90%;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 90%;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
/* = SIDEBAR
=============================================== */
#side {
  padding: 60px 5px 20px 25px;
}
@media screen and (max-width:1290px) {
  #side {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media screen and (max-width:640px) {
  #side {
    padding: 0 5px;
  }
}
#side ul > li {
  margin-bottom: 50px;
  list-style: none;
}
#side p {
  font-size: 14px;
  line-height: 1.8;
}
#side a {
  color: #0065D7;
}
#side a:hover {
  color: #ed1c24;
}
/* = WIDGET
=============================================== */
.widgettitle {
  margin: 0 0 3px;
  padding: 0 0 10px;
  font-size: 18px;
  color: #333;
  border-bottom: solid 1px #ccc;
}
#side .widget {
/*  padding-right: 36px; */
}
#side .widget li {
  margin: 0;
  padding: 8px 0;
  clear: both;
  list-style: none;
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: solid 1px #ebebeb;
}
#side .popular-posts ol li {
  list-style-type: decimal;
}
#side .side-nav {
  margin-bottom: 20px;
}
#side .side-nav li {
  list-style: none;
  margin-bottom: 2px;
  padding: 0 0 5px 0;
}
/* = FOOTER
=============================================== */
#footer {
  background-color: #f5f5f5;
}
#footer aside {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer aside .widgettitle {
  margin: 0;
  padding-bottom: 5px;
}
#footer aside h4 {
  padding: 20px 0 5px 0;
  font-size: 18px;
}
#footer li {
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
}
#footer a {
  color: #0065D7;
}
#footer a:hover {
  color: #ed1c24;
}
#footer .widgettitle {
  border: none;
}
#footer #copy {
  background-color: #2a2a2a;
  padding: 15px 0;
  color: #fff;
  font-style: normal;
}
#footer #copy div div {
  font-size: 12px;
}
#footer #copy p {
  margin-bottom: 10px;
}
#footer #copy a {
  color: #fff;
  font-size: 10px;
}
#footer #archives-2 li {
  display: block;
  float: left;
  width: 240px;
}
/* = Ad
=============================================== */
.ad-top-label {
  margin: 40px 0 5px 0;
  font-size: 14px;
}
.ad-top {
  margin-bottom: 30px;
}
.ad-bottom-label {
  margin: 30px 0 5px 0;
  font-size: 14px;
}
.ad-bottom {
  margin-bottom: 20px;
}
.ad-bottom-left {
  float:left;
  margin-bottom: 20px;
  margin-right: 25px;
  width: 300px;
}
.ad-bottom-right {
  margin-bottom: 20px;
  width: 300px;
  float:left;
}
.ad-side-label {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.ad-side {
  margin-top: 20px;
/*  margin-bottom: 40px; */
}
.ad-side img:nth-child(2) {
  display:none;
}
@media screen and (max-width:1000px) {
  .ad-side {
    text-align: center;
  }
}
.ad-ama p {
  padding-top: 4px;
}
.ad-bottom-related {
  margin: 0 auto;
  text-align: center;
}
/* = Color
=============================================== */
.yellow {
  background-color: #FFFF99;
  padding: 2px;
}
.red {
  color: #FF0000;
}
.blue {
  color: #0000FF;
}
.vermilion {
  color: #ed1c24;
}
/* = Other
=============================================== */
.clear {
  clear: both;
}