

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  /*-webkit-box-sizing: border-box;
  box-sizing: border-box;*/
}

*:after,
*:before {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html,
body {
  height: 100%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Sans,"ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.6;
  color: #343a40;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  counter-reset: number 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

ul,
dl,
dt,
dd,
ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

ul.-disc,
ol.-disc {
  list-style: disc inside;
}

ul.-disc li,
ol.-disc li {
  display: list-item;
}

ul.-decimal,
ol.-decimal {
  list-style: decimal inside;
}

ul.-decimal li,
ol.-decimal li {
  display: list-item;
}

ul.-circle,
ol.-circle {
  list-style: circle inside;
}

ul.-circle li,
ol.-circle li {
  display: list-item;
}

ul.-square,
ol.-square {
  list-style: square inside;
}

ul.-square li,
ol.-square li {
  display: list-item;
}

ul.-decimal-lz,
ol.-decimal-lz {
  list-style: decimal-leading-zero inside;
}

ul.-decimal-lz li,
ol.-decimal-lz li {
  display: list-item;
}

ul.-lower,
ol.-lower {
  list-style: lower-alpha inside;
}

ul.-lower li,
ol.-lower li {
  display: list-item;
}

ul.-upper,
ol.-upper {
  list-style: upper-alpha inside;
}

ul.-upper li,
ol.-upper li {
  display: list-item;
}

ul.-asterisk li,
ol.-asterisk li {
  display: list-item;
}

ul.-asterisk li:before,
ol.-asterisk li:before {
  display: block;
  margin-left: -1rem;
  margin-bottom: -1.5rem;
  content: "※";
}

form,
label,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="radio"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"].-default {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

textarea {
  display: block;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder {
  color: #b9c5cc;
}

select {
  font-size: 1.3rem;
  border-color: #d7dfe2;
  font-family: inherit;
  font-weight: 400;
  color: #343a40;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: none;
  cursor: pointer;
}

input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="file"] {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 34px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  color: #b9c5cc;
}

input[type="file"] {
  height: 30px;
  border: none;
  background-color: #d7dfe2;
  line-height: 1.4;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#seesaa-cmn-header {
  line-height: normal !important;
  height: auto !important;
}

#seesaa-cmn-header a {
  color: #3F4152;
}

#seesaa-cmn-header .seesaa-cmn__logo img {
  margin: 0 !important;
  padding: 0 !important;
}

#seesaa-cmn-header .seesaa-cmn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  width: 100%;
}

#seesaa-cmn-header .seesaa-cmn__content:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__inner {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px !important;
}

#seesaa-cmn-header .seesaa-cmn__inner:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__pr {
  float: none !important;
  vertical-align: middle !important;
  margin-top: 0 !important;
  margin-right: 10px !important;
  max-height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  font-size: 1.3rem !important;
}

#seesaa-cmn-header .seesaa-search {
  position: absolute !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 6px 0 3px !important;
  font-size: 1.2rem !important;
  width: 26% !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

#seesaa-cmn-header .seesaa-search__text {
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.8 !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: 100% !important;
}

#seesaa-cmn-header .seesaa-search__submit {
  background: #999 !important;
  line-height: 0 !important;
  font-size: 1.1rem !important;
}

#seesaa-article-preview {
  top: 40px !important;
  right: 10px !important;
}

.Ad60daysArea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 30px 0;
  margin-bottom: 25px;
}

.Ad60daysArea__heading {
  padding: 0 40px;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Ad60daysArea__heading .meta {
  font-size: 1.3rem;
}

.Ad60daysArea__content {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Ad60daysAreaNotes {
  margin-top: 30px;
  font-size: 1.4rem;
}

.Ad60daysAreaNotes__item > ul {
  font-size: 1.3rem;
}


/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */

/* Design A(block) */
div.popularArticlesWithImage.A ul {
}
div.popularArticlesWithImage.A div.title {
text-align:left;
}


div.popularArticlesWithImage.A{
    margin: 10px 0;
}

div.popularArticlesWithImage.A ul{
    margin:0;
    padding:0;
	text-align:center;
}

div.popularArticlesWithImage.A ul li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 10px;
	vertical-align: top;
	text-align:left;
	list-style-type: none;
}
div.popularArticlesWithImage.A ul li a{ 
	display: block;
	border-width: 3px;
	border-style:solid;
	border-color:rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
	text-decoration: none;
	width: 150px;
	height: 112px;
}

div.popularArticlesWithImage.A li div.image img {
	border-width: 0px;
}

div.popularArticlesWithImage.A li div.image.noimage {
	background: #daf5da;
}

div.popularArticlesWithImage.A div.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 146px;
	height: 22%;
	padding: 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
    overflow: hidden;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment,
div.popularArticlesWithImage.A div.pv{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 6px 2px 5px;
	background: #000;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 0 #000;
}


/* Design B(List with Image)*/
div.popularArticlesWithImage.B{
	text-align: left;
}
div.popularArticlesWithImage.B ul {
	margin: 0;
	padding: 0;
}
div.popularArticlesWithImage.B ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
div.popularArticlesWithImage.B ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.B ul li a:after {
	content: "";
	display: block;
	clear: both;
}
div.popularArticlesWithImage.B div.image{
	float: left;
	margin: 0 10px 10px 0;
}
div.popularArticlesWithImage.B div.title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}
div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.B div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

/* Design C(List without Image)*/
div.popularArticlesWithImage.C{
	text-align: left;
}
div.popularArticlesWithImage.C ul {
	margin: 0;
	padding: 0;
}
div.popularArticlesWithImage.C ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
div.popularArticlesWithImage.C ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.C ul li a:after {
	content: "";
	display: block;
	clear: both;
}
div.popularArticlesWithImage.C div.title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet,
div.popularArticlesWithImage.C div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}