@charset "utf-8";
/*
Theme Name: cloudtpl_149
Theme URI: http://c-tpl.com/
Description: cloudtpl_149
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#fff;
background: #000 url(images/bg_top.png) repeat-x top;
}

body#toppage {
background: #000 url(images/bg_top.png) repeat-x top;
}

a{color:#838770;text-decoration:none;}
a:hover{color:#aaae95;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

ul {
list-style-type: none;
}

p {
margin:0;
padding:0px 0px 2px 0px;
}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0px;
width: 910px;
background: #171715;
}

/*************
/* ヘッダー
*************/


#header{
background: url(images/header.png) no-repeat 100% 0px #000;
height: 101px;

}
#header h1 {
padding: 0px;
font-size: 10px;
font-weight: normal;

}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0;
width: 910px;
height: 51px;
margin-bottom:0px;
}

ul#topnav li{
float:left;list-style:none;
height: 51px;
}



/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 15px 50px 0;
display: inline;
}

#main p {
line-height:1.6em;
}


#slide {
	height: 299px;
}



#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #838770;
border-bottom: 0px solid #333;
}

#main h3 img {
padding: 20px 0 0 0;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#838770;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}



/* .news {
	height :120px;
} */

.kmds-news li {
	padding-bottom: 10px;

}

/* フッター共通 */

#footer {
	clear: both;
	background: url(images/bg_footer.png);
	padding: 15px 0 0 0;
}



#footerContents ul {
	text-align: center;
	padding: 30px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}


.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #000 url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#ffffff;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
 #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 0px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 240px;
padding: 20px 0 0 15px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 0px 0 0px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #fff;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #333;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

#sidebar .yonezawagyu {
background: #2D2D28;
}

#sidebar .yonezawagyu img {
padding:18px 10px 10px 28px ;
}

#sidebar .yoezawagyu-tex {
font-size: 10px;
line-height: 1.6em;
color:#fefefe;
padding:5px 15px 15px 15px ;
}

/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #fff;
background: #666;
margin-top:30px;
}

#footer .inner{
overflow: hidden;
height:77px;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 0px 0 5px;
width: 120px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

.menu-l {
	float: left;
	width: 200px;
}
.menu-r {
	float: right;
	width: 200px;
}
.menu-box {
	width: 420px;
	padding: 0px 0px 15px 0px;
}

.menu-wrap {
	float: left;
	width: 420px;
}

.menu-name{
	font-size:1.0em;
	font-weight:bold;
	color: #fff;
}

.menu-name span {
	color: #f00;
}
.menu-name .menu-name-add {
	font-size:0.8em;
	line-height :1.2em;
	font-weight:normal;
	color: #fff;
}

.menu-price{
	font-size:0.8em;
	color: #b81a1a;
}
.menu-tare{
	font-size:0.8em;
	color:#ccc;
	padding-bottom:30px;
}


.menu-p {
	float: right;
	width: 190px;
	padding-right:0px;
}

.menu-q {
	width: 300px;
	padding-right:0px;
}

.drinkmenu-tex {
	font-size:1.0em;
	color:#ff6;
}

.cap {
	font-size:0.8em;
}


.menu-p .cap {
padding-bottom:20px;


}


ul#top-tenpo-list li{
	float:left;list-style:none;
	padding:0pt;
	margin:0pt;
}

.menu-bn {
padding: 20px 0px 20px 0px;
height: 260px;
}

.top-bn-l img {
float:left;

}


.top-bn-r img {
padding-left:27px;

}

.kodawari-l {
width:288px;
float:left;
}

.kodawari-r {
width:288px;
float:right;
padding-left:0px;
}

.kodawari-img{
width :610px;
	padding:0pt;
	margin:0pt;
}

.kodawari-img img{
	padding:15pt 0pt 0pt 0pt ;
	margin:0pt;
}

.kodawari-p {
	font-size :;
	line-height :;
	padding:10px 30px 20px 0px;
}

.tenpo-goannai-tex{
padding-right:80px;
}





.tenpo-kmds-b{
padding-top:50px;
}

.tenpo-kmds-c{
float: left;
padding-left: 20px;
}


.tenpo-kmds-d{
float: left;
padding-left: 20px;


}

.tenpo-kmds-tenpos {
float: right;
padding-right: 100px;
}


.tenpotenpo {
height:80px;
padding-bottom: 50px;

}


.tenpo-p-l{
padding-top:15px;
}

.tenpo-p-s-el{
float:left;
width:190px;
padding-right:25px;
}

.tenpo-p-s{
height: 160px;
padding:20px 0px 20px 0px;
}

.tenpo-map a{
color:#333;
}

.tenpo-kmds {
padding-bottom:20px;
width:347px;
float:left;
}


ul.menu-list {
	width:618px;
	height:40px;
	padding:15px 0 0 0 ;
	margin:10px 0 30px 0px;
}

ul.menu-list li{
	float:left;list-style:none;
	padding:0pt;
	margin:0pt;
}

.ekimae{
color:#f90;
}

.matsusaki{
color:#969;
}

.meikeatago{
color:#ff9;
}

.keyaki{
color:#9cc;
}

.yoneyama{
color:#f99;
}

.nagaoka {
color:#9f6;
}

.kamegai {
color:#00ffff;
}

.enkai-texb {
	 font-size: 1.3em;
  	  line-height: 1.6;
	font-weight:bold;
	color:#fc6;
}

.enkai-tex {
	 font-size: 1em;
  	  line-height: 1.4;

}

.enkai img {
padding-bottom:20px;
}

ul#sitemap_list {
padding-left:30px;
	 font-size: 1.4em;
  	  line-height: 2.0em;
	color:#fc6;
}

ul#sitemap_list li a {
	color:#fc6;
}

ul#sitemap_list li a:hover{color:#aaae95;}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

#menu-Contents ul {
	text-align: center;
	padding: 30px 0 0 0;
}

#menu-Contents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#menu-Contents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

.wpcf7-form {
padding-top: 30px;
}


.tenpo-info {
font-size:14px;
color:#fc9;
}

.rss {
padding :20px 0 20px 0;
}
.recruit-wrapper {
/*background-image:url("https://test.yakiniku-tenten.jp/wp-content/uploads/2012/01/recruit-bg.jpg"); */　
background-repeat: no-repeat;
}


.recruit-wrapper img {
padding-bottom:20px;
}

.recruit {
padding-bottom :30px;
}

.lunch-symbol {
float:right;
margin-right:30px;
}

.merumaga img {

}
.merumaga-tex {
padding-top:10px;
font-size :11px;
}

.recruit-link {
padding:0 0 20px 0 ;
}



.menu-box-nio .menu-l {
	float: left;
	width: 300px;
}
.menu-box-nio .menu-r {
	float: right;
	width: 300px;
}
.menu-box-nio .menu-box {
	width: 620px;
	padding: 0px 0px 15px 0px;
}

#headerDesc {
	height: 20px;
	background-color: #000;
	font-size: 10px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;

	margin: 2px 0 0 10px;
	height: 15px;
}

.ta-left {
margin:0;
padding:0;
text-align:left;
}

.pb20 {
padding-bottom:30px;
}

.pt30 {
padding-top:30px;
}

.pt10 {
padding-top:10px;
}

.mt20{
	margin-top: 20px;
}


.recruit-wrapper table{
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.6;
    table-layout: fixed;  
	width:100%;

}



.recruit-wrapper table th,
.recruit-wrapper table td{
	padding:1em;
	border:1px solid #666;
	white-space:nowrap;
}

.recruit-wrapper table th{
	text-align:center;
}

.recruit-wrapper table th{
	font-weight:normal;
	text-align:left;
	width:15%;
}

.recruit-wrapper table td{
	width:85%;
}

.recruit-wrapper table td span{
	font-weight:bold;
	color:#fc0;
}

.bold {
font-weight:bold;
}

.black {
color: #171715;

}

h2.strong {
color:#FFFF00;
}

span.pl1em {
padding-left:1em;
}

p.center {
text-align:center;
}

.menu_pt_20 {
	padding-top: 20px;
}


