@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
#rss-pc-header{
  width: 1070px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #393939;
}

#rss-kiji{
  width: 640px;
  height: 300px;
  overflow: auto;
  text-align: left;
  margin: 0px auto;
  padding: 20px;
  background-color: #393939;
  border: 1px solid #000000;
}

#rss-pc-footer{
  width: 1070px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #393939;
}

/* ■■■　動画　■■■ */
.video {
  position: relative;
  height: 0;
  margin-bottom: 5px;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mobile-af-a{
  margin: 15px auto;
  text-align: center;
}

#mobile-af-b{
  width: 88%;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


#mobile-af-title{
  width: 80%;
  height: 40px;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding-left: 10px;
  padding-top: 10px;
}

article{
  padding-bottom: 20px;
  border-bottom: 3px solid #000000;
}

/*
aside{
  padding-bottom: 20px;
  border-bottom: 3px solid #000000;
}
*/

a {
    text-decoration: none;
}

a:hover {
text-decoration: none;
}

.entry-title a{
  color:#000;
}

.widget_title {
    padding: 1px 8px 1px;
    border-left: solid 15px;
}

/* ■■■　相互リンク　■■■ */

#table{
  margin: 2px auto 2px;
}

#table td{
  padding: 10px;
  text-align: left;
}

#table tr{
  padding: 10px;
  text-align: left;
}

#table-t{
  color: #ffffff;
  font-weight: bold;
}

/* ■■■　新着、人気記事　■■■ */
.widget_new_entries ul li, .widget_new_popular ul li, .widget_popular_ranking ul li {
    clear: left;
    float: none;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}
.widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img {
    border: medium none;
    display: inline;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #ccc;
}
.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .article-list .entry-title a {
    text-decoration: none;
    font-size: 90%;
}
