		#contents .section {
			min-height: 1000px;
			overflow: hidden;
			margin-bottom: 50px;
		}

	/* 一台分
	---------------------------------------- */

		/* ベース
		------------------------------------ */
		#contents .section .one {
			display: inline; float: left;
			width: 225px;
			height: 228px;
			margin: 5px 6px 5px 0;
			padding: 5px;
			background: #fff;
		}

		/* 写真
		------------------------------------ */
		#contents .section .one p.photo {
			width: 225px;
			height: 169px;
			overflow: hidden;
		}
		#contents .section .one p.photo a img {
			width: 100%;
		}

		/* 名前
		------------------------------------ */
		#contents .section .one h3 {
			margin-top: 6px;
			font-size: 93%;
			font-weight: bold;
			height: 22px;
		}
		#contents .section .one h3 img {
			margin-right: 5px;
		}

		#contents .section .one .godetail {
			margin: 3px auto 0 auto;
			width: 177px;
		}
