@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: 680px;
  height: 300px;
  overflow: auto;
  text-align: left;
  margin: 15px auto;
  background-color: #393939;
  margin-bottom: 50px;
}

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

