
/* Content
----------------------------------------------- */
html {}
body {
  font: normal normal 12px Verdana, Geneva, sans-serif;
  color: #000000;
}
body:after {
  z-index: -99;
  content: "";
  position: fixed;/*固定配置*/
  top: 0; left: 0;/*左上に固定*/
  width: 100%; height: 100%;/*画面全体を覆う*/
  background: no-repeat;
  background: #3A5FB5;
  background-image: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(58, 95, 181, 1) 100%);
}
html body .region-inner {
  min-width: 0;
  max-width: 100%;
  width: auto;
}
h2 {
  font-weight: normal;
  font-size: 22px;
}
a:link {
  text-decoration:none;
  color: #0f29b9;
}
a:visited {
  text-decoration:none;
  color: #D52C1F;
}
a:hover {
  text-decoration:underline;
  color: #dd1a00;
}
.body-fauxcolumn-outer .fauxcolumn-inner {
  background: transparent none repeat scroll top left;
  _background-image: none;
}
.body-fauxcolumn-outer .cap-top {
  position: absolute;
  z-index: 1;
  height: 400px;
  width: 100%;
}
.body-fauxcolumn-outer .cap-top .cap-left {
  width: 100%;
  background: transparent none repeat-x scroll top left;
  _background-image: none;
}

* { box-sizing: border-box; }
main * {box-sizing: content-box;}

/* wrapper
----------------------------------------------- */
.wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .15);
  margin: 0 auto;
  padding: 0 10px;
  width: 970px;
  background-color: #ffffff;
}

main {
  order: 1;
  border-left: 1px solid #efefef;
  padding: 10px 30px;
  width: 750px;
}
/* nav
----------------------------------------------- */
nav {
  order: 0;
  margin: 0;
  padding: 0 30px;
  width: 200px;
}
nav ul {
  padding-left: 1em;
}
nav a {
  font-size: 12px;
}
nav li + li {
  margin-top: .4em;
}
/* Header
----------------------------------------------- */
header {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 10px 0;
  width: 100%;
}
header:before {
  content: '';
  background-image: url(../images/header.jpg);
  background-size: cover;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  filter: blur(5px);
  z-index: -1;
}
header h1.title {
  display: block;
  margin: 0;
  padding: 22px 30px;
  height: 226px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  font: normal normal 55px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}
/* footer
----------------------------------------------- */
.footer {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}

/* Tabs
----------------------------------------------- */
.tabs-inner .section:first-child {
  border-top: 0 solid #eeeeee;
}
.tabs-inner .section:first-child ul {
  margin-top: -0;
  border-top: 0 solid #eeeeee;
  border-left: 0 solid #eeeeee;
  border-right: 0 solid #eeeeee;
}
.tabs-inner .widget ul {
  background: #f3f3f3 url(https://resources.blogblog.com/blogblog/data/1kt/simple/gradients_light.png) repeat-x scroll 0 -800px;
  _background-image: none;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.tabs-inner .widget li a {
  display: inline-block;
  padding: .6em 1em;
  font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #949494;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #eeeeee;
}
.tabs-inner .widget li:first-child a {
  border-left: none;
}
.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
  color: #000000;
  background-color: #ececec;
  text-decoration: none;
}
/* Columns
----------------------------------------------- */
.main-outer {
  border-top: 0 solid #ececec;
}
.fauxcolumn-left-outer .fauxcolumn-inner {
  border-right: 1px solid #ececec;
}
.fauxcolumn-right-outer .fauxcolumn-inner {
  border-left: 1px solid #ececec;
}
/* Headings
----------------------------------------------- */
div.widget > h2,
div.widget h2.title {
  margin: 0 0 1em 0;
  font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #000000;
}
/* Widgets
----------------------------------------------- */
.widget .zippy {
  color: #949494;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
}
.widget .popular-posts ul {
  list-style: none;
}
/* Posts
----------------------------------------------- */
h2.date-header {
  font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}
.date-header span {
  background-color: rgba(0,0,0,0);
  color: #000000;
  padding: inherit;
  letter-spacing: inherit;
  margin: inherit;
}
.main-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-inner .column-center-inner {
  padding: 0 15px;
}
.main-inner .column-center-inner .section {
  margin: 0 15px;
}
.post {
  margin: 0 0 25px 0;
}
h3.post-title, .comments h4 {
  font: normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  margin: .75em 0 0;
}
.post-body {
  font-size: 110%;
  line-height: 1.4;
  position: relative;
}
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: 2px;
  background: #ffffff;
  border: 1px solid #ececec;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}
.post-body img, .post-body .tr-caption-container {
  padding: 5px;
}
.post-body .tr-caption-container {
  color: #000000;
}
.post-body .tr-caption-container img {
  padding: 0;
  background: transparent;
  border: none;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}
.post-header {
  margin: 0 0 1.5em;
  line-height: 1.6;
  font-size: 90%;
}
.post-footer {
  margin: 20px -2px 0;
  padding: 5px 10px;
  color: #5a5a5a;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ececec;
  line-height: 1.6;
  font-size: 90%;
}
#comments .comment-author {
  padding-top: 1.5em;
  border-top: 1px solid #ececec;
  background-position: 0 1.5em;
}
#comments .comment-author:first-child {
  padding-top: 0;
  border-top: none;
}
.avatar-image-container {
  margin: .2em 0 0;
}
#comments .avatar-image-container img {
  border: 1px solid #ececec;
}
/* Comments
----------------------------------------------- */
.comments .comments-content .icon.blog-author {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
}
.comments .comments-content .loadmore a {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
.comments .comment-thread.inline-thread {
  background-color: #f7f7f7;
}
.comments .continue {
  border-top: 2px solid #949494;
}
/* Accents
---------------------------------------------- */
.section-columns td.columns-cell {
  border-left: 1px solid #ececec;
}
.blog-pager {
  background: transparent none no-repeat scroll top center;
}
.blog-pager-older-link, .home-link,
.blog-pager-newer-link {
  background-color: #ffffff;
  padding: 5px;
}
.footer-outer {
  border-top: 0 dashed #bbbbbb;
}
/* Mobile
----------------------------------------------- */
body.mobile  {
  background-size: auto;
}
.mobile .body-fauxcolumn-outer {
  background: transparent none repeat scroll top left;
}
.mobile .body-fauxcolumn-outer .cap-top {
  background-size: 100% auto;
}
.mobile .content-outer {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.mobile .tabs-inner .widget ul {
  margin-left: 0;
  margin-right: 0;
}
.mobile .post {
  margin: 0;
}
.mobile .main-inner .column-center-inner .section {
  margin: 0;
}
.mobile .date-header span {
  padding: 0.1em 10px;
  margin: 0 -10px;
}
.mobile h3.post-title {
  margin: 0;
}
.mobile .blog-pager {
  background: transparent none no-repeat scroll top center;
}
.mobile .footer-outer {
  border-top: none;
}
.mobile .main-inner, .mobile .footer-inner {
  background-color: #ffffff;
}
.mobile-index-contents {
  color: #000000;
}
.mobile-link-button {
  background-color: #0f29b9;
}
.mobile-link-button a:link, .mobile-link-button a:visited {
  color: #ffffff;
}
.mobile .tabs-inner .section:first-child {
  border-top: none;
}
.mobile .tabs-inner .PageList .widget-content {
  background-color: #ececec;
  color: #000000;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
  border-left: 1px solid #eeeeee;
}

/* template-skin-1
----------------------------------------------- */
body {
  min-width: 850px;
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
  min-width: 850px;
  max-width: 850px;
  _width: 850px;
}
.main-inner .columns {
  padding-left: 200px;
  padding-right: 0px;
}
.main-inner .fauxcolumn-center-outer {
  left: 200px;
  right: 0px;
/* IE6 does not respect left and right together */
_width: expression(this.parentNode.offsetWidth -
  parseInt("200px") -
  parseInt("0px") + 'px');
}
.main-inner .fauxcolumn-left-outer {
  width: 200px;
}
.main-inner .fauxcolumn-right-outer {
  width: 0px;
}
.main-inner .column-left-outer {
  width: 200px;
  right: 100%;
  margin-left: -200px;
}
.main-inner .column-right-outer {
  width: 0px;
  margin-right: -0px;
}
#layout {
  min-width: 0;
}
#layout .content-outer {
  min-width: 0;
  width: 800px;
}
#layout .region-inner {
  min-width: 0;
  width: auto;
}
body#layout div.add_widget {
  padding: 8px;
}
body#layout div.add_widget a {
  margin-left: 32px;
}

