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

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/contents.css");




/*-------------------------------------
 Gallery
---------------------------------------*/

#gallery h2 {
	background-image: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #5293CE;
	color: #5293CE;
	font-family: "HiraMinPro-W3","MS-PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝";
	margin-bottom: 0px;
}
#gallery {
	padding-bottom: 0px;
}

.gallery-box {
	margin-bottom: 0px;
}
.gallery-box .photo-space {
 margin-left: 24px;
}
.gallery-box img {
 border: 1px solid #CCCCCC;
}
.gallery-txtb {
	/**/background-image: url(../img/img_point.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	border-top: 1px dotted #ABBCCE;
	background-position: 0px 10px;
	line-height: 155%;
	clear: both;
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 50px;
}#gallery .gallery-box .photoBlc {
	padding-top: 15px;
}
#gallery ul li {
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	list-style-type: none;
}
#gallery ul li img {
	vertical-align: top;
	float: left;
	margin-right: 20px;
}
#gallery ul li a img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#gallery ul li p a {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 110%;
	font-weight: bold;
}
#gallery ul li p.entryTitle {
	padding-bottom: 10px;
}
