@charset "utf-8";

/*
.dt15_houndstooth {
  theme: "和風";
  designer: core;
  url: "http://mrwmyblog.blog107.fc2.com/";
  release-date: 2012, 12, 20;
  last-update: 2012, 12, 20;
  version: 1.0;
}
*/


/* WHOLE SETTINGS
---------------------------------------- */
body {
  font-size: 14px;
  line-height: 1.5em;
  color: #373928;
  background: url(http://blog-imgs-54.fc2.com/m/r/w/mrwmyblog/t24_bg.gif) top center #fff;
  font-family: "Trebuchet MS", Arial, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

html {height: 100%;}

/* 選択したテキストの装飾 */
::selection {
  background: #954c53;
  color: #fff;
}

::-moz-selection {
  background: #954c53;
  color: #fff;
}



/* ANCHOR
---------------------------------------- */
a,
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:link,
a:visited {
  color: #757353;
  text-decoration: none;
}

a:hover,
a:active {
  color: #b3b07f;
  text-decoration: none;
}

a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.article_body a:link, .article_body a:visited,
.plugin_body a:link, .plugin_body a:visited {
  text-decoration: underline;
}

.article_body a:hover, .article_body a:active,
.plugin_body a:hover, .plugin_body a:active {
  text-decoration: none;
}



/* CONTAINER
---------------------------------------- */
#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}



/* HEADER
---------------------------------------- */
#header {
  height: 200px;
  position: relative;
  background: url(http://blog-imgs-54.fc2.com/m/r/w/mrwmyblog/t24_header.gif) no-repeat 65px 45px;
}

#header h1 {
  position: absolute;
  top: 118px;
  left: 162px;
  margin: 0;
}

#header h1 a:link,
#header h1 a:visited {color: #951f2b;}

#header h1 a:hover,
#header h1 a:active {color: #ca5a66;}

#header p {
  position: absolute;
  top: 139px;
  left: 162px;
  font-size: 11px;
  color: #282828;
  margin: 0;
}



/* NAV
---------------------------------------- */
#nav {
  height: 25px;
  margin-bottom: 10px;
}

#nav ul:after {
  display: block;
  content: "";
  clear: both;
}

#nav li {
  float: left;
  background: none;
  padding: 0;
  margin-right: 10px;
}

#nav a {
  display: inline-block;
  background: #a5a36c;
  border: 1px solid #a5a36c;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
}

#nav a:link,
#nav a:visited {color: #efefef;}

#nav a:hover,
#nav a:active {background: #535233;}



/* ARTICLE
---------------------------------------- */
#article {
  float: left;
  width: 680px;
}

.article_box {
  background: url(http://blog-imgs-54.fc2.com/m/r/w/mrwmyblog/t24_article-top.gif) repeat-x top #f5f4d7;
  margin-bottom: 50px;
  padding: 9px;
  border: 1px solid #a5a36c;
  border-top-width: 0;
}

.article_header:after {
  display: block;
  content: "";
  clear: both;
}

.article_header {
  background: url(http://blog-imgs-54.fc2.com/m/r/w/mrwmyblog/t24_article-title.gif) repeat-x bottom;
  position: relative;
  min-height: 28px;
}

.article_header h2 {
  margin: 8px 0 0 0;
  padding-left: 33px;
  line-height: 25px;
  width: 515px;
  font-weight: normal;
}

.article_header h2 a {display: block;}

.article_header h2 a:link,
.article_header h2 a:visited {color: #282828;}

.article_header h2 a:hover,
.article_header h2 a:active {color: #585858;}

.article_date {
  text-align: right;
  margin: 0;
  width: 110px;
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 12px;
}

.article_body {
  margin: 20px 10px;
  overflow: hidden;
}

.article_body img {
  max-width: 100%;
  height: auto;
}

.article_footer {
  background: url(http://blog-imgs-54.fc2.com/m/r/w/mrwmyblog/t24_article-border.gif) no-repeat top;
  padding-top: 10px;
  color: #757353;
  font-size: 12px;
}

span.sepa {color: #ccca9b;}

.article_footer p {
  text-align: right;
  margin: 0;
}

.readmore:after {
  display: block;
  content: "";
  clear: both;
}

.readmore p {
  float: right;
  margin: 0 0 10px;
}

.readmore a {
  display: block;
  background: #a5a36c;
  padding: 5px;
}

.readmore a:link,
.readmore a:visited {color: #fefefe;}

.readmore a:hover,
.readmore a:active {
  color: #fefefe;
  background: #535233;
}



/* PAGER
---------------------------------------- */
#pager {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
}

#pager:after,
#pager ul:after {
  display: block;
  content: "";
  clear: both;
}

#pager ul {
  position: relative;
  left: 50%;
  float: left;
}

#pager li {
  float: left;
  background: none;
  padding: 0;
  position: relative;
  left: -50%;
  margin: 0 3px;
}

#pager a,
#pager b {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px dotted #a5a36c;
  background: #f5f4d7;
}

#pager b {border-style: solid;}

#pager a:hover,
#pager a:active {border-style: solid;}



/* COMMENT & TRACKBACK
---------------------------------------- */
#cm,
#tb {
  background: #f5f4d7;
  border: 1px solid #757568;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 12px;
}

#cm h4 ,
#tb h4 {
  margin: 0;
  background: #757568;
  padding: 10px;
  color: #fefefe;
  font-size: 16px;
}

#cm div,
#tb div {margin: 0 10px;}

#cm h5,
#tb h5 {
  font-size: 14px;
  margin-bottom: 0;
}

.trip {
  font-size: 75%;
  color: #7d825b;
}

.comtb_title {margin: 0 0 0 .5em;}

.comtb_body {margin: 0 0 0 1em;}

.comtb_add {
  text-align: right;
  border-bottom: 1px dotted #b8b7a1;
  margin: 0;
  color: #7d825b;
}

.send {
  border-top: 1px solid #757568;
  margin-top: 20px;
  padding-top: 20px;
}

.edit {padding-top: 10px;}

#cm table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;
  width: auto;
}

#cm th {
  font-weight: normal;
  padding: 0 15px;
}

#cm td {padding-right: 15px;}

#cm label {display: block;}

td.send_input {text-align: right;}

#cm input {width: 150px;}

#cm textarea {
  width: 100%;
  height: 120px;
}

#cm input,
#tb input,
#cm textarea {
  padding: 3px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

input#secret,
input#send,
input#delete {width: auto !important;}

input#send {
  border: 1px solid #757568;
  color: #757568;
}

input#delete {
  border: 1px solid #b32828;
  color: #b32828;
}

input#tb_url {width: 450px;}

.error {
  color: #9c4758;
  font-weight: bold;
}

.backtoentry {text-align: right;}



/* TITLE LIST
---------------------------------------- */
hgroup.article_box h2 {
  font-size: 1em;
  border-bottom: 1px dotted #7d825b;
  zoom: 1;
}

hgroup.article_box h2:after {
  display: block;
  content: "";
  clear: both;
}

hgroup.article_box a {display: block;}

hgroup.article_box small {float: right;}



/* PLUGIN
---------------------------------------- */
#plugin {
  float: right;
  width: 260px;
}

.plugin_box {
  background: #f5f4d7;
  margin-bottom: 30px;
  border: 1px solid #a5a36c;
}

.plugin_box h3 {
  background: #a5a36c;
  color: #efefef;
  margin: 0;
  padding: 8px 10px;
  font-weight: normal;
}

.plugin_body {
  margin: 9px;
  color: #373928;
  overflow: hidden;
}

.plugin_body img {
  max-width: 100%;
  height: auto;
}

.plugin_description {
  border-bottom: 1px solid #e0dfb1;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.plugin_description2 {
  border-top: 1px solid #e0dfb1;
  margin-top: 3px;
  padding-top: 3px;
}



/* FOOTER
---------------------------------------- */
#footer {
  clear: both;
  line-height: 1.1em;
  background: #a5a36c;
  padding: 20px;
  color: #fff;
}

#footer a:link,
#footer a:visited {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover,
#footer a:active {
  color: #fff;
  text-decoration: none;
}

#footer p {margin: 0;}

#footer small {display: block;}



/* TOTOP
---------------------------------------- */
#totop {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: 440px;
  width: 25px;
  height: 25px;
  z-index: 9;
}



/* ETC
---------------------------------------- */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/listdeco.gif) no-repeat left top;
  padding-left: 15px;
}

input,
textarea,
bottun,
select {
  border: 1px solid #c0c0c0;
  background: #fff;
  color: #808080;
}

input:focus,
textarea:focus,
bottun:focus,
select:focus {
  border-color: #757568;
  color: #3a3a3a;
}

blockquote {
  border: 1px solid #f5fdd7;
  border-left: 14px solid #954c53;
  margin: 1em 10px;
  padding: .5em 0;
}

blockquote p {margin: 0 0 0 1em;}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

th {
  width: auto;
  background: #adb78d;
  border-bottom: 0;
  color: #fefefe;
}

td {
  width: auto;
  padding-left: .5em;
}

/* -------------------- baton */
p.baton_title {
  margin-top: .5em;
  font-weight: bold;
}

dl.blog_baton {
  margin: 0 0 .5em;
  padding: 0 10px;
}

dt.baton_q {
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

dd.baton_a {margin: 0 0 10px 0;}

span.q_number,
span.a_number {
  padding: 2px 5px;
  margin-right: 10px;
  display: inline-block;
  width: 2em;
  text-align: center;
  position: relative;
}

span.q_number {
  background: #83954c;
  color: #fefefe;
}

span.a_number {
  background: #abb980;
  color: #fefefe;
}

span.q_number:after,
span.a_number:after {
  display: block;
  content: "";
  position: absolute;
  right: -3px;
  top: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

span.q_number:after {border-left: 3px solid #83954c;}
span.a_number:after {border-left: 3px solid #abb980;}