@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------

	*BASE

------------------------------------------------------*/
/* 冒頭でimport */

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup,b, u,dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, footer, header, hgroup, nav, ruby, section,time, mark{
	margin: 0; padding: 0; border: 0; font-size: 100%; font-weight:normal;}
li { list-style: none; }
img { vertical-align: bottom; }
em,i { font-style: normal; }
a { text-decoration: none; color: #000; }
html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	background: #fff;
	}
 
body {
	font-size: 16px;
	font-size: 1.6rem;  
	/* sets the default sizing to make sure nothing is actually 10px */
/*	text-align: justify;*/
	}

/*------------------------------------------------------

	*HEADER

------------------------------------------------------*/
body > header.contentsstore {
    position: relative;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}
body > header.contentsstore #siteLogo a {
    padding: 5px 0 0 0;
    margin: 0 auto;
    background-image: url(https://fujitvforsugotoku.jp/1images/other/common/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 40px;
}
header.fujimelo h1 {
    height: 33px;
    width: 78px;
    margin: 7px 2px;
}
header.fujimelo h1 a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 29px;
    background-image: url(https://fujitvforsugotoku.jp/1images/other/common/logo_fujimelo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#fuji-header {
    display: table;
    height: 45px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 7px 10px;
    background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#fuji-header #h1 {
    display: table-cell;
    text-align: left;
    width: 60%;
}
#fuji-header #h1 img {
    height: 30px;
}
#fuji-header .menu {
    display: table-cell;
    text-align: right;
    width: 40%;
}
#fuji-header .menu img {
    height: 30px;
}
#slidenav {
    display: none;
    background: #777 url(https://fujitvforsugotoku.jp/1images/new/shadow-w.png) no-repeat top center;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}
#slidenav ul {
    display: table;
    width: 100%;
}
#slidenav li {
    display: table-cell;
    text-align: center;
    width: 50%;
}
#slidenav li:first-child {
    border-right: 1px solid #707070;
}
#slidenav li:last-child {
    border-left: 1px solid #888;
}
#slidenav li a {
    display: block;
    color: #f9f9f9;
    text-shadow: -1px -1px 0 #555;
    padding: 15px 0;
}
#slidenav .icon_contents-list {
    padding-left: 25px;
    background: url(https://fujitvforsugotoku.jp/1images/new/icon_contents-list.png) no-repeat left center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}
#slidenav .icon_tv-program {
    padding-left: 25px;
    background: url(https://fujitvforsugotoku.jp/1images/new/icon_tv-program.png) no-repeat left center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}
#programNav {
	position: relative;
	top: 0;
	padding: 1.7%;
	width:100%;
	background: #d3d3d3;
	z-index: 100;
	transform: translate(0,0);
	transition:transform .2s;
	-webkit-transition:-webkit-transform .2s;
	box-sizing: border-box;
	text-align: center;
}
#programNav h2 {
	background: #303030;
	color: #fff;
	padding: 4px 8px;
}
#programNav ul {
	font-size: 0;
	line-height: normal;
}
#programNav li {
	display: inline-block;
	font-size: 16px;
	font-size: 1.0rem;
	width: 23.15%;
	margin: 0.5%;
	background: #fff;
	vertical-align: middle;
}
#programNav li a {
	position: relative;
	display: block;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
}
#programNav li a:after {
	display: none;
}




/*------------------------------------------------------

	*COMMON

														*/

#wrapper {
	max-width: 750px;
	margin: 0 auto;
	}
.nullpng {
    position: absolute;
    z-index: 2;
	}
/*
.kijiPhoto_wide + .nullpng {
	margin: 5%;
	}
.kijiPhoto_long + .nullpng {
	margin: 8px auto;
	display: block;
	right: 0;
	}
*/
/*
　サイトロゴ
---------------------------------------------*/
.logoWrap {
	position: relative;
	background: url(https://fujitvforsugotoku.jp/1images/hachimaga/bg.jpg) repeat left top;
	-webkit-background-size: 120px 120px;
	background-size: 120px 120px;
	}
.logoWrap.logoWrap-article {
    border-top: 5px solid #e2100f;
}
.logoWrap h1 a {
    width: 75%;
    margin: 0 auto;
	padding: 2.5% 0;
    display: block;
	}
.logoWrap > a {
    width: 65%;
    margin: 0 auto;
	padding: 2% 0;
    display: block;
	}
.logoWrap.logoWrap-article > a {
    width: 50%;
    padding: 1% 0 1.5%;
	}
.btnRegist {
	padding: 0 0;
	}
.btnRegist a {
	display: block;
	width: 100%;
	padding: 4px 4px 2px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	background: #ffca00;
	color: #fff;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,0.15) inset;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.15) inset;
	text-shadow: 0 2px 0 rgba(0,0,0,0.15);	
	}
	
/*
　サイト説明文
---------------------------------------------*/
#marqueeWrap {
    position: relative;
    overflow: hidden;
    padding: 3px 0;
    font-size: 13px;
    height: 20px;
	background: #e2100f;
	}
.marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    -webkit-animation-name: ticker-animation;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    font-size: 12px;
	color: #fff;
	}
@-webkit-keyframes ticker-animation {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}




/*------------------------------------------------------

	*TOP

														*/

/*
　タグ一覧見出し
---------------------------------------------*/
#tagName {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 2px;
    background-color: #e2100f;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#tagName .tag {
	font-size: 1.2em;
    font-weight: bold;
	color: #fff;
	}
#tagName:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e2100f;
    border-width: 10px;
    margin-left: -10px;
}

/*
　新着コンテンツエリア
---------------------------------------------*/
#timeLine {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	}

#timeLine .topKijiBox{
	background: #fff;
	border: 5px solid #d3d3d3;
	}
.topKijiBox div:last-child {
	margin-bottom: 0;
	}
.kijiTitle {
/*	font-family: 'Mplus 1p';*/
	font-weight: 700;
	border-left: 13px solid #000;
	padding: 2%;
	}
.guestInfo .guestName {
	width: 100%;
	padding: 2%;
/*	font-family: 'Mplus 1p';*/
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.guestName {
	position: relative;
	padding: 8px 0 8px 40px !important;
	}
.guestName:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(https://fujitvforsugotoku.jp/1images/hachimaga/icons_hachimaga.png) no-repeat;
	-webkit-background-size: 120px 80px;
	background-size: 120px 80px;
	background-position: -80px 0;
	}
.guestName small {
	display: block;
	}
#timeLine .guestInfo,
#recommend .guestInfo {
	position: relative;
	margin: 0 3.5%;
	}
#timeLine .guestName,
#recommend .guestName {
	position: absolute;
	bottom: 0;
	padding: 2%;
	background: rgba(255,255,255,0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}


.kijiList {
	margin: 3.5%;
	}
.kijiList li {
	position: relative;
	border-top: 1px solid #d3d3d3;
	}
.kijiList li a{
	padding: 1.0em 0;
	display: block;
	color: #000;
	min-height: 36px;
	}
.kijiList li a:after {
	content: "";
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.kijiList li .update {
	position: absolute;
	top: -0.7em;
	padding: 0 10px 0 0;
	background: #fff;
	font-size: 0.7em;
	}
.kijiList li .date:after {
	content: "更新";
	}
.kijiList li .update .new {
	margin: 0 0 0 8px;
	padding: 0 4px;
	display: inline-block;
	line-height: 1.2;
	border: 1px solid #e2100f;
	color: #e2100f;
	font-weight: 700;
	}
.kijiList li .number {
/*	float: left;
	display: inline-block;*/
	display:table-cell;
	}
.numberInner {
	position: relative;
	display: inline-block;
	width: 53px;
	padding: 6px 0;
	background: #e2100f;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Mplus 1p';
	font-weight: 600;
	}
.kijiList li .numberInner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -55px;
	left: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.kijiList li .number i {
	display: inline-block;
	width: 35px;
	text-align: center;
	}
.kijiList li .title {
	display:table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
/*	margin: 0 0 0 60px;*/
	padding: 0 0 0 10px;
	font-size:0.82em;
	}

	
/*
　unreleased(更新予定リスト)
-----------------------------------------------*/
.kijiList li.unreleased,
.kijiList li.unreleased a {
	color: #aaa;
	padding: 1.0em 0;
	min-height: 36px;
	}
.kijiList li.unreleased .date:after {
	content:"更新予定";
	}
.kijiList li.unreleased .number {
/*	float: left;
	display: inline-block;*/
	display:table-cell;
	}
.kijiList li.unreleased .numberInner {
	position: relative;
	width: 53px;
	padding: 6px 0;
	background: #fff;
	border: 1px dashed #aaa;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #aaa;
	font-family: 'Mplus 1p';
	font-weight: 600;
	}
.kijiList li.unreleased .numberInner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -55px;
	left: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border-bottom: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


/* 2018/05 add
	横並びリスト
----------------------- */
.kijiList_column {
	margin: 3.5% 0.5%;
/*
	display: flex;
	align-items:baseline;
	justify-content: space-around;
*/
  display: -webkit-box;
  display: box;
	width: 99%;
}

.kijiList_column li {
/*	display: table-cell;*/
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
	border-right: 1px solid #d3d3d3;
	padding: 0 2.5%;
}
.kijiList_column li:last-child {
	border: none;
}
.kijiList_column li a {
	position: relative;
    padding: 0 0 0.2em;
    display: block;
    color: #000;
}
.kijiList_column li a:not(:last-child),
.kijiList_column .unreleased:not(:last-child) {
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 0.6em;
}
.kijiList_column li .update {
/*    position: absolute;
    top: -0.7em;
    padding: 0 10px 0 0;*/
    background: #fff;
    font-size: 0.7em;
	line-height: 0.9;
	padding: 0 0 5px;
	height: 23px;
}
.kijiList_column li .update .date {
}
.kijiList_column li .date:after {
    content: "\A更新";
	white-space: pre;
}
.kijiList_column li .update .new {
    margin: 0 0 0 4px;
    padding: 0 4px;
    display: inline-block;
    line-height: 1.0;
    border: 1px solid #e2100f;
    color: #e2100f;
    font-weight: 700;
}
.kijiList_column li .number {
/*    display: table-cell;*/
}
.kijiList_column .numberInner {
    position: relative;
    display: inline-block;
    width: 53px;
    padding: 6px 0;
    background: #e2100f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Mplus 1p';
    font-weight: 600;
}
.kijiList_column li .numberInner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    left: 0;
    margin: auto auto;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kijiList_column li .number i {
    display: inline-block;
    width: 35px;
    text-align: center;
}
.kijiList_column li .title {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    /* margin: 0 0 0 60px; */
    padding: 5px 0;
    font-size: 0.82em;
}
.kijiList_column li a:after {
    content: "";
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.kijiList_column .unreleased {
	position: relative;
	color: #aaa;
	padding: 0 0 0.2em;
	}
.kijiList_column .unreleased .date:after {
	content:"\A更新予定";
	}
.kijiList_column .unreleased .number {
	}
.kijiList_column .unreleased .numberInner {
	position: relative;
	width: 53px;
	padding: 6px 0;
	background: #fff;
	border: 1px dashed #aaa;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #aaa;
	font-family: 'Mplus 1p';
	font-weight: 600;
	}
.kijiList_column .unreleased .numberInner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -55px;
	left: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border-bottom: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


/* 動画
----------------------- */
.kijiMovie {
	text-align: center;
	}
.kijiMovieTitle {
 	position: relative;
	display:inline-block;
 	margin: 0 auto 2%;
	padding: 7px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #000;
}
.kijiMovieTitle:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #000000;
}
.kijiMovieMain {
	margin: 0 1.5%;
	}
	
/* プレゼント
----------------------- */
.kijiPresent {
	text-align: center;
	margin: 3.5% 0;
	padding: 0 3.5%;
	color: #000;
	background: #ffdbdb;
	}
.kijiPresentTitle {
 	position: relative;
	display:inline-block;
 	margin: 12px auto;
	padding: 7px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #000;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
}
.kijiPresentTitle:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}
.kijiPresentMain {
	padding: 12px;
/*	border: 1px solid #ffdbdb;*/
	font-size: 0.85em;
	text-align: left;
	}
a.kijiPresentBtn {
	display: block;
	margin: 10px 10px;
	padding: 10px;
	border: 2px solid #333;
	text-align: center;
	background: #fff;
	}


.kijiPresent .howtoTitle {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	margin: 10px 0;	
}
.kijiPresent .howtoText {
	margin: 10px 0;	
}
.kijiPresent a.twitterLinkBtn {
	display: block;
	background: #000;
	padding: 5px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	margin: 10px 10px 20px;
}

.text_smapass {
	padding: 30px 0 10px 0;

}

/*
　もっとみるボタン
-----------------------------------------------*/
#kiji .moreWrapper {
	position: relative;
	}
.btnMore {
	padding: 3% 5%;
	background: #fff;
	}
#kiji .btnMore,
#kiji .btnMore_login {
	position: relative;
	margin: -12% 0 0;
	padding: 10% 5% 3%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

#kiji .btnMore.active {
	display: none;
	}
 
.btnMore a,
.btnMore_login a {
	display: block;
	text-align: center;
	padding: 15px 10px;
	background: #fff;
	border: 4px solid #000;
	color: #000;
	}
.btnMore .arrow,
.btnMore_login .arrow,
a.kijiPresentBtn .arrow {
	font-weight: 700;
	position: relative;
	left: -12px;
	}
.btnMore .arrow:before,
.btnMore_login .arrow:before,
a.kijiPresentBtn .arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	bottom: 0;
	right: -25px;
	margin: auto auto;
	width: 15px;
	height: 15px;
	background: #000;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.btnMore .arrow:after,
.btnMore_login .arrow:after,
a.kijiPresentBtn .arrow:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -16px;
	bottom: 0;
	right: -25px;
	margin: auto auto;
	width: 15px;
	height: 15px;
	background: #fff;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
a.kijiPresentBtn .arrow:before {
	top: 0;
	bottom: 0;
	right: -25px;
	background: #000;
	}
a.kijiPresentBtn .arrow:after {
	top: 0;
	bottom: 0;
	right: -20px;
	}

/*
　Recommend
-----------------------------------------------*/
#recommend h2 {
	margin: 7% 0 5%;
/*	font-family: 'Mplus 1p';*/
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	}
#recommend .recommendList li {
	margin: 5%;
	}
#recommend .guestInfo {
	margin: 0;
	}




/*------------------------------------------------------

	*KIJI

														*/
#kiji {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	padding: 0 0 3%;
	}

#kijiHeader_btnWrap {
	display: table;
	width: 100%;
	}
#kijiHeader_btnWrap .btn_otherKiji {
	display: table-cell;
	width: 100%;
	background: #b3b3b3;
	vertical-align: middle;
	height: 30px;
	}
#kijiHeader_btnWrap .btn_otherKiji a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.90em;
	}

/*---------------------------------------- SNSボタン */
.snsBtnList {
	display: table;
	width: 90%;
	margin: 3% 5%;
	}
.snsBtnList li {
	display: table-cell;
	width: 33.33%;
	}
.snsBtnList a {
	display: block;
	width: 100%;
	}
.snsBtnList a i {
	display: block;
	margin: auto auto;
	text-indent: -9999px;
	overflow: hidden;
    width: 40px;
	height: 40px;
	background-image: url(https://fujitvforsugotoku.jp/1images/hachimaga/icons_hachimaga.png);
	background-repeat: no-repeat;
	-webkit-background-size: 120px 80px;
	background-size: 120px 80px
	}
.snsBtnList .fb a {
	background-color: #3664a2;
	}
.snsBtnList .fb a i {
	background-position: 0 -40px;
	}
.snsBtnList .twitter a {
	background: #000;
	}
.snsBtnList .twitter a i {
	background-position: -40px -40px;
	}
.snsBtnList .line a {
	background: #00b900;
	}
.snsBtnList .line a i {
	background-position: -80px -40px;
	}
	
#kijiHeader_btnWrap .snsBtnList {
	display: table-cell;
	}
#kijiHeader_btnWrap .snsBtnList a {
	display: block;
	width: 60px;
	}
#kijiHeader_btnWrap .snsBtnList a i {
    width: 30px;
	height: 30px;
	background-image: url(https://fujitvforsugotoku.jp/1images/hachimaga/icons_hachimaga.png);
	background-repeat: no-repeat;
	-webkit-background-size: 90px 60px;
	background-size: 90px 60px;
	}
#kijiHeader_btnWrap .snsBtnList .fb a i {
	background-position: 0 -30px;
	}
#kijiHeader_btnWrap .snsBtnList .twitter a i {
	background-position: -30px -30px;
	}
#kijiHeader_btnWrap .snsBtnList .line a i {
	background-position: -60px -30px;
	}
/*---------------------------------------- SNSボタンここまで */

#kiji h1 {
	padding: 3% 0;
	position: relative;
	}
#kiji h1 .number {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto;
	display: inline-block;
	width: 73px;
	height: 48px;
	padding: 6px 0;
	background: #e2100f;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Mplus 1p';
	font-weight: 700;
	font-size: 1.5em;
	}
#kiji h1 .number:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -75px;
	left: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
#kiji h1 .number i {
	display: inline-block;
	width: 55px;
	text-align: center;
	}
#kiji h1 .title {
    position: relative;
    z-index: 1;
	display: block;
/*	font-family: 'Mplus 1p';*/
	font-weight: 700;
/*	padding: 2%;*/
	margin: 0 0 0 80px;
	}
#kiji .guestInfo {
	margin: 0 5%;
	}
#kiji .guestInfo .guestProfile {
	position: relative;
/*	border: 1px solid #d3d3d3;*/
	padding: 4px 4px 4px 22px;
	color: #555;
	font-size: 0.75em;
	}
#kiji .guestInfo .guestProfile:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #b3b3b3;
	}
#kiji .guestInfo .guestProfile:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	}

/*----------------------------------------- キャッチ文 */
#kiji .catch {
	position: relative;
	margin: 5%;
	padding: 8% 0;
	background: #f1f1f1;
	}
#kiji .catch:before,
#kiji .catch:after {
	position: absolute;
	content: "";
	display:inline-block;
	width: 45px;
	height: 45px;
	background: url(https://fujitvforsugotoku.jp/1images/hachimaga/icons_hachimaga.png) no-repeat;
	-webkit-background-size: 135px 90px;
	background-size: 135px 90px;
	}
#kiji .catch:before {
	top: 0;
	left: 0;
	background-position: 0 0;
	}
#kiji .catch:after {
	bottom: 0;
	right: 0;
	background-position: -40px 0;
	}

.catchWord {
	}
.catchWord li {
	display: table;
	width: 100%;
	}
.catchWord .photo {
	display: table-cell;
	width: 85px;
	padding: 10px 15px 10px 0;
	vertical-align: middle;
	}
.catchWord .word {
	display: table-cell;
	width: auto;
	padding: 10px;
	vertical-align: middle;
/*	font-family: 'Mplus 1p';*/
	font-weight: 700;
	font-style: italic;
	font-size: 1.1em;
	}
.catchWord li .photo:first-child {
	padding: 10px 0 10px 15px;
	}

/*--------------------------------------------- 記事イントロ文 */
#kiji .intro {
	margin: 5%;
	font-size: 0.85em;
	color: #333;
	}

/*--------------------------------------------- もっと見る部分初期 */
#kiji .moredetail {
	display: none;
	}

#kiji section {
	margin: 5%;
	font-size: 0.85em;
	}
#kiji .question {
	color: #e2100f;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 3%;
	}
#kiji .question:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #e2100f;
	vertical-align: middle;
	}
#kiji .answer {
	line-height: 1.7;
	border-left: 2px solid #d3d3d3;
	padding: 0 0 0 8px;
	text-indent: 1.0em;
	}
span[class^="guestComment_"] {
	display: inline-block;
	font-weight: 700;
	margin: 0 1.0em;
	text-indent: 0;
}
.answer span[class^="guestComment_"]:first-child {
	text-indent: -1.0em;
	}
.guestComment_pink { color: #ff005c; }
.guestComment_blue { color: #0a75ff; }
.guestComment_green { color: #00bb3b; }
.guestComment_orange { color: #ff8300; }
.guestComment_purple { color: #ab00ff; }

.pink { color: #ff005c; }
.blue { color: #0a75ff; }
.green { color: #00bb3b; }
.orange { color: #ff8300; }
.purple { color: #ab00ff; }
span { font-weight: inherit; }

.kijiPhoto_left {
	float: left;
	width: 190px;
	margin: 0 8px 0 0;
	}
.kijiPhoto_right {
	float: right;
	width: 190px;
	margin: 0 0 0 8px;
	}
.kijiPhoto_wide {
	width: 90%;
	margin: 5%;
	}
.kijiPhoto_long {
	width: 200px;
	margin: 8px auto;
	display:block;
	}
#kiji .credit {
	margin: 3% 5% 10%;
/*	text-align: right;
	background: #efefef;*/
	padding: 3px 4px;
	color: #777;
	font-size: 0.75em;
	}
#kiji .memo {
	margin: 3% 5%;
	font-size: 0.85em;
	}
.underLine {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #ffdbdb 0%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffdbdb 0%) repeat scroll 0 0;
	}
	
/*------------------------------------記事内　関連情報 */
#kijiRelatedInformation {
	padding: 5% 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	}
#kijiRelatedInformation > section {
	padding: 3% 0;
	}
#kijiRelatedInformation > section h2 {
	color: #333;
	font-size: 0.95em;
	font-weight: 700;	
	}	
#kijiRelatedInformation section > h2:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	background: #b3b3b3;
	margin: 0 5px 0 0;
	}
#kijiRelatedInformation #other .kijiTitle,
#kijiRelatedInformation #other .guestInfo {
	display: none;
	}
/*---------------------------------- インフォメーション枠 */
.infoWrap {
	border: 1px solid #d3d3d3;
	margin: 3.5% 5%;
	padding: 3.5%;
	}
.infoPhoto {
	}
.infoPhoto_long {
	width: 200px;
	margin: 8px auto;
	}
.infoText {
	margin: 3% 0;
	color: #333;
	font-size: 0.85em;
	}
.program {
	font-size: 1.15em;
	font-weight: 700;
	margin: 8px 0;
	}
.programText {
	margin: 8px 0;	
	}
.infoList {
	margin: 5% 0;
	}
.infoList li {
	margin: 5px 0;
	}
.infoList li a {
	position: relative;
	display: block;
	padding: 12px 30px 12px 8px;
	border: 2px solid #555;
	color: #555;
	font-size: 0.85em;
	}
.infoList li a:before,
.infoList li a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto auto;
	width: 15px;
	height: 15px;
	background: #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.infoList li a:before {
	}
.infoList li a:after {
	background: #fff;
	right: 15px;
	}

/*---------------------------------- こちらもおすすめ枠 */
#kiji section.relatedList {
  margin: 10% 0 5%;
}
/*.relatedList h2 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.relatedList h2:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: #b3b3b3;
  margin: 0 5px 0 0;
}*/
.relatedList h2 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #e2100f;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 0 10px 0 20px;
}
.relatedList h2::before,
.relatedList h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  right: -15px;
  border: 15px solid transparent;
}
.relatedList h2::before {
  top: 0;
  border-top-color: #e2100f;
}
.relatedList h2::after {
  bottom: 0;
  border-bottom-color: #e2100f;
}
.relatedList ul {
  margin: 0 5%;
}
.relatedList li {
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}
.relatedList li:last-child {
  border: none;
}
.relatedList a {
  display: table;
}
.relatedList a::after {
  content: '';
  display: block;
  clear: both;
}
.relatedList .thumbnail {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}
.relatedList .thumbnail > img {
  width: 100%;
}
.relatedList .text {
  display: table-cell;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
}
.relatedList .text > span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

/*---------------------------------- インフォメーション枠 */

#kijiRelatedInformation .kijiList { margin: 3.5% 5%; }

.keywordList {
	margin: 3% 5%;
	font-size: 0;
	}
.keywordList li {
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 1.5rem;
	}
.keywordList li a {
	border: 2px solid #000;
	padding: 4px 12px;
	display: block;
	font-size: 0.95em;
	text-decoration: underline;
	}

	
/*------------------------------------------------------

	*FOOTER

------------------------------------------------------*/
footer {
	position: relative;
	margin: 50px 0 0;
	padding: 1% 0 2%;
	background: #e2100f;
	color: #fff;
	}
footer .btnFooter li {
	margin: 20px auto;
	width: 90%;
	max-width: 750px;
	}
footer .btnFooter a {
	display: block;
	padding: 8px;
	background: #d3d3d3;
	color: #000;
	text-align: center;
	}
footer .btnFooter .btn_hachimagaTop a {
	background: #fff;
	}
footer #btnPageTop {
	position: absolute;
	top: -40px;
	right: 5px;
	}
footer #btnPageTop a {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 45px;
	padding: 23px 0 0;
	color: #fff;
	background: #e2100f;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
footer #btnPageTop a:before {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
footer #btnPageTop a:after {
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: auto auto;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: #e2100f;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

footer .copyright {
	text-align: center;
	font-size: 0.8em;
	}


/* 23.4.14 追加 */

.kijiOsusume {
    text-align: center;
    margin: 0px;
    padding: 0 3.5%;
    color: #000;
    background: #fff;
}
.kijiOsusumeMain {
    padding: 3px 12px 0px;
    font-size: 0.95em;
    text-align: left;
}
.kijiOsusume a.prgtopLinkBtn {
    display: block;
    background: #E2100F;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    margin: 10px 10px 20px;
}