@charset "UTF-8";

/* SEARCH_PARTS.HTML CUSTOM */

/* 基本レイアウト ------------ */
h3.heading span {
	border-left: 2px solid #c00;
	padding: 0 0 0 6px;
	font-size: 14px;
}

/* カテゴリ ------------ */
.category_box {
	float: left;
	display:block;
	width: 190px;
	margin: 0px 0px 15px 45px;
	padding: 5px;
	border-top: 1px solid #c00000;
}
.category_box:nth-child(3n+1) {
	margin-left: 0px;
}
.category_box .title {
	text-align: left;
	word-wrap: break-word;
	font-size: 14px;
	margin-bottom: 5px;
	min-height: 42px;
}
.category_box .title:hover a {
	color: #c00000;
}
.category_box .title a {
	cursor: pointer;
}
.category_box .title span {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/dark_gray/arr.gif.xhtml") no-repeat 0 5px;
    padding-left: 10px;
    display:inline-block;
}
.category_box .title span:hover {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
    color: #c00000;
}
.category_box img {
	width: 136px;
    height: 102px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.category_box .description {
	background-color: #fafafa;
	text-align: left;
	word-wrap: break-word;
}

/* リンク ------------ */

.linkArea{
    position: relative;
}

.linkArea a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.linkArea a:hover{
    background-color:#FFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.linkArea  a:hover .title span{
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
    color: #c00000;
}


.linkArea a .description span{
    color: #333;
}

