/* <system section="theme" selected="11696248318753279893"> */
@charset "utf-8";



/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}



/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #929292;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}



/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#484848));
  background: -webkit-linear-gradient(#000, #484848);
  background: -moz-linear-gradient(#000, #484848);
  background: -o-linear-gradient(#000, #484848);
  background: linear-gradient(#000, #484848);
  min-height: 170px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#blog-title-inner{
  display:block;
  vertical-align: middle;
  width: 980px;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508182629.png') no-repeat center top;
  padding: 70px 0 70px 0;
  margin: 0 auto;
}
#title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #FFF;
  margin-bottom: 10px;
}
#title a {
  text-decoration: none;
  color: #FFF;
}
#blog-description {
  color: #D5D5D5;
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}

#content{
  width: 980px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 756px;
  float: left;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif') repeat-y 65px;
  border-right: 1px solid #DEDEDE;
  padding-right:30px;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}

.entry-inner{
  padding-bottom: 80px;
}
.entry-header {
  width: 756px;
  position: relative;
}
.date {
  font-size: 11px;
  width: 66px;
  border-top: 7px solid #000;
  display: block;
  position: relative;
  padding-top: 5px;
  text-align: center;
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry .date-month + .hyphen{
  display: block;
  text-indent: -9999px;
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.date .date-day{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  width: 65px;
  position: absolute;
  top: 20px;
  left: 0;
}
.entry-title{
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  width: 665px;
  left: 85px;
}
.page-archive .entry-title{
  left: 0px;  
  width: 756px;
}

.entry-title a{
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 10px;
  width: 665px;
  position: relative;
  left: 85px;
  padding: 0 0 10px 0;
}
.page-archive .categories {
  width: 756px;
  left: 0px !important;
  padding: 0 0 10px 0;
}
.categories a {
  padding: 3px 8px 3px 8px;
  background: #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.05s linear 0;
  -webkit-transition: all 0.05s linear 0;
  text-decoration: none;
  color: #FFF;
}
.author,
.entry-footer-time{
  font-size: 11px;
}

.entry-content{
  width: 665px;
  position: relative;
  left: 85px;
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  width: 665px;
  position: relative;
  left: 85px;
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  width: 665px;
  position: relative;
  left: 85px;
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  text-align: center;
  padding: 10px 0 30px 0;
  background: #fff;
  line-height: 1.3;
  font-size: 11px;
}
#footer-inner{
  width: 980px;
  margin: 0 auto;
}
#footer address {
  display: inline;
}
#footer .services {
display: inline;
margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}

#footer img {
  vertical-align: middle;
}



/* =============== comment =============== */

.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
a.leave-comment-title{
  display: block;
  text-decoration: none;
}
.leave-comment-title:hover {
  background: #F6F6F6;
}

/* Entry-Content */
.entry-content {
  font-size: 14px;
  line-height: 1.74;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 1em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 130%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 2px solid #222;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #DEDEDE;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}



/* =============== side bar =============== */

#box2 {
  width: 180px;
  float: right;
  font-size: 12px;
  word-wrap: break-word;
}
.page-about #box2,
.page-archive #box2 {
  border-left:1px solid #DEDEDE;
  padding-left: 13px;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065220.gif') no-repeat left 0px;
  min-height: 15px;
  padding-left: 20px;
  position: relative;
  left: -21px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 142px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=05118dad691a3d687ba81428cac681') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}



/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
.page-archive #main-inner li .categories {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}



/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}



/* =============== category =============== */

.breadcrumb {
  width: 980px;
  margin:30px auto 30px auto;
  font-size: 11px;
}
.breadcrumb span:last-child{
  color: #999;
}



/* =============== edit erea =============== */

#top-editarea{
  width: 980px;
  margin:30px auto;
}
#bottom-editarea{
  width: 980px;
  margin:0 auto 30px auto;
}
/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

#top-editarea {
    width: 1200px;
    margin: 0 auto 30px;
}
#bottom-editarea {
    width: 855px;
    margin: 0 auto 30px auto;
    text-align: left;
}
#blog-title-inner {
    background-position: center -198px !important;
    background-size: 1224px;
    width: 1200px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #121212;
  color: #ed701b;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #00a1e9;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #2b2b2b;
}
.dropmenu li a:hover{
  background: #2b2b2b;
}

h1.entry-title a {
font: 18px/1.8 "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}

body {
    font-family: "Avenir Next", "century gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.entry-content b{
	background: -webkit-linear-gradient(transparent 60%, #ffff00 60%)!important;
	background: -o-linear-gradient(transparent 60%, #ffff00 60%)!important;
	background: linear-gradient(transparent 60%, #ffff00 60%)!important;
}

.entry-content {
    width: 850px;
    position: relative;
    left: 85px;
    font-size:15px;
}
.entry-footer {
    width: 850px;
    position: relative;
    left: 85px;
    margin-top: 20px;
    font-size: 13px;
}


/*blockquote {
    background: #f9f9f9 url(http://www.webcreatorbox.com/sample/images/quote_open.gif) no-repeat 5px 10px;
    padding: 20px;
    text-indent: 15px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}*/
blockquote {
    position: relative;
    margin: 2em 0;
    padding: 20px 20px 20px 70px !important;
    font-size: .9em;
    border: 1px solid #CCC;
    border-radius: 2px;
    background: #f9f9f9;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
blockquote:before{
    position: absolute;
    top: -70px;
    left: 0px;
    font-family: 'ochiken';
    content: '“';
    font-size: 13em;
    opacity: .1;
}
blockquote span{
    background: url(http://www.webcreatorbox.com/sample/images/quote_close.gif) no-repeat bottom right;
    display: block;
}

/*.entry-content h3{
    color:#1253A4; 
    background: #FEF263; 
    padding: 10px 10px;
    box-shadow: 10px 10px 15px #62bffc;
    font-size:17px;
}*/
.entry-content h3 {
    position: relative;
    padding: 0.5em 0.5em 0.4em 0.7em;
    background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: linear-gradient(to right, rgb(255, 186, 115), transparent);
    color: #2b2b2b;
    border: none;
    font-size: 19px;
    letter-spacing: 0.5px;
    border-left: solid 5px #2b2b2b;
}
    
.entry-content h4{
    color: #c11414;
    padding: 5px 5px; 
    border-bottom: 5px double #ea960f;
}

h1 {
	position: relative;
	padding: 1em 0;
}
h1::before,
h1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h1::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h1::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}


h1#title{display:none;}


strong {
    background: linear-gradient(transparent 40%, #fff6a6 40%);
}

body{
    background-color:#FFF/*#0f83c1*/;
    margin:0px;
    /* padding:0px 80px 0px 80px; */
    border:0px;
    content:600px;
    color:#060526;
}
#container {
    width: 1200px /*1000px*/;
}
#content {
    width: 1200px;
    margin: 50px auto 30px auto;
}
#wrapper {
    width: 930px;
    float: left;
    background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif) repeat-y 65px;
    border-right: 1px solid #DEDEDE;
    padding-right: 30px;
}

.header-image-only #blog-title #blog-title-inner {
    background-repeat: no-repeat;
    position: relative;
    height: 277px;
}

.date a {
color:#060526;
}

.header-image-enable #blog-title, .header-image-only #blog-title {
    padding: 10px 0 0;
}

.entry-title {
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    width: 850px;
    left: 85px;
}



/* アーカイブ */
.page-archive #main-inner .entry-title {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    width: 100%;
}

/* ボタン */
.workout-button {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.workout-button:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/* ボックス */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}


/*table*/
table#demo_1 {
  border: none;
  border-top: 3px solid #5DE4BF;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
}
 
table#demo_1 th,
table#demo_1 td {
  border-bottom: 1px solid #DDD;
  font-size: 0.85em;
  line-height: 1.5;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
 
table#demo_1 th:first-child,
table#demo_1 td:first-child {
  padding-left: 0;
}
 
table#demo_1 th:last-child,
table#demo_1 td:last-child {
  padding-right: 0;
  width: 45%;
}
 
table#demo_1 th {
  font-weight: bold;
  vertical-align: top;
}
 
table#demo_1 td .thTitle {
  display: none;
}
 
/*ウィンドウサイズが 768px以内の場合に上書きされる*/
@media screen and (max-width: 768px) {
 
  table#demo_1,
  table#demo_1 caption,
  table#demo_1 tbody,
  table#demo_1 tfoot,
  table#demo_1 tr,
  table#demo_1 th,
  table#demo_1 td {
    display: block;
    width: 100% !important;
  }
  
  table#demo_1 th,
  table#demo_1 td {
    padding-left: 0;
    padding-right: 0;
  }
  
  table#demo_1 th {
    display: none;
  }
    
  table#demo_1 td {
    border: none;
    text-align: left;
  }
  
  table#demo_1 td {
    border-bottom: 1px solid #DDD;
  }
  
  table#demo_1 td:first-child {
    font-weight: bold;
  }
  
  table#demo_1 td:last-child {
    border-bottom: 2px solid #DDD;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .thTitle,
  table#demo_1 td .tdContents {
    display: table-cell;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .thTitle {
    font-weight: bold;
    width: 20%;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .tdContents {
    padding-left: 20px;
    width: 80%;
  }
}
 
/*ウィンドウサイズが 480px以内の場合に上書きされる*/
@media screen and (max-width: 480px) {
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .inner,
  table#demo_1 td .thTitle,
  table#demo_1 td .tdContents {
    display: block;
    width: 100%;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .inner {
    table-layout: auto;
  }
  
  /*JavaScriptで追加する要素*/
  table#demo_1 td .tdContents {
    padding: 10px 0 0;
  }
}
