<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset fontsize integrate */
/*-------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Coda);/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset */

div,
span,
iframe,
p,
blockquote,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

/* other */

i,
em {
  font-style: italic;
}

blockquote {
  position: relative;
  padding: 45px 20px;
  background: #2f3031;
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
}

blockquote:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(https://blog.seesaa.jp/img/bg/intelmap/series_im_parts_bq_icn.png) no-repeat;
  width: 25px;
  height: 22px;
}
#links,.side,#content,.blog,.blogbody,.text {overflow: hidden;}
h2,h3 {padding: 0; margin: 0;}

/* Base Fontsize 10px */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #0b0c0d;
  color: #ddd;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: 'Coda', cursive,'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  zoom: 1;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #59fbea;
  text-decoration: none;
}

a:hover {
  color: #4BDDCE;
  text-decoration: underline;
}

/* Layout */
/*-------------------------------------*/
#container {
  width: 960px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* Layout - blogTitle */
#banner {
  padding: 80px 0;
  text-align: center;
  color: #cca844;
 }
#banner h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}
#banner h1 a {
   color: #cca844;
  text-decoration: none;
}
#banner .description {
}

/* Layout - mainColumn */
#content {
  width: 620px;
  float: left;
  margin-right: 20px;
}


/* Layout - rightColumn */
#links {
  width: 300px;
  float: left;
  padding: 0;
  color: #FFF;
}


/* Side */
/*-------------------------------------*/
.side,
.side-tag {
  border: 1px solid #59fbea;
  padding: 15px;
  background: #102023;
  background: rgba(16, 32, 35, 0.9);
  margin-bottom:20px;
}
.sidetitle {
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #59fbea;
  border-left: 1px solid #59fbea;
  border-right: 1px solid #59fbea;
  padding: 1px 15px;
  padding-right: 30px;
  background: #004f4a;
  color: #59fbea;
  display: inline-block;
  position: relative;
}
.sidetitle:after {
  content: "";
  background: url("https://blog.seesaa.jp/img/bg/intelmap/series_im_parts_03.png") no-repeat;
  width: 18px;
  height: 24px;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
img.fanIco1,
img.fanIco2 {
  vertical-align: middle;
}
.syndicate a:link,
.syndicate a:visited {
  color: #000 !important;
  text-decoration: none;
}

.syndicate a:hover {
  text-decoration: underline;
}
.side ul li {
  list-style: disc;
  margin: 0 0 0 1.8em;
}

.side ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}


/* Side - calender */
/* Side - calender */
#calendar {
  margin: 0 0 15px 0;
  padding: 0 5px 10px;
}
#calendar table {
  width: 260px;
  margin: 0 auto;
  border-collapse: collapse;
}

.calendarhead {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.calendarhead a:link {
  color: #FFF;
}
.calendarday {
  padding: 1px 2px;
}
.calendarday a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
}
#calendar td {
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

/* Side - search */
.side input[type="text"] {
  padding: 4px 10px 2px;
  width: 80% !important;
  height: 26px;
  line-height: 1.5;
  color: #ddd;
  outline: none;
  background: #102023;
  background: rgba(16, 32, 35, 0.9);
  border: 1px solid #59fbea;
}
.side .input-submit {
  float: right;
  width: 19%;
  height: 26px;
  background: #004f4a;
  color: #59fbea;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #59fbea;
}
.side .input-submit:hover {
  color: #4BDDCE;
}

.side input[type="button"] {
  height: 26px;
  background: #004f4a;
  color: #59fbea;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #59fbea;
}

.side input[type="button"]:hover {
  color: #4BDDCE;
}

/* Entry */
/*-------------------------------------*/
.blog {
  margin-bottom: 40px;
  }
h2.date {
  display: inline-block;
  padding: 2px 15px 0 13px;
  color: #59fbea;
  font-weight: bold;
  padding-right: 28px;
  background: url("https://blog.seesaa.jp/img/bg/intelmap/series_im_parts_01.png") no-repeat left top;
}
.blogbody {
  border: 1px solid #59fbea;
  border-top: 4px double #59fbea;
  margin-bottom: 40px;
  margin-top:-1px;
}
/* Entry - navi */
.navi {
  padding-bottom: 14px;
  text-align: center;
}
.navi a {
  font-weight: 700;
  padding:0 5px;
}

/* Entry - title */
a.title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: #0b0c0d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #cca844;
}

/* Entry - text */
.blog .text {
  padding-left: 15px;
  padding-right: 15px;
  background: #0b0c0d;
}

.blog .text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog .text img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.blog .text ul li {
  list-style: disc;
  margin: 0 0 0 1.8em;
}

.blog .text ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}


/* Entry - posted */
.posted {
  margin-bottom: 0;
  padding: 10px 20px 20px 0;
  text-align: right;
  font-size:10px;
}
.bookmark {
  clear: both;
  margin-top: 5px;
}
.posted img{
  vertical-align: middle;
  padding:0 2px;
}

/* Entry - comment */
#comments {
  margin-top: 25px;
  padding: 15px 0;
  background: #0b0c0d;
  border: 1px solid #59fbea;
}
#comments form {
  margin: 0;
}
.comments-head {
  margin: 0 15px 10px  15px;
}
.comments-body {
  margin: 0;
  padding: 0 15px;
}
.comments-body .text {
  padding-top: 10px;
  margin: 0;
}
.comments-post {
  padding: 10px;
  text-align: right;
  border-bottom:1px solid #666;
}

/* Entry - comment - input */
#comments input{
  outline: none;
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #004f4a;
  width: 60%;
  background: #ddd;
  color: #0b0c0d;
}
#comments .input-submit {
  padding: 10px 0;
  width: 30%;
  background: #004f4a;
  color: #59fbea;
  border: 1px solid #59fbea;
  margin-right:30px;
}
#comments .input-submit:hover {
  color: #4BDDCE;
}
#comments textarea {
  outline: none;
  border: 1px solid #004f4a;
  width: 80%;
  padding: 6px 10px;
  background: #ddd;
  color: #0b0c0d;
}

/* Entry - trackback */
#trackback {
  padding: 10px;
  margin-top: 25px;
  border: 1px solid #59fbea;
}
#trackback hr{
  border:0;
  border-bottom: 1px solid #59fbea;
}

/* Entry - listcategoryarticle */
.listCategoryArticle {
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #59fbea;
}
.listCategoryArticle ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  text-align: left;
  list-style-position: outside;
}
.listCategoryArticle li {
  margin: 2px 0;
  background:url("https://blog.seesaa.jp/img/listCategoryArticle.gif") no-repeat 0 2px;
  padding-left: 12px;
  line-height: 1.4;
}

/* tag */
/*-------------------------------------*/
.tag-word {
  margin: 10px 0 0 0;
  line-height: 1.4;
  text-align: right;
}
.tag {
  margin-top: 0;
  padding: 20px;
  border: solid 1px #59fbea;
}

#tag_cloud {
  position: relative;
  padding: 45px 20px;
  background: #2f3031;
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
}

#tag_cloud:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(https://blog.seesaa.jp/img/bg/intelmap/series_im_parts_bq_icn.png) no-repeat;
  width: 25px;
  height: 22px;
}


/*#tag_cloud {
  position: relative;
  padding: 10px;
  border: 1px solid #59fbea;
  text-align: left;
}
*/
#tag_cloud a {
  padding: 2px;
}
.tag-title {
  font-weight: bold;
  text-align: left;
}
.tag-body {
  position: relative;
  margin: 10px 0;
  padding: 10px 0 0 0;
}
.tag-service {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #59fbea;
  padding: 0 0 5px 0;
  clear: left;
  position: relative;
}
.tag-search {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: right;
  font-weight: bold;
}
.tag-article {
  position: relative;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.tag-article-title {
  position: relative;
  padding: 0 0 5px 0;
  text-align:left;
  font-weight: 700;
}
.tag-article-posted {
  position: relative;
  font-weight: 400;
}
.tag-article-summary {
  position: relative;
  padding: 0 10px;
  line-height: 1.4;
}
.tag-more {
  position: relative;
  clear: left;
  margin: 10px 0;
  text-align: right;
}
.tag-photos {
  position: relative;
  float: left;
  width: 140px;
  height: 200px;
  margin: 10px 5px;
}
.tag-photos-title {
  position: relative;
  padding: 5px 0;
  line-height: 1.4;
  text-align: left;
}
.tag-audios {
  position: relative;
  margin: 5px;
}
.tag-audios-title {
  position: relative;
  padding: 0 0 5px 0;
  text-align: left;
  font-weight: bold;
}
.tag-audios-posted {
  font-weight: 400;
  position: relative;
}
.tag-videos {
  position: relative;
  float: left;
  margin: 10px 5px;
}
.tag-videos-title {
  position: relative;
  padding: 5px 0;
  line-height: 1.4;
  text-align: left;
}
.tag-navi {
  position: relative;
  clear: left;
  margin: 10px 0;
  text-align: center;
}


/* TwitterBlockQuote */
/*-------------------------------------*/
.tweetBlockQuote {
  overflow: hidden;
  margin-bottom: 10px;
}
.tweetBlockQuote img {
  border: 0;
}
.tweetBlockQuote .tweetImg {
  overflow: hidden;
  float: left;
  width: 53px;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
.tweetBlockQuote .tweetMain {
  margin-left: 63px;
  padding: 5px;
  border: solid 1px #59fbea;
  vertical-align: top;
  color: #000;
}
.tweetBlockQuote .tweetMain a.tweetOwner {
  font-weight: bold;
  text-decoration: none;
}
.tweetBlockQuote .tweetMain a.tweetFriends {
  font-weight: bold;
  text-decoration: none;
}
.tweetBlockQuote .tweetMain .tweetText {
}
.tweetBlockQuote .tweetMain .tweetText a {
  text-decoration: underline;
}
.tweetBlockQuote .tweetMain .tweetDate {
}
.tweetBlockQuote .tweetBoth {
  clear: both;
}


/* Diet */
/*-------------------------------------*/
.diet-content {
  padding-left: 10px;
}
#diet-container .diet-content　img{
  vertical-align: bottom; 
  margin:0;
}
#diet-foods {
  padding-left: 10px;
}
.food-title {
  clear: left;
  float: left;
  width: 20%;
}
.food-content {
  width: 75%;
  padding-top: 10px;
}
#diet-container {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #59fbea;
}
.diet-title {
  margin-top: 5px;
  padding: 2px 10px 2px 5px;
}
.diet-content {
  padding-left: 10px;
}
#diet-foods {
  padding-left: 10px;
}
.food-title {
  clear: left;
  float: left;
  width: 20%;
}
.food-content {
  width: 75%;
  padding-top: 10px;
}


/* Footer */
/*-------------------------------------*/
#footer {
  clear:both;
}
.copyright {
  text-align: center;
}
.powered {
  padding: 20px 0 20px 0;
  text-align: center;
}
.powered table{
  margin: 0 auto;
}
.syndicatesy {
  margin-right: 10px;
  text-align: center;
}
</pre></body></html>