/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

.clear {
	clear:both;
}

li {
	list-style:none
}

a {	
	color: #028302;
	text-decoration: none;
}

p { 
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align: top;
}

div hr{
	display:none;
}

* html div {
	zoom: 1;
}



/*------------------------------
見出し
------------------------------*/
.ttl03 {
	margin-bottom: 30px;
}



/*------------------------------
メインコンテンツ枠
------------------------------*/
#main {
	width: 900px;
	margin: 0 auto;
}


/*------------------------------
ビジュアル
------------------------------*/

#visual {
	margin-bottom: 50px;
	background: #ffe401;
}

/*------------------------------
番組紹介
------------------------------*/
#intro {
	margin-bottom: 30px;
	margin-top:50px;
}

/*------------------------------
ゲスト
------------------------------*/

#guest_box p{
	font-size: 20px;
}


/*------------------------------
次回予告
------------------------------*/
#month_box {
	text-align:left;
}
#month_box h4 {
	margin: 25px 0 15px 0 ; 
}
#month_box_left {
	width:410px;
	min-height: 260px;
	float: left;
	background: url(img/noimage.png) no-repeat;
}

#month_box_right {
	width:410px;
	float: right;
}
#month_box_right p {
	margin-bottom: 15px;
	line-height: 180%;
	font-size: 15px;
}


/*------------------------------
リンク
------------------------------*/
.btn_link {
	margin-top: 30px;
	text-align: center;
}


/*------------------------------
次回予告
------------------------------*/
#next_box {
	text-align:left;
	margin-bottom: 40px;
	margin-top: 40px;
}

#next_box h4 {
	margin: -15px 0 20px 0;
}

#next_box_left {
	width: 380px;
	min-height: 224px;
	float: left;
	background: url(img/noimage.png) no-repeat;
}

#next_box_right {
	width:490px;
	float: right;
}
#next_box p {
	margin-bottom: 15px;
	line-height: 180%;
	font-size: 15px;
}
#next_box .title {
	margin-bottom: 10px;
	color: #351d1d;
	font-weight: bold;
}

/*------------------------------
トップページ　前回の放送
------------------------------*/
#backnumber_box {
    width: 900px;
    text-align: left;
    margin: 0 0 25px;
}

#backnumber_box .youtube {
	width: 560px;
	height: 329px;
	margin: 0 auto;
	position: relative;
}
#backnumber_box .youtube .btn_movie {
	position: absolute;
	top: 140px;
	left: 240px;
}
#backnumber_box div.title {
	width: 560px;
	margin: 0 auto;
	padding: 0px;
}
#backnumber_box p.company {
	width: 560px;
	margin: 0 auto;
	font-size: 16px;
	color: #351d1d;
	font-weight: bold;
}
#backnumber_box p.date {
	font-size: 12px;
	margin: 5px 0px 0px;
}

/*------------------------------
トップページ　過去の放送
------------------------------*/
#archive_box {
	width: 900px;
	text-align:left;
	margin:0 auto;
}
#archive_box .ttl h2 {
	background: url(img/archive_ttl.gif) no-repeat;
	height:44px;
	padding:0px;
	margin:15px auto;
	text-indent:-9999px;
}
#archive_box .movie_list {
	width: 770px;
	margin: 0px auto;
	padding: 10px 0px 0px;
}

#archive_box ul {
	margin:0 0 0 10px;
	padding:0;
}

#archive_box ul li {
	 margin:0 10px;
	 padding:0;
	 float: left;
  	 width: 170px;
	 margin-bottom: 15px;
}

#archive_box p.info {
	width: 170px;
	font-size: 12px;
	margin-top: 5px;
}


/*------------------------------
過去の放送バックナンバー
------------------------------*/
.backnumberlist_box {
	margin:30px auto;
}

.btn_backnumber {
	display:block;
	text-align:center;
	background-color:#333;
	color:#fff;
	width:50%;
	margin:15px auto;
	padding:15px;
	text-decoration:none;
}

.btn_backnumber:hover {
	background-color:#555;
}

/*------------------------------
プレゼント
------------------------------*/
.present_block ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.present_block ul li:last-child {
	margin-bottom: 0;
}

.present_txt {
	padding: 0 30px;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
}

.present_btn {
	margin: 50px auto;
}

.present_btn p {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}

.present_btn a:hover {
	opacity: 0.6;
	transition: 0.3s;
}