/*! 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;
  border-color: #333;
}

thead {
  background-color: #999;
}

tfoot,
tbody {
}

td,
th {
  padding: 0px 10px;
}

/* reset */

div,
span,
iframe,
p,
blockquote,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
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 {
  padding: 20px;
  color: #666;
  background-color: #ddd;
}

.article__content ul li {
  list-style: disc;
  margin: 0 0 0 1.8em;
}

.article__content ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #333;
  color: #f2f2f2;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: '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: #43bee0;
  text-decoration: none;
}

a:hover {
  color: #60d3f2;
  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;
}

/* Layout - blogTitle */
#banner {
  padding: 80px 0;
  text-align: center;
}
#banner h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}
#banner h1 a {
  color: #f2f2f2;
  text-decoration: none;
}
#banner .description {
}

/* Layout - mainColumn */
#content {
  width: 620px;
  float: left;
  margin-right: 20px;
}

/* Layout - leftColumn */

/* Layout - rightColumn */
#links {
  width: 300px;
  float: right;
  padding: 0;
}


/* Side */
/*-------------------------------------*/
.side,
.side-tag {
  margin-bottom: 40px;
}
.sidetitle {
  font-size: 16px;
  font-weight: bold;
}

.fanIco1,
.fanIco2 {
  margin-top: -7px;
}
.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 */
#calendar {
  text-align:center;
  margin-bottom: 40px;
}
#calendar table {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.calendarhead {
}
#calendar th,
#calendar td {
  text-align: center;
}

.calendarday {
}
.calendarday a {
}

/* Side - search */
.side input[type="text"] {
  padding: 6px 10px;
  height: 26px;
  width: 79% !important;
  line-height: 1.2;
  color: #f2f2f2;
  border:1px solid #f2f2f2;
}
.side .input-submit {
  float: right;
  width: 19%;
  height: 26px;
  color: #f2f2f2;
  border-radius: 0;
  border:1px solid #f2f2f2;
}

.side .input-submit:hover {
  background: #000;
}

.seesaaArticleSearch .sASweb {
  padding-top: 3px;
  background-position: 0 6px;
}
.seesaaArticleSearch .sASarticle {
  width: 140px;
  padding-top: 3px;
}


/* Entry */
/*-------------------------------------*/
.blog {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.date {
  display: inline-block;
  margin-right: 5px;
}
.blogbody {
  margin-bottom: 0;
  padding: 0;
}

/* Entry - navi */
.navi {
  padding-bottom: 14px;
  text-align: center;
}
.navi a {
  text-decoration: none;
  font-weight: 700;
}

/* Entry - title */
.blog h3{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #f2f2f2;
}
h3 a.title {
  color: #f2f2f2;
}

/* Entry - text */
.blog .text {
  margin: 30px 0;
}
.text:after {
  content: "";
  display: block;
  clear: both;
}
.text img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.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: 40px;
  text-align: right;
  font-size:10px;
}
.bookmark {
  clear: both;
  margin-top: 5px;
}

/* Entry - comment */
#comments {
  margin-top: 25px;
  padding: 20px;
}
#comments form {
  margin: 0;
}
.comments-head {
  margin: 0 0 10px 0;
  font-weight: 700;
  border-bottom: 1px dotted #f2f2f2;
}
.comments-body {
  margin: 0;
  padding: 0;
}
.comments-body .text {
  padding: 0;
  margin: 0;
}
.comments-post {
  padding: 5px 10px;
  text-align: right;
  border-bottom: 1px dotted #f2f2f2;
  margin-bottom: 20px;
}

/* Entry - comment - input */
#comments input {
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #ccc;
  width: 60%;
  background: #f2f2f2;
  color: #333;
}
#comments textarea {
  border: 1px solid #ccc;
  width: 80%;
  padding: 6px 10px;
  background: #f2f2f2;
  color: #333;
}
#comments .input-submit {
  padding: 10px 0;
  width: 30%;
  background: #43bee0;
  color: #333;
  margin-right:20px;
}
#comments .input-submit:hover {
  background: #60d3f2;
}

/* Entry - trackback */
#trackback {
  padding: 20px;
  margin-top: 25px;
  border: 1px dotted #f2f2f2;
}


/* Entry - listcategoryarticle */
.listCategoryArticle {
  margin-top: 5px;
  padding: 5px;
  border-bottom: 1px dotted #f2f2f2;
}
.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;
}
#tag_cloud {
  position: relative;
  padding: 10px;
  border: 1px dotted #f2f2f2;
  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 dotted #f2f2f2;
  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 #f2f2f2;
  vertical-align: top;
}
.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-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 #f2f2f2;
}
.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;
}
