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

/*レイアウト
////////////////////////////////////////////////////*/
body {
	font-size: 14px;
}

/*ヘッダー
////////////////////////////////////////////////////*/
#wrapper_top {
	background: url(../../common/img/head_bg.jpg) no-repeat center top;
}

/*コンテンツ
////////////////////////////////////////////////////*/
/*メインビジュアル*/
#visual {
	overflow: hidden;
}

h2 {
	line-height: 0;
	clear: both;
	float: left;
	width: 179px;
	background: #e4e4e4;
	padding: 30px 0 250px 0;
}

h2 img {
	width: 123px;
	margin: 0 0 0 30px;
}

.main_p {
	width: 711px;
	float: right;
}

.h2_text {
	clear: both;
	margin: 13px 0 28px;
}

/*切り替え領域（年別）*/
#info_area {
	clear: both;
	width: 828px;
	border:  #e4e4e4 1px solid;
	border-top: #e4e4e4 15px solid;
	padding: 0 30px 0;
	margin: 0 0 30px;
}

h3 {
	width: 100%;
	/*background: url(../../common/img/pb_h3_indent.gif) no-repeat left center;
	padding: 0 0 0 30px;*/
	margin: 10px 0 -20px 0;
}

/*作品*/
h4 {
	width: 805px;
	height: 42px;
	background: url(../../common/img/h4_defo_bg.png) no-repeat left top;
	font-size: 14px;
	padding: 8px 0 0 23px;
	margin: 40px 0 5px 0;
}

/*サムネイル*/
.gallery_ill_for_pb, .gallery_ill_etc {
	width: 828px;
}

.gallery_ill_for_pb p, .gallery_ill_etc p {
	margin: 0;
}

.gallery_ill_for_pb li, .gallery_ill_etc li {
	width: 160px;
	float: left;
}

.gallery_ill_for_pb li img, .gallery_ill_etc li img {
	border: #e4e4e4 1px solid;
}

.li_defo {
	padding: 0 6px 0 0;
}

.li_last {
	padding: 0;
}

.zoom {
	clear: both;
}