/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Palette_w
* 2015.5.3
* 2015.9.1 - ページtop/bottomボタン変更, ビューポート再調整, スマホ操作性向上, ページ遷移アクション追加, ギャラリー挙動改善, カレンダー・サイト内検索追加 etc.
* Latest update: 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
*/

/***-----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-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

-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;
}

.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";
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***----- hack
------------------------------------------***/

#sh_fc2blogheadbar {
  min-width: 0 !important;
  overflow: hidden !important;
}


/***----- 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(181,85,119); /* 注)基本リンク色 */
  -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: black;
  line-height: 1.7; /* 注)行間指定 */
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

html, body {
  height: 100%;
}

#bg_hack {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/whitewhite-compressed_2015090100114987d.jpg) center top no-repeat; /* 注)背景画像 */
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto -73px;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 80px;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -280px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 280px;
}


/***----- 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,0.2);
}

.search_ttl {
  font-size: 14px;
}

.centering_h {
  text-align: center;
  padding-bottom: 40px;
}

.color_1 {
  background-color: RGB(208,187,162);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.color_2 {
  background-color: RGB(159,107,108);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.color_4 {
  background-color:RGB(177,138,129);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.color_5 {
  background-color: RGB(163,166,127);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}


/***----- header
------------------------------------------***/

#banner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.ttl {
  font-family: 'Mountains of Christmas', cursive;	font-size: 35px;
  margin: 0 auto 10px;
  max-width: 600px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

.ttl a {
  padding: 0 1em;
}

.sub {
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
  margin: 0 auto;
  max-width: 650px;
  font-size: 14px;
  color: rgb(0,0,0);
  text-align: center;
}


/***----- SNS navigation
------------------------------------------***/

#sns {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 17px;
}

#fblink, #twlink, #instalink, #ggplink, #rsslink, 
#titlelistlink, #adminlink {
  display: inline-block;
  margin: 2px;
}

#mobilelink {
  display: none;
}

#fblink a, #twlink a, #instalink a, #ggplink a, #rsslink a, 
#titlelistlink a, #adminlink a {
  display: inline-block;
}

#fblink .fa {
  background-color: rgb(229,213,197);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#twlink .fa {
  background-color: rgb(177,138,129);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
}

#instalink .fa {
  background-color: rgb(163,166,127);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#ggplink .fa {
  background-color: rgb(143,138,95);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#rsslink .fa {
  background-color: rgb(226,212,187);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#titlelistlink .fa {
  background-color: rgb(136,148,111);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#adminlink .fa {
  background-color: rgb(185,159,122);
  width: 40px;
  height: 40px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
}

#fblink .fa:before, #twlink .fa:before, #instalink .fa:before, #ggplink .fa:before, #rsslink .fa:before, 
#titlelistlink .fa:before, #adminlink .fa:before {
  padding: 0;
  line-height: 36px;
}

/***----- 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;
}


/***----- gallery
------------------------------------------***/

.galleryContainer {
  position: relative;
  max-width: 1024px;
  margin: 0 auto 40px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.whiteOverlay {
  background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/whitegradient1.png) left top repeat-x;
  max-height: 54px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/***----- index
------------------------------------------***/

.element-item {
  margin-bottom: 50px;
}

.stuff {
  background: rgba(60,60,60,.1);
  width: 100%;
  height: auto;
  padding: 13px 30px;
  border-radius: 10px;
  box-shadow: inset 0 50px rgba(255,255,255,0.4),
              inset 0 -15px 30px rgba(0,0,0,0.3),
              0 5px 10px rgba(0,0,0,0.4);
}

.fa-camera {
  margin-left: 1em;
}

.information_ul {
  padding: 13px 0;
}

.disp, .disp0 {
  display: inline-block;
}

.disp:hover, .disp0:hover {
  opacity: .4;
}

.disp {
  margin-right:1em;
}

.font_assign {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 16px;
}

.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
------------------------------------------***/

.stuff2 {
  background: rgba(60,60,60,.1);
  width: 100%;
  height: auto;
  padding: 13px 30px;
  border-radius: 10px;
  box-shadow: inset 0 15px 30px rgba(0,0,0,.1),
              inset 0 -15px 30px rgba(0,0,0,.3),
              0 5px 10px rgba(0,0,0,0.4);
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 -280px 30px 0;
}

.posted_pager, .posted_pager2 {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 0 -280px 50px 0;
}

.posted_pager {
  font-family: 'Mountains of Christmas', cursive;
}

.posted_pager2 {
  margin: 40px auto;
}

.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: right;
}

.p_right, .p_right2 {
  text-align: left;
}

.p_left a, .p_center a, .p_right a {
  font-size: 16px;
  font-weight: bold;
}

.p_center {
  width: 80px;
  font-family: 'Mountains of Christmas', cursive;
}

.titlelist_pager {
  margin: 40px auto;
  width: 90%;
  height: 40px;
  position: relative;
}

#leftangle, #rightangle {
  font-size: 13px;
  width: 40px;
  height: 40px;
  background-color: rgb(192,114,139);
  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;
}

.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%;
  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 input[type="submit"] {
  position: relative;
  background-color: rgba(192,114,139,.7);
  border-radius: 8px;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 16px;
  color: rgb(255,255,255);
  line-height: 30px;
  -webkit-transition: none;
  outline: none;
  transition: none;
  box-shadow: 0 3px 0 RGB(192,114,139);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  width: 40%;
  margin: 0 5px;
}
.btn input[type="submit"]:hover {
  top: -4px;
  box-shadow: 0 7px 0 RGB(192,114,139);
}
.btn input[type="submit"]:active {
  top: 3px;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(234, 223, 242, .6) inset;
}


/***----- 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;
}

.mail_name {
  font-weight: bold;
  margin-bottom: 25px;
}

.arrow_box {
  position: relative;
  background: rgba(255,255,255,.5);
  border: 2px solid rgb(159,107,108);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgb(245,241,237);
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(159, 107, 108, 0);
  border-bottom-color: #9f6b6c;
  border-width: 23px;
  margin-left: -23px;
}

.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;
  border: solid 1px rgb(187, 124, 138);
  border-radius: 8px;
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-bottom: 10px;
}

.entry_more {
  margin: 10px 0;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 10px;
  width: 100%;
  display: table;
  word-break: break-all;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px dashed rgba(201,225,217,.6);
  padding: 15px 0;
}

.image-table-cell {
  display: table-cell;
  vertical-align: top;
}

.for-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.for-img img {
  max-height: 150px;
  max-width: 150px;
}

.for-h-and-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  overflow: hidden;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 90%;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 22px;
}

.calender-table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 14px;
}

.calender-table caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
}

#nextMonth {
  margin-left: 2em;
}

.sun {
  color: RGB(205,125,125);
}

.calender-table td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender-table td a {
  background: rgb(177,138,129);
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: .1em;
  color: white;
  border-radius: 50%;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: .2em;
  border: 1px solid rgba(177,138,129,.5);
  border-radius: 4px;
  background: url(http://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(177,138,129,.4) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  border: none;
  color: black;
}

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  max-width: 90%;
  padding-top: 10px;
  text-align: center;
}


/***----- side bar
------------------------------------------***/

.side_bar {
  position: relative;
  z-index: 20;
}

.plugin-myimage {
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border: solid 2px rgb(255,255,255);
  border-radius: 50%;
}

.circleLine {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  border-spacing: .4em;
}

.color1 {
  background-color: RGB(208,187,162);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: table-cell;
}

.color2 {
  background-color: RGB(159,107,108);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: table-cell;
}

.color3 {
  background-color: RGB(136,148,111);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: table-cell;
}

.color4 {
  background-color:RGB(177,138,129);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: table-cell;
}

.color5 {
  background-color: RGB(163,166,127);
  border: 1px solid rgb(255,255,255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: table-cell;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: rgb(177,138,129);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#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;
  position: fixed;
  background-color: rgb(177,138,129);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 12px;
  color: white;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

#end {
  position: relative;
  z-index: 3333;
  width: 100%;
  min-height: 73px;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}

.push {
  height: 73px;
}


/***----- media less than 1100
------------------------------------------***/

@media screen and (max-width: 1100px) {

#container {
  width: 90%;
}

}


/***----- media less than 960
------------------------------------------***/

@media screen and (max-width: 960px) {

main {
  margin-right: 320px;
}

}


/***----- media less than 854
------------------------------------------***/

@media screen and (max-width: 854px) {
  #primary, main, #secondary {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  
  #wrapper {
    width: 100%;
  }
  
  #container {
    width: 95%;
  }
  
  .main_body {
    padding: 10px 0 0;
  }
  
  .stuff, .stuff2 {
    padding: 13px 8px;
  }
  
  .contents {
    padding: 20px 8px;
  }
  
  .none {
    display: none;
  }
  
  .block {
    display: block;
  }
  
  .ttl {
    font-family: 'Mountains of Christmas', cursive;	font-size: 25px;
  }
  
  #rsslink {
    display: none;
  }
  
  #mobilelink {
    display: inline-block;
    margin: 2px;
  }
  
  #mobilelink a {
    display: inline-block;
  }
  
  #mobilelink .fa {
    background-color: rgb(226,212,187);
    width: 40px;
    height: 40px;
    color: rgb(255,255,255);
    border: 2px solid rgb(255,255,255);
    border-radius: 50%;
    text-align: center;
  }
  
  #mobilelink .fa:before {
    padding: 0;
    line-height: 36px;
  }
  
#pagetop {
  bottom: 190px;
  right: 10px;
}

#pagebottom {
  right: 10px;
}
  
#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: rgb(177,138,129);
  border: 2px solid rgb(255,255,255);
  border-radius: 50%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 12px;
  color: white;
}

input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

}