<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: AnotherDay_azure
* First edition: 2015.5.12
* Latest update: 2015.5.16 ã‚µãƒ–ã‚¿ã‚¤ãƒˆãƒ«ãŒå·¦ã«å¯„ã£ã¦ã—ã¾ã†ä»¶ã‚’ä¿®æ­£
*/


/***-----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;
  -webkit-margin-start: 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;
  color: rgb(26,74,136);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}

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

img {
  vertical-align: middle;
  font-size: 0;
  max-width: 100%;
  height: auto;
  border: none;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
  outline: none;
  border: none;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: consolas;
}

div {
  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;
}

.month01:before {
  content:"January";
}

.month02:before {
  content:"February";
}

.month03:before {
  content:"March";
}

.month04:before {
  content:"April";
}

.month05:before {
  content:"May";
}

.month06:before {
  content:"June";
}

.month07:before {
  content:"July";
}

.month08:before {
  content:"August";
}

.month09:before {
  content:"September";
}

.month10:before {
  content:"October";
}

.month11:before {
  content:"November";
}

.month12:before {
  content:"December";
}


/***----- 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;
}

a:hover {
  opacity: .6;
}


/***----- common
------------------------------------------***/

body {
  font-size: 13px;
  background-color: rgb(210,214,230);
  color: RGB(38,38,38);
  line-height: 1.7;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}

html, body {
  height: 100%;
}

#bg_hack {
  background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/bokeh_b.jpg) left top no-repeat;
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto -46px;
  max-width: 1120px;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -280px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 280px;
  position: relative;
  z-index: 555;
}


/***----- title and others
------------------------------------------***/

.entry-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.posted_title, #individual_posted_title {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

.search_ttl {
  font-size: 14px;
}

.centering_h {
  margin: 0 auto 60px;
  text-align: center;
  width: 70%;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
}

.font_assign {
  font-family: 'Allura', cursive;
  font-size: 16px;
}

.font_arrow {
  font-family: 'Allura', cursive;
  font-size: 22px;
}

.fontColor {
  color: rgb(255,255,255);
  font-size: 17px;
  padding: .2em 0;
  font-weight: normal;
}


/***----- header
------------------------------------------***/

#banner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

.ttl {
  font-family: 'Allura', cursive;
  font-size: 35px;
  margin: 0 auto 10px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

#blogName {
  padding: 0 1em;
  color: RGB(38,38,38);
  position: relative;
  max-width: 98%;
}

#blogName::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgb(255,255,255);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#blogName:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#blogName:hover {
  opacity: 1;
}

.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;
  max-width: 98%;
  margin: 0 auto;
}


/***----- SNS navigation
------------------------------------------***/

.navigate {
  margin-bottom: 80px;
}

#sns {
  padding: 10px 0;
  display: table;
  table-layout: fixed;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  word-wrap: break-word;
}

#fblink, #twlink, #instalink, #ggplink, #rsslink, 
#titlelistlink, #adminlink {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2em;
}

.awesome {
  font-family: 'Allura', cursive;
  font-size: 17px;
  color: rgb(255,255,255);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.awesome:hover {
  color: rgb(23,79,141);
  opacity: 1;
}


/***----- 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%;
  margin: 0 auto;
}

.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;
}


/***----- circle gallery
------------------------------------------***/

.row {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 1120px;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item a {
  color: rgb(51,51,51);
}

.ih-item a:hover {
  text-decoration: none;
  opacity: 1;
}

.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.ih-item.circle .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
  border-radius: 50%;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect2 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect2.colored .info {
  background: rgb(26,74,114);
  background: rgba(26,74,114, 0.6);
}

.ih-item.circle.effect2 .info {
  background: rgb(51,51,51);
  background: rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect2 .info h3 {
  color: rgb(255,255,255);
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
  margin: 0 30px;
  padding: 40px 0 0 0;
  height: 90px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 10px;
}

.ih-item.circle.effect2 .info p {
  color: rgb(255,255,255);
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,.5);
}

.info {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.info p {
  height: 50px;
  overflow: hidden;
}

.ih-item.circle.effect2.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ih-item.circle.effect2.left_to_right a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ih-item.circle.effect2.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect2.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.ih-item.circle.effect2.right_to_left a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ih-item.circle.effect2.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect2.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ih-item.circle.effect2.top_to_bottom a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ih-item.circle.effect2.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.circle.effect2.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.ih-item.circle.effect2.bottom_to_top a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ih-item.circle.effect2.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.col-sm-6 {
 display: inline-block;
 margin: 10px;
}

.img&gt;img {
  vertical-align: middle;
}


/***----- index
------------------------------------------***/

.element-item {
  margin-bottom: 50px;
}

.stuff {
  background: rgba(255,255,255,.7);
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  width: 100%;
  height: auto;
  padding: 13px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.fa-camera {
  margin-left: 1em;
}

.information_ul {
  padding: 13px 0;
}

.innnerLi {
  display: block;
  text-align: right;
  line-height: 1.2;
}

.disp, .disp0 {
  display: inline-block;
}

.disp {
  margin-right:1em;
}

.dispRight {
  width: 50%;
  text-align: right;
}

.dispLeft {
  width: 50%;
  text-align: left;
}

.readMore {
  text-align: right;
  padding: 13px 0 0;
}

.more_btn {
  background-color: rgba(26,74,136,.8);
  color: rgb(255,255,255);
  padding: .1em .3em;
  border-radius: 8px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 30px;
}

.light-theme a, .light-theme span {
  font-family: 'Allura', cursive;
  color: rgb(67,106,157);
  font-size: 13px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-top: 7px;
}

.light-theme a:hover {
  opacity: .6;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  color: rgb(0,0,0);
  font-weight: bold;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(67,106,157);
}

.posted_pager, .posted_pager2 {
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 0 auto 50px;
}

.posted_pager {
  font-family: 'Allura', cursive;
  width: 80%;
}

.posted_pager2 {
  margin: 40px auto;
  width: 100%;
}

.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_right, .p_right2 {
  text-align: right;
}

.p_left a, .p_center a, .p_right a {
  font-size: 16px;
  font-weight: bold;
}

.p_center {
  width: 80px;
  font-family: 'Allura', cursive;
}

.titlelist_pager {
  margin: 40px auto;
  width: 90%;
  height: 40px;
  position: relative;
}

#leftangle, #rightangle {
  font-size: 13px;
  width: 35px;
  height: 35px;
  background-color: rgb(67,106,157);
  border-radius: 50%;
  text-align: center;
  display: table;
  color: rgb(255,255,255);
  position: absolute;
  box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  line-height: 13px;
}

#leftangle {
  left: 0;
  top: 0;
 }

#rightangle {
  right: 0;
  top: 0;
}

.font_cell {
  display: table-cell;
  vertical-align: middle;
}


/***----- main column
------------------------------------------***/

.contents {
  padding: 20px;
}

.contents a:hover {
  text-decoration: underline;
  opacity: 1;
}

.contents2 {
  background: rgba(255,255,255,.6);
  padding: 10px 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}

.normalfont {
  font-size: 13px;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}


/***----- comment
------------------------------------------***/

.main_body {
  background-color: transparent;
  width: 100%;
  margin-bottom: 50px;
}

.c_title {
	font-weight: bold;
}

#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 {
  margin: 15px auto 60px;
  text-align: center;
}

#sendbtn, #delbtn {
  width: 140px;
  height: 36px;
  font-family: 'Allura', cursive;
  font-size: 16px;
  color: rgb(26,74,114);
  padding: 7px 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;
}

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: 20%;
  vertical-align: top;
}

.cmForm dd {
  letter-spacing: normal;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  margin-bottom: 10px;
}


/***----- trackback
------------------------------------------***/

.tb_dl {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px rgb(187,124,138);
  border-radius: 8px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

#change_mobile {
  display:  none;
}

.mail_name {
  font-weight: bold;
  margin-bottom: 25px;
}

.inFo {
  margin-top: 5px;
  text-align: right;
}

.tag {
  margin-top: 20px;
}

.tag a {
  margin-top: 20px;
  background: rgba(194,213,243,.4);
  padding: 2px;
  border-radius: 5px;
  vertical-align: baseline;
}

.fb, .tw {
  width: 30px;
  height: auto;
}

.relate_dl {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px rgb(122,147,210);
  border-radius: 8px;
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-bottom: 10px;
}

.entry_more {
  margin: 10px 0;
}


/***----- calender
------------------------------------------***/

#prevMonth {
  padding-right: 2em;
}

#nextMonth {
  text-align: right;
  padding-left: 2em;
}

.cal {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: .1em;
}

.cal th {
  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&gt;a {
  background: rgba(255,255,255,.6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}


/***----- side bar
------------------------------------------***/

#plg_cal {
  margin: 0 auto 20px;
}

.cal {
  margin: 0 auto;
  font-family: 'Allura', cursive;
}

.side_bar {
  margin-bottom: 20px;
}

.side_bar&gt;h2 {
  text-align: center !important;
  padding: .2em 0;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
  margin-bottom: 15px;
  color: rgb(255,255,255);
}

.side_bar&gt;div {
  padding: 0 .5em;
}

.side_bar ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: block;
  list-style: none;
  margin: 0;
  width: 50px;
  position: fixed;
  bottom: 90px;
  right: 60px;
  z-index: 999;
  overflow: hidden;
}

.li_cell {
  width: 47px;
  height: 47px;
  display: table;
  text-align: center;
  margin: 0 0 10px 0;
}

#go_top, #go_bottom {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Allura', cursive;
  font-size: 14px;
  width: 100%;
  background: rgba(26,74,114,.6);
  color: rgb(255,255,255);
  border-radius: 50%;
}

#go_middle {
  display: none;
  height: 0;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

#end {
  width: 100%;
  min-height: 46px;
  background: rgba(255,255,255,.5);
  margin-top: 80px;
  text-align: center;
}

#copyright {
  text-align: center;
  font-family: 'Allura', cursive;
}

.push {
  height: 46px;
}

.foot {
  text-align: center;
font-family: 'Allura', cursive;
}

#feedContainer {
  width: 100%;
}


/***--- RSS thumbnail
------------------------------------------***/

#feedContainer div {
  padding: 5px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#feedContainer dl {
  width: 100%;
  vertical-align: top;
  position: relative;
  min-height: 130px;
  background: rgba(255,255,255,.6);
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  padding: 5px;
  border-radius: 5px;
}

#feedContainer dd {
  margin-left: 110px;
  display: block;
}

#feedContainer img {
  max-width: 100px;
  max-height: 120px;
  position: absolute;
  left: 5px;
  top: 5px;
}


/***----- media less than 1000
------------------------------------------***/

@media screen and (max-width: 1000px) {
  #feedContainer div {
    width: 100%;
    padding: 3px 0;
  }
  
  .cmForm {
    letter-spacing: normal;
  }
  
  .cmForm dt {
    display:block;
    width: 100%;
  }
  
  .cmForm dd {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  
}


/***----- media less than 768 include iPad mini
---------------------------------------------------***/

@media screen and (max-width: 768px) {
  #primary, main, #secondary {
    float: none;
    margin: 0;
    width: auto;
    display: block;
  }
  
  #wrapper {
    width: 100%;
  }
  
  #container {
    width: 98%;
  }
  
  #fblink, #twlink, #instalink, #ggplink, #rsslink, 
  #titlelistlink, #adminlink {
    padding: 0 .5em;
  }
  
  .navigate {
    margin-bottom: 40px;
  }
  
  .row {
    margin: 0 auto 40px;
  }
  
  .centering_h {
    margin: 0 auto 40px;
  }
  
  .main_body {
    padding: 10px 0 0;
  }
  
  .element-item {
    margin-bottom: 30px;
  }
  
  .stuff {
    padding: 13px 10px;
  }
  
  .contents, .contents2 {
    padding: 20px 10px;
  }
  
  .none {
    display: none;
  }
  
  .block {
    display: block;
  }
  
  .ttl {
    font-family: 'Allura', cursive;
    font-size: 25px;
  }
  
  #pagetop {
    bottom: 40px;
    right: 5px;
  }
  
  .titlelist_pager {
    margin: 30px auto;
  }
  
  .li_cell2 {
    width: 47px;
    height: 47px;
    display: table;
    text-align: center;
    margin: 0 0 10px 0;
  }
  
  #go_middle {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Allura', cursive;
    font-size: 14px;
    width: 100%;
    background: rgba(26,74,114,.6);
    color: rgb(255,255,255);
    border-radius: 50%;
  }
  
}</pre></body></html>