@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */


/* RSS ヘッダー */
#rss-pc-header{
  width: 1070px;
  margin: 0px;
  text-align: left;
  background-color: #393939;
}

ul.pc-access{
  list-style: none;
  width: 1070px;
  vertical-align: top;
  font-size: 12px;
	font-weight: bold; 
	margin-left: -32px;
	padding-top: 10px;
}

ul.pc-access li{
	width: 250px;
	height:200px;
  vertical-align: top;
  white-space: normal;
  text-align: left;
	display: inline-block;
	padding: 5px;
}

ul.pc-access img {
    border-radius: 5px;
}


/* RSS 記事上 文字 */

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

/* RSS フッター */
#rss-pc-footer{
  width: 1070px;
  margin: 5px auto;
  text-align: left;
  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: 10px auto;
	text-align: center;
}

#mobile-af-b{
  width: 88%;
  margin: 10px auto;
  text-align: center;
}

#mobile-af-title{
  text-align: center;
	width: 88%;
  height: 50px;
  color: #ffffff;
	font-size: 24px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background-color: #ff0096;
	border: 1px solid #ffffff;
}

#mobile-af-rss{
	width: 300px;
  margin: 0px auto;
  text-align: center;
}

#mobile-af-ranking{
  width: 300px;
  margin: 10px auto;
  text-align: center;
	background-color: #ffffff;
}

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{
  font-size: 12px;
  text-align: left;
	margin: 10px auto;
}

#table-td{
  text-align: left;
}

#table-ta{
	color: #ffffff;
}