@charset "utf-8";
/* CSS Document */

/*main_Photo*/

.box_pd_01 .imageBox{
	width:281px;
	height:281px;
	text-align:center;
	display: inline;
	float: left;
	border: 1px solid #898989;
	background-color:#FFFFFF;
	}

.box_pd_01 .imageBox P{
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			width: 281px !important;
			width: auto;
			height: 281px !important;
			height: auto;
	}

.box_pd_01 .imageBox img{
				vertical-align: bottom;
				}

/*thumb*/
		.box_pd_02 ul li {
			display: inline;
			float: left;
			margin:0 10px 10px 0;
			width:76px;
			height:76px;
			border: 1px solid #898989;
			text-align:center;
		}
		.box_pd_02 ul li p {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			width: 76px !important;
			width: auto;
			height: 76px !important;
			height: auto;
		}
			.box_pd_02 ul li a img {
				vertical-align: bottom;
			}