@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Romantique_duex
* 2015.4.3
* 2015.4.13 - W3C HTML5 Valid, bug fix(comment)
* 2015.8.28 - スマホ操作性改善, ページtop/ bottomボタン変更/ Javascript軽量化, その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* Latest update: 2016.1.13 - タイトルタグ微調整
*/


/***-----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);
  word-wrap: break-word;
}

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;
  word-break: break-all;
}

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;
  border: 1px solid rgb(198,199,206);
  border-radius: 4px;
  -webkit-appearance: none;
  padding: .2em;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***-----blockquote
--------------------------------------------***/

blockquote {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: rgba(179,158,224,.1);
  border-radius: 10px;
  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 {
  color: rgb(189,182,105); /* 基本リンク色はここです */
  text-decoration: none;
  -webkit-transition: .7s ease-in-out;
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  -ms-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}

a:hover {
  opacity: .4;
}

.contents a:hover {
  text-decoration: underline;
  opacity: 1.0;
}


/***-----common
--------------------------------------------***/

html, body {
  height: 100%;
}

.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";
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

textarea {
  max-width: 100%;
}

pre{
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: consolas;
}

body {
  width: 100%;
  font-size: 13px; /* 記事の文字サイズはここです */
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; /* 記事フォント */
  text-align: left;
  color: rgb(51,51,51); /* 記事の文字色 #ffffff などの16進数でも可 */
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/bgleaves14kb.jpg) fixed center top no-repeat; /* 記事背景(デフォルト 葉っぱ) */
  background-size: cover;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

#container {
  width: 100%;
  margin: 0 auto;
}


/***-----header
--------------------------------------------***/

#banner2 {
  height: auto;
  padding: 80px 40px 60px;
}

#ttl {
  line-height: 1.0;
  padding: 0 15px 0 10px;
}

#blog_title {
  font-family: 'Pinyon Script', cursive; /* ここがブログタイトルのフォントです */
  font-size: 40px; /* タイトル文字サイズ */
  color: rgb(0,0,0); /* タイトル文字色 */
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#sub {
  max-width: 650px;
  line-height: 1.2;
  padding: 10px 0 0 10px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 15px;
}

.lace_border {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/whitepinglacebottom21kb.png) center bottom repeat-x;
  height: 140px;
  margin-bottom: 70px;
  position: relative;
}

.lace_border:after {
  padding-top: 25%;
  display: block;
  content: "";
}

#in_aspect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

#aspect_image {
  width: 100%;
  max-width: 629px;
  height: auto;
}


/***-----h, fonts
--------------------------------------------***/

h1, h2 {
  font-weight: normal;
}

.all_title {
  text-align: center;
  font-family: 'Pinyon Script', cursive;
  font-size: 35px;
  color: rgb(101,101,101);
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}


/*----- top page
--------------------------------------------***/

#main-contents {
  width:100%;
  margin: 0 auto 70px;
}

#isotope {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.element-item {
  width: 33.33%;
  padding: 8px;
}

.shadow img {
  width: 100%;
  max-height: auto;
}

.stuff {
  width: 100%;
  height: auto;
  background: rgba(255,255,255,.1);
  padding: 15px 30px;
  border: 1px solid rgb(229,229,229);
  box-shadow: 0 4px 6px -6px rgb(119,119,119);
  position: relative;
}

.clock {
  width: 137px;
  height: 215px;
  position: absolute;
  top: -20px;
  right: -7px;
}

.hover {
  color: rgb(85,85,85);
}

.posted_title {
  font-size: 15px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin-bottom: 15px;
}

.shadow {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 20px;
}

.shadow img {
  position: relative;
  z-index: -1;
}

.overflow-text, .overflow-text2 {
  padding: 15px;
}

.overflow-text2 {
  min-height: 170px;
}

.footer-info {
  text-align: right;
  line-height: 1.3;
}

.font_assign {
  font-family: 'Pinyon Script', cursive;
}


/***-----individual post
--------------------------------------------***/

.main_body {
  width: 98%;
  max-width: 700px;
  margin: 0 auto 50px;
  position: relative;
  background-color: rgb(255,255,255);
  border: solid 1px rgb(198,199,206);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}

#individual_posted_title {
  padding: 20px 30px 30px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 15px;
  color: rgb(0,0,0);
}

#date_ring {
  position: absolute;
  top: -220px;
  left: -110px;
}

.ymd {
  display: table;
  width: 97px;
  height: 97px;
  position: absolute;
  left: -55px;
  top: -32px;
  line-height: 1.4;
  background-color: rgb(255,255,255);
  text-align: center;
  font-family: 'Pinyon Script', cursive;
}

.ymd>div {
  display: table-cell;
  vertical-align: middle;
}

.contents {
  padding: 20px 40px;
}

.contents2 {
  padding: 0 40px 20px;
}

.inner_fotter {
  text-align: right;
  padding: 0 20px 10px;
}

.relate_dl, .tb_dl {
  margin: 20px 0 0;
  width: 100%;
  border: solid 1px rgb(198,199,206);
  border-radius: 5px;;
  padding: 1.2em;
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding-bottom: .3em;
}

.tag {
  margin-top: 20px;
}

.tag a {
  border-radius: 4px;
  border: solid 1px rgb(198,199,206);
  padding: .1em .5em;
}

.tb_li2 {
  padding-bottom: .3em;
}


/***-----pager
--------------------------------------------***/

.pager {
  width: 80%;
  margin: 0 auto 70px;
}

#pagenation {
  position: relative;
}

.posted_pager, .posted_pager2 {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 95%;
  max-width: 680px;
}

.posted_pager {
  padding: 0 0 20px;
  margin: 0 auto;
}

.posted_pager2 {
  margin: 0 auto 50px;
}

.p_left, .p_center, .p_right {
  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 {
  text-align: right;
}

.p_right {
  text-align: left;
}

.p_left a, .p_center a, .p_right a {
  font-size: 14px;
}

.p_center {
  width: 60px;
}

.titlelist_pager {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 600px;
  height: 40px;
  position: relative;
}


#leftangle, #rightangle {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: rgb(189,182,105);
  border-radius: 50%;
  text-align: center;
  display: block;
  color: rgb(255,255,255);
  position: absolute;
  box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}

#leftangle {
  left: 0;
  top: 0;
}

#rightangle {
  right: 0;
  top: 0;
}


/***----- titlelist, search and others
--------------------------------------------***/

.ttlt, .search_ttl {
  font-size: 15px;
}

.cate_list {
  background-color: rgba(189,182,105,.8);
  color: rgb(255,255,255);
  padding: 0 .3em;
  margin-left: 1em;
  border-radius: 5px;
}

.font_adjust {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


/***-----comments, trackback and others
--------------------------------------------***/

.note {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: rgb(51,51,51);
  overflow: hidden;
}

.note:before {
  content:"";
  position:absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0; /* for webkit hack */
  border-style: solid;
  display: block;
  width: 0;
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.contents2 .note:nth-child(odd) {
  background: rgba(243,242,230,.5);
}

.contents2 .note:nth-child(odd):before {
  border-color: rgb(255,255,255) rgb(255,255,255) rgb(210,208,155) rgb(210,208,155);
}

.contents2 .note:nth-child(even) {
  background: rgba(240,248,227,.5);
}

.contents2 .note:nth-child(even):before {
  border-color: rgb(255,255,255) rgb(255,255,255) rgb(210,225,138) rgb(210,225,138);
}

.c_title, #mail_name {
  font-weight: bold;
}

.stamp {
  vertical-align: middle;
}

.info {
  padding-top: 10px;
  text-align: right;
}

.opp {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(201,195,134) inset;
}

#name, #subject, #mail, #url, #edit_name, #comment {
  width: 100%;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#sbm_btn {
  color: rgb(255,255,255);
  font-family: 'Pinyon Script', cursive;
  text-align: center;
  color: rgb(51,51,51);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, rgb(239,242,177) 0%, rgb(247,251,240) 100%);
  background: -moz-linear-gradient(left, rgb(239,242,177) 0%, rgb(247,251,240) 100%);
  background: -o-linear-gradient(left, rgb(239,242,177) 0%, rgb(247,251,240) 100%);
  background: -ms-linear-gradient(left, rgb(239,242,177) 0%, rgb(247,251,240) 100%);
  background: linear-gradient(left, rgb(239,242,177) 0%, rgb(247,251,240) 100%);
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  padding: 2px 0;
  cursor: pointer;
}

#sbm_btn:hover {
  background: -webkit-linear-gradient(left, rgb(247,251,240) 0%, rgb(239,242,177) 100%);
  background: -moz-linear-gradient(left, rgb(247,251,240) 0%, rgb(239,242,177) 100%);
  background: -o-linear-gradient(left, rgb(247,251,240) 0%, rgb(239,242,177) 100%);
  background: -ms-linear-gradient(left, rgb(247,251,240) 0%, rgb(239,242,177) 100%);
  background: linear-gradient(left, rgb(247,251,240) 0%, rgb(239,242,177) 100%);
}

#del_btn {
  color: rgb(255,255,255);
  font-family: 'Pinyon Script', cursive;
  text-align: center;
  color: rgb(51,51,51);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, rgb(202,147,163) 0%, rgb(249,245,246) 100%);
  background: -moz-linear-gradient(left, rgb(202,147,163) 0%, rgb(249,245,246) 100%);
  background: -o-linear-gradient(left, rgb(202,147,163) 0%, rgb(249,245,246) 100%);
  background: -ms-linear-gradient(left, rgb(202,147,163) 0%, rgb(249,245,246) 100%);
  background: linear-gradient(left, rgb(202,147,163) 0%, rgb(249,245,246) 100%);
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  padding: 2px 0;
  cursor: pointer;
}

#del_btn:hover {
  background: -webkit-linear-gradient(left, rgb(249,245,246) 0%, rgb(202,147,163) 100%);
  background: -moz-linear-gradient(left, rgb(249,245,246) 0%, rgb(202,147,163) 100%);
  background: -o-linear-gradient(left, rgb(249,245,246) 0%, rgb(202,147,163) 100%);
  background: -ms-linear-gradient(left, rgb(249,245,246) 0%, rgb(202,147,163) 100%);
  background: linear-gradient(left, rgb(249,245,246) 0%, rgb(202,147,163) 100%);
}

#tb_input {
  width: 70%;
}

.plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}


/***-----footer
--------------------------------------------***/

#end {
  text-align: center;
  padding: 120px 0 3px;
  margin: 100px auto 0;
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/whitepinglacebottom21kb.png) center top repeat-x rgba(189,182,105,.8); /* フッターの背景色変更は #****** または rgb(*,*,*) */
}

.foot, #copyright {
  font-family: 'Pinyon Script', cursive;
  color: rgb(255,255,255);
  font-size: 13px;
}

#my_handle {
  color: rgb(64,80,0);
}

#ad1, #ad2 {
  font-size: 11px;
}

#btn_table {
  display: table;
  table-layout: fixed;
  border-spacing: 40px;
  text-align: center;
  margin: 0 auto 50px;
}

.fotter_btn {
  width: 60px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: rgb(255,255,255);
  font-family: 'Pinyon Script', cursive;
  line-height: 1.0;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/crystal.png) center center no-repeat;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 150px;
  right: 60px;
  width: 50px;
  height: 50px;
  border: solid 1px rgb(222,208,185);
  border-radius: 4px;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  background: rgba(255,255,255,.2);
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 50px;
  height: 50px;
  border: solid 1px rgb(222,208,185);
  border-radius: 4px;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  background: rgba(255,255,255,.2);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  line-height: 50px;
}

.new {
  color: red;
  font-family: georgia;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 90%;
  margin: 0 auto 15px;
  padding-top: 30px;
}

.calender-month-style {
  font-family: 'Pinyon Script', cursive;
  font-size: 22px;
  color: black;
}

.calender-table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
}

.calender-table caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  color: black;
}

#nextMonth {
  margin-left: 2em;
  color: black;
}

.sun {
  color: RGB(205,125,125);
}

.calender-table td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender-table td a {
  background: rgba(210,225,138,.7);
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: .2em;
  color: black;
  border-radius: 50%;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  outline: none;
  padding: .2em;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid rgba(210,225,138,.5);
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(210,225,138,.4) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  max-width: 90%;
  padding-top: 10px;
  text-align: center;
}


/***-----side bar (横幅 300px)
--------------------------------------------***/

#sideOpenBtn {
  position: fixed;
  top: 28px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/crystal.png) center center no-repeat;
  display: table;
  text-align: center;
  cursor: pointer;
}

#sideOpenText {
  font-family: 'Pinyon Script', cursive;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

#side {
  background-color: RGB(201,195,134); /* サイドバー背景色 */
  color: rgb(255,255,255); /* サイドバー主要文字色 */
  -webkit-overflow-scrolling: touch;
  z-index: 1000000 !important;
}

.side_wrap {
  padding-bottom: 20px;
}

#side li a {
  display: block;
  padding: 5px 15px;
  color: rgb(255,255,255);
  text-decoration: none;
}

#side li a:hover {
  color: rgb(51,51,51);
  background: rgba(255,255,255,.8);
  border-radius: 5px;
  opacity: 1;
}

.side_contents a {
  color: rgb(51,51,51);
}

.side_bar dt {
  padding: 5px 0;
  margin: 6px;
  border-radius: 5px;
  background-color: rgb(223,213,189); /* サイドバー各タイトル部分背景色 */
}

.side_bar dd {
  padding: 20px 15px;
}


/***-----media less than 910
--------------------------------------------***/

@media screen and (max-width:910px) {

#date_ring {
  top: -195px;
  left: -10px;
  width: 160px;
  height: auto;
}

.ymd {
  width: 81px;
  height: 81px;
  top: -35px;
  left: 37px;
  font-size: 12px;
}

}


/***-----media less than 900
--------------------------------------------***/

@media screen and (max-width:900px) {

.element-item {
  width: 50%;
}

.posted_pager {
  width: 60%;
}

}


/***----- media less than 560 (include iPhone6plus)
----------------------------------------------------***/

@media screen and (max-width:560px) {

body {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/bgleaves14kb_for_sp.jpg) fixed center top repeat-y; /* 記事背景(デフォルト 葉っぱ) */
}

#banner2 {
  height: auto;
  padding: 30px 72px 30px 10px;
}

#blog_title {
  font-size: 30px;
}

.lace_border {
  margin-bottom: 20px;
}

.element-item {
  width: 100%;
}

.pager {
  width: 100%;
  padding: 0 2px;
  margin: 0 auto 20px;
}

#pagenation {
  padding-bottom: 4px !important;
}

.light-theme a, .light-theme span {
  font-size: 12px !important;
  width: 27px !important;
  height: 27px !important;
  padding-top: 4px !important;
}

#btn_table {
  border-spacing: 20px;
}

#sideOpenBtn {
  position: fixed;
  right: 10px;
}

#pagetop, #pagebottom {
  right: 10px;
}

}


/***----- media less than 414 (include iPhone6plus)
----------------------------------------------------***/

@media screen and (max-width:414px) {

#blog_title {
  font-size: 36px;
}

#sub {
  font-size: 14px;
}

#sideOpenBtn {
  top: 10px;
}

.all_title {
  font-size: 30px;
}

#date_ring {
  top: -160px;
  left: -10px;
  width: 120px;
  height: auto;
}

.ymd {
  width: 62px;
  height: 62px;
  top: -40px;
  left: 25px;
  font-size: 11px;
}

.posted_pager {
  width: 50%;
}

.p_left, .p_center, .p_right {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.p_left {
  padding-left: .5em;
}

.p_right {
  padding-right: .5em;
}

#individual_posted_title {
  font-size: 14px;
  padding: 30px 5px 30px
}

.contents {
  padding: 20px 10px;
}

.contents2 {
  padding: 0 10px 20px;
}

.none {
  display: none;
}

.mail_name, .block {
  display: block;
  margin: 0 0 0 auto;
}

input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea {
  font-size: 16px;
}

}