/*//////////////////////////////////////////////////////////////

  番組情報（WordPress）
	
//////////////////////////////////////////////////////////////*/

/*=======================================================
	
	メインコンテンツ
	
=======================================================*/

/* テキスト左右
------------------------------- */
.tx_lr {
	margin: 0 10px 0 10px;
}

/* Youtube
------------------------------- */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#youtube p {
	margin-top: 10px;
}

.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table{
width:100%;
table-layout: fixed;　　/*追加する*/
}

/* タイトル
------------------------------- */
.box-mttl {
}
.box-mttl .information {
	padding: 0 5px 5px 5px;
	background: #EEE;
}
.box-mttl .information p {
	padding: 15px 20px;
	border-radius: 0 0 10px 10px;
	background: #FFF;
}


/* 記事
------------------------------- */
article .entryContent .block .block{
	margin-top: 20px;
	padding: 5px;
	background: #EEE;
    margin: 0 auto 0em auto;
}
article .entryContent .block .block {
	background: #FFF;
}
article .entryContent .block .block .ttl-article {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #e1dbc4;
}
article .entryContent .block .block .ttl-article a:before {
	color: #FF6562;
}
article .entryContent .block .block .box-movie {
	margin-bottom: 15px;
	text-align: center;
}
article .entryContent .block .block h4 {
	margin: 10px 0;
	color: #FF6562;
	font-weight: bold;
}
article .entryContent .block p {
	margin-bottom: 15px;
}
article .entryContent .block img {
	max-width: 100%;
	height: auto;
}
article .entryContent .block .block .data {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	text-align: right;
}


/* カテゴリ・アーカイブBOX
------------------------------- */
.box-wp {
	padding: 4px;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	background: #F5F3EC;
}

.box-wp .ttl-wp {
	padding: 5px 20px;
	color: #FFF;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #FF6562;
	background-image: -webkit-linear-gradient(-45deg,#FF6562 25%,#FF7873 25%,#FF7873 50%,#FF6562 50%,#FF6562 75%,#FF7873 75%,#FF7873);
	background-image: linear-gradient(-45deg,#FF6562 25%,#FF7873 25%,#FF7873 50%,#FF6562 50%,#FF6562 75%,#FF7873 75%,#FF7873);
	background-size: 30px 30px;
}

.category {
	margin-top: 20px;
}

.category ul {
	width: 100%;
	background: #FFF;
}
.category li {
	border-bottom: 1px solid #EEE;
}
.category a {
	padding: 10px 15px;
	display: block;
	border: 1px solid #FFF;
}
.category a:before {
	color: #FF6562 !important;
	background: none !important;
}
.category a:hover {
	text-decoration: none !important;
	background: #FFF3F2;
}
.archive form {
	padding: 10px 20px;
	background: #FFF;
}


/* ページ送り
------------------------------- */
.pagenation {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	color: #999;
}
.pagenation ul {
	display: inline;
}
.pagenation li {
	display: inline;
}
.pagenation li+li {
	margin-left: 5px;
}
.pagenation li+li:before {
	content: "|";
	padding: 0 8px 0 5px;
}
.pagenation li a {
	margin-left: 5px;
}
.pagenation li:first-child a {
	margin-left: 0;
}
.pagenation .icon:before {
	margin: 0 3px;
	font-size: 11px;
	color: #AAA;
}

.box-page-numbers {
	margin-top: 10px;
	text-align: center;
}
.page-numbers {
	margin: 0 5px;
}

.page-numbers.next,
.page-numbers.prev {
	text-decoration: none;
}
.page-numbers.prev:after{
	content: "|";
	margin-left: 10px;
	color: #999;
}
.page-numbers.next:before{
	content: "|";
	margin-right: 10px;
	color: #999;
}
.page-numbers.current {
	font-weight: bold;
	color: #FF6562;
}
/*.page-numbers + .page-numbers:before {
	content: "|";
	margin-right: 5px;
	text-decoration: none !important;
}*/


/*=======================================================
	
	記事リンク
	
=======================================================*/

.link-wp{
	margin: 20px 0;
}
.link-wp li {
	border-bottom: 1px dotted #CCC;
}
.link-wp li:nth-child(1) {
	border-top: 1px dotted #CCC;
}
.link-wp li a {
	padding: 15px 0;
	display: block;
	text-decoration: none;
}
.link-wp .thumb {
	display: table-cell;
}
.link-wp .thumb-img {
	width: 120px;
	height: 62px;
	overflow: hidden;
}
.link-wp .thumb img {
	width: 110px;
}
.link-wp p {
	display: table-cell;
	font-size: 12px;
	vertical-align: top;
}
.link-wp .title {
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.link-wp .icon:before {
	margin-left:-20px;
	margin-right: 5px;
	padding: 3px;
	width: 12px;
	height: 12px;
	line-height: 13px;
	color: #FF6562 !important;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	border-radius: 50%;
	background: #EEE !important;
}




/********************************************************************************************* 

 スマホレイアウト 

*********************************************************************************************/ 
@media only screen and (max-width: 640px) {
	
/* ULIZA対応 */
.box-movie video {
	width:100% !important;
	height: 176px !important;
	background: #000;
}
.box-movie div {
	width:100% !important;
	height: auto !important;
}
.box-movie img {
	width:100% !important;
	height: auto !important;
	display: inline !important;
}
.box-movie a:last-child {
	width:100% !important;
	top: 0 !important;
	left: 0 !important;
}
.box-movie a:last-child img {
	width:50% !important;
	position: absolute;
	top: 5px;
	left: 25%;
}
	

/* デザイン枠
------------------------------- */

.hinekure {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}



.midori {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #e4f9f5;/*背景色*/
  border-left: solid 5px #04e3ad;/*左線（実線 太さ 色）*/
}



.pink {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fff4f4;/*背景色*/
  border-left: solid 5px #e95389;/*左線（実線 太さ 色）*/
}

.campaign {
  color: #494949;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.block .block{
	font-size: 120%;
    border: #77a5e8 solid 1px;
    border-left: #77a5e8 solid 10px;
    margin: 0 0 5px 0;
    padding: 3px 5px 3px 5px;
    background: #fff;
}

.sn {
  color: #333333;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #333333;/*上線*/
  border-bottom: solid 3px #333333;/*下線*/
}

/* インスタウィジェット 未テスト
------------------------------- */
.instawidget {
	width:320px !important;
	height: auto !important;
}


}


/********************************************************************************************* 

 PCレイアウト 

*********************************************************************************************/  
@media print, screen and (min-width: 641px) {

.box-wp li {
	width: 33%;
	float: left;
}
.box-wp li:nth-child(3n + 1) {
	width: 34%;
}
.pagenation {
	font-size: 11px;
}

/* デザイン枠
------------------------------- */

.hinekure {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}


.midori {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #e4f9f5;/*背景色*/
  border-left: solid 5px #04e3ad;/*左線（実線 太さ 色）*/
}



.pink {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fff4f4;/*背景色*/
  border-left: solid 5px #e95389;/*左線（実線 太さ 色）*/
}

.campaign {
  color: #494949;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.block .block{
	font-size: 120%;
    border: #77a5e8 solid 1px;
    border-left: #77a5e8 solid 10px;
    margin: 0 0 5px 0;
    padding: 3px 5px 3px 5px;
    background: #fff;
}

.sn {
  color: #333333;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #333333;/*上線*/
  border-bottom: solid 3px #333333;/*下線*/
}


}