@charset "utf-8";

/*  テンプレートについて ---------------------
Name         : NVflat2
Author       : Neriko
License      : CC3.0(http://creativecommons.org/licenses/by-nc-sa/3.0/deed.ja)
Last update  : 2013/6/11
Blog         : http://novicetemplate.blog61.fc2.com/
■2カラム。左右カラム入れ替え可。幅固定1100px。記事部分750px。サイドバー310px。
プラグイン3を記事上に常に表示。
プラグイン2はフッターエリアに表示。
個別ページのみ表示される、記事直下のフリースペースあり。
----------------------------------------------*/

/* ▼ カラム配置の設定 ▼
----------------------------------------------
htmlの「class=～」の部分を変更してください。
右サイドバー→クラス名「side-right」
左サイドバー→クラス名「side-left」
/* ▲ カラム配置の設定 ▲ */

.side-right div#main {float:left;}
.side-right div#side {float:right;}
.side-left div#main {float:right;}
.side-left div#side {float:left;}

/* ▼　記事直下のフリースペース用css　▼ */
#entry-freespace {
    margin:30px 0;
}
/* ▲　記事直下のフリースペース用css　▲ */

/* 基本設計 */
body {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_bg.png') repeat left top;
  background-color: #ffffff;
  color: #333333;
  font-size:100%;
  line-height: 1.5;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
}

#container {
  margin: 0;
  padding: 0;
  width: 100%;
  }

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  text-align: left;
}

#content-wrapper {
    margin:0;
    padding:0;
    width:1100px;
    background-color: #fff;
}
#content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    }

#main {
  margin: 0;
  padding: 0;
  width : 750px;
  overflow : hidden;
}

#side {
  margin: 0;
  padding: 0;
  width : 310px;
  overflow: hidden;
}

.clear {
  clear: both;
}

hr.hide{
  display : none;
  clear: both;
}

img {
  border: 0;
}

pre,code {
  font-family : monospace;
}

.entry-body h3 {
  background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_h3_bg.png') no-repeat left bottom;
  font-weight: bold;
}

.entry-body h4 {
}

.entry-body h5 {
  padding-left: 8px;
  border-bottom: 1px dotted #cfcfcf;
  font-size: 100%;
}

/* 基本リンク */
a:link,
a:visited {
  color: #3C597C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ヘッダー */
#header {
  margin: 0;
  padding: 0;
  height: 150px;
  position:relative;
}
#title {
    float:left;
    border-top:5px solid #263a53;
}
#title h1 {
  padding: 30px 0 0 50px;
  background:url(https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_blog_title_bg.png) no-repeat 0 36px;
}
#title h1 a{
  color:#333;
  display:block;
  font-size: 1.35em;
}
ul#socialmenu {
    list-style:none;
    position:absolute;
    top:120px;
    right:20px;
    width:40px;
}
ul#socialmenu li{
    margin:0 0 0 10px;
    padding:0;
    display:inline;
    float:left;
}
.twitter a:link,
.twitter a:visited {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_twitter.png') no-repeat left bottom;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}
.twitter a:hover {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_twitter.png') no-repeat left top;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}

.rss a:link,
.rss a:visited {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_rss.png') no-repeat left bottom;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}
.rss a:hover {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_rss.png') no-repeat left top;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}

.fb a:link,
.fb a:visited {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_fb.png') no-repeat left bottom;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}
.fb a:hover {
    display:block;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_fb.png') no-repeat left top;
    width:30px;
    height:30px;
    font-size:1px;
    text-indent:-9999px;
}

#introduction {
    clear:both;
    font-size:0.875em;
}
div#title-bg {
  margin: 0;
  padding: 0;
}
/* -------- メイン部分 -------- */
#main {
  margin: 0;
  padding: 0 0 20px 20px;
    background-color: #fff;
}

/* プラグイン3 */
div.plg3 h2 {
  margin: 0 7px;
  padding: 0 0 0 10px;
  font-size: 1.25em;
}

div#wrapper div#main div.entry div.side-body {
  padding: 0.5em 1em;
  font-size: 0.875em;
  clear: both;
}

div#wrapper div#main div.entry div.side-body .plugin-freearea {
    padding-bottom:30px;
}

/* エントリー枠 */
.entry {
  overflow: hidden;
  clear: both;
}

.entry-inner {
  margin: 0;
  padding: 0;
}

.entry-header {
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_content_title_bg.png') no-repeat left top;
}

.entry-title h2 {
  margin: 0 7px;
  padding: 0 0 10px 10px;
  font-size: 2.40em;
  color: #111;
  font-weight: bold;
        }

.entry-header h2 a:link,
.entry-header h2 a:visited {
  color: #111;
}

.entry-header h2 a:hover {
  color: #bbb;
  text-decoration: none;
}


.entry-title {
}

.entry-meta {
    display:block;
    position:absolute;
    height:2em;
    width:730px;
    background:#263a53;
    color:#fff;
  font-size: 0.7em;
}
.entry-meta a {
        color:#fff;
}

.entry-meta div:before {
    content:"";
    display:block;
    width:60px;
    height:2em;
    position:absolute;
    background:#263a53;
    top:0;
    left:-60px;
}


.ymd {
    padding:3px 0 0 0;
  text-align: left;
  float:left;
}
.ymd a{
    text-decoration:none;
}

.entry-category {
    padding:3px 10px 0 0;
    float:right;
}

.entry-category ul {
    list-style:none;
}

.entry-category li {
    padding-left:20px;
    background:url(https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_category_li.png) no-repeat left center;
}

.entry-body {
  margin: 30px 0 0 0;
  padding: 15px 5px;
  font-size: 1.11em;
  line-height: 1.8;
  clear: both;
}

.entry-more a:link, .entry-more a:visited {
    display:block;
    margin:20px 0;
    padding:7px 10px 3px;
    height:2em;
    color:#fff;
    text-align:center;
    background-color:#698dba;
}

.entry-more a:hover {
    background-color:#ADC1DA;
}

.theme {
  margin: 0;
  font-size: 0.75em;
}

.theme ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.theme li {
  margin-right: 5px;
  padding: 0;
  display: inline;
}

p {
    margin: 20px;
    padding: 8px 0px;
}

.entry-footer {
  margin: 2em 1em;
  padding: 0;
  font-size:0.875em;
  text-align: right;
}
.entry-footer ul {
  margin: 0;
}

.entry-footer li {
  display: inline;
}

.entry-footer li.tagli {
    background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_tag_li.png') no-repeat left center;
    padding-left:15px;
}

.pagetop {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  text-align: right;
}

/* fc2 socialbtn */
.fc2_socialbtn {
    margin:20px auto;
}

/* 関連記事 */
.relate_dl {
    margin:20px 0;
}
.relate_dt {
    margin-bottom:20px;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_h3_bg.png') no-repeat left bottom;
    font-weight:bold;
    font-size:1.125em;
    height:28px;
}
.relate_li {
    margin-left:20px;
    padding:0 0 0 20px;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_entry_li.png') no-repeat left center;
  list-style-type: none;
}
.relate_li_nolink {
    margin-left:20px;
    padding:0 0 0 20px;
    background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_entry_li.png') no-repeat left center;
    list-style-type:none;
}

/* コメント・トラックバック */
.subtitle h3#tb {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:34px;
  background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_trackback_title_bg.png') no-repeat left center;
  font-size: 100%;
}

.subtitle h3#cm {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:31px;
  background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_comment_bg.png') no-repeat left center;
  font-size: 100%;
}

.sub-body h4 {
}

.sub-body {
  padding: 0 1em 2em 1em;
  font-size: 0.875em;
}

.tb-footer {
  font-size: 0.75em;
  text-align: right;
  font-family: 'Georgia';
  margin-bottom:30px;
}

.tb-footer li {
  display: inline;
}

dl.comment-body {
  margin: 0;
  padding: 1em;
  font-size: 0.875em;
  background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_comment_line.png') no-repeat right bottom;
}

.comment-body dt {
  padding-left: 5px;
  padding-bottom:5px;
  font-weight: bold;
}

.comment-body dd {
  margin: 0.2em 0 0 0;
  padding: 0.2em 0 0 0.8em;
  font-size: 0.875em;
}

.comment-date {
  margin: 1em 1em 2em 0;
  text-align: right;
  font-size: 0.75em;
  font-family: 'Georgia';
}

.comment-date li {
  display: inline;
}

#post-com {
  margin: 30px 7px 15px 7px;
  padding: 0 0 0 40px;
  display:block;
  height:31px;
  background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_docomment_bg.png') no-repeat left center;
  font-size: 100%;
}

/* コメントフォーム */
#comment_form {
    padding-bottom:50px;
}
.comment-submit {
  margin: 0;
  padding: 0 1em;
  font-size: 88%;
}
.comment-submit dl {
}

.comment-submit dt{
  float:left;
  width: 8em;
}

.comment-submit dd{
  margin-left: 8em;
}

div.comment-submit p.form_btn {
  text-align: center;
}

input,
textarea {
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #ddd;
  color: #333;
}

input.submit {
  width: 7em;
  height: 2em;
  background-color: #666;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 85%;
  font-family: 'Arial';
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}

input.submit:hover {
  color: #fff;
  background-color: #ddd;
}

input:hover,
textarea:hover {
  border: 1px solid #ddd;
}

input:focus,
textarea:focus {
  border: 1px solid #314A6A;
}

input[type="submit"]{
  background-color: #666;
  background-image: none;
  border: none;
  color: #e1e1e1;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;  
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #698dba;
}

ul.submit li{
  padding-left: 3em;
  display: inline;
  list-style-type: none;
}

/* 全記事リスト・Search */
.arch-title {
    padding: 20px 0 10px 20px;
  color: #fff;
}
div#wrapper div#main div.entry ul.list-body {
  font-size: 88%;
}

/* ページナビ */
div.page-navi {
  margin: 30px auto;
  text-align: center;
  font-size: 75%;
  clear: both;
}

/* サイドバー */
div#wrapper div#side {
  padding-bottom: 15px;
  margin:5px 20px 0 0;
}

div#wrapper div#side div.side-plugin h3 {
    margin: 15px 0;
    padding: 5px 0 15px 20px;
    /*border-left: #cc3333 solid 5px;*/
    background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_sidebar_title_bg.png') no-repeat left bottom;
    font-size: 88%;
    text-align: left;
    display: block;
    color: #fff;
    height: 1.6em;
  font-family: 'Georgia';
}

div#wrapper div#side div.side-plugin div.side-body {
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-size: 75%;
}

div#wrapper div#side a:link,
div#wrapper div#side a:visited {
  color: #314a6a;
}

div#wrapper div#side a:hover {
  color: #698dba;
  text-decoration: underline;
}

div#wrapper div#side div.side-plugin div.side-body ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}

div#wrapper div#side div.side-plugin div.side-body ul li{
  margin: 5px;
  padding-left: 20px;
  background: url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_side_li.png') no-repeat 0 5px;
}

/* フッタ */
div#footer {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 100%;
  background-color:#263a53;
  font-size: 75%;
  clear: both;
  color :#fff;
}

div#footer a{
  color : #fff;
}

div#footer p{
  margin: 0;
}

#footer-menu {
    width:1100px;
    margin:0 auto;
}

#footer-menu:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    }

#footer-menu .side-plugin {
    float:left;
    width:285px;
    padding:0 10px 30px 25px;
}

#footer-menu .side-plugin h3 {
    background:url('https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_footer_line.png') no-repeat left bottom;
    margin-bottom:10px;
    text-align:left;
}

#footer-menu .side-plugin ul {
    list-style-position:inside;
}

#copyright {
    clear:left;
    padding:20px 0 10px 0;
    border-top:#111 1px solid;
    background-color:#141f2c;
    text-align:center;
}


/* バトン */
p.baton_title a {
  font-weight : bold;
}

dl.blog_baton {
  padding: 1em;
  border: 1px solid #111;
}

.baton_q {
  margin-top: 0.8em;
  color: #669;
  border-bottom: 1px dotted #111;
}

.q_number {
  color: #39f;
  font-weight: bold;
}

dd.baton_a {
  margin-left: 1em;
  color: #930;
}

.a_number {
  color: #f63;
  font-weight: bold;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 20px 50px;
    min-height: 20px;
    background: url(https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_blockquote_before.png) no-repeat 10px 10px #eeeeee;
}
blockquote:after {
    position: absolute;
    bottom: 10px; right: 10px;
    content: url(https://blog-imgs-59.fc2.com/d/m/e/dmesen/flat_blockquote_after.png);
}

blockquote pre,
blockquote pre code {
  margin: 0;
  overflow: auto;
}

/* カレンダー */
table.calender {
  margin-bottom: 10px;
  width : 95%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-family: 'Georgia';
  }

.calender caption {
  padding: 0.5em;
}

.calender th {
  border-bottom: 1px dotted #a0a8b2;
  text-align: center;
}

.calender th#sun{
  color: red;
}

.calender th#sat{
  color: blue;
}

.calender td {
  text-align: center;
  font-size: 110%;
}

.calender a:link,
.calender a:visited {
  color: #fff;
  text-decoration: underline;
}




/* 様々な後付けCSS
------------------------------------------------------------ */

/*記事内の画像の設定*/
#image1 {
float: left;
margin: 5px 15px 5px 5px;
}
#image2 {
float: left;
margin: 0px 11px 3px 20px;
}
#image3 {
float: left;
margin: 35px 15px 5px 20px;
}
/*記事内の引用*/
.quote_block {
color: #b6cc82;
font-size: 87%;
line-height: 170%;
margin:0px 20px 0px 20px;
}
/*記事内の引用_見出し*/
.quote_title {
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
font-weight:bold;
color:#b6cc82;
font-size:105%;
line-height: 160%;
letter-spacing: 0.03em;
padding-left: 0px;
width:518px;
background-color: #000034;
}
/*記事の「引用(小)」の設定*/
blockquote#simple01 {
    width: 280px;
    margin: 0px 0px 20px 220px;
    padding: 5px 0px 10px 30px;
    border: #b39aaf dotted;
    border-width: 0px 0px 1px 0px;
    color: #b6cc82;
    font-size: 90%;
    line-height: 150%;
    background: url(http://file.director.blog.shinobi.jp/blockquote1.jpg) no-repeat 0 0;
}
blockquote#simple01 p {
    margin: 0;
    line-height: 150%;
    font-size: 90%;
}
/*記事の「引用(大)」の設定*/
blockquote#simple02 {
    width: px;
    margin: 0px 0px 10px 00px;
    padding: 5px 10px 10px 30px;
    border: #b39aaf dotted;
    border-width: 0px 0px 1px 0px;
    color: #b6cc82;
    font-size: 90%;
    line-height: 150%;
    background: url(http://file.director.blog.shinobi.jp/blockquote2.jpg) no-repeat 0 0;
}
blockquote#simple02 p {
    margin: 0;
    line-height: 150%;
    font-size: 90%;
}


/*記事の「引用(画像を使用しない)」の設定*/
blockquote.simple03 {
background-color:#eeeeee;
padding:1em 1em 1em 4em;
position:relative;
border-left:5px solid #bb6f8e;
color:#000000;
margin:30px
}
blockquote.simple03 p {
    margin: 0;
}


/*記事本文末のまとめ部分*/
.matome {
padding: 0px;
font-size:100%;
line-height: 180%;
letter-spacing: 0.00em;
color:#555555;
background:#;
}

/*記事本文（プライバシーポリシー枠・下部）*/
div.policybox  {
    width:700px;
    background: url(https://blog-imgs-35.fc2.com/d/m/e/dmesen/policybox_bottom2.jpg) no-repeat bottom;
    margin-bottom: 10px;
}
/*記事本文（プライバシーポリシー枠・上部）*/
div.policybox .inner   {
     background: url(https://blog-imgs-35.fc2.com/d/m/e/dmesen/policybox_top2.jpg) no-repeat;
     padding: 10px 20px;
}

/*記事本文（プライバシーポリシー・リスト）*/
ul.policybox {
  padding: 3px 15px 0 10px;
  margin: 0;
}

ul.policybox li {
  list-style: none;
  text-indent: 0em;
  padding: 0 0 1em 1.2em;
  line-height: 1.1em;
}

h2.EntryTitle a {
  font-size: 100%;
  line-height: 125%;
  color: #ffffff;
        text-decoration: none;
  }

.AdminBlock {
text-align:right;
vertical-align: top;
font-size:11px;
}

/*カエレバの表示部分*/
.kaerebalink-box{
  text-align:left;padding-bottom:20px;font-size:small;/zoom: 1;overflow: hidden;
}
.kaerebalink-image{
  float:left;margin:0 15px 10px 0;
}
.kaerebalink-info{
  line-height:120%;/zoom: 1;overflow: hidden;
}
.kaerebalink-name{
  margin-bottom:10px;line-height:120%;
}
.kaerebalink-powered-date{
  font-size:8pt;margin-top:5px;font-family:verdana;line-height:120%
}
.kaerebalink-detail{
  margin-bottom:5px;
}
.kaerebalink-link1{
  margin-top:10px;
}
.shoplinkamazon{
  margin-right:5px;background: url('http://file.director.blog.shinobi.jp/kr_maru_01.png') 0 0 no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;
}
.shoplinkrakuten{
  margin-right:5px;background: url('http://file.director.blog.shinobi.jp/kr_maru_01.png') 0 -50px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;
}
.shoplinkyahoo{
  margin-right:5px;background: url('http://file.director.blog.shinobi.jp/kr_maru_01.png') 0 -150px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;
}
.shoplinkseven{
  margin-right:5px;background: url('http://file.director.blog.shinobi.jp/kr_maru_01.png') 0 -100px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;
}
.shoplinkkakakucom{
  margin-right:5px;background: url('http://img.yomereba.com/tam_k_02.gif') 0 -100px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;
}

/*記事本文で強調したい部分7(暫定)*/
.pt7 {
    font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
  margin:0 0 10px 0;
  padding:2px 8px;
    border-left:5px solid #6aa30f;
    padding:3px 15px;
  background:#EFF0EF;
  color:#992e5a;
  font-weight:bold;
  text-align:left;
  font-size:145%;
    line-height: 160%;
    letter-spacing: 0.0em;
}

/*記事本文で強調したい部分8(暫定)*/
.pt8 {
    font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
  margin:0 0 10px 0;
  padding:2px 8px;
  border-left:10px double #6aa30f;
　border-bottom:1px dotted #dcdcdc;
  padding:3px 15px;
  background:#EFF0EF;
  color:#992e5a;
  font-weight:bold;
  text-align:left;
  font-size:120%;
  line-height: 160%;
  letter-spacing: 0.0em;
}

/*************************************************
拍手返信下部の「楽天」の文字設定
*************************************************/
p.rakuten {
font-style:mormal;font-weight:mormal;font-size:85%;line-height:150%;
} 

/*************************************************
Yahoo!ドラマの「あらすじ」の引用文字設定
*************************************************/
p.arasuji {
font-style:mormal;font-weight:mormal;font-size:90%;line-height:170%;
} 


/*************************************************
画像を「左右中央揃え」にする設定
*************************************************/
.tac {
  text-align: center;
}

