@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- photo */
.photobox ul li {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: auto auto 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted rgba(117,83,29,1.00);
}
.photobox ul {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photobox ul li .tit {
	font-weight: bold;
	margin-top: 5px;
	color: #75531d;
}
.photobox ul li .detail_btn a {
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #9d1212;
	text-align: center;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 10px 15px 0;
}
.photobox ul li a img {
	border: solid 1px #ccc;
	padding: 4px;
}
.photobox ul li .detail_btn a:hover {
	opacity: 0.7;
}
.photobox {
	text-align: left;
}
#mainphoto .bxslider li img {
	border: solid 1px #ccc;
	padding: 4px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainphoto .bxslider {
	text-align: center;
}
#mainphoto #bx-pager {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mainphoto #bx-pager a img {
	margin-right: 3px;
	margin-left: 3px;
}
#mainphoto #bx-pager ul li {
	display: inline-block;
}
#bx-pager a.active img {
	border: 1px solid #a2925d !important;
	opacity: 0.8 !important;
}
.detail_btn02 a {
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #9d1212;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 20px;
	width: 270px;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
}
.detail_btn02 a:hover {
	opacity: 0.7;
}
.photobox_detail p {
	text-align: center;
}
#photo_detail figure img {
	margin: 10px auto 20px;
}
#photo_detail figure figcaption {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
