@charset "utf-8";
/*-----------------------------------------------*/
/* カテゴリページお中元
/*-----------------------------------------------*/

#main #cate_intro img {
	float: none;
	margin: 0px 0;
	width: auto;
}
#main #cate_intro p {
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
}

.oseiboCatTtl {
	background: #950224;
	color: #fff;
	font-size: 110%;
	padding: 10px;
	border-left: 5px solid #5a1528;
	margin-bottom: 10px;
}

.oseiboTxtList {
	width: 558px;
	list-style: none;
	overflow: hidden;
	margin-right: -5px;
	margin-bottom: 3px;
}
.oseiboTxtList li {
	float: left;
	width: 182px;
	margin-right: 4px;
	margin-bottom: 5px;
	letter-spacing:-1px;
}
.oseiboTxtList li a {
	width: 178px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 115%;
	padding: 5px 2px;
	/*display: block;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
	text-shadow: 0px 0px 6px #5a6b89;
	border: solid 1px #7d7e7d;
	background-color: #7d7e7d;
	/*▼グラデーション*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%, #2b2a2a));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #2b2a2a);
	background-image: -moz-linear-gradient(top, #7d7e7d, #2b2a2a);
	background-image: -ms-linear-gradient(top, #7d7e7d, #2b2a2a);
	background-image: -o-linear-gradient(top, #7d7e7d, #2b2a2a);
	background-image: linear-gradient(top, #7d7e7d, #2b2a2a);

filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#2b2a2a);
}
}
 
/* IE 6 */
* html .oseiboTxtList li a {
		display: inline;
		zoom: 1;
}

/* IE 7 */
*:first-child+html .oseiboTxtList li a {
		display: inline;
		zoom: 1;
} 
.oseiboTxtList li a:hover{
	border: solid 1px #5c5c5c;
	background-color: #9e9f9e;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e9f9e), color-stop(100%, #5c5c5c));
background-image: -webkit-linear-gradient(top, #9e9f9e, #5c5c5c);
background-image: -moz-linear-gradient(top, #9e9f9e, #5c5c5c);
background-image: -ms-linear-gradient(top, #9e9f9e, #5c5c5c);
background-image: -o-linear-gradient(top, #9e9f9e, #5c5c5c);
background-image: linear-gradient(top, #9e9f9e, #5c5c5c);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9e9f9e, endColorstr=#5c5c5c);
}




/*.oseiboTxtList li.oseiboTop a {
	text-shadow: 0px 0px 6px #5a6b89;
	border: solid 1px #ff9b1e;
	background-color: #ff9b1e;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b1e), color-stop(100%, #ee8501));
	background-image: -webkit-linear-gradient(top, #ff9b1e, #ee8501);
	background-image: -moz-linear-gradient(top, #ff9b1e, #ee8501);
	background-image: -ms-linear-gradient(top, #ff9b1e, #ee8501);
	background-image: -o-linear-gradient(top, #ff9b1e, #ee8501);
	background-image: linear-gradient(top, #ff9b1e, #ee8501);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9b1e, endColorstr=#ee8501);
}
.oseiboTxtList li.oseiboTop a:hover{
	border: solid 1px #fda12e;
	background-color: #fcaf4f;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcaf4f), color-stop(100%, #fda12e));
background-image: -webkit-linear-gradient(top, #fcaf4f, #fda12e);
background-image: -moz-linear-gradient(top, #fcaf4f, #fda12e);
background-image: -ms-linear-gradient(top, #fcaf4f, #fda12e);
background-image: -o-linear-gradient(top, #fcaf4f, #fda12e);
background-image: linear-gradient(top, #fcaf4f, #fda12e);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fcaf4f, endColorstr=#fda12e);
}*/