/******************************
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style:none;
}

fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
}

ol,ul { list-style: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

header, nav, hgroup, footer, section, article, aside {
    display: block;
}


/******************************
 common

BaseColor   :#FAFAFA;
BaseColor   :#EEEEEE; -(quote,pre)
MainColor   :#f8f8f8;
SubColor    :#302833;
borderColor :#B9B8B5; -border(table/frame/hr) 
borderColor :#F5F5F5; -border(img/input/commentborder)
TextColor(M):#666666;
TextColor(S):#999999;
LinkColor   :#666666;
LinkColor:F :#F4A7B9;

*******************************/

a:link, a:visited {
    color: #666666;
    outline: none;
    text-decoration: none;
}

a:hover,a:active {
    text-decoration:underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

::-moz-selection,
::selection {
  color: #666666;
  background: #F4A7B9;
}

strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #999999;
    background:#FAFAFA;
    color:#666666;
}

.clear {
    height:0;
    line-height:0;
    clear:both;
}

/******************************
 Base 
*******************************/
body {
    font-size:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#666666;
    background: #FAFAFA url('//bfile.shinobi.jp/6769/texturesp_002.png');

}

#MainBlock {
    width:800px;
    margin: 50px auto ;
    background: #FAFAFA;
    border:10px solid #F5F5F5;

    /* 角丸 */
    border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  

    /* 影 */
    -moz-box-shadow: 3px 3px 4px #dcdcdc; 
    -webkit-box-shadow: 3px 3px 4px #dcdcdc;
    box-shadow: 3px 3px 4px #dcdcdc;
}

#EntryListBlock {
    width:600px;
    margin: 60px auto ;
}


/******************************
 header 
*******************************/
#MainBlock > header {
    margin:0;
    padding:30px 0 0;
}

#BlogTitle {
    margin:0;
    display:block;
    text-align:center;
}



#BlogTitle a:link,
#BlogTitle a:visited {
    font-size:230%;
    text-decoration:none;
    color:#666666;
    line-height: 1.0;
    font-family:'Georgia','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';

}

#BlogExplanation{
    margin:5px 0 0;
    display:block;
    text-align: center;
    line-height: 1.2;
    color:#999999;
    font-size:90%;
    font-family:'Georgia','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

#MainBlock nav {
    /*background:#302833;*/
    margin: 40px auto 0;
    padding: 0 7px;
    text-align:center;
}

hr.navDivide {
    border: 0;
    height: 1px;
    margin:0px 0% ;

    background-image: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.80), rgba(153,153,153,0)); 
    background-image:    -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.80), rgba(153,153,153,0)); 
    background-image:     -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.80), rgba(153,153,153,0)); 
    background-image:      -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.80), rgba(153,153,153,0)); 
}

#menu {
    line-height:1.5em;
    margin:15px 0;
}

#menu li {
    display:inline;
    margin:0 10px 0 0 ;
}

#menu a {
    padding: 4px ;
    text-decoration: none;
    color:#999999;
    font-size:90%;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
    /*border-bottom: 2px solid #F4A7B9 !important;*/
    color: #666666;
}


/******************************
記事
*******************************/
.EntryTextBox {
}

hr.EntryDivide {
    border: 0;
    height: 1px;
    margin:70px 15% ;

    background-image: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0)); 
    background-image:    -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0)); 
    background-image:     -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0)); 
    background-image:      -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0)); 
}

.EntryTextBox header {
    margin: 0 0 1em 0;
}


.EntryTitle {
    margin:0 0 0.3em 0;
    padding:0.5em 0 0;
    font-size:110%;
    line-height:1.4;
    font-weight:bold;

}

.EntryTitle a {
    text-decoration:underline;
}

.EntryTitle a:link,
.EntryTitle a:visited {
    color:#666666;
}

.EntryTitle a:hover {
    color:#F4A7B9;
}

.EntryTextBox header ul {
    margin: 0;
    text-align:right;
}
.EntryTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
    font-size:80%;
    font-style:oblique;
    color:#999999;
}

.EntryTextBox header li a:link,
.EntryTextBox header li a:visited {
    text-decoration:underline;
    color:#999999;
}


.EntryPsText {
    margin: 0 0 1em;
    text-align: right;
}

.EntryPsText a {
    color:#666666;
    padding-left:13px;
    background:url('//bfile.shinobi.jp/6769/icon_arrow_r_b.png') no-repeat 0 50%;
}

/*------
記事タグ
--------*/
.EntryText ,
.EntryText * {
    line-height:1.7;
}

/*リンク*/
.EntryText a:link,
.EntryText a:visited{
    text-decoration:underline;
    color:#F4A7B9;
}
.EntryText a:hover,
.EntryText a:active {
}

/*画像*/
.EntryText img {
    max-width:594px;
    margin:0 auto;
    text-align:center;
    border:1px solid #999999;
    padding:3px;
}

/*見出し*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
    margin:1.5em 0px 0.6em;
    padding:0 0 0 0.5em; 
    word-wrap: break-word;
    font-weight:bold;
}

.EntryText h1,
.EntryText h2 { 
    font-size:110%;
    border-left: #666666 4px solid;
}

.EntryText h3 { 
    font-size:110%;
}

.EntryText h4 { 
    font-size:100%;
    font-style: italic;
}

.EntryText h5 { 
    font-size:100%;
    font-style: italic;
}

.EntryText h6 { 
    font-size:100%;
    font-style: italic;
}

/*本文*/
.EntryText p { 
    margin:0.7em 0 1.5em 0.5em;
}

.EntryText mark { 
    background: #F4A7B9;
    padding:0 0.2em;
}

/*テーブル*/
.EntryText table {
    width: 100%;
    border: 1px #B9B8B5 solid;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.EntryText table th,
.EntryText table td,
.EntryText table caption {
    padding: 2%;
}

.EntryText table th {
    padding: 5px;
    border: #B9B8B5 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}
.EntryText table td {
    padding: 5px;
    border: 1px #B9B8B5 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.EntryText table caption {
}

/*リスト*/
.EntryText ul,
.EntryText ol,
.EntryText dl {
    margin:0.8em 1.2em;
}

.EntryText ul li{
    list-style: disc inside;
    margin:0 0 0.3em 0;
}

.EntryText ol li{
    list-style: decimal inside;
    margin:0 0 0.3em 0;
}

.EntryText dl dt {
    font-weight: bold;
    margin: 0 0 0.5em 0 ;
}
.EntryText dl dd {
    margin: 0 0 0.8em 0.5em;
}

/*引用*/
.EntryText blockquote{
    background-color: #EEEEEE;
    padding: 10px;
    border-left: #999999 3px solid;
    font-size:90%;
    font-style: italic;
}

.EntryText blockquote cite {
    color: #999999;
}

.EntryText blockquote cite:before {
    content: "\\2014";
}

.EntryText pre{
    background-color: #EEEEEE;
    padding: 10px;
    font-size:90%;
}

.EntryText hr {
    border: 0;
    height: 1px;
    margin: 2em auto;
    background-color: #B9B8B5;
}

/*拍手ボタン*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
    width:80px;

}

/******************************
記事上下
*******************************/

#EntryTopBlock {
}

#EntryBottomBlock{
}

.AnnotationContents{
}

/******************************
コメント
*******************************/
#CommentBlock{
    margin:2em 0 0;
}

.CommentMenuTitle{
    font-weight:bold;
    text-decoration:none;
    margin:0 0 10px;
}

.CommentTextBox {
    margin: 0 0 1em ;
    padding: 0.5em 0 0.5em 0;
    border-bottom:1px solid #B9B8B5;
}

.CommentResBox {
   margin: 1em 0 0 1em;
   padding: 0.5em 0 0.5em 1em;
   border-left:3px solid #B9B8B5;
}

.CommentTextBox header{
    margin: 0;
}

.CommentTitle, .CommentResTitle{
    padding:0.3em 0.2em 0 0;
    font-weight:bold;
    line-height:1.4;
}

.CommentTextBox header ul {
    margin: 0;
    text-align:right;
}

.CommentTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
    font-style: italic; 
    color:#999999;
    font-size:90%;
}

.CommentText, .CommentResText {
    padding: 0.5em 0;
    line-height:1.4;

}
.CommentText * {
    line-height:1.4;
    font-size:90%;
}

.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    /*border:1px solid #999999;*/
    width:600px;
}


.CommentFormBlock{
}

.CommentFormBlock ul {
    margin:3px 0;
}

.CommentFormBlock ul li {
    padding:0.5em 0em;
    text-align:left;
    vertical-align:middle;
    font-size:80%;
}

.CommentForms{
    width:180px;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:270px;
}
.CommentForms_pass{
    width:150px;
    margin:0 5px 0 0 ;
}

.CommentFormSubmit{
    clear:both;
    padding:1em 0;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#666666;
    color:#f8f8f8;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#F4A7B9;
    color:#666666;
}



/******************************
ページリンク
*******************************/
#PageLinkBlock {
    display:block;
    margin:2em auto 0;
}
#PageLinkBlock ul {
    text-align:center;
}
#PageLinkBlock li{
    display:inline;
    margin:0 ;
}
#PageLinkBlock li a.prev {
}
#PageLinkBlock li a.next {
}

#PageLink10Block {
    text-align:center;
}

#PageLink10 {
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:90%;

}

#PageLink10 li {
    margin:0.4em;
    font-weight:bold;
    display:inline;
}

#PageLink10 li a{
    background-color: #f8f8f8;
    padding:0.5em 0.8em;
    font-weight:normal;
    text-decoration:none;
    color: #666666;
    
    /* 角丸 */
    border-radius: 3px;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  

    /* 影 */
    -moz-box-shadow: 2px 2px 2px #B9B8B5; 
    -webkit-box-shadow: 2px 2px 2px #B9B8B5;
    box-shadow: 3px 3px 3px #B9B8B5;
}

#PageLink10 li.active a{
    background-color: #F4A7B9;
    color: #FAFAFA;
}

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #F4A7B9 !important;
    color: #FAFAFA;
}

/******************************
フッター
*******************************/
body > footer{
    margin:0;
    padding:10px 0;
    color:#888888;    
    position:relative;
    font-size:50%;
}

body > footer a{
    color:#F4A7B9;
}

#copyright {
    text-align:center;

}
#copyright li {
    display:block;
    width:100%;
    padding:0.8em 0 0  ;
}

address {
}


/******************************
レスポンシブ
*******************************/

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 760px) {
  #MainBlock {
      margin: 30px auto;
      width:90%;
  }

  #EntryListBlock {
      width:95%;
      margin:30px auto;
  }
  #EntryListBlock .EntryTextBox {
      width:100%;
  }

  .EntryText img{
    max-width: 98%;
    height: auto;
    width: auto\\9; /* ie8 */
  }
}

@media screen and (max-width: 480px) {
}
