@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#fff;
font-size:14px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#000;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#fff;text-decoration:none;}
a:hover{color:#c4000f;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#000;
}

.inner{
margin:0 auto;
width:100%;
background:#303030;
}


/*************
/* ヘッダー
*************/
#header{
height:120px;
}

#header h1{
color:#f39800;
padding:5px 0 10px;
font-size:11px;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}



/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:5px auto;
padding:0;
position:relative;
line-height:0;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
text-align:center;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

#subpage #mainBanner{margin-top:0;}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
padding:10px;
text-align:center;
border-right:dotted 1px #fff;
}

.box2{
padding:10px;
text-align:left;
border-right:dotted 1px #fff;
background-color:#fff;
width:300px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{color:#007fb5;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#6caefe;
}

.box p.readmore a:hover{background:#488fdd;}


/*************
メイン コンテンツ
*************/
section.content article{
padding:5px;
margin-bottom:20px;
border:1px solid #666;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
color:#c4000f;
border-top:3px double #999;
border-bottom:3px double #999;
}

section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #fff;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
color:#151515;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer .inner{
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
background:#000;
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;
font-size:11px;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

address{
clear:both;
padding:20px 0;
text-align:center;
font-style:normal;
font-size:10px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#wrapper,#header,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:160px;
	padding:20px 0;
	border-top:2px solid #f39800;
	border-bottom:2px solid #f39800;
	}
	
	nav#mainNav ul li.last a{width:159px;}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#f39800;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a,nav#mainNav li a:hover{
	color:#c4000f;
	border-color:#c4000f;
	}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar h3{padding-left:10px;
	color:#fff;
	background-color:#333;}
	
	#sidebar li.active a,nav#sidebarNav li a:hover{
	color:#c4000f;
	border-color:#c4000f;
	}
	
	#sidebar article{
	padding:0px;
	margin-bottom:20px;
	border:0px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:990px;
	margin:0 0 0 -30px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:30px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:5px 10px 2px 12px;
	}
	
	#footer .inner{
	width:940px;
	padding:10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{padding:0 10px;}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto 20px;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border:1px solid #e4e4e4;
	}	

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#eb6100;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:100%;
	margin:0 auto 0 auto;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:320px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}
}

.free1{height:auto;}
.free2{padding:0 5px 5px 10px; font-size:11px;}


.ta-c {
	text-align: center;
	margin:5px 0 20px;
}
div.total {
	text-align: center;
	border-top: 1px dashed #fff;
	padding: 10px;
	font-size:11px;
	color:#f00;
}
div.total span {
	font-family: Verdana,Helvetica,Arial;
}
strong.ttl {
	margin-top:5px;
	margin-bottom:10px;
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	border-bottom: solid 1px #666;

}
div.menu-ttl {
	background: #9f6522;
	color: #fff;
	padding: 1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}
div.cart-now {
	background: #666;
	padding:5px 5px 5px 10px; font-size:11px;
	margin-bottom:10px;
}

#gallery .grid2{
	width:300px;
	height:280px;
	margin:0 5px 10px 0;
	padding:10px; 5px;
	background-color:#222;
	font-size:11px;
	float:left;
	}
	
#gallery .grid3{
	width:100%;
	margin:0 5px 10px 0;
	padding:10px; 5px;
	background-color:#222;
	line-height:25px;
	font-size:11px;
	float:left;
	}
	
p.cate-name {
	width: 640px;
	text-align: left;
	margin: 5px;
}
p.cate-name span {
	color: orange;
}
	
.shohin-tit1{color:#fff100;margin-bottom:10px;text-align:center;background-color:#c4000f;padding:2px;}

.cart-item1{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-item2{margin:0 0 1px 0; padding:5px 5px; width:300px; height:30px; line-height:30px; color:#000; background-color:#fff; float:left;}

.cart-item1-end{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-item2-end{margin:0 0px 10px 0; padding:5px 5px; width:300px; height:30px; line-height:30px; color:#000; background-color:#fff; float:left;}

.cart-item3{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#f6b37f; float:left;}

.cart-item4{margin:0 1px 1px 0; padding:5px 5px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#fff; float:left;}

.cart-item3-end{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#f6b37f; float:left;}

.cart-item4-end{margin:0 0px 10px 0; padding:5px 5px; width:300px; height:30px; line-height:30px; color:#000; font-weight:bold; background-color:#fff; float:left;}

.cart-user70-1{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:70px; line-height:20px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-user70-2{margin:0 0 1px 0; padding:5px 5px; width:300px; height:70px; line-height:20px; color:#000; background-color:#fff; float:left;}

.cart-user50-1{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:50px; line-height:20px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-user50-2{margin:0 0 1px 0; padding:5px 5px; width:300px; height:50px; line-height:20px; color:#000; background-color:#fff; float:left;}

.cart-user50-1-end{margin:0 1px 10px 0; padding:5px 10px; width:300px; height:50px; line-height:20px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-user50-2-end{margin:0 0 10px 0; padding:5px 5px; width:300px; height:50px; line-height:20px; color:#000; background-color:#fff; float:left;}

.cart-user30-1{margin:0 1px 1px 0; padding:5px 10px; width:300px; height:30px; line-height:20px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-user30-2{margin:0 0 1px 0; padding:5px 5px; width:300px; height:30px; line-height:20px; color:#000; background-color:#fff; float:left;}

.cart-user30-1-end{margin:0 1px 10px 0; padding:5px 10px; width:300px; height:30px; line-height:20px; color:#000; font-weight:bold; background-color:#fadeb3; float:left;}

.cart-user30-2-end{margin:0 0 10px 0; padding:5px 5px; width:300px; height:30px; line-height:20px; color:#000; background-color:#fff; float:left;}

div.addr-ttl {
	text-align: left;
	margin: 50px
	width:600px;}
div.addr-ttl span {
	border-left: 2px solid #dd0000;
	padding-left: 3px;}
.cart-user30-1 span{
	border-left: 2px solid #dd0000;
	padding-left: 3px;}
.cart-user50-1 span{
	border-left: 2px solid #dd0000;
	padding-left: 3px;}
.cart-user70-1 span{
	border-left: 2px solid #dd0000;
	padding-left: 3px;}
div.err-ttl {
	width: auto;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #c4000f;
	border: 1px solid #c4000f;
	font-family: Verdana,Helvetica,Arial;}
div.err-box {
	width: 300px;
	margin: 3em auto;
	color: red;
	background: #fff;
	border: 1px solid #c4000f;}
div.err-msg {
	padding: 1.5em;}

/* ページ繰越ボタン */
div.pgbtn {
	margin: 1em 0;
}
/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 10px;
	padding: 10px 10px 5px;}
ul.pager li {
	display: inline;
	margin: 0 1px;
	padding: 0;}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 6px;
	background: #b16363;
	color: #fff;
	border: 1px solid #bbb;
	text-decoration: none;
	vertical-align: middle;}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 6px;
	background: #fff;
	color: #5b2e00;
	border: 1px solid #b16363;
	text-decoration: none;
	vertical-align: middle;}
ul.pager li a:hover {
	background: #ffc488;}
	
ul.topnav{

clear:both;
padding:0 0;
font-size:11px;
}

ul.topnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

.menu_box1{
padding:5px;
margin-bottom:20px;
background-color:#FFFFFF;
color:#000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
overflow:hidden;
}

.menu_tit1{padding:5px; margin:10px 0 10px 0; border-bottom:1px dotted #fff; border-left:solid 5px #FF9900; overflow:hidden;}

.menu_dri2{padding:5px; margin:0 10px 10px 10px; border-bottom:1px solid #ff420f; line-height:20px; clear:both;}

.menu_dri3{padding:5px; margin:0 10px 20px 10px; border:1px dotted #ff420f; background-color:#fde9ca; font-size:11px; line-height:20px; clear:both;}

.menu_food2{padding:5px; margin:0 10px 10px 10px; border-bottom:1px solid #e8bb21; line-height:20px; clear:both;}

.menu_food3{padding:5px; margin:0 10px 20px 10px; border:1px dotted #e8bb21; background-color:#FFFFCC;; font-size:11px; line-height:20px; clear:both;}

.menu_price1{width:150px; border-bottom:1px solid #666; background-image:url(img/menu_icon1.gif); background-repeat:no-repeat; padding:5px 0 5px 40px; margin:0 10px 10px 10px; text-align:right; font-size:14px; color:#f00; float:right;}

.menu_dri1{
padding:5px 5px 5px 10px;
margin-bottom:10px;
line-height:20px;
color:#FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #ff4412;
-webkit-box-shadow: 0px 0px 1px #ff4412;
box-shadow: 0px 0px 1px #ff4412;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff420f', endColorstr = '#ff732e');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff420f', endColorstr = '#ff732e')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ff420f, #ff732e);
background-image: -ms-linear-gradient(top, #ff420f, #ff732e);
background-image: -o-linear-gradient(top, #ff420f, #ff732e);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff420f), to(#ff732e));
background-image: -webkit-linear-gradient(top, #ff420f, #ff732e);
background-image: linear-gradient(top, #ff420f, #ff732e);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
clear:both;
}

.menu_food1{
padding:5px 5px 5px 10px;
margin-bottom:10px;
line-height:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd83d', endColorstr = '#e8bb21');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd83d', endColorstr = '#e8bb21')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffd83d, #e8bb21);
background-image: -ms-linear-gradient(top, #ffd83d, #e8bb21);
background-image: -o-linear-gradient(top, #ffd83d, #e8bb21);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd83d), to(#e8bb21));
background-image: -webkit-linear-gradient(top, #ffd83d, #e8bb21);
background-image: linear-gradient(top, #ffd83d, #e8bb21);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
clear:both;
}

#back-top {
    position: fixed;
    bottom: 250px;
    overflow: hidden;
    float: left;
    margin-left:80px;
    z-index:800px;
}
#back-top a {
padding:5px 10px 5px 10px;
margin-bottom:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd83d', endColorstr = '#e8bb21');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd83d', endColorstr = '#e8bb21')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #333, #666);
background-image: -ms-linear-gradient(top, #333, #666);
background-image: -o-linear-gradient(top, #333, #666);
background-image: -webkit-gradient(linear, center top, center bottom, from(#333), to(#666));
background-image: -webkit-linear-gradient(top, #333, #666);
background-image: linear-gradient(top, #333, #666);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
display:block;
}