@charset "utf-8";
/*body*/
body {
	background-color:#fff;
}
/*ヘッダ*/
header {
	display:block;
}
/*ロゴ*/
header div {
	width:100%;
	display:table;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header div h1 {
	display:table-cell;
}
header div h1 img {
	width:100px;
}
/*ログインボタン*/
header div p {
	display:table-cell;
	text-align:right;
}
/*header div p#loginId {
	display:none;
}*/
header div p#loginId a {
	font-size:80%;
	text-shadow:1px 1px 0px #fff,-1px -1px 1px #999;
	-webkit-text-shadow:1px 1px 0px #fff,-1px -1px 1px #999;
	-moz-text-shadow:1px 1px 0px #fff,-1px -1px 1px #999;
	background:url(/assets/images/login.png), #eeeeee; /* Old browsers */
	background:url(/assets/images/login.png), -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background:url(/assets/images/login.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background:url(/assets/images/login.png), -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background:url(/assets/images/login.png), -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background:url(/assets/images/login.png), -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background:url(/assets/images/login.png), linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter:url(/assets/images/login.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding:5px 8px 5px 30px;
	border:solid 1px #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-attachment: scroll;
	background-repeat: no-repeat,repeat;
	background-position: 10% 40%, 0 0;
	background-size:18px 18px,auto;
	-webkit-background-size:18px 18px,auto auto;
	-moz-background-size:18px 18px,auto;
}
header div p#loginId a:hover{
	background:url(/assets/images/login.png),  #cccccc; /* Old browsers */
	background:url(/assets/images/login.png),  -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background:url(/assets/images/login.png),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background:url(/assets/images/login.png),  -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background:url(/assets/images/login.png),  -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background:url(/assets/images/login.png),  -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
	background:url(/assets/images/login.png),  linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
	filter:url(/assets/images/login.png),  progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-attachment: scroll;
	background-repeat: no-repeat,repeat;
	background-position: 10% 40%, 0 0;
	background-size:18px 18px,auto;
	-webkit-background-size:18px 18px,auto auto;
	-moz-background-size:18px 18px,auto;
}
/*ヘッダ_ナビ*/
nav {
	display:block;
}
header nav ul {
	width:100%;
	display:table;
	table-layout:fixed;
	text-align:center;
}
header nav ul li {
	display:table-cell;
	border-right:solid 1px #E5EAC9;
	border-bottom:solid 2px #586609;
	border-collapse:collapse;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header nav ul li:last-child {
	border-right:none;
}
header nav ul li a {
	color:#fff;
	font-size:70%;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	-webkit-text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	-moz-text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	background: rgb(164,179,87);
background: -moz-linear-gradient(top,  rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,179,87,1)), color-stop(100%,rgba(117,137,12,1)));
background: -webkit-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
background: -o-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
background: -ms-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
background: linear-gradient(to bottom,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );

	display:block;
	line-height:35px;
}
header nav ul li a:hover {
	color:#fefefe;
	background: rgb(117,137,12);
background: -moz-linear-gradient(top,  rgba(117,137,12,1) 0%, rgba(164,179,87,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,137,12,1)), color-stop(100%,rgba(164,179,87,1)));
background: -webkit-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
background: -o-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
background: -ms-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
background: linear-gradient(to bottom,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357',GradientType=0 );

}
/*会員登録*/
#top_entry{
	text-align:center;
	padding:10px 0;
}
#top_entry img{
	max-width:300px;
}
/*セクション*/
section {
	display:block;
}
/*記事*/
article {
	display:block;
}
/*見出し*/
h2 {
	color:#fff;
	font-weight:bold;
	line-height:35px;
	background-color:#cca17a;
	padding:0 0 0 10px;
}
h3 {
	color:#7E6B5A;
	font-size:90%;
	line-height:18px;
	padding:5px 10px;
	border-left:solid 8px #a40000;
}

h4 {
	color:#ff9933;
	font-size:90%;
	font-weight:bold;
	line-height:25px;
	padding:0 0 0 37px;
	background-attachment: scroll;
	background-image: url(/assets/images/star.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	/*
	text-shadow:1px 1px 1px #663300;
	-webkit-text-shadow:1px 1px 1px #663300;
	-moz-text-shadow:1px 1px 1px #663300;
	*/
}
h3+h4{
	margin:10px 0 0 0;
}
/*新着*/
.date {
	color:#fff;
	text-align:center;
	background-color:rgba(255,102,0,0.75);
	width:96%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:5px 0;
	margin:2% 2% 0 2%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	letter-spacing: 0.25em;
}
#new_recipe {
	width:100%;
	/*padding:5px;*/
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.new_recipe {
	font-size: 70%;
	text-align: justify;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.new_recipe a {
	width: 100%;
	display: block;
	border: solid 1px #4d4d4d;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
}
.new_recipe a img {
	width: 100%;
	/*height:100%;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.new_item {
	background: rgba(0,0,0,0.3);
	padding:5px;
	border-top: solid 1px rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;}
.new_item p {
	width: 100%;
	color: #fff;
	font-weight:bold;
	line-height:1.2;
	text-overflow:ellipsis;
}
.new_item p:first-child {
	margin-bottom: 3px;
	font-size:120%;
	color: #febf01;
}
/*pickup*/
#pickup {
	font-size:80%;
	margin: 0 10px 10px 10px;
}
#pickup a {
	display:block;
	line-height:15px;
	text-align:justify;
}
#pickup .pickup_title {
	color:#ff9933;
	font-weight:bold;
	text-align:justify;
	text-indent: 30px;
	line-height:20px;
	display:block;
	margin:5px 0;
	/*padding:5px 0;*/
	border-bottom:dashed 1px #ff9933;
	background-attachment: scroll;
	background-image: url(/assets/images/star.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
	background-size:16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px;
}
#pickup img {
	width: 30%;
	display: block;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#pickup p {
	margin: auto 5px auto 10px;
	width: 65%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*検索*/
.recipe_contents {
	margin:10px 0;
}
.recipe_contents h3{
	background: #F0E6D0;
}

/*検索_フリーワード*/
#search {
	width:100%;
	padding:10px 5px 0 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;
}
#search form p {
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#search form p:nth-of-type(1) {
	width:70%;
}
#search form p:nth-of-type(2) {
	width:30%;
}
#search form input[type="search"] {
	-webkit-appearance: none;
	font-size: 90%;
	width: 100%;
	height: 32px;
	line-height: 1.25;
	padding: 5px 3px;
	border: solid 1px #ccc;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow:2px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:2px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:2px 1px 2px rgba(0,0,0,0.2) inset;
}
#search form input[type="submit"],
#contact form input[type="submit"],
#do_withdrawal form input[type="submit"],
#entry form input[type="submit"],
#buy form input[type="submit"]{
	color:#fff;
	font-size: 80%;
	text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	-webkit-text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	-moz-text-shadow:1px 1px 0px rgba(88,102,9,0.3);
	width: 100%;
	height: 32px;
	padding: 5px 3px;
	line-height: 1.2;
	background: rgb(164,179,87);
	background: -moz-linear-gradient(top,  rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,179,87,1)), color-stop(100%,rgba(117,137,12,1)));
	background: -webkit-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
	background: -o-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
	background: -ms-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
	background: linear-gradient(to bottom,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );
	border:solid 1px #586609;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#search form input[type="submit"]{
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
#search form input[type="submit"]:hover,
#contact form input[type="submit"]:hover,
#do_withdrawal form input[type="submit"]:hover,
#entry form input[type="submit"]:hover,
#buy form input[type="submit"]:hover{
	background: rgb(117,137,12);
	background: -moz-linear-gradient(top,  rgba(117,137,12,1) 0%, rgba(164,179,87,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,137,12,1)), color-stop(100%,rgba(164,179,87,1)));
	background: -webkit-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
	background: -o-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
	background: -ms-linear-gradient(top,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
	background: linear-gradient(to bottom,  rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357',GradientType=0 );

}
/*検索_材料*/
#food {
	width:100%;
	display:block;
	overflow:hidden;
}
#food li {
	font-size:80%;
	width:50%;
	margin:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
	#food li:nth-child(2n+1){float:left;}
	#food li:nth-child(2n+0){float: right;}

#food li a {
	display:block;
	padding:5px 10px;
	border:solid 1px #ccc;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

}
#food li a img {
	height: 40px;
}
#food li a span {
	margin: 0 10px;
	/*padding:5px 0 0 0;*/
}
/*検索_季節*/
#season {
	width:100%;
	text-align:center;
	padding:5px 0 0 0;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#season tr td {
	padding:5px;
}
#season tr td a {
	font-size:80%;
	display:block;
	padding:5px;
	border:solid 1px #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#season tr td a img {
	width:60%;
}
#season tr td a span {
	display:block;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	border-top:solid 1px #ccc;
}
/*検索_カロリー+時間*/
#calorie {
	width:100%;
	font-size:80%;
	padding:10px 0 0 0;
	display:table;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#time {
	width:100%;
	font-size:80%;
	padding:10px 0 10px 0;
	display:table;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#calorie ul, #time ul {
	display:table-cell;
}
#calorie ul:nth-child(1), #calorie ul:nth-child(2), #calorie ul:nth-child(3), #time ul:nth-child(1), #time ul:nth-child(2), #time ul:nth-child(3) {
	border-right:dotted 1px #000;
}
#calorie ul li, #time ul li {
	width:100%;
}
#calorie ul li a, #time ul li a {
	text-align:center;
	line-height:30px;
	display:block;
}
/*フッタ*/
footer {
	background-color:#F7F3E8;
	display:block;
}
/*サポートメニュー*/

#support_menu {
	text-align: center;
	margin-bottom: 15px;
	border-top: solid 1px #59493f;
	border-bottom: solid 1px #59493f;
	padding: 10px 5px;
}
#support_menu a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 5px;
}
.btn {
	margin: 10px auto;
	width: 80%;
	font-size: 14px;
	text-align: center;

}
.btn a {
	border: solid 1px #ccc;
	border-radius: 5px;
	display: block;
	line-height: 2.6;
	text-decoration: none;
	background: rgb(226,226,226);
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );}

.btn a:hover {
background: rgb(254,254,254);
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(209,209,209,1) 50%, rgba(219,219,219,1) 51%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(50%,rgba(209,209,209,1)), color-stop(51%,rgba(219,219,219,1)), color-stop(100%,rgba(226,226,226,1)));
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 50%,rgba(219,219,219,1) 51%,rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 50%,rgba(219,219,219,1) 51%,rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 50%,rgba(219,219,219,1) 51%,rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 50%,rgba(219,219,219,1) 51%,rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}
/*コピーライト*/
#copy {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	border-bottom: solid 2px #7A6C52;
	/*margin:0 0 10px 0;*/
}

/*戻る*/
.back_btn{
	font-size:80%;
	width:100%;
	display:table;
	table-layout:fixed;
	padding:0 10px 10px 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.back_btn li{
	width:50%;
	display:table-cell;
}
.back_btn li:first-of-type{
	padding:0 5px 0 0;
}
.back_btn li:last-of-type{
	padding:0 0 0 5px;
}
.back_btn li a{
	padding:8px 8px 8px 30px;
	display:block;
	border:solid 1px #bbb;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: url(/assets/images/arrow2.png),#eee;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 7px 45%;
	background-size:18px;
	-webkit-background-size:18px 18px;
	-moz-background-size:18px;
}
.back_btn li a:hover{
	background: url(/assets/images/arrow2.png),#ddd;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 7px 45%;
	background-size:18px;
	-webkit-background-size:18px 18px;
	-moz-background-size:18px;
}
/** ----------------------------------------
 * キャリア選択ボタン
 */
.carrierSelect {
  border-top: 1px solid #59493f;
  padding: 15px 30px;
  background-color: #f2f0e6;
  list-style-type: none;
  text-align: center;
}

.carrierSelect li {
  margin-bottom: 15px;
}

.carrierSelect li:last-of-type {
  margin-bottom: 0;
}

.carrierSelect li a {
  padding: 13px 0;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #eee), color-stop(0.5, #ddd), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee 50%, #ddd 50%, #eee);
  background-image:    -moz-linear-gradient(#fff, #eee 50%, #ddd 50%, #eee);
  background-image:         linear-gradient(#fff, #eee 50%, #ddd 50%, #eee);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.6) inset;
     -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.6) inset;
          box-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.6) inset;
  display: block;
  text-decoration: none;
}