/**
* Author: Vanillaice (k.k) - http://vanillaice000.blog.fc2.com/
* Website skin name: Paradiso
* 2015.5.25
* 2015.6.4 - iOS Safari white-out bug fix
* 2015.8.30 - ビューポート再調整, ページtop/bottomボタン変更, Javascript若干軽量化, その他微調整
* Latest update: 2015.9.9 - 公式化に伴うOGP削除
*/


/***-----reset
------------------------------------------***/

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;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, time {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
}

-webkit-autofill {
  background-color: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: consolas;
}

div, section, article {
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}


/* ========= ここまで削除
============================================================ */



/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after{
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgb(63, 35, 29);
  padding: 1em 1em 2.5em;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(51,96,180);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: .4;
}


/***----- common
------------------------------------------***/

body {
  font-size: 13px;
  color: rgb(51,51,51);
  line-height: 1.7;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif; /* 注)記事基本フォント */
  background-color: #ffffff;
}

html, body {
  height: 100%;
}

#wrapper {
  width: 105%;
  min-width: 80%;
}

#container {
  width: 100%;
  margin: 0 auto -90px;
  max-width: 1120px;
}

#primary {
  float : left;
  width: 103.5%;
  margin-right : -300px;
}

main {
  margin-right: 340px;
}

#secondary {
  float: left;
  width: 210px;
  position: relative;
  z-index: 10;
}


/***----- title and others
------------------------------------------***/

.blogTitle {
  float: left;
}

.entry-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.posted_title, #individual_posted_title {
  font-weight: bold;
  line-height: 1.2;
  color: rgb(102,80,100);
}

.posted_title {
  font-size: 11.5px;
  height: 0px;
  overflow: hidden;
  margin-bottom: 1px;
}

.all_title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  background: rgb(224,238,226);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(224,238,226)), to(rgb(146,179,190)));
  background: -webkit-linear-gradient(top, rgb(224,238,226), rgb(146,179,190));
  background: -moz-linear-gradient(top, rgb(224,238,226), rgb(146,179,190));
  background: -o-linear-gradient(top, rgb(224,238,226), rgb(146,179,190));
  background-image: -ms-linear-gradient(top, #f9e1e8 0%, rgb(255,255,255) 100%);
  box-shadow: rgba(0,0,0,.1) 0 1px 1px;
  padding: .2em .5em;
}

.collapse_title {
  cursor: pointer;
  border-bottom: solid 1px rgb(249,246,236);
  margin-bottom: 1px;
  position: relative;
}




/* ========= 折りたたみ解除 ここから削除
================================================= */

.collapse_title:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background-color: rgb(255,255,255);
}

.collapse_title:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background-color: rgb(204,223,217);
}

.active:before {
  margin-top: -2px;
}

.active:after {
  margin-top: 3px;
  background-color: rgb(164,192,198);
}

/* ========= 折りたたみ解除 ここまで削除
================================================= */



.search_ttl {
  font-size: 14px;
}




/***----- header
------------------------------------------***/

#banner {
  max-width: 1050px;
   margin: 10px 30px 10px 110px;
  background:#f5f5f5 url(#);
  background-position: 0 20px;
  background-repeat: no-repeat;
  padding: 20px 0 20px;
}

.ttl {
  font-family: 'Libre Baskerville', serif; /* ブログタイトルフォント 日本語タイトルの方は変更またはこの一行削除した方が良いかも */
  font-size: 30px;
  margin: 0 auto 10px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

.ttl a {
  padding: 0 1em;
  color: #e982a2;
}

.sub {
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif; /* サブタイトルフォント */
  font-size: 14px;
  color: rgb(0,0,0);
  text-align: center;
}


/***----- SNS navigation
------------------------------------------***/

.snsContainer {
  float: right;
}

#sns {
  background: url(#) center bottom no-repeat;
  min-width: 400px;
  height: 127px;
  display: table;
  text-align: center;
}

#fblink, #twlink, #instalink, #ggplink, #rsslink, 
#titlelistlink, #adminlink {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .5em;
}

#mobiletlink {
  display: none;
}


/***----- bread crumbs
------------------------------------------***/

.breadcrumbs{
  background: rgba(238,238,238,.7);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(245,245,245) rgb(229,229,229) rgb(204,204,204);
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  width: 100%;
}

.breadcrumbs li{
  display: inline-block;
}

.breadcrumbs li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

.breadcrumbs a{
  padding: .7em 1em .7em 2em;
  display: inline-block;
  text-decoration: none;
  color: rgb(68,68,68);
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: rgb(221,221,221);
  background-image: linear-gradient(to right, rgba(245,245,245,.6), rgba(221,221,221,.6));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.breadcrumbs a:hover{
  background: rgb(255,255,255);
  opacity: 1;
}

.breadcrumbs a::after,
.breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

.breadcrumbs a::after{
  z-index: 2;
  border-left-color: rgb(221,221,221);
}

.breadcrumbs a::before{
  border-left-color: rgb(204,204,204);
  right: -1.1em;
  z-index: 1;
}

.breadcrumbs a:hover::after{
  border-left-color: rgb(255,255,255);
}

.breadcrumbs .current,
.breadcrumbs .current:hover{
  font-weight: bold;
  background: none;
}

.breadcrumbs .current::after,
.breadcrumbs .current::before{
  content: normal;
}


/***----- indexここから変更
------------------------------------------***/

#afterMasonry {
  width: 104%;
  max-width: 1100px;
  margin: 0 auto;
 
}

.element-item {
  width: 25%;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border:1px solid #9a9a9a;
  border-radius:5px;
  background-color:#fffffc;
  
}

.masonryImage {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 5px;
  border-radius:2px;


}

.masonryImage figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  padding: 15px;
  color: rgb(255,255,255);
}

.masonryImage figcaption:hover {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

.firstChild {
  width: 100%;
  padding: 0 10px 10px;
  margin-bottom: 40px;
}

.firstImage {
  width: 50%;
  max-width: 300px;

}

.firstImage img:hover {
  opacity: .6;
}

.firstImage figcaption {
  position: absolute;
  top: 55px;
  left: 50%;
  padding-left: 15px;
  color: rgb(51,51,51);
}

.firstChild>.stuff>.hover>.posted_title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 40px;
  display: block;
  padding-left: 15px;
  margin-bottom: 0;
}

.firstChild .stuff .footer-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  display: block;
  padding-left: 15px;
}
/***----- ｻﾑﾈｲﾙ間隔変更
------------------------------------------***/

.stuff {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  margin:-bottom 2px;

}

.firstChild .stuff {
  margin-bottom: 0;
  height: 200px;
}

.information_ul {
  padding: 20px 0 13px;
}

.titleLink {
  color: rgb(196,200,197);
}

.li2 {
   font-size: 11.5px;
  color: #975c7c; 
  height: 75px;
  overflow: hidden;
  margin-bottom: 1px;
}

.cateLink {
  
    border-radius: 5px;
  padding: .1em .4em 0;
  color: rgb(161,162,158);
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}

.disp, .disp0 {
  display: inline-block;

}

.disp:hover, .disp0:hover {
  opacity: .4;

}

.disp {
  margin-right:1em;
}

.font_assign {
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
}

.libre {
  font-family: 'Libre Baskerville', serif;
}

.readMore {
  text-align: right;
  padding: 13px 0;


}

.more_btn {
  background-color: rgba(181,85,119,.8);
  color: rgb(255,255,255);
  padding: .1em .3em;
  border-radius: 8px;
}


/***----- title list, search
------------------------------------------***/

#titleList .contents2:first-child, 
#searchList .contents2:first-child {
  margin-top: 27px;
}

.ttlt {
  font-weight: bold;
  font-size: 14px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 10px auto 10px;
}

.light-theme a, .light-theme span {
  font-family: 'Libre Baskerville', serif;
  color: rgb(51,96,180);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background: transparent;
  padding-top: 9px
}

.light-theme a:hover {
  color: rgb(0,0,0);
  background-color: rgb(203,218,223);
  opacity: 1;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  color: rgb(0,0,0);
  font-weight: bold;
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,96,180);
}

.posted_pager, .posted_pager2 {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  height: 40px;
}

.posted_pager {
  width: 70%;
  margin: 0 auto 40px;
  font-family: 'Libre Baskerville', serif;
}

.posted_pager2 {
  width: 95%;
  margin: 40px auto 50px;
}

.p_left, .p_right {
  display: table-cell;
  font-size: 13px;
  color: rgb(51,96,180);
  vertical-align: middle;
}

.p_left2, .p_center, .p_right2 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p_left, .p_left2 {
  text-align: left;
}

.p_center {
  text-align: center;
  width: 80px;
}

.p_right, .p_right2 {
  text-align: right;
}

.p_left a, .p_right a {
  font-family: 'Libre Baskerville', serif;
  display: inline-block;
  padding-top: 8px;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.p_left a:hover, .p_right a:hover {
  color: rgb(0,0,0);
  background-color: rgb(203,218,223);
  opacity: 1;
  box-shadow: none;
}

.titlelist_Toppager, .titlelist_pager {
  width: 70%;
  height: 40px;
  position: relative;
}

.titlelist_Toppager {
  margin: 0 auto 40px;
}

.titlelist_pager {
  margin: 40px auto;
}

#leftangle, #rightangle {
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  text-align: center;
  display: table;
  color: rgb(51,96,180);
  position: absolute;
}

#leftangle {
  left: 0;
  top: 0;
 }

#rightangle {
  right: 0;
  top: 0;
}

#leftangle:hover, #rightangle:hover {
  color: rgb(0,0,0);
  background-color: rgb(203,218,223);
  opacity: 1;
  box-shadow: none;
}

.font_cell {
  display: table-cell;
  vertical-align: middle;
}

/***----- main column
------------------------------------------***/

.contents {
  padding: 20px;
  background: url(#) right bottom no-repeat;
}

.collapsingContainer {
  padding: 0 10px;
}

.contents a:hover {
  text-decoration: underline;
  opacity: 1;
}

.normalfont {
  font-size: 13px;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}

.inner_fotter li {
  display: block;
  text-align: right;
}


/***----- comment
------------------------------------------***/

.main_body {
  background-color: transparent;
  width: 100%;
}


.collapsingContainer>.contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer>.contents2:last-child {
  padding-bottom: 40px;
}

.contents2 {
  position: relative;
  padding: 10px 8px;
}

.stamp {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/airmailstamp.png) left top no-repeat;
  width: 100%;
  min-height: 66px;
}

.mail_name {
  padding: 2px 0 0 90px;
  font-weight: bold;
  color: rgb(79,95,167);
}

.c_title {
  padding-left: 90px;
  font-weight: bold;
}

.c_body {
  padding-top: .5em;
}

.inFo {
  text-align: right;
  padding: .8em 0 .3em;
  border-bottom: 1px dotted rgb(220,212,184);
}

#comment_form {
  padding: 40px 0;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border-radius: 8px;
  padding: .2em .5em;
}

.op {
  width: 100%;
  border-radius: 8px;
  padding: .2em .5em;
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
}

.btn {
  text-align: center;
}

#sendbtn, #delbtn {
  width: 140px;
  height: 36px;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  padding: 6px 20px 13px;
  background: -moz-linear-gradient(top,rgb(255,255,255) 0,rgb(255,255,255) 50%,rgb(214,214,214));
  background: -webkit-gradient( linear, left top, left bottom, from(rgb(255,255,255)), color-stop(0.50, rgb(255,255,255)), to(rgb(214,214,214)));
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2), inset 0 0 3px rgba(255,255,255,.1);
  cursor: pointer;
  outline: none;
}

#sendbtn {
  margin-right: 15px;
  color: rgb(51,96,180);
}

#delbtn {
  color: rgb(174,22,114);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(234, 223, 242, .6) inset;
}

.cmForm {
  width: 100%;
  letter-spacing: -0.4em;
}

.cmForm dt {
  display: inline-block;
  letter-spacing: normal;
  width: 30%;
  vertical-align: top;
}

.cmForm dd {
  letter-spacing: normal;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin-bottom: 10px;
}


/***----- trackback
------------------------------------------***/

.tb_dl {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px rgb(51,96,180);
  border-radius: 8px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.info {
  margin-top: 5px;
  text-align: right;
}

.tag {
  margin-top: 20px;
}

.tag a {
  margin-top: 20px;
  background: rgba(234,223,242,.4);
  padding: 2px;
  border-radius: 5px;
}

.fb, .tw {
  width: 30px;
  height: auto;
}

.relate_dl {
  margin-top: 20px;
  padding: 10px;
  background: rgba(228,239,237,.4);
  border-radius: 8px;
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-bottom: 10px;
}

.entry_more {
  margin: 10px 0;
}


/***----- side bar
------------------------------------------***/

.side_bar, #newest {
  padding: 0 1px 1px;
  min-height: 109px;
  border:1px solid  rgb(239,239,239);
  margin-bottom:5px;
  border-radius:1px;
  margin:20px 0 0 0;
  background-color:#fffffc;
    }

.bg-trans-attachment {
  background: transparent;
}

.side_bar h3 {
  border-bottom: 2px solid #e982a2;
  border-top: 2px solid #e982a2;
  padding: .3em 0;
  text-align: center;
  margin-bottom: 1px;
}

.side_bar a {
  color: rgb(50,50,50);
}

.side_bar a:hover {
  text-decoration: underline;
}

.side_bar_title li {
  color: rgb(0,0,0);
   padding-left: 13px;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}






/***----- calender
------------------------------------------***/

#prevMonth {
  padding-right: 2em;
}

#nextMonth {
  text-align: right;
  padding-left: 2em;
}

.cal {
  font-family: 'Libre Baskerville', serif;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  max-width: 350px;
  border-collapse: separate;
  border-spacing: .5em;
}

.cal caption {
  padding-bottom: .1em;
}

.cal th {
  font-size: 11px;
  font-weight: normal;
  padding: 0 .2em;
}

.cal td {
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: .2em 0;
}

.sun {
  color: rgb(185,26,65);
}

.cal td>a {
  background: rgb(203,218,223);
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer div {
  vertical-align: top;
  border-bottom: dotted 1px rgb(235,219,192);
  margin-bottom: 8px;
}

#feedContainer dl {
  width: 100%;
  vertical-align: top;
  position: relative;
  min-height: 130px;
}

#feedContainer dd {
  margin-left: 110px;
  display: block;
}

#feedContainer img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 40px;
  font-family: 'Libre Baskerville', serif;
  color: rgba(212,228,228,.8);
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

#end {
  width: 100%;
  min-height: 100px;
  margin-top: 80px;
  text-align: center;
  position: relative;
}

.foot, #copyright, #ad1, #ad2 {
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 11px;
  position: relative;
  z-index: 3;
}


.push {
  height: 200px;
}

#footerImage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/***----- media less than 1200
------------------------------------------***/

@media screen and (max-width: 1200px) {

  .element-item {
    width: 50%;
  }
  
}


/***----- media less than 1024 iPad Galaxy landscape
--------------------------------------------------***/

@media screen and (max-width: 1024px) {

  #container {
    width: 90%;
  }
  
}


/***----- media less than 980
------------------------------------------***/

@media screen and (max-width: 980px) {

  .element-item {
    width: 100%;
  }
  
  .masonryImage {
    margin: 0 auto 15px;
  }
  
  .firstChild {
    width: 100%;
    padding: 0 10px 10px;
    margin-bottom: 40px;
  }
  
  .firstChild .stuff {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
  }
  
  .firstImage {
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
  }
  
  .firstImage img {
    display: block;
    margin-bottom: 15px;
  }
  
  .firstImage figcaption {
    position: static;
    padding-left: 0;
  }
  
  .firstChild>.stuff>.hover>.posted_title {
    position: static;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px;
  }
  
  .firstChild .stuff .footer-info {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
    .cmForm {
    letter-spacing: normal;
  }
  
  .cmForm dt {
    display:block;
    width: 100%;
  }
  
  .cmForm dd {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  
}


/***----- media less than 854 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 854px) {

  #container {
    width: 98%;
  }
  
  main {
    margin-right: 320px;
  }
  
}


/***----- media less than 768 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 768px) {

  #primary, main, #secondary {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  
  #wrapper {
    width: 100%;
  }
  
  #container {
    width: 95%;
  }
  
  #banner {
    width: 98%;
  }
  
  .main_body {
    padding: 0;
  }
  
  .stuff, .stuff2 {
    padding: 13px 0;
  }
  
  .contents {
    padding: 20px 8px;
  }
  
  .side_bar {
    background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/side_ops.png) center top no-repeat;
  }
  
  .none {
    display: none;
  }
  
  .block {
    display: block;
  }
  
  .ttl {
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
  }
  
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  
  #pagebottom {
    right: 8px;
  }
  
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 40px;
    font-family: 'Libre Baskerville', serif;
    color: rgba(212,228,228,.8);
  }
  
  #rsslink {
    display: none;
  }
  
  #mobiletlink {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em;
  }
  
input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

}


/***----- media less than 415 include iPhone6plus
------------------------------------------------------***/

@media screen and (max-width: 415px) {

  #banner {
    padding: 40px 0 0;
  }
  
  .blogTitle {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  
  .ttl {
    text-align: center;
  }
  
  .ttl a {
    padding: 0 .2em;
  }
  
  .snsContainer {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  
  #sns {
    min-width: 0;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }
  
  #fblink, #twlink, #instalink, #ggplink, #mobiletlink,
  #titlelistlink, #adminlink {
    display: inline-block;
    padding: .5em 1.5em;
  }
  
  .pager {
    margin: 10px 0 30px;
  }
  
  .posted_pager {
    margin: 0 auto 20px;
  }
  
  .firstChild {
    margin-bottom: 20px;
  }
  
  .element-item {
    margin-bottom: 0;
  }
  
  .pointer {
    pointer-events: none;
  }
  
  
}
/* ▼▼横ナビゲーションメニューバー▼▼ */ 
ul#menu_bar { 
font-size: 105%; /* 文字のサイズ */ 
height:40px; /* 高さ */ 
background-color:#ffffff; /* 背景色 */ 
padding-left:0px; 
margin-left:0px; 
margin-top:1px; /* 上の間隔 */ 
margin-bottom:20px; /* 下の間隔 */ 
 
} 

#menu_bar li { 
list-style-type:none; 
float:left; 
line-height:20px; /* 高さ */ 
margin:1px; 
padding:3px;　/* 横間隔 */ 
} 

#menu_bar li a { 
display:block; 
text-align:center; 
width:auto; /* メニューボタンの幅 */
border-style: solid;
border-width: 1.5px 1.5px 1.5px 1.5px;
padding: 4px 22px 4px 22px;
border-color: #123040;  /* 枠の色 */ 
padding:5px 20px 5px 20px; /* 余白 */ 
color:#000000; /* リンク文字の色 */ 
background-color:#ffffff; /* メニューボタンの背景 */ 
text-decoration:none;
border-radius:15px; /* メニューボタンの角 */ 

 
} 

#menu_bar li a:hover{ 
color:#ff0000; /* マウスが乗ったときのリンク文字色 */ 
background-color:#ffffff; /* マウスが乗ったときの背景色 */ 
text-decoration:none;

   
}



/* ▲▲横ナビゲーションメニューバー▲▲ */ 

/*アイキャッチ画像付関連記事 */
#fc2relate_entry_thumbnail_area {
 margin: 2px 0px 0px 0px !important;
 padding: 15px 0px 5px 0px !important;
 border: 1px #dddddd solid !important; /* 枠線の色 */
 background: #fafafa !important; /* リスト背景色 */
 -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
}
 
#fc2relate_entry_thumbnail_area .relate_dt {
 margin: 0 !important;
 padding: 0px 20px 10px 20px !important;
 border: 0 none !important;
 border-bottom:1px solid #dddddd !important;/* 下線の色 */
 box-shadow: 0 1px 0 rgba(255,255,255,1) !important;
 line-height: 1.1 !important;
 background: none !important;
}
 
#fc2relate_entry_thumbnail_area .relate_dd {
 margin-left:0px;
 overflow: hidden;
}
 
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
 margin: 10px !important;
 padding: 0 !important;
 overflow: hidden;
}
 
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
 width: 50%;/* 2列は50%　3列は33.3% */
 height: 105px;
 float: left;
 list-style: none;
 border-bottom:1px solid #dddddd;/* 下線の色 */
 box-shadow: 0 1px 0 rgba(255,255,255,1) !important;
}
 
#fc2relate_entry_thumbnail_area .relate_entry_thumbnail_image img {
 padding: 2px !important;
 margin: 5px !important;
 width: 130px !important;/* 画像の大きさ */
 height: 100px !important;/* 画像の大きさ */
 border: 1px #dddddd solid !important;/* 画像の枠線 */
}
 
.thumbnail_wrapper {
 display: flex;
 -webkit-flex-direction: row;
 flex-direction: row;
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
 -webkit-align-items: flex-start;
 align-items: center;
}
 
.thumbnail_wrapper> *{
 flex:1 1 auto;
}
 
.relate_entry_String {
 word-break: break-all;
 line-height: 1.2em;
 padding:1em;
}
 
#fc2relate_entry_thumbnail_area .relate_li a{
 text-decoration: none !important;/* テキスト下線なし */
}
 
#fc2relate_entry_thumbnail_area .relate_li a:hover{
 text-decoration: underline !important;/* マウスホバーでテキスト下線あり */
}
 
/*記事タイトル背景色*/
 .title{
 background-color: #ff0000;/*背景色*/
 } 

 


