@charset "utf-8";

/***-----reset
--------------------------------------------***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, adress, small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, time {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  list-style-position: inside;
  list-style-type: disc;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/***-----clearfix
--------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
  zoom: 1;
}


/***-----blockquote
--------------------------------------------***/

blockquote {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: rgba(179,158,224,.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  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(168,144,151); /* 基本リンク色はここです */
  text-decoration: none;
  -webkit-transition: 1.0s ease-in-out;
  -moz-transition: 1.0s ease-in-out;
  -o-transition: 1.0s ease-in-out;
  -ms-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}

a:hover {
  opacity: .4;
}


/***-----common
--------------------------------------------***/

html, body {
  height: 100%;
}

#change_mobile{
  display: none;
}

body {
  width: 100%;
  font-size: 13px; /* 記事の文字サイズはここです */
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-align: left;
  color: rgb(0,0,0); /* 記事の文字色 #ffffff などの16進数でも可 */
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background-color: RGB(250,246,234); /* body背景色 (記事背景ではありません) */
}

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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;

}

div, section {
  word-wrap: break-word;
}

#main_container {
  width: 100%;
  padding: 20px 350px 20px 50px;
}


/***-----h, fonts
--------------------------------------------***/

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  font-size: 35px;
}

#blog_title {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -o-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -ms-box-shadow: 0 1px 0 rgba(255,255,255,1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  color: rgb(0,0,0);
}

h3 {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  font-size: 19px;
  color: rgb(0,0,0);
}

.sub_header, #post_comment, #track, #titlelist_name, #search_name {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -o-box-shadow: 0 1px 0 rgba(255,255,255,1);
  -ms-box-shadow: 0 1px 0 rgba(255,255,255,1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  display: inline;
}

#titlelist_name, #search_name {
  margin-bottom: 20px;
  display: inline-block;
}

.searchterms {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  font-size: 18px;
  color: rgb(0,0,0);
}

#subtitle {
  font-size: 20px;
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  color: rgb(0,0,0);
  text-align: left;
}

.entry_more {
  font-size: 18px;
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  color: rgb(0,0,0);
  text-align: left;
}


/***-----header
--------------------------------------------***/

#blog_head {
  width: 100%;
  padding: 30px 350px 20px 30px;
  background: none;
}

#top_titlelist {
  display: table;
  margin: 0 0 0 auto;
}

#top_titlelist a {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#top_titlelist a::before {
  content: '';
  background: rgba(132,154,188,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -moz-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -o-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -ms-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

#top_titlelist a:hover::before {
  -webkit-transform: scale(0.6);
  -moztransform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  moz-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -o-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -ms-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  opacity: 1.0;
}


/***-----index
--------------------------------------------***/

time {
  display: inline;
  text-align: left;
  float: left;
}

.entry_info {
  text-align: right;
}

.entry_info li {
  display: inline;
  padding-left: 1.3em;
}

.main_body {
 width: 100%;
 margin-bottom: 30px;
}

.box {
  width: 100%;
  height: auto;
  background: rgb(255,255,255);
  margin: 0 auto;
}

.no_effect {
  padding: 30px 50px 10px;
  background-color: rgb(255,255,255);
  position: relative;
}

.no_effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 20px;
  left: auto;
  width: 50%;
  top: 95%;
  max-width: 300px;
  background-color: rgb(119,119,119);
  -webkit-box-shadow: 0 15px 10px rgb(119,119,119);
  -moz-box-shadow: 0 15px 10px rgb(119,119,119);
  -o-box-shadow: 0 15px 10px rgb(119,119,119);
  -ms-box-shadow: 0 15px 10px rgb(119,119,119);
  box-shadow: 0 15px 10px rgb(119,119,119);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

#pin {
  position: absolute;
  top: -20px;
  left: -5px;
  background: url(http://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/pinit.png) center center no-repeat;
  width: 126px;
  height: 51px;
}

.effect {
  background-color: rgb(255,255,255);
  position: relative;
  padding: 30px 50px;
}

#include_img {
  min-height: 170px;
}

#non_img {
  min-height: 100px;
}


.entry_body {
  padding: 15px 20px 20px;
}

.entry_more {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.entry_image {
  position: absolute;
  left: 40px;
}

.entry_image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid rgb(237,237,239);
  -webkit-box-shadow: 3px 3px 3px rgb(119,119,119);
  -moz-box-shadow: 3px 3px 3px rgb(119,119,119);
  -o-box-shadow: 3px 3px 3px rgb(119,119,119);
  -ms-box-shadow: 3px 3px 3px rgb(119,119,119);
  box-shadow: 3px 3px 3px rgb(119,119,119);
}

.entry_description {
  margin-left: 230px;
}

.effect:before, .effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgb(119,119,119);
  -webkit-box-shadow: 0 15px 10px rgb(119,119,119);
  -moz-box-shadow: 0 15px 10px rgb(119,119,119);
  -o-box-shadow: 0 15px 10px rgb(119,119,119);
  -ms-box-shadow: 0 15px 10px rgb(119,119,119);
  box-shadow: 0 15px 10px rgb(119,119,119);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.entry_description:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  color: rgb(179,158,224);
}

.no_description:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  color: rgb(132,154,188);
}


/***-----individual post
--------------------------------------------***/

.relate_dl {
  margin: 50px 0 10px;
  text-align: right;
  padding: 10px 20px;
  background: rgba(132,154,188,.1);
  border-radius: 15px;
  
}

.relate_li a {
  color: rgb(168,144,151);
}

.tag a {
  background: rgba(174,192,134,.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}


/***-----side bar
--------------------------------------------***/

#sidebar {
  width: 300px;
  height: 100%;
  padding: 50px 0 70px;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(http://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/il_fullxfull.jpg); /* サイドバーの背景画はここです 変更する場合は縦長が望ましいです なるべく解像度の高いものを */
  background-position: center center no-repeat;
  background-size: cover;
  z-index: 888;
}

dt.plg_name {
	padding: 10px 0;
}

#side_bar {
  margin: 0 auto;
  color: rgb(255,255,255); /* サイドバーのプラグイン名文字色はここです */
  padding: 0 20px;
  
}

#side_bar dt {
  display: block;
  text-align: left;
  cursor: pointer;
}

#side_bar dd {
  text-align: left;
  display: none; /* サイドバーを常に開いておく方はこの一行を削除 */
  height: auto;
  padding: 20px 0;
}

.separate ul li a {
  color: rgb(255,255,255); /* サイドバープラグイン内のリスト文字色 */
}

.separate div, .separate div a, .separate p, .separate p a {
  color: rgb(255,255,255); /* サイドバープラグイン内のリンク文字色 */
}

.plg_name {
  background-color: transparent;
}

.plg_name:hover {
  background: rgba(255,255,255,.2);
}

.scroll {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: auto;
  max-height: 100%;
}

#side_footer {
  position: fixed;
  width: 300px;
  right: -20px;
  bottom: 15px;
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  }

.side_btn1 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn1::before {
  content: '';
  background: rgba(174,192,134,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  -moz-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  -o-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  -ms-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.side_btn1:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  -moz-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  -o-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  -ms-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  opacity: 1.0;
}

.side_btn2 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn2::before {
  content: '';
  background: rgba(168,144,151,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  -moz-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  -o-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  -ms-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.side_btn2:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  -moz-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  -o-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  -ms-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  opacity: 1.0;
}

.side_btn3 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn3::before {
  content: '';
  background: rgba(132,154,188,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -moz-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -o-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -ms-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -webkit-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.side_btn3:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -moz-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -o-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -ms-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  opacity: 1.0;
}


/***-----pager
--------------------------------------------***/

.pnpage {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 30px;
}

.p_left, .p_center, .p_right {
  display: table-cell;
  vertical-align: middle;
}

.p_left {
  text-align: right;
}

.p_right {
  text-align: left;
}

.p_left a, .p_center a, .p_right a {
  color: rgb(132,154,188);
}

.p_center {
  width: 60px;
}

#pagenation {
  margin: 60px auto;
  position: relative;
}

.pnpage2 {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 90%;
}

#leftangle {
  font-size: 25px;
  width: 50%;
  display: table-cell;
  text-align: left;
}

#rightangle {
  font-size: 25px;
  width: 50%;
  display: table-cell;
  text-align: right;
}


/***-----comments, trackback
--------------------------------------------***/

.cm_box {
  background-color: rgb(255,255,255);
  margin: 20px auto;
  padding: 15px 40px;
}


.c_title {
  padding: 0 0 10px;
  border-bottom: dotted 1px rgb(132,154,188);
  font-size: 14px;
}

.c_body {
  padding: 10px 0;
}

.info {
  text-align: right;
}

.form {
  margin: 20px 0;
}

#name, #subject, #edit[name] {
  width: 50%;
}

#mail, #url, #subject {
  width: 70%;
}

.tb_form {
  margin: 20px 0;
}

#sbm_btn {
  color: rgb(255,255,255);
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(132,154,188,.4);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

#del_btn {
  color: rgb(255,255,255);
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(170,60,75,.4);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

#tb_container {
  text-align: left;
  padding: 10px 20px;
  background: rgba(132,154,188,.1);
  border-radius: 15px;
  margin: 0 0 20px;
}

#tb_container a {
  font-size: 14px;
  color: rgb(116,165,212);
}

#tb_input {
  width: 70%;
}


/***-----title list
--------------------------------------------***/

.contents {
  border-bottom: dotted 1px rgb(132,154,188);
  padding: 10px 0;
}

.ttl a, .search_ttl {
  font-family: 'times new roman', 'Hiragino Kaku Gothic ProN', meiryo;
  font-size: 15px;
}

.list_ety {
  padding: 0 10px;
}

.date {
  text-align: right;
}

.cate_list {
  background-color: rgba(168,144,151,.4);
  border-radius: 7px;
  color: rgb(255,255,255);
  padding: 0 .5em;
}


/***-----plug in etc.
--------------------------------------------***/

.plugin-search {
  color: rgb(0,0,0) !important; /* 検索バーの中の文字色 !importantは外さないでください */
}


/***-----footer
--------------------------------------------***/

#end {
  text-align: center;
  padding-top: 120px;
  margin: 0 350px 0 50px;
}

address, small {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  color: rgb(0, 0, 0);
  font-size: 13px;
}

#my_handle a {
  color: rgb(132,154,188);
}


#pagetop {
  width: 50px;
  height: 50px;
  display: table;
  text-align: center;
  background: none center center no-repeat rgba(179,158,224,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 325px;
}

#go_top {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  width: 100%;
}

.new {
  font-family: 'Ubuntu Condensed', sans-serif; 'Hiragino Kaku Gothic ProN';
  color: red;
}

a.active {
  pointer-events : none;
  opacity: .4;
}


/***-----media less than 900
------------------------------------------***/

@media screen and (max-width:900px) {

  #blog_head {
    width: 100%;
    padding: 30px 10px;
    background: url(http://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/il_fullxfull.jpg) center center no-repeat; /* スマホ表示時ヘッダー背景 パソコン閲覧時のサイドバー背景と別のものでも可 */
  }
  
  #blog_title {
    -webkit-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -moz-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -o-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -ms-box-shadow: 0 1px 0 rgba(208,199,168,1);
    box-shadow: 0 1px 0 rgba(208,199,168,1);
    color: rgb(255,255,255);
  }
  
  
  #top_titlelist {
    display: table;
    margin-right: 10px;
  }
  
  #main_container {
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
  }
  
  .main_body  {
    margin-bottom: 10px;
  }
  
  .effect {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  
  h2.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
    font-size: 17px;
    color: rgb(0,0,0);
  }
  
  h2.entry_header, .entry_header a {
    font-size: 17px;
    color: rgb(0,0,0);
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
  }
  
  .entry_body {
    padding: 15px 10px 20px;
  }
  
  .entry_image {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -70px;
  }
  
  .entry_image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
  }
  
  .entry_description {
    margin: 0 auto;
  }
  
  .entry_more {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  
  #non_img, #include_img {
    min-height: 60px;
  }
  
  .no_effect {
    padding: 30px 10px 10px;
  }
  
  #sidebar {
    width: 95%;
    height: 100%;
    padding: 0;
    position: static;
    background: none;
    margin: 0 auto;
  }
  
  #side_bar {
    color: rgb(0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -ms-box-shadow: 0 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    }
  
  #side_bar dd {
    padding: 20px 10px;
    background-color: rgb(255,255,255);
    border-radius: 15px;
  }
  
  .separate ul li a {
    color: rgb(0,0,0); /* サイドバープラグイン内のリスト文字色 */
  }
  
  .separate div, .separate div a, .separate p, .separate p a {
    color: rgb(0,0,0); /* サイドバープラグイン内のリンク文字色 */
  }
  
  dt.plg_name {
    font-weight: bold;
  }
  
  .plg_name:hover {
    none;
  }
  
  .scroll {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #side_footer {
    position: static;
    width: 300px;
    margin: 50px auto 0;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    padding-left: 18px;
  }
  
  #end {
    margin: 0 auto;
  }
  
  .pnpage {
    margin-top: 30px;
  }
  
  #pagenation {
    width: 98%;
  }
  
  #pagetop {
    position: fixed;
    bottom: 20%;
    right: 20px;
  }
  
}


/***-----media less than 740
------------------------------------------***/

@media screen and (max-width:740px) {

  .p_left, .p_center, .p_right {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto;
  }
  
  .cate_list_span {
    display: block;
  }
  
}


/***-----media less than 415
------------------------------------------***/

@media screen and (max-width:415px) {

  h1 {
    font-size: 24px;
    color: rgb(0,0,0);
  }
  
  h2.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
    font-size: 18px;
  }
  
  .cm_box {
    padding: 15px 10px 10px;
  }
  
  span.f_i {
    display: block;
  }
  
  #name, #subject, #edit_name {
    width: 100%;
  }
  
  #mail, #url, #comment {
    width: 100%;
  }
  
  #sbm_btn, #del_btn {
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
  
  #tb_input {
    width: 100%;
  }
  
}