html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
/*font*/
.tCenter { text-align:center !important}
.tRight { text-align:right !important}
.tLeft { text-align:left !important}
/*font-color*/
.cBlu { color:#3590ca;}
.cOrg { color:#d44b15;}
.cGrn { color:#6c9000;}
.cRed, .err { color:#c50000;}
/*font-size*/
.f140 { font-size:140%;}
.f130 { font-size:130%;}
.f120 { font-size:120%;}
.f110 { font-size:110%;}
.f90 { font-size:90%;}
.f85 { font-size:85%;}
.f75 { font-size:75%;}
/*link*/
a { color:#fff; text-decoration:underline;}
a:hover { color:#fff; text-decoration:none;}
.cover { width:100%; height:100%;}
.mincho{ font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/*/////////////////////////////////////////////////////////////////////////
＠common_CSS
/////////////////////////////////////////////////////////////////////////*/
body {
	background: url(../img/bg.png);
	color: #804806;
}
#bg {
	background: url(../img/con_bg.png);
	overflow: hidden;
}
@media all and (min-width: 768px) {
	#header_out {
		height: 235px;
		background-image: url(../img/header.png), url(../img/header_bg.png);
		background-repeat: no-repeat, repeat-x;
		background-position: top center;
		box-shadow: 0px 0px 5px #cbc4a3;
		min-width: 980px;
		z-index: 10;
	}
	#header {
		width: 980px;
		height: 235px;
		margin: 0px auto 0;
		position: relative;
	}
	.sub #logo a {
		display: block;
		width: 450px;
		height: 238px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
	}
	#onair_date {
		position: absolute;
		left: 0px;
		top: -10px;
		width: 980px;
		height: 262px;
	}
	.main {
		width: 980px;
		margin: 30px auto 40px;
	}
	#left_area {
		float: left;
		width: 640px;
	}
	#menu {
		width: 630px;
		height: 77px;
		background: url(../img/menu.png) no-repeat;
		margin: 0 0 0 10px;
		position: relative;
	}
	#menu1 {
		width: 197px;
		height: 77px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#menu2 {
		width: 206px;
		height: 77px;
		position: absolute;
		left: 197px;
		top: 0px;
	}
	#menu3 {
		width: 227px;
		height: 77px;
		position: absolute;
		left: 403px;
		top: 0px;
	}
	#menu1 a .hover {
		display: block;
		width: 197px;
		height: 77px;
		background: url(../img/menu.png) no-repeat 0px -90px;
	}
	#menu2 a .hover {
		display: block;
		width: 206px;
		height: 77px;
		background: url(../img/menu.png) no-repeat -197px -90px;
	}
	#menu3 a .hover {
		display: block;
		width: 227px;
		height: 77px;
		background: url(../img/menu.png) no-repeat -403px -90px;
	}
	#menu li a {
		display: block;
		transition:all 0.6s ease;
	}
	#menu li a:hover{
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}
	/*.top #menu1 a {
		background: url(../img/menu.png) no-repeat 0px -90px;
	}
	.recipe #menu2 a {
		background: url(../img/menu.png) no-repeat -197px -90px;
	}
	.about #menu3 a {
		background: url(../img/menu.png) no-repeat -403px -90px;
	}*/


	#main_board {
		background-image: url(../img/main_board_bottom.png), url(../img/main_board_center.png);
		background-repeat: no-repeat, repeat-y;
		background-position: left bottom;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px #bcb4aa;
		overflow: hidden;
		width: 630px;
		margin: 17px 0 0 10px;
	}

	.movie_box {
    	margin: 0 auto 20px;
    	border: 2px solid #f5e9a7;
    	background: #f9f0bf;
    	padding: 18px 43px 34px;
	}
	.movie_tit{
		width: 233px;
		height: 20px;
		background: url(../img/movie_tit.png) no-repeat;
		margin: 0 auto 16px;
	}
	.flowplayer{
		width: 480px !important;
	}

	#new_image {
		background-image: url(../img/bottom_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 0 0 30px;
		width: 570px;
		margin: 0 auto;
	}
	.top .tit {
		width: 630px;
		height: 119px;
		background: url(../img/top_parts.png) no-repeat -10px -10px;
		margin: 0px auto 17px;
	}
	.new_date {
		text-align: center;
		color: #fc9b00;
		margin: 0 0 2px;
	}
	.foodstuff_name {
		font-size: 160%;
		text-align: center;
		margin: 0 0 15px;
		font-weight: bold;
	}
	.foodstuff_name_line {
		background-image: url(../img/foodstuff_name_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding-bottom: 8px;
		line-height: 1.6;
	}
	.main_line{
	background: linear-gradient(transparent 50%, #ffee39 0%);
	line-height: 1.7em;
	}
	.pic {
		width: 480px;
		height: 270px;
		border: 5px solid #fff;
		box-shadow: 0px 0px 5px #bcb4aa;
		margin: 0 auto;
		background-repeat: no-repeat;
	}
	.go_recipe_btn {
		width: 206px;
		height: 60px;
		background: url(../img/top_parts.png) no-repeat -10px -140px;
		margin: 20px auto 0px;
	}
	.go_recipe_btn a {
		display: block;
		width: 206px;
		height: 60px;
		transition:all 0.6s ease;
	}
	.go_recipe_btn a:hover {
		filter: alpha(opacity=30);
		opacity: 0.3;
		background:#fff;
	}

	#week_recipe .mini_tit {
		width: 417px;
		height: 55px;

		margin: 15px auto 0;
		font-size: 130%;
		line-height: 2.5;
		text-align: center;
	}

	#week_recipe .bottom_line{
		background: linear-gradient(transparent 60%, #ffee39 0%);
	}

	#week_recipe .mini_tit:before{
		content: url(../img/mini_tit_1.png);
		position: relative;
		top: 8px;
		margin: 10px;
	}

	#week_recipe .mini_tit:after{
		content: url(../img/mini_tit_2.png);
		position: relative;
		top: 8px;
		margin: 10px;
	}

	.goiken_btn {
		width: 550px;
		height: 123px;
		background: url(../img/goiken_btn.png) no-repeat;
		margin: 20px auto 0px;
	}
	.goiken_btn a {
		display: block;
		width: 550px;
		height: 123px;
		transition:all 0.6s ease;
	}
	.goiken_btn a:hover {
		filter: alpha(opacity=30);
		opacity: 0.3;
		background:#fff;
	}

	#foodstuff {
		width: 570px;
		background: #ffebb0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: 18px auto 0;
	}
	#foodstuff > h3 {
		background: url(../img/orange_tit.png);
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		height: 40px;
		overflow: hidden;
	}
	#foodstuff .foodstuff_tit {
		width: 150px;
		height: 28px;
		background: url(../img/top_parts2.png) no-repeat -10px -10px;
		display: block;
		margin: 7px auto 0;
	}
	.foodstuff_box {
		padding: 15px;
		line-height: 1.5;
	}
	.foodstuff_list {
		text-align: center;
	}
	.foodstuff_list li {
		display: inline;
		white-space: nowrap;
		padding-right: 3px;
	}
	#fuki {
		width: 26px;
		height: 16px;
		margin: 0 auto 13px;
	}
	.zenbu {
		display: block;
		text-align: center;
		padding: 0.5em 0 0;
	}
	.zenbu_in {
		background: linear-gradient(transparent 50%, #ffee39 0%);
		line-height: 1.3em;
	}
	.week_theme {
		text-align: center;
		padding: 0 0 8px;
		line-height: 1.5;
		font-weight: 800;
		font-size: 110%;
	}
	#week_box {
		width: 570px;
		margin: 10px auto 30px;
		background-image: url(../img/bottom_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 0 0 30px;
	}
	.day_box {
		float: left;
		background: #ffebb0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 136px;
		line-height: 1.4;
	}
	#week_box li {
		margin: 0 7px 0 0;
	}
	#week_box li:last-child {
		margin: 0 0 0 0;
	}
	#week_box li a {
		color: #6a4814;
		text-decoration: none;
		height: auto;
		width: auto;
		display: block;
	}
	#week_box li a:hover {
		opacity: 0.5
	}
	.week {
		display: block;
		background: url(../img/orange_tit.png);
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		height: 35px;
		overflow: hidden;
	}
	#Mon .week_in {
		width: 30px;
		height: 29px;
		background: url(../img/top_parts2.png) no-repeat -10px -10px;
		display: block;
		margin: 5px auto 0;
	}
	#Tue .week_in {
		width: 30px;
		height: 29px;
		background: url(../img/top_parts2.png) no-repeat -40px -10px;
		display: block;
		margin: 5px auto 0;
	}
	#Wed .week_in {
		width: 30px;
		height: 29px;
		background: url(../img/top_parts2.png) no-repeat -70px -10px;
		display: block;
		margin: 5px auto 0;
	}
	#Thu .week_in {
		width: 30px;
		height: 29px;
		background: url(../img/top_parts2.png) no-repeat -100px -10px;
		display: block;
		margin: 5px auto 0;
	}
	.food_pic {
		display: block;
		width: 136px;
		height: 76px;
		background: #666;
		background-size:136px 76px !important;
	}
	.c_name {
		display: block;
		padding: 8px;
		font-size: 90%;
	}
	.comment_out {
		padding: 0px 5px 10px;
		display: block;
	}
	.comment {
		display: block;
		padding: 5px;
		font-size: 90%;
		height: auto;
		color: #fff;
		background: #cbb36e;
	}
	#right_area {
		float: right;
		width: 300px;
		margin: 0px 10px 0 0;
	}
	/* TBS FREEバナー */

	#tbsfree_banner {
		width: 300px;
		height: 175px;
		display: block;
		margin: 25px auto 0px;
		box-shadow: 0px 0px 5px #cbc4a3;
	}
	#tbsfree_banner a {
		display: block;
		width: 300px;
		height: 175px;
		transition: all 0.6s ease;
	}
	#tbsfree_banner a:hover {
		filter: alpha(opacity=50);
		opacity: 0.5;
		background: #fff;
	}
	#rectangle {
		width: 300px;
		height: 250px;
		padding-bottom: 20px;
		background-position: bottom;
		background-repeat: repeat-x;
	}

/* 次回予告 */
.next_area{
	padding: 0px 0 10px;
    width: 570px;
    margin: 0 auto;
    background-image: url(../img/bottom_line.png);
    background-position: bottom;
    background-repeat: repeat-x;
		margin-bottom: 50px;
}
.next_box .mini_tit {
	width: 417px;
	height: 55px;

	margin: 15px auto 10px;
	font-size: 130%;
	line-height: 2.5;
	text-align: center;
}

.next_box .bottom_line{
	background: linear-gradient(transparent 60%, #ffee39 0%);
}
.next_box .mini_tit:before{
	content: url(../img/mini_tit_3.png);
	position: relative;
	top: 8px;
	margin: 10px;
}

.next_box .mini_tit:after{
	content: url(../img/mini_tit_4.png);
	position: relative;
	top: 8px;
	margin: 10px;
}
.next_box .next_text{
	text-align: center;
	margin: 15px 0 15px;
	line-height: 1.7;
}
.next_pic {
	width: 480px;
	height: 270px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px #bcb4aa;
	margin: 0 auto;
	background-repeat: no-repeat;
}


/* twitter_box */
#twitter_box{
	width: 300px;
	height: 362px;
	background: url(../img/right_parts.png) -10px -10px no-repeat;
	overflow:hidden;
	margin-bottom: 20px;
}
#twitter_box h3{
	width: 300px;
	height: 45px;
	margin:0px auto 10px;
}
#twitter_box h3 a{
	width: 300px;
	height: 45px;
	display: block;
}
#twitter_box_in{
	width: 280px;
	margin: 0 auto;
}

/* old_page_btn */
.old_page_btn{
	width: 300px;
	height: 83px;
	background: url(../img/right_parts.png) -10px -385px no-repeat;
	margin: 0 0 5px;
}
.old_page_btn a{
	display: block;
	width: 300px;
	height: 83px;
	transition:all 0.6s ease;
}
.old_page_btn a:hover{
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}

/* line_btn */
.line_btn{
	width: 300px;
	height: 106px;
	background: url(../img/right_parts.png?20170531) -10px -480px no-repeat;
	margin: 0 0 20px;
}
.line_btn a{
	display: block;
	width: 300px;
	height: 106px;
	transition:all 0.6s ease;
}
.line_btn a:hover{
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}

/* obi_marche */
.obi_marche{
	width: 300px;
	height: 200px;
	background: url(../img/obi_marche.jpg) no-repeat;
	margin: 0 0 20px;
}
.obi_marche a{
	display: block;
	width: 300px;
	height: 200px;
	transition:all 0.6s ease;
}
.obi_marche a:hover{
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}

/* book_bnr */
.book_bnr{
	width: 300px;
	height: 100px;
	background: url(../img/book_bnr.jpg) no-repeat;
	margin: 0 0 20px;
}
.book_bnr a{
	display: block;
	width: 300px;
	height: 100px;
	transition:all 0.6s ease;
}
.book_bnr a:hover{
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}

	#sns_area {
		width: 240px;
		height: 25px;
		padding: 25px 0 30px 72px;
	}
	#sns_area #tw {
		float: left;
		width: 90px;
	}
	#sns_area #fb {
		float: left;
		width: 90px;
		height: 25px;
	}
	#footer_in {
		background: url(../img/bg.png);
		text-align: center;
		height: 100px;
		font-size: 80%;
		padding-top: 24px;
		color: #fff;
		border-top: 5px solid #e5dbc1;
	}
}

@media all and (max-width: 767px) {
	/* main-imege */

	header h1 {
		position: relative;
		height: 0;
		padding-top: 78.24%;
	}
	header h1 a {
		background-image: url(../img/smp/main_image.jpg);
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 5px #cbc4a3;
	}
	#menu {
		margin: 20px auto 20px;
		width: 90%;
	}
	.menu_btn {
		width: 30%;
		background: url(../img/orange_tit.png);
		line-height: 3;
		float: left;
		box-shadow:0px 3px 0px 0px #e8932d;
		-moz-box-shadow:0px 3px 0px 0px #e8932d;
		-webkit-box-shadow:0px 3px 0px 0px #e8932d;
		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;
		font-size: 120%;
	}
	#menu1 {
		margin-right: 5%;
	}
	#menu2 {
		margin-right: 5%;
	}
	#menu li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-shadow: 2px 2px 0px #894c04;
	}
	#main_board {
		background: #fffdf5;
		box-shadow: 0px 0px 5px #bcb4aa;
		overflow: hidden;
		width: 100%;
		margin: 17px 0 0 0px;
		border-top:3px solid #ffb458;
		border-bottom:3px solid #ffb458;
	}
	#main_board_in {
		padding: 0 15px;
	}
	#new_image {
		background-image: url(../img/bottom_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 0 0 30px;
		margin: 0 auto;
		line-height: 1.7;
	}

	.tit_header{
		background-image: url(../img/bottom_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		width: 100%;
		padding: 0 0 10px;
	}

	.top .tit {
		width: 290px;
		height: 70px;
		background-image: url(../img/smp/top_parts1.png);
		background-repeat: no-repeat;
		background-size: 290px 70px;
		margin: 17px auto;
	}

	.main_line{
		background: linear-gradient(transparent 50%, #ffee39 0%);
		line-height: 1.7em;
	}

	.new_date {
		text-align: center;
		color: #fc9b00;
		margin: 20px 0 2px;
	}
	.foodstuff_name {
		font-size: 120%;
		text-align: center;
		margin: 0 0 15px;
		font-weight: bold;
	}
	.foodstuff_list {
		text-align: center;
	}
	.foodstuff_name_line {
		background-image: url(../img/foodstuff_name_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding-bottom: 6px;
		line-height: 1.7;
	}

	.movie_box {
    	margin: 0 auto 20px;
    	border: 2px solid #f5e9a7;
    	background: #f9f0bf;
    	padding: 9px 9px 9px;
	}
	.movie_tit{
		width: 233px;
		height: 20px;
		background: url(../img/movie_tit.png) no-repeat;
		margin: 0 auto 9px;
	}
	.pic {
		padding-top: 56.25%;
		overflow: hidden;
		height: 0;
		border: 5px solid #fff;
		box-shadow: 0px 0px 5px #bcb4aa;
		margin: 0 auto;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.go_recipe_btn {
		width: 206px;
		height: 60px;
		background: url(../img/top_parts.png) no-repeat -10px -140px;
		margin: 20px auto 0px;
	}
	.go_recipe_btn a {
		display: block;
		width: 206px;
		height: 60px;
	}

	#week_recipe .mini_tit {

		margin: 15px auto 10px;
		font-size: 130%;
		line-height: 2.5;
		text-align: center;
	}

	#week_recipe .bottom_line{
		background: linear-gradient(transparent 60%, #ffee39 0%);
	}

	.goiken_btn {
		margin: 30px 40px 0px;
	}
	.goiken_btn a {
		background: url(../img/smp/goiken_btn.png) no-repeat;
    	position: relative;
    	height: 0;
    	padding-top: 66.5%;
    	background-size: cover;
		display: block;
		overflow: hidden;
	}

	#foodstuff {
		background: #ffebb0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: 18px auto 0;
	}
	#foodstuff > h3 {
		background: url(../img/orange_tit.png);
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		height: 40px;
		overflow: hidden;
	}
	#foodstuff .foodstuff_tit {
		width: 150px;
		height: 28px;
		background-image: url(../img/smp/week.png);
		display: block;
		background-repeat: no-repeat;
		background-size: 150px 28px;
		margin: 7px auto 0;
	}
	.foodstuff_box {
		padding: 15px;
		line-height: 1.5;
	}
	.foodstuff_list li {
		display: inline;
		white-space: nowrap;
		padding-right: 3px;
	}
	#fuki {
		width: 26px;
		height: 16px;
		margin: 0 auto 13px;
	}
	.zenbu {
		display: block;
		text-align: center;
		padding: 0.5em 0 0;
	}
	.zenbu_in {
		background: linear-gradient(transparent 50%, #ffee39 0%);
		line-height: 1.3em;
	}
.week_theme {
	text-align: center;
	margin: -5px 0 0;
	padding: 0px 0 20px;
	line-height: 1.5;
	font-weight: 800;
	font-size: 110%;
}
	#week_box {
		margin: 0 auto 30px;
		background-image: url(../img/bottom_line.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 0 0 30px;
	}
	.day_box {
		background: #ffebb0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		line-height: 1.4;
	}
	#week_box li {
		margin: 0 0 15px 0;
	}
	#week_box li:last-child {
		margin: 0 0 0 0;
	}
	#week_box li a {
		color: #6a4814;
		text-decoration: none;
	}
	.week {
		display: block;
		background: url(../img/orange_tit.png);
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		height: 35px;
		overflow: hidden;
	}
	#Mon .week_in {
		width: 30px;
		height: 29px;
		background-image: url(../img/smp/mon.png);
		display: block;
		background-repeat: no-repeat;
		background-size: 30px 29px;
		margin: 5px auto 0;
	}
	#Tue .week_in {
		width: 30px;
		height: 29px;
		background-image: url(../img/smp/tue.png);
		display: block;
		background-repeat: no-repeat;
		background-size: 30px 29px;
		margin: 5px auto 0;
	}
	#Wed .week_in {
		width: 30px;
		height: 29px;
		background-image: url(../img/smp/wed.png);
		display: block;
		background-repeat: no-repeat;
		background-size: 30px 29px;
		margin: 5px auto 0;
	}
	#Thu .week_in {
		width: 30px;
		height: 29px;
		background-image: url(../img/smp/thu.png);
		display: block;
		background-repeat: no-repeat;
		background-size: 30px 29px;
		margin: 5px auto 0;
	}
	.week_area {
		padding: 10px;
		display: block;
	}
	.food_pic {
		width: 136px;
		height: 76px;
		display: block;
		float: left;
		margin-right: 10px;
		background-size:136px 76px !important;
	}



.calendar_in tr {
	display: block;
}
#calendar th {
	margin: 0px;
	padding: 9px 0;
	text-align: center;
	background: #fed869;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
	width: 100%;
}
#calendar .week_aera {
	border-left: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}
#calendar .week_aera td {
	font-size: 110%;
}
#calendar .week_name {
	display: none !important;
}
#calendar td {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right-style: none;
	border-top-style: none;
	vertical-align: top;
	text-align: center;
	display: list-item;
}
#calendar .waku {
	position: relative;
	min-height: 63px;
	height: auto !important;
	height: 63px;
	padding: 6px;
}
#calendar td a {
	margin: 0px;
	height: auto;
	width: auto;
	background: #ffebb0;
	display: block;
	text-decoration: none;
	color: #6a4814;
}
#calendar .day {
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 5px;
	background: #6a4814;
	width: 38px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}
#calendar .day span {
	color: #ffebb0;
	font-size: 90%;
}
#calendar .photo {
	width: 112px;
	height: 63px;
	float: left;
	margin: 0 10px 0 52px;
}
#calendar .cooking {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	display: block;
	margin: 0px auto;
	height: auto;
	width: auto;
}


/* 次回予告 */
.next_area{
	padding: 0px 0 10px;
    margin: 0 auto;
    background-image: url(../img/bottom_line.png);
    background-position: bottom;
    background-repeat: repeat-x;
		margin-bottom: 20px;
}
.next_box .mini_tit {
    margin: 10px auto 10px;
    font-size: 130%;
    line-height: 2.5;
    text-align: center;
}

.next_box .bottom_line{
	background: linear-gradient(transparent 60%, #ffee39 0%);
}
.next_box .next_text{
	text-align: left;
	margin: 15px 0 15px;
	line-height: 1.7;
}
.next_pic {
	padding-top: 56.25%;
	overflow: hidden;
	height: 0;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px #bcb4aa;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
}














	#rectangle {
		width: 300px;
		height: 250px;
		margin: 15px auto 20px;
		padding-top: 10px;
	}
	#footer {
		padding: 20px 0 20px;
		background: url(../img/bg.png);
		border-top: 2px solid #f6f0d3;
	}
	#footer p {
		font-size: 80%;
		line-height: 1.4;
		text-align: center;
		color: #f9f4d9;
		padding: 0 10px;
	}
	#footer a {
		color: #f9f4d9;
	}

#twitter_box{
	width: 300px;
	background: url(../img/right_parts.png) -10px -10px no-repeat;
	padding-bottom: 10px;
	margin: 0 auto 20px;
	overflow:hidden;
}
#twitter_box h3{
	width: 270px;
	height: 42px;
	margin:12px auto 10px;
}
#twitter_box h3 a{
	width: 300px;
	height: 45px;
	display: block;
}
#twitter_box_in{
	width: 280px;
	margin: 0 auto;
}

/* old_page_btn */
.old_page_btn{
	width: 300px;
	height: 83px;
	background: url(../img/right_parts.png) -10px -385px no-repeat;
	margin: 0 auto 5px;
}
.old_page_btn a{
	display: block;
	width: 300px;
	height: 83px;
}

/* line_btn */
.line_btn{
	width: 300px;
	height: 106px;
	background: url(../img/right_parts.png?20170531) -10px -480px no-repeat;
	margin: 0 auto 20px;
}
.line_btn a{
	display: block;
	width: 300px;
	height: 106px;
}

/* obi_marche */
.obi_marche{
	width: 300px;
	height: 200px;
	background: url(../img/obi_marche.jpg) no-repeat;
	margin: 0 auto 20px;
}
.obi_marche a{
	display: block;
	width: 300px;
	height: 200px;
}

/* book_bnr */
.book_bnr{
	width: 300px;
	height: 100px;
	background: url(../img/book_bnr.jpg) no-repeat;
	margin: 0 auto 20px;
}
.book_bnr a{
	display: block;
	width: 300px;
	height: 100px;
}
	/* BOOKバナー */

	#book_banner {
		width: 300px;
		height: 56px;

		display: block;
		margin: 25px auto 0px;
		box-shadow: 0px 0px 5px #cbc4a3;
	}
	#book_banner a {
		display: block;
		width: 300px;
		height: 56px;
	}
	#sns_area {
		width: 100%;
		margin: 25px auto 20px;
	}
	#sns_area #tw {
		float: left;
		margin-left: 70px;
	}
	#sns_area #fb {
		float: right;
		margin-right: 70px;
		height: 30px;
	}
}

/*	pagetop
============================== */
p.pgt {
	z-index:20;
	-webkit-transition-duration:500ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:500ms;
	transition-timing-function:ease-in-out;
}
p.pgt a, p.pgt span {
	display:block;
}
p.pgt-on, p.pgt-off {
	position:fixed;
}
@media all and (min-width: 768px) {
p.pgt {
	transition-property:right;
}
p.pgt-on {
	right:30px;
	bottom: 160px;
}
p.pgt-off {
	right:-300px;
	bottom:160px;
}
p.pgt a {
	background: url(../img/pagetop.png) no-repeat;
	background-repeat:no-repeat;
	background-position:left top;
	width:85px;
	height:85px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
}
@media all and (max-width: 767px) {
p.pgt {
	min-width:320px;
	transition-property:bottom;
}
p.pgt-on, p.pgt-off {
	width:100%;
}
p.pgt-on {
	bottom:-48px;
}
p.pgt-off {
	bottom:-48px;
}
p.pgt a {
	position:relative;
	text-decoration:none;
	color: #79613a;
	background: #fed869;
	height: 48px;
	font-size: 100%;
}
p.pgt a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-4em;
	font-size:83%;
	font-weight:bold;
}
p.pgt a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-16px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image: url(../img/smp/icons.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:32px 32px;
	width:32px;
	height:32px;
}
}

/* text-color */
.gray {color:#808080;}
.black {color:#171717;}
.purple {color:#a757a8;}
.ultramarine {color:#465daa;}
.blue {color:#0067c0;}
.lightblue {color:#afdfe4;}
.deepgreen {color:#060;}
.green {color:#008000;}
.yellowgreen {color:#b9c42f;}
.yellow {color:#ffb74c;}
.orange {color:#ff7b00;}
.pink {color:#f58f98;}
.vermilion {color:#ef454a;}
.red {color:#ed1a3d;}
.carmine {color:#c22047;}
.magenta {color:#ec008c;}
.brown {color:#994c00;}
.reddishbrown {color:#800000;}
.yellowocher {color:#c39143;}
.gold {color:#ffd700;}
.silver {color:#c0c0c0;}


/* 臨時エリア */
#special_area{
	line-height: 1.7;
	overflow: hidden;
	box-shadow: 0px 0px 5px #bcb4aa;
}
.kome{
	text-align: center;
}
.btn_kome{
	margin:1.5em 0;
	font-size:90%;
}
.sp_cast{
	text-align: center;
	font-size: 110%;
}
.sp_cast_text{
	margin-bottom: 1em;
}
@media all and (min-width: 768px) {
#special_area{
	background-image: url(../img/main_board_top.png),url(../img/main_board_bottom.png), url(../img/main_board_center.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: left top, left bottom;
	border-radius: 10px;
	padding: 30px;
	margin: 17px 0 10px 10px;
}
.spe_tit{
	width: 450px;
	height: 50px;
	background-image: url(../img/book_pre_tit.png);
	background-repeat:no-repeat;
	margin: 0 auto 0.5em;
}
.kanran_tit{
	width: 450px;
	height: 50px;
	background-image: url(../img/kanran_tit2.png);
	background-repeat:no-repeat;
	margin: 0 auto 0.5em;
}
.btn_kome{
	text-align: center;
}
.sp_cast_text{
	text-align: center;
}
}
@media all and (max-width: 767px) {
#special_area{
	background: #fffdf5;
	width: 100%;
	margin: 17px 0 0 0px;
	border-top: 3px solid #ffb458;
	border-bottom: 3px solid #ffb458;
	padding: 15px 0;
}
#special_area > div{
	padding: 0 15px;
}
.spe_tit{
	width: 260px;
	height: 85px;
	background-image: url(../img/smp/book_pre_tit.png);
	background-repeat:no-repeat;
	margin: 0 auto 0.5em;
}
.kanran_tit{
	width: 260px;
	height: 85px;
	background-image: url(../img/smp/kanran_tit2.png);
	background-repeat:no-repeat;
	margin: 0 auto 0.5em;
}
.sp_cast_text{
	text-align: center;
}
}
/*	book_pre_btn
============================== */
.book_pre_btn{
	width: 250px;
	height: 59px;
	background-image: url(../img/book_pre_btn.png);
}
.book_pre_btn a {
	display: block;
	width: 250px;
	height: 59px;
	transition:all 0.6s ease;
}
.book_pre_btn a:hover {
	filter: alpha(opacity=30);
	opacity: 0.3;
	background:#fff;
}
@media all and (min-width: 768px) {
.book_pre_btn{
	margin: 1.5em auto 0.5em;
}
}
@media all and (max-width: 767px) {
.book_pre_btn{
	margin: 1em auto 0.5em;
}
}
