/******************************
import
*******************************/
@import url(http://fonts.googleapis.com/css?family=Denk+One);

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

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

a:hover, a:active {
    text-decoration:none;
    -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: #333333;
  background: #FFDB4F;
}


strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #CCCCCC;
    background:#FCFCFC;
    color:#333333;
}

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

.left {
    text-align:left;
}

.right {
    text-align:right;
}

/******************************
 Base 
*******************************/
body {
    letter-spacing: 0.2em;
    font-size:13px;
    font-family:'Denk One','メイリオ';
    color:#ffffff;
    background: #000000 url(http://file.pericot.pazru.com/9.png);
}

#MainBlock {
    width:95%;
    margin: 0px auto ;
}

#EntryListBlock {
    margin: 0 auto;
    max-width:1260px;
}

#EntryBlock {
    width:600px;
    margin: 0 auto 50px;
}


/******************************
 header 
*******************************/
#MainBlock > header {
    margin:25px 0px 25px;
    text-align:center;
    height:100px;
}

#MainBlock > header  a {
    text-decoration:none;
    color:#ffffff;
}

#BlogTitle {
    width:269px;
    height:70px;
    padding:18px 0 0 0;
    background:url(http://file.pericot.pazru.com/c3.png) no-repeat;
    display:block;
    font-size:19pt;
    float:left;
    letter-spacing: 0.3em;
    font-family:'Denk One';

    -moz-transform:    rotate( -10deg );
    -webkit-transform: rotate( -10deg );
    -o-transform:      rotate( -10deg );
    -ms-transform:     rotate( -10deg );
    transform:         rotate( -10deg );

    position: absolute;
    left:150px;
    top:25px;
}

.c1{
    width:180px;
    height:49px;
    padding:16px 0 0 5px;
    background:url(http://file.pericot.pazru.com/c1.png) no-repeat;
    display:block;
    font-size:11pt;
    font-weight:bold;
    position: absolute;
    left:450px;
    top:25px;
}

.c2{
    width:180px;
    height:49px;
    padding:10px 0 0 5px;
    background:url(http://file.pericot.pazru.com/c2.png) no-repeat;
    display:block;
    font-size:12pt;
    font-weight:bold;
    position: absolute;
    left:330px;
    top:65px;
}

#menu {
    line-height:1.5em;
}

#menu li {
    display:inline;
    margin:0 5px 0 0 ;
}

#menu a {
    padding: 4px 7px ;
    text-decoration: none;
    color:#999999;
    font-size:90%;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
    background: #FFDB4F !important;
    color: #333333;
}


/******************************
記事
*******************************/
.EntryTextBox {
    margin:0 17px 12px 0;
    padding: 0 ;
    background:#FCFCFC url(http://file.pericot.pazru.com/5.png);

    /* 角丸 */
    border-radius: 3px;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  

    /* 影 */
    -moz-box-shadow: 2px 2px 2px #3b7960; 
    -webkit-box-shadow: 2px 2px 2px #3b7960;
    box-shadow: 3px 3px 3px #3b7960;
}

#EntryListBlock .EntryTextBox {
    width:255px;
}

#EntryBlock .EntryTextBox {
    width:100%;
}


.EntryTextBox > header {
    padding: 15px 15px 5px 15px;
}


.EntryTitle {
    margin:0;
    padding:0;
    font-size:120%;
    line-height:1.4;
    font-weight:bold;
}

/*リンク*/
.EntryText a:link,
.EntryText a:visited,
.EntryTitle a:link,
.EntryTitle a:visited{
    text-decoration:none;
    color:#CCCC99;
    
}
.EntryText a:hover,
.EntryText a:active,
.EntryTitle a:hover  {
    text-decoration:none;
}

.EntryTitle a {
    text-decoration:none;
}

.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:#333333;
}

.EntryTextBox header li a:link,
.EntryTextBox header li a:visited {
    text-decoration:none;
    color:#333333;
}

/*------
記事タグ
--------*/

.EntryText{
    padding: 0px 15px 15px 15px;
}

.EntryText .Description {
    font-size:80%;
}

.EntryText ,
.EntryText * {
    line-height:1.5;
}

.EntryImage {
    margin: 0;
}
.EntryImage img {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.EntryImage img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    -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;

}

/*画像*/
.EntryText img {
    margin:0 auto;
    text-align:center;
}

/*見出し*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5{
    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: #333333 4px solid;
}

.EntryText h3 { 
    font-size:100%;
    background-color:#FFDB4F;
}

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

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

h6 { 
    font-size:80%;
    margin-bottom:5px;
    text-align:right;
}

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

.EntryText mark { 
    background: #FFDB4F;
    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%;
}

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

.entryTextMain,
.entryPsText {
    padding:0 0 30px 30px;
    font-family:'メイリオ';
}



/******************************
記事上下
*******************************/

#EntryTopBlock ,
#EntryBottomBlock ,
{
    padding: 0 15px;
}

/******************************
ページリンク
*******************************/
#PageLinkBlock {
    margin:60px;
    text-align:center;
}

#PageLinkBlock ul {
    text-align:center;

}

#PageLink10 {
    text-indent:center;
    font-size:120%;

}

#PageLink10 li {
    margin:0.4em;
    font-weight:bold;
    display:inline;
}

#PageLink10 li a{
    background-color: #373C38;
    padding:0.7em 1.0em;
    font-weight:normal;
    text-decoration:none;
    color: #FCFCFC;
    
    /* 角丸 */
    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: #FFDB4F;
    color: #333333;
}

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #FFDB4F !important;
    color: #333333;
}

/******************************
プラグインフッター
*******************************/

#PluginBlock {
    margin:30px auto;
    max-width:1260px;
}


.PluginInnerBlock {
    width:290px;
    margin:0;
    padding: 0px 10px 20px;
}

.PluginInnerBlock:first-child {
}

.PluginTitle {
    line-height:1.5;
    font-size:120%;
    font-weight:bold;
    /*text-align:center;*/

    margin:0 10px 15px;
}
.PluginExplanation {
    line-height:1.8;
}
.PluginContents {
    margin: 5px 20px;
    line-height:1.8;
}

.PluginInnerBlock a{
    color:#CCCC99;
    text-decoration: none;
}

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

/******************************
フッター
*******************************/
body > footer{
    margin:0;
    color:#cccccc;    
    background:#444444 url(http://file.pericot.pazru.com/6.png);    
}

#footer-top-line {
    height:20px;
    background:url(http://file.pericot.pazru.com/b5.png) bottom repeat-x;    
}

#copyright {
    text-align:center;

}
#copyright li {
    display:block;
    width:100%;
    padding:0.8em 0 0  ;
    font-size:80%;
}

/******************************
レスポンシブ
*******************************/

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 760px) {
  #EntryListBlock ,
  #EntryBlock {
      width:100%;
  }
  #EntryListBlock .EntryTextBox {
      width:100%;
  }
  #EntryBlock .EntryTextBox {
      width:100%;
  }
  
  #PluginBlock {
      width:100%;
  }

  .PluginInnerBlock {
      width:100%;
  }

  img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
}

@media screen and (max-width: 480px) {
}

.NinjaEntryCommercial
{
  display:none;
}