/* * * * * * * * * * * * * * * * * * * 

MEMO

BaseColor   :#373C38;
BaseColor   :#2E2930; -(quote,pre)
MainColor   :#000000;
SubColor    :#595857;595857
borderColor :#B9B8B5; -border(table/frame/hr) 
borderColor :#CCCCCC; -border(img/input/commentborder)
TextColor(M):#FCFAF2;
TextColor(S):#EAE5E3;
LinkColor   :#FCFCFC;
LinkColor:h :#A73836;

* * * * * * * * * * * * * * * * * * * /

/******************************
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
*******************************/

a ,input{
}

a:link, a:visited {
    color: #FCFCFC;
    outline: none;
    text-decoration: none;
}

a:hover,a:active {
    text-decoration:underline;
}

::-moz-selection,
::selection {
  color: #FCFAF2;
  background: #FCFCFC;
}


strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #CCCCCC;
    background:#373C38;
    color:#FCFAF2;
}

.clear {
    height:0;
    line-height:0;
    clear:both;
}

.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}

/******************************
 Base 
*******************************/

body {
    font-size:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#FCFAF2;
    background: #373C38 url('http://file.a633142.gg-blog.com/rara2.png');

}

#MainBlock {
    width:980px;
    margin: 70px auto ;
    /*background:#373C38;*/

}

/******************************
 header 
*******************************/
header {
    background:#000000;
    /*border-bottom: #A73836 2px solid;*/
    
    position:fixed;
    width:100%;
    top:0px;

/*
    filter:alpha(opacity=90);
    -moz-opacity: 0.80;
    opacity: 0.80;
*/
    z-index: 10;
}

#BlogTitle {
    margin:15px;
    display:block;
    width:auto;
    float:left;
}

#BlogTitle a:link, #BlogTitle a:visited {
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
    color:#FCFAF2;
}

#menu {
    /*background:#595857;*/
    margin: 10px 0 0 30px ;
    width:auto;
    float:left;
    
}

#menu ul {
    margin:0 auto;
    line-height:2.5em;
    float:none;
}

#menu li {
    display:block;
    float:left;
    margin:0px 5px 0 0 ;
}

#menu a {
    padding: 5px 10px ;
    text-decoration: none;
    color:#EAE5E3;

}

#menu a:focus,
#menu a:hover,
#menu a:active {
    background: #A73836 !important;
    color: #FCFAF2;

    -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;

}

#cm {
    margin: 18px 0 0 0 ;
    width:auto;
    float:right;
    bottom:0;
}

#cm ul{
    margin:0 auto;
    line-height:2.5em;
    float:none;
}

#cm li {
    display:block;
    float:left;
    margin:0;
    font-size:80%;
}

#cm a {
    padding: 5px 5px ;
    text-decoration: underline;
    color:#EAE5E3;
}

#TopPankuzu {
}

/******************************
一覧
*******************************/

#EntryListBlock {
    margin:35px 0 0 20px;
    padding:0 0 1em;
    width:600px;
    float:left;
}

#EntryBlock {
    margin:15px auto;
    padding:0 20px;
}

#PluginBlock {
    margin:0 20px 0 0;
    padding:10px 0 10px ;
    width:320px;
    float:right;
}

/******************************
記事内
*******************************/
article {
}



#EntryListBlock article {
    margin:0 0 2em;
}

#EntryBlock article {
    margin:0 0 3em;
}

.EntryThumbBox {
    position:relative;
    margin:0;
    padding:0;
}


/*一覧記事の設定*/
.EntryThumbBox img{
    width:100%;
    margin:0;
}



.EntryThumbBox .title {
    position:absolute;
    bottom:0px;
    width:100%;
    /*background:#000000;
    background-color:rgba(255,255,255,0.8)*/
    background-color:rgba(28,28,28,0.5);
}

.EntryThumbBox .EntryTitle {
    font-size:100%;
    padding:20px;
    text-decoration:none;
}

.EntryThumbBox .EntryTitle a:link,
.EntryThumbBox .EntryTitle a:visited {
    color:#FCFCFC;
}
.EntryThumbBox .EntryTitle a:hover {
}


/*詳細記事の設定*/

.EntryTextBox .EntryTitle {
    margin:0 0 20px;
    padding:0;
    font-size:110%;
    line-height:1.4;
    font-weight:bold;
    text-decoration:none;
}

.EntryTextBox .EntryTitle a {
}

.EntryTextBox .EntryTitle a:link,
.EntryTextBox .EntryTitle a:visited {
    color:#FCFAF2;
}
.EntryTextBox .EntryTitle a:hover {
}

.EntryTextBox .EntryTitleFont {}

.EntryTextBox .EntryMeta {
    margin: 0.5em 0 ;
    text-align:right;
}

.EntryTextBox .EntryMeta ul {
    margin: 0;
}
.EntryTextBox .EntryMeta li {
    display:inline-block;
    float:right;
}
.EntryTextBox .EntryMeta a:link,
.EntryTextBox .EntryMeta a:visited {
    display:inline-block;
    text-decoration:none;
}
.EntryTextBox .EntryMeta a:hover {
    text-decoration:underline;
}

.EntryTextBox .EntryText {
    padding:0;
    line-height:1.5;
}

.EntryPsText {
    padding:1em 0;
    text-align: right;
}

.EntryPsText a {
    padding-left:13px;
    color:#FCFAF2;
    background:url('http://bfile.shinobi.jp/6760/icon_arrow_r_b.png') no-repeat 0 50%;
}


/*------
記事タグ
--------*/
.EntryText * {
    line-height:1.6;
}

/*リンク*/
.EntryText a:link,
.EntryText a:visited{
    text-decoration:underline;
}
.EntryText a:hover,
.EntryText a:active {
}

/*画像*/
.EntryText img {
    width:100%;
}

/*見出し*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
    margin:1em 0px 0.2em;
    padding:0 0 0 0.5em; 
    word-wrap: break-word;
    font-weight:bold;
}

.EntryText h1 { 
    font-size:120%;
    border-left: #FCFAF2 4px solid;
}

.EntryText h2 { 
    font-size:120%;
    border-left: #FCFAF2 4px solid;
}

.EntryText h3 { 
    font-size:120%;
    border-left: #FCFAF2 4px solid;
}

.EntryText h4 { 
    font-size:110%;
}

.EntryText h5 { 
    font-size:100%;
    font-style: italic;
}

.EntryText h6 { 
    font-size:100%;
    font-style: italic;
}

/*本文*/
.EntryText p { 
    margin:0.4em 0 1.5em 0.5em;
}

.EntryText mark { 
    background: #A73836;
    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.5em 1.0em;
}

.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.2em 0 ;
}
.EntryText dl dd {
    margin: 0 0 0.5em 0.5em;
}

/*引用*/
.EntryText blockquote{
    background-color: #2E2930;
    padding: 10px;
    border-left: #EAE5E3 3px solid;
    font-size:90%;
    font-style: italic;
}

.EntryText blockquote cite {
    color: #EAE5E3;
}

.EntryText blockquote cite:before {
    content: "\2014";
}

.EntryText pre{
    background-color: #2E2930;
    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;

}
/*------
ページリンク
--------*/
.PageLinkBlock {
    display:block;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    display:inline;
    margin:0 ;
}
.PageLinkBlock li a.prev {
}
.PageLinkBlock li a.next {
}

.PageLink10 {
    padding:1em 0;
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.PageLink10 li {
    margin:0.4em;
    font-weight:bold;
}

.PageLink10 li a{
    background-color: #000000;
    padding:0.3em 0.5em;
    font-weight:normal;
    text-decoration:none;
    color: #FCFAF2;
}

.PageLink10 li a:focus,
.PageLink10 li a:hover,
.PageLink10 li a:active > a {
    background: #A73836 !important;
    color: #FCFAF2;
}


/******************************
コメント
*******************************/
.CommentBlock{
    margin:2em 0 0;
}

.CommentMenuTitle{
    font-weight:bold;
    text-decoration:none;
    margin:0 0 10px;
}

.CommentFormBlock{
}

.CommentFormBlock ul {
    margin:3px 0;
}

.CommentFormBlock ul li {
    padding:0.5em 0em;
    text-align:left;
    vertical-align:middle;
    font-size:80%;
}

.CommentForms{
    width:250px;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:350px;
}
.CommentForms_pass{
    width:150px;
    margin:0 5px 0 0 ;
}

.CommentFormSubmit{
    clear:both;
    padding:1em 0;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#000000;
    color:#FCFAF2;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#A73836;
    color:#FCFAF2;
}

.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;
}

.CommentTitle, .CommentResTitle{
    padding:0.3em 0.2em 0 0;
    font-weight:bold;
    line-height:1.4;
}
.CommentUserName,
.CommentUserName .CommentUserName a,
.CommentWriteDate,
.CommentEdit {
    font-style: italic; 
    color:#EAE5E3;
    font-size:90%;
    padding:0 0 0 0.2em;
}

.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 #B9B8B5;
    width:630px;
}

/******************************
プラグイン
*******************************/
.PluginInnerBlock {
    padding:10px 0;
}
.PluginTitle {
    font-weight:bold;
    padding:10px 0px 10px 5px;
    line-height:1.5;
}
.PluginExplanation {
    line-height:1.8;
}
.PluginContents {
    padding: 10px 10px 0 ;
    line-height:1.8;
}
.PluginContents li {
    line-height:1.8;
}
.plugin_data  {
    padding:0 0 0.5em ;
}
.plugin_data * {
    padding:0 0 0.5em ;
    line-height:1.4;
}
.plugin_data_date {
    text-align:right;
}

/*---------
  カレンダーテーブル
----------*/
.CalendarMoveTable {
    margin:0 auto;
    width:90%;
}
.CalendarMoveTable td {
    height:25px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
}
.CalendarMoveTr {}
.CalendarPrevTd a {
    padding-left:1.5em;
    background:url('http://bfile.shinobi.jp/6760/icon_arrow_l_b.png') no-repeat 0 50%;

}
.CalendarNowTd {}
.CalendarNextTd a {
    padding-right:1.5em;
    background:url('http://bfile.shinobi.jp/6760/icon_arrow_r_b.png') no-repeat right 50%;

}
.CalendarTable {
    margin:0 auto;
    width:90%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #B9B8B5;
    text-align:center;
    vertical-align:middle;
}
.CalendarWdaySat, .CalendarWday, .CalendarWdaySun{
    text-align:center;
    font-weight:bold;
}

.CalendarTr {}
.CalendarTd , .CalendarTdSat, .CalendarTdSun{
    text-align:center;
}

.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    text-align:center;
}
.CalendarTdLink a:hover {
}
.CalendarTdLinkFont {
    font-weight:bold;
}

.blogsearch .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#000000;;
    color: #FCFAF2;
    cursor:pointer;
    padding:3px;
    font-size:90%;
}
.blogsearch .btn:hover {
    background:#A73836 ;
    color:#FCFAF2;
}

.qrcode_image {
    text-align:center;
}


/******************************
フッター
*******************************/
footer{
    padding:5px 0;
    width:100%;
    z-index:9999;
    bottom:0;
    background:#000000;
    color:#FCFAF2;
    position:fixed;
}

address {
}

footer ul {
    text-align:right;
}
footer li {
    display:inline;
    padding:0 0.8em 0 0;
    font-size:80%;
}


/******************************************************

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
******************************************************/

* { margin:0; padding:0; }
body { height:100%; }
img { border:none; }

#supersized-loader {
    position:absolute;
    top:50%; left:50%;
    z-index:0; width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    /*text-indent:-999em; background:url(http://bfile.shinobi.jp/6760/loading3.gif) no-repeat center center;*/
}

#supersized {
    display:block;
    position:fixed;
    left:0;
    top:0;
    overflow:hidden;
    z-index:-999;
    height:100%;
    width:100%;
}

#supersized img {
    width:auto;
    height:auto;
    position:relative;
    display:none;
    outline:none;
    border:none;
}

#supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}/*Speed*/

#supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
}/*Quality*/

#supersized li {
    display:block;
    list-style:none;
    z-index:-30;
    position:fixed;
    overflow:hidden;
    top:0; left:0;
    width:100%;
    height:100%;
    /*background:#111;*/
}

#supersized a {
    width:100%;
    height:100%;
    display:block;
}

#supersized li.prevslide {
    z-index:-20;
}

#supersized li.activeslide {
    z-index:-10;
}

#supersized li.image-loading {
    background:url(http://bfile.shinobi.jp/6760/loading3.gif) no-repeat center center; width:100%; height:100%;
}

#supersized li.image-loading img {
    visibility:hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
    display:inline;
}

/* Controls Bar
----------------------------*/
#controls-wrapper {
    margin:0 auto;
    height:42px;
    width:100%;
    bottom:0px;
    left:0;
    z-index:4;
    background:#000000;
    position:fixed;
}

#controls {
    overflow:hidden;
    height:100%;
    position:relative;
    text-align:left;
    z-index:5;
}

#slidecounter {
    float:left;
    color:#999;
    font:14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow:#000 0 -1px 0;
    margin:0px 10px 0 15px;
    line-height:42px;
}

#slidecaption {
    overflow:hidden;
    float:left; color:#FFF;
    font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow:#000 1px 1px 2px;
    margin:0 20px 0 0;
    line-height:42px;
}

#navigation {
    float:right;
    margin:0px 20px 0 0;
}

#play-button{
    float:left;
    margin-top:1px;
    border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px;
}

#play-button:hover{
    background-position:0 1px;
    cursor:pointer;
}

#prevslide,
#nextslide {
    position:absolute;
    top:50%;
    width: 50px;
    height: 50px;
    cursor: pointer;

    -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;
}

#prevslide{
    background: #000000 url('http://bfile.shinobi.jp/6760/arrow-left.png') center center no-repeat;
    left: 25px;
}

#prevslide:hover{
    background: #A73836 url('http://bfile.shinobi.jp/6760/arrow-left-hover.png') center center no-repeat;
}

#nextslide{
    background: #000000 url('http://bfile.shinobi.jp/6760/arrow-right.png') center center no-repeat;
    right: 25px;
}

#nextslide:hover{
    background: #A73836 url('http://bfile.shinobi.jp/6760/arrow-right-hover.png') center center no-repeat;
}

#prevslide:active,
#nextslide:active {
    margin-top:-19px;
}

#prevslide:hover,
#nextslide:hover{
    cursor:pointer;
}

ul#slide-list {
    padding:15px 0;
    float:left;
    position:absolute;
    left:50%;
}

ul#slide-list li{
    list-style:none;
    width:12px;
    height:12px;
    float:left;
    margin:0 5px 0 0;
}

ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
    background-position:0 0px;
}

ul#slide-list li a{
    display:block;
    width:12px;
    height:12px;
    background:url('http://bfile.shinobi.jp/6760/supersized-nav-dot.png') no-repeat 0 -24px;
}

ul#slide-list li a:hover{
    background-position:0 -12px; cursor:pointer;
}

#tray-button{
    float:right;
    margin-top:1px;
    border-left:1px solid #333;
    background: 0 44px;
}

#tray-button:hover{
    background-position:0 1px;
    cursor:pointer;
}


/* Progress Bar
----------------------------*/
#progress-back{
    z-index:5; position:fixed;
    bottom:42px;
    left:0;
    height:8px;
    width:100%;
    background:url('http://bfile.shinobi.jp/6760/ss-progress-back.png') repeat-x;
}
    
#progress-bar{
    position:relative;
    height:8px;
    width:100%;
    background:url('http://bfile.shinobi.jp/6760/ss-progress-bar.png') repeat-x;
}


/* Thumbnail Navigation
----------------------------*/
#nextthumb,#prevthumb {
    z-index:2;
    display:none;
    position:fixed;
    bottom:61px;
    height:75px;
    width:100px;
    overflow:hidden;
    background:#ddd;
    border:1px solid #fff;
    -webkit-box-shadow:0 0 5px #000;
}

#nextthumb {
    right:12px;
}

#prevthumb {
    left:12px;
}

#nextthumb img,
#prevthumb img {
    width:150px; height:auto;
}

#nextthumb:active,
#prevthumb:active {
    bottom:59px;
}

#nextthumb:hover,
#prevthumb:hover {
    cursor:pointer;
}


/* Thumbnail Tray
----------------------------*/
#thumb-tray{ 
    position:fixed;
    z-index:3;
    bottom:0;
    left:0;
    height:150px;
    width:100%;
    overflow:hidden;
    text-align:center;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

#thumb-back,
#thumb-forward{
    position:absolute;
    z-index:5;
    bottom:42px;
    height:108px;
    width:40px;
}

#thumb-back{
    left:0;
    background: url('http://bfile.shinobi.jp/6760/icon_arrow_circleb_l.png') no-repeat center center;
}

#thumb-forward{
    right:0; background:url('http://bfile.shinobi.jp/6760/icon_arrow_circleb_r.png') no-repeat center center;
}

#thumb-back:hover,
#thumb-forward:hover{
    cursor:pointer;
    background-color:rgba(256,256,256, 0.1);
}

#thumb-back:hover{
    border-right:1px solid rgba(256,256,256, 0.2);
}

#thumb-forward:hover{
    border-left:1px solid rgba(256,256,256, 0.2);
}


ul#thumb-list{
    display:inline-block;
    list-style:none;
    position:relative;
    left:0px;
    padding:0 0px;
}

ul#thumb-list li{
    background:#111;
    list-style:none;
    display:inline;
    width:150px;
    height:108px;
    overflow:hidden;
    float:left; margin:0;
}

ul#thumb-list li img {
    width:200px;
    height:auto;
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

ul#thumb-list li.current-thumb img,
ul#thumb-list li:hover img{
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}

ul#thumb-list li:hover{
    cursor:pointer;
}
