@charset "UTF-8";

/* Details-----------------------------------------------------------------------------
contents Override
-------------------------------------------------------------------------------------*/

	
/* contents
------------------------------------------------------------------*/
.grayBoxContents{
	border:#701210 solid 1px;
	margin:0 0 30px 0;
	}

/* === clearfix ==*/
.grayBoxContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.grayBoxContents{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .grayBoxContents{height: 1%;}
.grayBoxContents{display: block;}
/* End hide from IE-mac */
	
.grayTITContents{
	font-size:14px;
	font-weight:bold;
	background:#701210;
	padding:10px;
	border-bottom:#cbcbcb solid 1px;
	color:#fff;
	}
	
.grayBoxContentsIn{
	padding:15px 5px 15px 15px;
	_padding:15px 10px;
	_margin:0px;
	_width:548px;
	}
	
.ContentsBox{
	background:url(../_img/dotline.gif) repeat-x left bottom;
	width:538px;
	_width:548px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	zoom:1;/*for IE 5.5-7*/
	}
.ContentsBox:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
	
.ContentsBoxRight{
	background:url(../_img/dotline.gif) repeat-x left bottom;
	width:270px;
	padding:0 0 15px 0;
	float:right;
	display:inline;
	margin:0 0 15px 0;
	}
	
.ContentsImg{
	width:74px;
	float:left;
	display:inline;
	margin:0 0 15px 0;
	}
	
.ContentsBoxLast{
	width:250px;
	padding:0 0 0 0;
	float:left;
	display:inline;
	}
	
.ContentsBoxRightLast{
	width:270px;
	padding:0 0 0 0;
	float:right;
	display:inline;
	}
.blackBold {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.ContentsName{
	width:463px;
	background-color:#333333;
	color:#fff;
	font-weight:bold;
	padding:2px 0;
	_padding:2px 0 0 0;
	margin:0 0 5px 0;
}
.ContentsName a{
	font-weight:bold;
	color:#fff !important;
	text-decoration:none;
}
.ContentsName a:hover{
	font-weight:bold;
	color:#fff !important;
	text-decoration:underline;
}
.ContentsName p{
	margin:0 5px;
	padding:0;
}
.ContentsTxtBox{
	margin:0 0 0 74px;
	padding:0;
	width:463px;
}
.ContentsTxtBox a{
	color:#000;
	text-decoration:none;
}
.ContentsTxtBox a:hover{
	color:#000;
	text-decoration:underline;
}
.ContentsPrice{
	font-weight:bold;
	color:#ff0000;
}
.mb5{
	margin-bottom:5px !important;
}
.m0{
	margin:0 !important;
}