@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								フォトギャラリー							*/
/****************************************************************************/


/* ----------------------------------------------------
		フォトギャラリー
---------------------------------------------------- */
#photo_wrap {
	padding: 7% 0;
}

#photo_wrap #search_form h1 {
	background-color: #cccccc;
	margin-top: 6%;
}

#photo_wrap .pagination li a:hover, #photo_wrap .pagination li.page_select {
	background-color: #cccccc;
}

.photo_list li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 3.5% 1% 0 0;
}

.photo_list .photo_img {
	text-align: center;
	margin-bottom: 5px;
	width: 235px;
	height: 176px;
}

.photo_list .photo_img img {
	max-width: 100%;
	max-height: 100%;
}

.photo_list h2 {
	margin-top: 7px;
	line-height: 1.3;
}

.photo_list h2 a {
	background: url(/img/ja/common/ico_photo2.png) no-repeat left center;
	padding: 2px 0 2px 30px;
}

.photo_list li:nth-child(4n) {
	margin-right: 0;
}

.photo_term_box {
	margin-top: 10%;
	padding-top: 7%;
	border-top: 5px solid #f3f5f8;
}

.photo_term {
	margin-top: 25px;
	padding: 25px 20px;
	border: 1px solid #4b2a2a;
	height: 300px;
	box-sizing: content-box;
	overflow: auto;
	line-height: 1.7;
}
.photo_form {
    margin-top: 50px;
    box-sizing: content-box;
}
