﻿@charset "utf-8";

body {
	min-width: 1000px;
	background: #fea000; /* 全体の背景指定 */
	background: -webkit-linear-gradient(top,  #fdc723 0%,#fea000 30%); /* Chrome10-25,Safari5.1-6 */
}

img { vertical-align: bottom; }

/* anchor
**********************************/
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

/* #main
**********************************/
#main {
	float: none;
	width: 700px;
	min-height: calc(100vh - 11px);
	margin: 0 auto;
	padding-bottom: 35px;
	background: url(../images/bg.gif) #fff;
}

/* #topad
**********************************/
#topad {
	background: #fff;
	padding:5px 0;
}

/* #header
**********************************/
#main #article #header {
	width: 700px;
}
#header h1 img {
	max-width: 100%;
	height: auto;
}

/* #footer
**********************************/
#footer .copyright {
	min-height: 11px;
}

/* sns
**********************************/
#btn-sbm {
	text-align: left;
	margin-bottom: 20px;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

/* テキスト指定
**********************************/
#article {
	line-height: 1.5;
}

#article .article-inner {
	padding: 30px;
}

#article .article-inner .onair{
	background-color: #4d4c3b;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

#article p {
	margin-bottom: 1em;
}

.innerlink-head {
	margin-top: 10px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

#article .outline {
	width: 640px;
    height: 190px;
    margin-bottom: 40px;
    padding-top: 40px;
	background: url(../images/bg_outline.gif) no-repeat top center;
}

#article .outline .message { text-align: center; }

#article .btn_fb a {
	display: block;
	width: 400px;
	height: 65px;
	margin: 0 auto;
	background: #3b5999;
	border-radius: 10px;
	text-align: center;
}
#article .btn_tw a{
	display: block;
	width: 400px;
	height: 65px;
	margin: 0 auto;
	background: #303030;
	border-radius: 10px;
	text-align: center;

}
#article .btn_link a{
	display: block;
	width: 400px;
	height: 65px;
	margin: 20px auto 0;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;

}
#article .btn_link p{
	text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
.thisweek { margin-bottom: 40px; }

.thisweek .thisweek_inner {
	padding: 20px;
	background: #f0ece7;
	border-bottom: solid 1px #d8d4cf;
}

.thisweek_inner .thumb { margin-bottom: 20px; }

.thisweek_inner .btn_movie_group {
	text-align: center;
}
.thisweek .btn_movie  {
	display: inline-block;
	width: 270px;
	margin: 0 10px;
}
.thisweek .btn_movie a {
	display: block;
	width: 270px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
}
.btn_movie.past a { background: #ff005a; }

/* SNSボタン */

.global_NTV_snsArea ul {
    overflow: hidden;
    padding-left: 20px;
}
.global_NTV_snsArea ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
}

.global_NTV_snsItem_facebook{
	display: none;
}

.article-inner .minogashi{
	display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		margin-bottom: 30px;
}
.article-inner .minogashi li{
	margin: 0 4px;
}

.article-inner .minogashi li img{
    width: 300px;
}