@charset "utf-8";

/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
a:focus{outline:thin dotted}
a:hover,a:active{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
pre,code,kbd,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}
pre{white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;white-space:normal;margin-left:-7px;padding:0}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{box-sizing:border-box;height:13px;width:13px;padding:0}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
audio:not([controls]),[hidden]{display:none}
body,figure,form{margin:0}
p,pre,dl,menu,ol,ul{margin:1em 0}


/* WHOLE SETTINGS
---------------------------------------- */
body {
  font-family: "Trebuchet MS", Tahoma, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  color: #d0d0d0;
  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_bg.gif) repeat-x top fixed #000;
}

html {
  height: 100%;
}



/* ANCHOR
---------------------------------------- */
a {
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

a:link,
a:visited {
  color: #c0c08b;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #008899;
  text-decoration: none;
}



/* 月！
---------------------------------------- */
/* http://tympanus.net/codrops/2012/08/08/circle-hover-effects-with-css-transitions/ */
#moon {
  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_moon.gif);
  width: 245px;
  height: 215px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 310px;
}

.moon-light {
  position: absolute;
  top: 42px;
  left: 96px;
  width: 50px;
  height: 50px;
  border-radius: 50%;

  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.full-moon {
  width: 100%;
  height: 100%;
  border-radius: 50%;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.full-moon div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.full-moon .moon-surface {
  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_fullmoon.gif);
}

.full-moon .back {
  -webkit-transform: rotate3d(0,1,0,180deg);
  -moz-transform: rotate3d(0,1,0,180deg);
  transform: rotate3d(0,1,0,180deg);

  -o-transform: scale(0);
  -ms-transform: scale(0);

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_rabbit.gif);
}

.moon-light:hover .full-moon {
  -webkit-transform: rotate3d(0,1,0,-180deg);
  -moz-transform: rotate3d(0,1,0,-180deg);
  transform: rotate3d(0,1,0,-180deg);
}

.moon-light:hover .back {
  -o-transform: scale(1);
  -ms-transform: scale(1);
}



/* CONTAINER
---------------------------------------- */
#container {
  width: 800px;
  margin: 0 auto;
  position: relative;
}



/* HEADER
---------------------------------------- */
#header {
  padding: 20px 10px;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header p {
  margin: .5em 0 0;
  padding: 0 0 0 1.5em;
}

#header a {
  text-decoration: none;
}



/* RECENT
---------------------------------------- */
#recent {
  padding: 10px;
  margin: 0 20px 30px;
  border: 1px solid #505050;
  background: rgba(0,0,0,.1);
  border-radius: 10px;
}

#recent h2 {
  font-size: 1em;
  text-indent: 5px;
  padding-bottom: .3em;
  margin: 0 0 .3em;
  border-bottom: 1px dashed #505050;
}

.rec_box ul {
  margin-left: 5px;
}

.rec_box li {
  margin: 0;
  padding: 0 0 0 15px;
}

.rec_box li span {
  font-size: .8em;
}

#recent p {
  overflow: hidden;
  _zoom: 1;
  margin: .3em 0 0;
}

#recent p a {
  display: block;
  text-decoration: none;
}

a.prev {
  float: left;
}

a.next {
  float: right;
}


/* ARTICLE
---------------------------------------- */
#article {
  width: 550px;
  float: right;
}

.art_box {
  margin-bottom: 60px;
}

.art_box h2,
.art_date {
  margin: 0 0 .25em;
}

.art_box h2 a {
  display: block;
  text-decoration: none;
}

.art_date,
.art_add {
  text-align: right;
  font-size: .9em;
}

.art_date {
  border-top: 1px dotted #666;
}

.art_date p {
  margin: .25em 0 0;
}

.art_add {
  border-bottom: 1px dotted #333;
}

.art_add p {
  margin: 0 0 .25em;
}

/* ------------------------------ more */
.morelink {
  overflow: hidden;
  _zoom: 1;
}

.morelink a {
  float: left;
  display: block;
  padding: 1px 6px;
  text-decoration: none;
  border-left: 5px solid #c0c08b;
}

.morelink a:hover {
  border-left-color: #008899;
  padding-left: 9px;
}

#more {
  margin-top: .7em;
  padding-top: .7em;
  border-top: 1px dotted #777;
}

/* ------------------------------ cm & tb */
#cm h2,
#tb h2 {
  border-bottom: 5px solid #2e3e51;
  padding: 7px;
  font-size: 1.4em;
}

.ct_box {
  margin-bottom: 30px;
}

.ct_body {
  border-bottom: 1px dotted #666;
}

h3.letter_name {
  margin-bottom: 0;
}

h3.letter_name span {
  color: #999;
  font-weight: normal;
}

p.letter_title {
  padding-left: 10px;
  margin: 0;
  font-weight: bold;
}

.letter_body {
  padding-left: 20px;
}

p.ct_add {
  text-align: right;
  margin: .3em 0;
}

#cm table {
  border-collapse: separate;
  border-spacing: 3px;
}

.ct_box input {
  width: 250px;
}

.ct_box textarea {
  width: 400px;
  height: 150px;
}

.ct_box input#pass {
  width: 150px;
}

.ct_box input#secret,
.ct_box input.send {
  width: auto !important;
  width: 35px; /* forIE6 */
}

.ct_box input#tb_url {
  width: 400px;
}

.ct_box input:focus,
.ct_box textarea:focus {
  box-shadow: 0 0 5px rgba(255,255,255,.3);
}

p.toentry {
  font-size: .85em;
  margin: .3em 0;
}



/* PAGER
---------------------------------------- */
.pager {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  _zoom: 1;
}

.pager ul {
  list-style: none;
  float: left;
  position: relative;
  left: 50%;
}

.pager li {
  float: left;
  position: relative;
  left: -50%;
  margin: 0 5px;
  background: none;
}

.pager a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

li.prev a:hover {
  padding: 5px 13px 5px 7px;
}

li.home a:hover {
  padding: 3px 10px 7px;
}

li.next a:hover {
  padding: 5px 7px 5px 13px;
}



/* PLUGIN
---------------------------------------- */
#plugin {
  width: 230px;
  float: left;
}

.plug_box {
  margin-bottom: 40px;
}

#plugin h3 {
  margin: .5em 0;
  padding: 0 .5em;
  min-height: 25px;
  line-height: 25px;
  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_ptitle.gif);
}



/* FOOTER
---------------------------------------- */
#footer {
  clear: both;
  padding-bottom: 1em;
}

#footer p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: .85em;
}

#footer a {
  color: #d0d0d0;
}



/* ETC
---------------------------------------- */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding-left: 15px;
  background: url(http://blog-imgs-56-origin.fc2.com/m/r/w/mrwmyblog/t21_listdeco.gif) no-repeat left 2px;
}

input,
textarea,
select,
button {
  background: none;
  color: #999;
  padding: 3px;
  border: 1px solid #666;
  border-radius: 3px;

  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #c0c08b;
  color: #d0d0d0;
}

a img {
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

blockquote {
  background: #000;
  background: rgba(0,0,0,.5);
  border: 1px solid #333;
  padding: 10px;
  margin: 1em 20px;
}

/* baton */
p.baton_title {
  padding: 5px 15px;
  margin-top: 1em;
  font-weight: bold;
}

dl.blog_baton {
  border: 1px solid #333;
  background: #000;
  background: rgba(0,0,0,.5);
  padding: 20px;
  margin: 0 20px 1em;
}

dt.baton_q {
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

dd.baton_a {
  margin: 0 0 20px 0;
}

span.q_number {
  background: #578a3d;
  color: #fff;
  padding: 2px 5px;
  margin-right: 8px;
  font-weight: bold;
  border-radius: 4px;
}

span.a_number {
  background: #004d25;
  color: #fff;
  padding: 2px 5px;
  margin-right: 8px;
  font-weight: bold;
  border-radius: 4px;
}