@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child for osakadeep
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

#header-in, #navi-in, #body-in, #footer-in {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 870px;
  padding: 20px 10px;
  border: 1px solid #333;
  background-color: rgba(0,0,0,.75);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

#site-description {
  display: none;
}

#breadcrumb {
  margin-top : 20px;
  margin-bottom: 20px;
  color: #dfdf11;
  font-size: 13px;
}

#breadcrumb a{
  color: #dfdf11;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

.entry-snippet {
  margin: 0 0 5px 0;
  line-height: 150%;
  color: #aaa;
}

.entry h2 a {
  color: #fff;
}

.entry .post-meta a {
  color: #dfdf11;
}

#new-entries a, #popular-entries a, .wpp-list a, .entry-read a, .related-entry-read a, .article-list .entry-title a {
  color: #fff;
}

.result-paging {
  margin-bottom: .5em;
  text-align: right;
  color: #e5c566;
}

.post-meta {
  margin-bottom: .5em;
  text-align: right;
  background-color: #333300;
  color: #dfdf11;
  font-size: 16px;
}

.article h3, #comment-area h3, #related-entries h3 {
  font-size: 23px;
  border-bottom: 5px solid #e5e513;
  padding: 10px 0;
}

.related-entry-snippet {
  margin: 0 0 5px 0;
  color: #999;
}

.related-entry-title a {
  color: #dfdf11;
}

blockquote {
  background: none repeat scroll 0 0 rgba(64,64,32,.8);
  border: 1px solid #996;
  margin: 1em 0;
  padding: 10px 35px;
  position: relative;
}

.navigation a:hover {
  background: rgba(128,128,0,.75);
}

.pagination a {
    color: #000;
    border: solid 1px #000;
    background: #909040;
}

.pager a {
  background: #909000;
  color: #000;
  text-decoration: none;
  font-size: 120%;
}

.pager .current {
  background-color: #dfdf11;
  border: solid 1px #fff;
  color: #000;
}

.paging{ 
  font-size: 18px;
  font-family: "メイリオ",Meiryo;
  background: rgba(36, 36, 0, .75);
  color: #ffffff;
  border: 3px solid #999900;
  text-shadow: 0 1px 0 #000000;
  margin: 10px 0; padding: 5px 10px;
}
.paging li{ list-style-type: none;}

.paging-child a{
  margin-left: 20px;
  font-size: 85%;
}

#sidebar {
  float: right;
  width: 320px;
  border: 1px solid #000;
  background-color: rgba(80,80,8,.75);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

#sidebar ul li {
  margin-bottom: 20px;
}

#sidebar ul.children li {
  display: -webkit-inline-box;
}

#sidebar-widget {
  clear: both;
  margin: 15px 0 30px 0;
  padding: 8px;
  font-size: 85%;
}
.widgettitle {
  color: #dfdf11;
}

.wpp-list li {
 clear: both;
 font-size: 12px;
}

.wpp-list a {
  color: #fff;
}

.wpp-list img {
  padding: 5px;
}

#new-entries .new-entrys-large .new-entry, #popular-entries .popular-entrys-large .popular-entry, #popular-entries .popular-entrys-large .wpp-list li {
  margin-bottom: 15px;
  line-height: 120%;
  position: relative;
  display: block;
  max-width: 440px;
  overflow: hidden;
}

#sharebar {
  background: none repeat scroll 0 0 #000;
  border: 1px solid #333;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 99;
  margin-left: -110px;
  margin-top: -50px;
  width: 90px;
  position: fixed;
}

.promo {
  margin-bottom: 40px;
}

.adsense {
  margin: 20px auto;
}

.adsense-list {
  margin-bottom: 60px;
}

.content-caution {
  font-weight: 800;
  background: #ff0;
  color: #000;
  text-align: center;
}

.footer-notice {
  padding: 5px;
  background: #ff0;
  color: #000;
  border: 2px solid #000;
}