@charset "utf-8";

/* テレビトップ */
.bg-tv {
	background-image: url("../images/bg_tv_top.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
#tv-top-top {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#tv-top-sliderarea {
	float: left;
	width: 600px;
	min-height: 380px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.5); /* 白ウインドウの透過 */
}
#tv-top-slider {
	width: 580px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
/* テレビトップ・番組表 */
#tv-top-bangumi {
	float: left;
	width: 340px;
	position: relative;
}
.tv-bangumi-title {
	position: absolute;
	top: 32px;
	left: 0px;
}
.tv-bangumi-tv-window {
	margin-top: 73px;
	padding: 6px;
	background-color:#a8e7bd;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.tv-bangumi-tv-window-in {
	height: 230px;
	text-align: left;
	border: 4px solid #76ce93;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}
.bangumi-table p {
	padding: 6px 10px;
}
.bangumi-table-onair-tv {
	color:#2faf5a;
	font-weight: bold;
	background-color:#dfede3;
}
.tv-bangumi-btn {
	margin: 10px auto 30px auto;
}

/* テレビトップ・コンテンツ骨組み */
#tv-top-contents {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
#tv-top-contents-left {
	float: left;
	width: 690px;
	margin-right: 20px;
}
#tv-top-contents-right {
	float: left;
	width: 250px;
}

/* テレビトップ・ラインナップ */
.tv-top-contents-window {
	background-color:#ffffff;
	margin-bottom: 20px;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.contents-linenaphead {
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.contents-linenaphead2 {
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.contents-linenap-caption {
	width: 650px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.contents-linenaparea {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.contents-linenap-block {
	width: 210px;
	float: left;
	margin: 0 5px 20px 5px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-linenap-thmb {
	width: 190px;
	border: 1px solid #cccccc;
	margin: 8px 5px 6px 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-linenap-data {
	width: 184px;
	margin: 0 auto 10px auto;
	text-align: left;
}

/* テレビトップ・右コンテンツ */
.tv-twitter {
	border: 7px solid #dddddd;
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: left;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.tv-twitter-in {
	width: 236px;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.tv-top-banner {
	margin-bottom: 20px;
}

/* テレビ背景 */
.bg-tv-zipfriday {
	background-image: url("../images/bg_tv_zipfriday.jpg");
	background-position: 50% 0%;
	background-color:#7fd2ed;
}
.bg-tv-nichiyoru {
	background-image: url("../images/bg_tv_nichiyoru.jpg");
	background-position: 50% 0%;
	background-color:#ece289;
}
.bg-tv-rockline {
	background-image: url("../images/bg_tv_rockline.jpg");
	background-position: 50% 0%;
	background-color:#cfcfcf;
}
.bg-tv-daisuki {
	background-image: url("../images/bg_tv_daisuki.jpg");
	background-position: 50% 0%;
	background-color:#72c02a;
}
.bg-tv-kurashi {
	background-image: url("../images/bg_tv_kurashi.jpg");
	background-position: 50% 0%;
	background-color:#a3b4f7;
}
.bg-tv-hatsumimi {
	background-image: url("../images/bg_tv_hatsumimi.jpg");
	background-position: 50% 0%;
	background-color:#ffd87b;
}
.bg-tv-erab {
	background-image: url("../images/bg_tv_erab.jpg");
	background-position: 50% 0%;
	background-color:#93DAD4;
}

/* テレビコンテンツ */
#contents-area {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
}
#tv-head {
	margin: 20px auto;
	width: 960px;
}
#tv-head-f {
	margin: 20px auto;
	width: 960px;
}
#tv-head-f img {
	border: 4px solid #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#tv-head2-area {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#tv-head2 {
	margin: 20px auto;
	width: 620px;
	float: left;
	margin-right: 20px;
}
#tv-head2-f {
	margin: 20px auto;
	width: 620px;
	float: left;
	margin-right: 20px;
}
#tv-head2-f img {
	border: 4px solid #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#tv-head2-movie {
	margin-top: 54px;
	width: 320px;
	float: left;
}


.tv-introduction {
	text-align: left;
	font-size: 110%;
	line-height: 2.0em;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.pad1020 {
	padding: 10px 20px;
}
.pad1620 {
	padding: 16px 20px;
}
.pad1820 {
	padding: 18px 20px;
}
.pad2030 {
	padding: 20px 30px;
}
.tv-contents {
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tv-column2-left {
	width: 640px;
	margin-right: 20px;
	float: left;
}
.tv-column2-right {
	width: 300px;
	float: left;
}
.tv-article,.tv-textblock1,.tv-blog,.tv-bloglist {
	text-align: left;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
hr {
	border: 0 none;
	height: 2px;
	color: #dddddd;
	background-color: #dddddd;
	margin: 10px 0;
}
hr.line1 {
	border: 0 none;
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	margin: 8px 0;
}
hr.line2 {
	height: 0;
	margin: 10px 20px;
	padding: 0;
	border: 0;
	border-top: 2px dotted #ddd;
	background-color: #fff;
}

/* テレビブログ配色パターン */
.tv-blog-header-base1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
	margin-bottom: 20px;
}
.tv-color-bg-zipfriday,.tv-color-bg-zipfridaya {
	background-color: #52b1e3;
}
.tv-color-bg-zipfridaya:hover {
	background-color: #509ade;
}
.tv-color-bg-daisuki,.tv-color-bg-daisukia {
	background-color: #52aa2c;
}
.tv-color-bg-daisukia:hover {
	background-color: #37a32f;
}


/* テレビブログ・基本 */
.tv-blog-header {
	color: #333333;
	font-size: 140%;
	line-height: 1.4em;
}
.tv-blog-header-title {
	/* タイトル欄の長さとあっていないためコメントアウト */
	/* width: 470px; */
	padding: 24px 20px 20px 20px;
}
.tv-blog-header-date {
	color: #333333;
	font-size: 100%;
	line-height: 1.4em;
	background-color: #e8e8e8;
	padding: 8px 20px;
}
.tv-blog-text {
	font-size: 110%;
	line-height: 1.6em;
	padding: 24px 20px;
}
.tv-blog-text img {
	margin: 4px 0;
}
.tv-blog-text table {
	max-width: 100% !important;
}
.blog-next-left {
	background-image: url("../images/pic_blog_nextpointer_white_left.png");
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	float: left;
	color: #ffffff;
	border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
}
.blog-next-left p {
	padding: 8px 20px 6px 36px;
}
.blog-next-right {
	background-image: url("../images/pic_blog_nextpointer_white_right.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	float: right;
	color: #ffffff;
	border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
}
.blog-next-right p {
	padding: 8px 36px 6px 20px;
}

/* テレビブログ・右カラム */
.tv-bloglist-header-zipfriday {
	color: #107db7;
	font-size: 130%;
	line-height: 1.4em;
	border-bottom: 2px solid #e8e8e8;
}
.tv-bloglist-header-daisuki {
	color: #3c9018;
	font-size: 130%;
	line-height: 1.4em;
	border-bottom: 2px solid #e8e8e8;
}
.tv-bloglist-header-fashion {
	color: #107db7;
	font-size: 130%;
	line-height: 1.4em;
	border-bottom: 2px solid #e8e8e8;
}
.tv-bloglist-data {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	margin: 10px 0px;
	background-image: url("../images/pic_blog_list_point_blue.png");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #cccccc;
}
.tv-bloglist-data p {
	padding: 0px 15px 5px 30px;
}
.tv-bloglist-data strong {
	font-size: 110%;
}
.tv-archive {
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tv-archive-in {
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 4px;
}
.tv-archive-in2 {
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	overflow: hidden;
	margin: 2px;
}
.tv-archive-in p {
	padding: 8px 0 6px; 0;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
}
.tv-archive-form select {
	border: 2px solid #cccccc;/* ボックスの境界線を実線で指定する */
	background: #fff;	/* ボックスの背景色を指定する */
	width: 260px;	/* ボックスの高さを指定する */
	padding: 10px 12px;	/* ボックス内側の余白を指定する */
	color: #555555;	/* フォントの色を指定 */
	font-weight: bold;
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
	margin: 10px auto;
}

/* ブログ一覧（テレビ・ラジオ共通） */
.blog-list-header {
	color: #333333;
	font-size: 140%;
	line-height: 1.4em;
	border-bottom: 2px solid #ededed;
}
.blog-list-header-title {
	padding: 24px 20px 20px 20px;
}
.bloglist-data {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	margin: 10px 0px;
	background-image: url("../images/pic_blog_list_point_blue.png");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px dotted #cccccc;
}
.bloglist-data p {
	padding: 0px 15px 7px 30px;
}
.bloglist-data strong {
	font-size: 130%;
}


/* テレビ個別・ZIP!FRIDAY */
.tv-introduction-zipfriday {
	text-align: center;
	font-size: 110%;
	line-height: 1.8em;
	font-weight: bold;
	color: #0673bc;
	background-color: #d2f2ff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-zipfriday-contents-header {
	width: 295px;
	margin: 20px auto 20px auto;
}
.tv-zipfriday-article-header {
	color: #1886e4;
	font-size: 140%;
	line-height: 1.4em;
	border-bottom: 2px solid #ededed;
}
.tv-zipfriday-article-header-title {
	width: 470px;
	padding: 18px 20px;
	float: left;
}
.tv-zipfriday-article-header-btn {
	width: 130px;
	padding: 15px 0;
	float: left;
}
.tv-zipfriday-article-caption {
	background-color: #ededed;
	padding: 10px 16px 10px 20px;
}
.tv-zipfriday-article-text {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	padding: 20px 20px 10px 20px;
}
.tv-zipfriday-article-block-photo {
	width: 270px;
	margin-right: 20px;
	float: left;
}
.tv-zipfriday-article-block {
	padding: 8px 0;
}
.tv-zipfriday-article-block-data {
	width: 310px;
	float: left;
}
.tv-zipfriday-article-block-title {
	font-size: 120%;
	font-weight: bold;
}
.tv-zipfriday-loverinjyanken-header {
	text-align: center;
	margin: 20px auto 4px auto;
}
.tv-zipfriday-loverinjyanken-btn {
	text-align: center;
	margin: auto;
}
.tv-zipfriday-loverinjyanken-present {
	text-align: center;
	margin: 20px auto 20px auto;
}
.tv-zipfriday-loverinjyanken-text {
	text-align: left;
	width: 260px;
	margin: 20px auto 20px auto;
	font-size: 100%;
	line-height: 1.6em;
}

/* らぶりんジャンケン */
#tv-1column {
	width: 960px;
	margin: 0 auto 20px auto;
	background-color:#ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	overflow: hidden;
}
#tv-1column-in {
	padding: 20px;
}
.janken-comment1 {
	width: 880px;
	background-color:#eeeeee;
	margin: 0 auto 20px auto;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.janken-comment1 p {
	padding: 12px 20px;
}
.janken-data {
	width: 880px;
	margin: 0 auto 20px auto;
	text-align: left;
}
.janken-2column-left {
	width: 450px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.janken-2column-right {
	width: 400px;
	margin-bottom: 20px;
	float: left;
}
.jk-text1 {
	font-size: 130%;
	line-height: 1.6em;
}
.jk-text2 {
	font-size: 120%;
	line-height: 1.6em;
}
.red {
	color:#ff0000;
}
.blue {
	color:#0000ff;
}
.pink {
	color:#f7819f;
}
.waku {
	border: 1px solid #333333;
	display: inline-block;
}
.waku1 {
	border: 1px solid #333333;
	margin: 4px 0;
}
.waku2 {
	width: 90%;
	margin: 10px auto 30px auto;
	border: 1px solid #888888;
	padding: 10px 20px;
	display: block;
}
.janken-textblock {
	margin: 10px 0 30px 0;
	overflow: hidden;
}
.janken-textblock2 {
	margin: 10px 0 30px 20px;
	overflow: hidden;
}
.waku3 {
	border: 1px dotted #333333;
	padding: 10px;
	margin: 4px 0;
	text-align: center;
	font-size: 120%
}
.janken-present {
	font-size: 140%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}
.janken-2column2-left {
	width: 400px;
	margin: 10px 10px 30px 30px;
	float: left;
}
.janken-2column2-right {
	width: 400px;
	margin: 10px 30px 30px 10px;
	float: left;
}
.pad82 {
	padding: 8px;
	margin: 4px 0;
}

/* テレビ個別・スーパーロックライン */
.tv-introduction-rockline {
	text-align: center;
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
	color: #030723;
	background-color: #ABB4FF;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-contents-header-rockline {
	color: #1D2395;
	font-size: 140%;
	line-height: 2.0em;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-rockline {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
.tv-contents-rockline-block {
	width: 450px;
	margin: 0px 10px 20px 10px;
	text-align: left;
	float: left;
	border: 2px solid #cccccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tv-contents-rockline-block-header {
	color: #2e44ca;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-rockline-block-header p {
	padding: 12px 16px;
}
.tv-contents-rockline-block-data {
	line-height: 2.0em;
}
.tv-contents-rockline-block-data p {
	padding: 14px 16px;
}

/* テレビ個別・ERAB */
.tv-introduction-erab {
	text-align: center;
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
	color: #030723;
	background-color: #FFFFFF;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-contents-header-erab {
	color: #E56E7B;
	font-size: 140%;
	line-height: 2.0em;
	text-align: left;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-erab {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
.tv-contents-erab-block {
	margin: 0px 10px 20px 10px;
	text-align: left;
	display: flex;
	align-items: flex-start;
}
.tv-contents-erab-block img {
	max-width: 550px;
	height: auto;
}
.tv-contents-erab-block-header {
	color: #2e44ca;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-erab-block-header p {
	padding: 12px 16px;
}
.tv-contents-erab-block-data {
	line-height: 2.0em;
}
.tv-contents-erab-block-data img {
	width: 100%;
	height: auto;
}
.tv-contents-erab-block-data p {
	padding: 14px 16px;
}

/* テレビ個別・大好き、青森県。 */
.tv-introduction-daisuki {
	text-align: center;
	font-size: 110%;
	line-height: 1.8em;
	font-weight: bold;
	color: #4f8d34;
	background-color: #c5ffac;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-daisuki-article-header {
	color: #3c9018;
	font-size: 140%;
	line-height: 1.4em;
	border-bottom: 2px solid #dddddd;
}
.tv-daisuki-article-header-title {
	width: 790px;
	padding: 18px 20px;
	float: left;
}
.tv-daisuki-article-header-btn {
	width: 130px;
	padding: 15px 0;
	float: left;
}
.tv-daisuki-article-caption {
	background-color: #ededed;
	padding: 10px 16px 10px 20px;
}
.tv-daisuki-article-text {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	padding: 10px 20px 10px 20px;
}
.tv-daisuki-article-block-photo {
	width: 270px;
	margin-right: 20px;
	float: left;
}
.tv-daisuki-article-block {
	padding: 8px 0;
}
.tv-daisuki-article-block-data {
	width: 630px;
	float: left;
}
.tv-daisuki-article-block-title {
	font-size: 120%;
	font-weight: bold;
}
.tv-daisuki-article-block-data2 {
	width: 310px;
	float: left;
}

/* テレビ個別・ニチヨル！ */
.tv-introduction-nichiyoru {
	text-align: center;
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
	color: #030723;
	background-color: #d6f3f1;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-contents-header-nichiyoru {
	color: #1eb197;
	font-size: 140%;
	line-height: 2.0em;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-nichiyoru {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
.tv-contents-nichiyoru-block {
	width: 450px;
	margin: 0px 10px 20px 10px;
	text-align: left;
	float: left;
	border: 3px solid #86e4ea;
	border-radius: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tv-contents-nichiyoru-block-header {
	color: #1eb197;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}
.tv-contents-nichiyoru-block-header p {
	padding: 12px 16px;
}
.tv-contents-nichiyoru-block-data {
	line-height: 2.0em;
}
.tv-contents-nichiyoru-block-data p {
	padding: 14px 16px;
}

/* テレビ個別・サンデー流暮らしの知恵袋 */
.tv-introduction-sunday {
	text-align: center;
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
	color: #030723;
	background-color: #d2efed;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-contents-header-sunday {
	color: #4457bd;
	font-size: 140%;
	line-height: 2.0em;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-sunday {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
.tv-contents-sunday-block {
	margin: 0px 10px 20px 10px;
	text-align: center;
	display: -webkit-inline-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* テレビ個別・初耳＠AOMORI */
.tv-introduction-hatsumimi {
	text-align: center;
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
	color: #030723;
	background-color: #ffe6b5;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.tv-contents-header-hatsumimi {
	color: #d83b8a;
	font-size: 140%;
	line-height: 2.0em;
	border-bottom: 2px solid #cccccc;
}
.tv-contents-hatsumimi {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
.tv-contents-hatsumimi-block {
	margin: 0px 10px 20px 10px;
	text-align: center;
	display: -webkit-inline-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tv-page-twitter {
	width: 280px;
	border: 2px solid #cccccc;
	margin: 10px auto;
}

/* ニュースレーダーWith */
.bg-tv-with {
	background-color:#9cdc00;
}
.tv-with-twitter {
	width: 600px;
	border: 2px solid #cccccc;
	margin: 10px auto;
}
.tv-with-contents {
	width: 980px;
	margin: 50px auto 20px auto;
}
.tv-with-corner-text {
	width: 650px;
	margin: 30px auto;
	padding: 50px 100px;
	background-color: #ffffff;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
}
tv-with-corner-text img {
	max-width: 100%;
}
.tv-with-contents-list {
	background: linear-gradient(90deg, #7aba01 0%, #7aba01 30%, #FFFFFF 30%, #ffffff 100%);
	padding: 10px 10px 10px 30px;
	margin-bottom: 5px;
/*	width: 100%;*/
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
.tv-with-contents-list-div-close {
	background-image: url(/images/pic_icon_plus_g.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.tv-with-contents-list-div-open {
	background-image: url(/images/pic_icon_minus_g.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.tv-with-corner-block {
	width: 980px;
	padding: 20px 0;
}
.tv-with-corner {
	float: left;
	width: 300px;
}
.tv-with-youtube {
	float: left;
	width: 340px;
	text-align: center;
}
.tv-with-text {
	float: left;
	width: 320px;
	text-align: left;
	padding: 0 10px;
}
.tv-with-corner-date {
	font-size: 120%;
	padding-bottom: 10px;
}
.tv-with-corner-title {
	font-size: 150%;
	font-weight: bold;
}
.tv-with-corner-overview {
	padding: 10px 0;
	font-size: 110%;
}
.tv-with-new-youtube {
	padding: 20px 0;
	width: 980px;
	margin: auto;
}
.tv-with-new-youtube-left {
	width: 50%;
	float: left;
}
.tv-with-new-youtube-right {
	width: 25%;
	float: left;
}

/* ニュースレーダーwith レシピ */
.tv-with-column2-left {
	width: 640px;
	margin-right: 20px;
	float: left;
}
.tv-with-recipe-article {
	text-align: left;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tv-with-recipe-article-header {
	color: #4b7639;
	font-size: 140%;
	line-height: 1.4em;
	border-bottom: 2px solid #9ed512;
}
.tv-with-recipe-article-header-title {
	width: 470px;
	padding: 18px 20px;
	float: left;
}
.tv-with-recipe-article-header-title2 {
	width: 640px;
	padding: 18px 20px;
}
.tv-with-recipe-article-header-btn {
	width: 130px;
	padding: 15px 0;
	float: left;
}
.tv-with-recipe-article-text {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	padding: 16px 20px 20px 20px;
}
.tv-with-recipe-article-block-photo {
	width: 270px;
	margin-right: 20px;
	float: left;
}
.tv-with-recipe-article-block {
	padding: 8px 0;
}
.tv-with-recipe-article-block-data {
	width: 310px;
	float: left;
}
.tv-with-recipe-article-block-title {
	font-size: 120%;
	font-weight: bold;
}
.tv-with-column2-right {
	width: 300px;
	float: left;
}
.tv-with-bloglist {
	text-align: left;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tv-with-bloglist-header {
	color: #4b7639;
	font-size: 130%;
	line-height: 1.4em;
	border-bottom: 2px solid #e8e8e8;
}
.tv-with-bloglist-data {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	margin: 10px 0px;
	background-image: url("../images/pic_blog_list_point_green.png");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #cccccc;
}
.tv-with-bloglist-data p {
	padding: 0px 15px 5px 30px;
}
.tv-with-bloglist-data strong {
	font-size: 110%;
}
.tv-color-bg-with {
	background-color: #55B62E;
}
.tv-with-article-text {
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	padding: 20px 20px 10px 20px;
}
.tv-with-article-block-photo {
	width: 270px;
	margin-right: 20px;
	float: left;
}
.tv-with-article-block {
	padding: 8px 0;
}
.tv-with-article-block-data {
	width: 310px;
	float: left;
}
.tv-with-article-block-title {
	font-size: 120%;
	font-weight: bold;
}
.tv-bloglist-header-with {
	color: #4b7639;
	font-size: 130%;
	line-height: 1.4em;
	border-bottom: 2px solid #e8e8e8;
}
.tv-color-bg-with,.tv-color-bg-witha {
	background-color: #55b62e;
}
.tv-color-bg-witha:hover {
	background-color: #5dc932;
}
.tv-with-sns {
	width: 400px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.tv-with-sns a {
	display: inline-block;
	transition: all .3s ease 0s;
}
.tv-with-sns a:hover {
/*	filter: brightness(110%);*/
	transform: scale(1.05);
}
.tv-with-sns p {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
}
.tv-with-menu {
	width: 900px;
	display: flex;
	justify-content: space-around;
	margin: 40px auto;
}
.tv-with-menu a {
	text-decoration: none;
	color: #666666;
}
.tv-with-menu p {
	width: 280px;
	text-align: center;
	background-color: #ffffff;
	padding: 30px 0;
	font-size: 18px;
	letter-spacing: 0.8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: inline-block;
	transition: all .3s ease 0s;
}
.tv-with-menu p:hover {
	color: #5eb500;
	transform: scale(1.05);
}
.tv-with-movie {
	background-color: #d2ff64;
/*	background-color: #EA609E;*/
	padding: 40px 0;
}
.tv-with-movie-in {
	width: 960px;
	margin: auto;
}
.tv-with-movie-title, .tv-with-present-title {
	width: 500px;
	margin: 0 auto 30px auto;
	padding: 15px 0;
	background-color: #5eb500;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-movie-row {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tv-with-movie-row a {
	display: inline-block;
	transition: all .3s ease 0s;
}
.tv-with-movie-row a:hover {
	filter: brightness(110%);
	transform: scale(1.01);
}
.tv-with-movie-block {
	width: 230px;
	margin: 5px;
}
.tv-with-movie-block img {
	width: 100%;
}
#present {
	width: 960px;
	margin: 40px auto;
}
.tv-with-present-block {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-present-block img {
	max-width: 700px;
}
.tv-with-present-block p {
	width: 200px;
	padding: 40px 0;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #EA609E;
	color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tv-with-present-block a {
	display: inline-block;
	transition: all .3s ease 0s;
}
.tv-with-present-block a:hover {
	filter: brightness(110%);
	transform: scale(1.05);
}


/* 特番・ニャンだらけツアー */
.nyandarake-header {
	background-image: url("/images/nyandarakettour/bg_nyandarake_01_top.png");
}
.nyandarake-menu {
	width: 100%;
	background-color: #A58E6F;
	color: #fff;
}

.nyandarake-menu ul{
	width: 960px;
	margin: auto;
}

.nyandarake-menu li {
	list-style-type: none;
	float: left;
}

.nyandarake-menu li a{
	display: block;
}

.nyandarake-view {
	background-color: #F7EDE1;
}
.nyandarake-view-box {
	width: 960px;
	padding: 30px 0;
	margin: auto;
}

.nyandarake-view-box-youtube{
	float: left;
	width: 640px;
	margin-right: 30px;
}

.nyandarake-view-box-twitter{
	float: left;
	width: 290px;
}

.nyandarake-view-box-twitter-header{
	width: 100%;
	text-align: left;
	background-color: #1da1f2;
}

.nyandarake-view2 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_02_setsumei.png");
}
.nyandarake-view-box2 {
	width: 960px;
	margin: auto;
	position: relative;
}

.nyandarake-view-box2 {
	width: 960px;
	margin: auto;
}

.nyandarake-view-box2-txt {
    position: absolute;
    top: 250px;
    text-align: left;
    left: 14px;
    color: #FFF;
    font-size: 20px;
    line-height: 34px;
}

.nyandarake-view3 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_03_syutsuensya.png");
}
.nyandarake-view-box3 {
	width: 960px;
	margin: auto;
	padding: 30px 0;
}

.nyandarake-view-box3-title{
	margin-bottom: 40px;
}

.nyandarake-view-box3-content{
	padding: 0px 20px;
}

.nyandarake-view-box3-content-children{
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.nyandarake-view-box3-content-children:nth-child(4),.nyandarake-view-box3-content-children:nth-child(8){
	margin-right: 0px;
}

.nyandarake-view-box3-content-children-txt{
	font-size: 18px;
	padding-top: 10px;
}

.nyandarake-view4 {
	background-image: url("/images/nyandarakettour/bg_nyandarake_04_chiiki.png");
}
.nyandarake-view-box4 {
	width: 960px;
	margin: auto;
	padding: 30px 0;
}

.nyandarake-view-box4-title{
	margin-bottom: 0px;
}

.nyandarake-view-box4-content{
	background-color: #FFF;
	padding: 20px 40px 40px 40px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 30px;
}

.nyandarake-view-box4-content-txt{
	font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	margin-bottom: 30px;
}

.nyandarake-view-box4-content-img img{
	float: left;
	width: 280px;
	margin-right: 20px;
}

.nyandarake-view-box4-content-img img:last-of-type{
	margin-right: 0px;
}

.nyandarake-view-box4-content-img2{
	width: 640px;
	margin: auto;
}
.nyandarake-view-box4-content-img2 img{
	float: left;
	width: 300px;
	height: 260px;
	margin-right: 40px;
}

.nyandarake-view-box4-content-img2 img:last-of-type{
	margin-right: 0px;
}

.nyandarake-view-box5 {
	width: 960px;
	margin: auto;
	padding: 30px 0;
}
.nyandarake-view-box5-title {
	margin-bottom: 40px;
}
.nyandarake-view-box5-in {
	padding: 20px;
/*	background-color: #ffffff;*/
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.nyandarake-view-box5-left {
	width: 300px;
	float: left;
	padding: 0 20px;
}
.nyandarake-view-box5-right {
	width: 540px;
	padding: 100px 20px 20px;
	float: left;
	text-align: left;
/*	color: #FFF;*/
	font-size: 20px;
	line-height: 34px;
}
.nyandarake-view-box5-right span {

}
.nyandarake-present-btn {
	width: 300px;
	padding: 10px 0;
	margin: 30px auto;
/*	background-color: #F462D0;*/
	background-color: #FF9C27;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.nyandarake-present-btn:hover {
/*	background-color: #f589da;*/
	background-color: #f7b96f;
}

/* こだわり */
.e-pc-only {}
.e-sp-only {
	display:none;
}
.e-time-box {
	width:100%;
	margin:0px;
	padding:15px 0px;
	background-color:#003370;
	overflow:hidden;
}
.e-time-box-in {
	width: 1280px;
	margin: auto;
	padding: 15px 0;
}
.e-time-p {
	font-size:250%;
	font-weight:bold;
	text-align:150%;
	color:#FFF;
	text-align:center;
	margin:10px auto 25px auto;
}
.e-time-p span {
	font-size:120%;
}
.e-dec {
	width: 1280px;
	margin: auto;
}
.img-list {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}
.img-block {
	width: 300px;
	margin: 0 10px;
}
.img-block img {
	width: 100%;
}
.e-p1 {
	width:95%;
	text-align:center;
	font-size:110%;
	line-height:160%;
	margin:25px auto;
}
.e-p2 {
	width:95%;
	text-align:center;
	font-size:140%;
	line-height:160%;
	margin:5px auto;
	color:#FFF;
}
.e-h1 {
	text-align:center;
	margin:65px auto 40px auto;
	font-size:230%;
	font-weight:bold;
}
.e-h1-title {
	text-align:center;
	margin:40px auto;
	font-size:230%;
	font-weight:bold;
	line-height: 1.2em;
	color: #df3c3c;
}

.eventbutton {
	width:100%;
	padding:13px 10px;
	margin: 10px auto 10px auto;
	text-decoration:none;
	background-color:#FFF;
	display:inline-block;
	transition: 0.2s;
	border-radius: 6px;
}
.eventbutton p {
	font-size:160%;
	line-height:150%;
	color:#0DA6FF;
	text-align:center;
	margin:15px auto;
}
a.eventbutton:hover {
	opacity:0.9;
}

.eventbutton2 {
	width:100%;
	padding:13px 10px;
	margin: 10px auto 10px auto;
	text-decoration:none;
	background-color:#FFED03;
	display:inline-block;
	transition: 0.2s;
	border-radius: 6px;
}
.eventbutton2 p {
	font-size:160%;
	line-height:150%;
	color:#0DA6FF;
	text-align:center;
	margin:15px auto;
}
a.eventbutton2:hover {
	opacity:0.9;
}

.e-space {
	height:100px;
}

.e-main-box {
	width:100%;
	margin:0px;
	overflow:hidden;
	padding-bottom:60px;
	background-color:#F5F1EC;
}
.e-top {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-color:#333333;
	overflow:hidden;
}

.e-top img {
	width:90%;
	max-width:430px;
	margin:9px 6px 9px 15px;
}
.e-hover:hover {
	opacity:0.9;
}

.e-k1-title {
	width:100%;
	min-width: 1280px;
	margin:0px;
/*	background-image:url('/images/kodawari/back01.jpg');*/
	background-image:url('/images/kodawari/back01_02.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k1-title-in {
	width: 1280px;
	margin: auto;
}
.e-k1-title img {
	display: block;
}
.e-k1-v1 {
	width:40%;
	max-width:209px;
	margin:15px 0px 15px 25px;
}
.e-k1-v2 {
	width:90%;
	max-width:677px;
	margin:15px auto 75px auto;
}

.e-k2-title {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-image:url('/images/kodawari/back02_2.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k2-title-in {
	width: 1280px;
	margin: auto;
}
.e-k2-title img {
	display: block;
}
.e-k2-v1 {
	width:40%;
	max-width:263px;
	margin:15px 0px 15px 25px;
}
.e-k2-v2 {
	width:90%;
	max-width:862px;
	margin:15px auto 75px auto;
}

.e-k3-title {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-image:url('/images/kodawari/back03_2.jpg');
	background-size:cover;
	background-position: bottom center;
/*	background-position:center center;*/
	overflow:hidden;
}
.e-k3-title-in {
	width: 1280px;
	margin: auto;
}
.e-k3-title img {
	display: block;
}
.e-k3-v1 {
	width:40%;
	max-width:212px;
	margin:15px 0px 15px 25px;
}
.e-k3-v2 {
	width:90%;
	max-width:677px;
	margin: 15px 0px 75px;
/*	margin:15px auto 75px auto;*/
}

.e-k4-title {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-image:url('/images/kodawari/back05.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k4-title-v2 {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-image:url('/images/kodawari/back04_2.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k4-title-in {
	width: 1280px;
	margin: auto;
}
.e-k4-title img, .e-k4-title-v2 img {
	display: block;
}
.e-k4-v1 {
	width:40%;
	max-width:211px;
	margin:15px 0px 15px 25px;
}
.e-k4-v2 {
	width:90%;
	max-width:663px;
	margin:15px auto 75px auto;
}

.e-k5-title {
	width:100%;
	min-width: 1280px;
	margin:0px;
	background-image:url('/images/kodawari/back06.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.e-k5-title-in {
	width: 1280px;
	margin: auto;
}
.e-k5-title img {
	display: block;
}
.e-k5-v1 {
	max-width:209px;
	margin:15px 0px 15px 25px;
}
.e-k5-v2 {
	width:90%;
	max-width:400px;
	margin:15px 30px 0 auto;
}

.e-center {
	text-align:center;
}
.e-list {  }

.e-ap-link {
	list-style-type: none;
	width:98%;
	margin:15px auto;
	padding:0px;
	text-align:center;
}
.e-ap-link li {
	width:280px;
	margin:0px 15px;
	vertical-align:top;
	display:inline-block;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-arrow-circle-right:before {
	content:"\0bb";
}




.youtube-wrap-parent {
	width:100%;
	max-width:840px;
	margin:25px auto 25px auto;
}
.youtube-wrap {
	width:100%;
	margin:10px auto;
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}
.youtube-wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

