@charset"utf-8";

div.results {}

	div.results .resultsInner {}

		div.results .resultsInner .thumbBox {
			width: 275px;
		}

			div.results .resultsInner .thumbBox a img {
				padding: 4px;
				border: 1px solid #94853c;
			} div.results .resultsInner .thumbBox a:hover img {
				border: 1px solid #ccc;
			}

		div.results .resultsInner .txtBox {
			width: 320px;
		}

		div.results .partBox {
			margin-left: 10px;
			font-weight: bold;
		}

			div.results .partBox dl {}

				div.results .partBox dl dt {
					margin-top: 3px;
					float: left;
				}

				div.results .partBox dl dd {
					margin-left: 15px;
					float: left;
				}

				div.results .partBox dl ul {}

					div.results .partBox dl ul li {
						margin-right: 10px;
						padding: 3px;
						float: left;
						background: transparent url(/img/common/bg01.gif) left top;
					}

						div.results .partBox dl ul li em {
							padding: 4px 5px;
							background: #fff;
							display: block;
							font-style: normal;
						}

.bg03 {
	padding-bottom: 30px;
}

