/*
Theme Name: mameyan
Author: hironari okada
Description: 制作webda。居酒屋まめやん用のテンプレートテーマ
Template: biz-vektor
*/
body {
	background:url(img/back.jpg) left top repeat;
}

#main #container {
	padding-top: 10px;
}

#panList #panListInner {
	padding: 0;
}

#content p {
	padding: 0;
}

#content dl {
	margin-bottom: 30px;
}

#content .entry-content {
	padding: 0;
}

#content dt {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	font-size: 110%;
	border-bottom: 1px solid #ccc;
}

.entry-content:after {
	content: "";
	display: block;
	clear: both;
}

#content dd {
	margin-bottom: 15px;
	padding-left: 10px;
}

#content .alignleft, #content img.alignleft {
	margin-right: 10px;
}

#content .alignright, #content img.alignright {
	margin-left: 10px;
}

/*-- グロナビ --*/

#gMenu {
	background: #fff;
	border-bottom: none;
}

/*-- スライド部分調整 --*/
#topMainBnr,
#pageTitBnr {
	padding: 0;
	background: url(img/black_back.png) left top repeat;
}

#topMainBnrFrame {
	box-shadow: none;
	border: none;
	width: 1200px;
	min-height: 400px;
}

#topMainBnr img {
	width: 1200px !important;
}

#topPr {
	margin-bottom: 20px;
}

#content .infoList .rssBtn a {
	right: 50px;
}


#content h2,
#content h1.entryPostTitle {
	background: url(img/img_h2.png) left top no-repeat;
	height: 40px;
	padding: 50px 0 0 75px;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow:none;
	margin-bottom: 0;
	margin-top: -20px;
}

#content h3 {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 10px 0;
}

#content .entry-content {
	overflow: visible;
}

/*-- 固定ページアクセス --*/
.page-id-12 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/img_access.jpg) left top no-repeat;
	height: 150px;
	padding: 0 0 0 80px;
	margin: 0;
	color: #2d2d2d;
	text-shadow: none;
	line-height: 150px;
	font-weight: normal;
}

/*-- 固定ページこだわり --*/
.page-id-6 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/img_concept.jpg) left top no-repeat;
	height: 150px;
	padding: 0 0 0 80px;
	margin: 0;
	color: #2d2d2d;
	text-shadow: none;
	line-height: 150px;
	font-weight: normal;
}

/*-- 固定ページ料理 --*/
.page-id-10 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/img_food.jpg) left top no-repeat;
	height: 150px;
	padding: 0 0 0 80px;
	margin: 0;
	color: #2d2d2d;
	text-shadow: none;
	line-height: 150px;
	font-weight: normal;
}

/*-- 固定ページ飲み物 --*/
.page-id-8 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/img_drink.jpg) left top no-repeat;
	height: 150px;
	padding: 0 0 0 80px;
	margin: 0;
	color: #2d2d2d;
	text-shadow: none;
	line-height: 150px;
	font-weight: normal;
}


/*-- スライドのページャ位置調整 --*/
.flex-direction-nav li .next {
	right: -35px;
}

.flex-direction-nav li .prev {
	left: -35px;
}

/*-- ギャラリー、あいさつヘッダー --*/
.page-id-177 h1, .page-id-115 h1,
#pageTit {
	color: #fff;
	text-shadow: none;
	font-weight: normal !important;
}

/*-- フッター --*/

#footer {
	background-image:none;
	color:#2d2d2d;
	text-shadow:none;
}

#footerSiteMap .menu a {
 	color: #2d2d2d;
 }

#footerSiteMap .menu li {
	text-shadow: none;
}

#footer dl#footerOutline dd {
	color:#2d2d2d;
}


#siteBottom {
	background-image:none;
	background-color: #fff;
	color:#2d2d2d;
	text-shadow:none;
}


/*-- 1200px以下 --*/
@media screen and (max-width: 1200px) {

	#topMainBnrFrame {
		width: 100%;
		min-height: 0;
	}

	#topMainBnr img {
		width: 100% !important;
	}

}

/*-- 1200px以下end --*/

/*-- 770px以下 スマホ --*/
@media screen and (max-width: 770px) {

#pageTitBnr .innerBox {
	margin: 0;
	width: 100%;
}

#content h2,
#content h1.entryPostTitle {
	background: #302833;
	border-radius: 2px;
	color: #fff;
	position: relative;
	padding: 10px 0 10px 50px;
	height: auto;
	margin-top: 10px;
}

#content h2:before,
#content h1.entryPostTitle:before {
	content: "";
	display: block;
	width: 42px;
	height: 60px;
	background: url(img/sp/img_sp_h2.png) left center no-repeat;
	-webkit-background-size: 42px 60px;
	background-size: 42px 60px;
	position: absolute;
	left: 3px;
	top: -15px;
}

#content .infoList .rssBtn a {
	top: 8px;
	right: 0;
	border-radius: 2px;
}


/*-- 固定ページアクセス --*/
.page-id-12 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/sp/img_sp_access.jpg) left top no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
	font-size: 16px;
}

/*-- 固定ページこだわり --*/
.page-id-6 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/sp/img_sp_concept.jpg) left top no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
	font-size: 16px;

}

/*-- 固定ページ料理 --*/
.page-id-10 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/sp/img_sp_food.jpg) left top no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
	font-size: 16px;
}

/*-- 固定ページ飲み物 --*/
.page-id-8 #pageTitBnr #pageTitInner h1#pageTit {
	background: url(img/sp/img_sp_drink.jpg) left top no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	line-height: 100px;
	padding-left: 10px;
	font-size: 16px;
}











}

/*-- 770px以下 スマホ end --*/
