@charset "utf-8";
/*logo*/
.title {
	color: #b9df3e;
	padding: 10px;
	padding-left: 75px;
	background:url(../img/portfolio_logo_g.png) no-repeat left center;
}
.subtitle {
	color: #b9df3e;
}
/*line*/
.l {
	border-bottom :2px solid #88a231;
}
.al {
	border-bottom :1px solid #88a231;
}
.dl {
	border-bottom :1px dotted #88a231;
}
/*menu*/
.pm {
	overflow: hidden;
	width: 100%;
	clear: both;
	vertical-align: bottom;
}
.pm ul {
	overflow: hidden;
	padding-top: 5px;
	margin: 0px 10px 0;
}
.pm li {
	overflow: hidden;
	position: relative;
	float:left;
	width: auto;
	height:25px;
	padding-right: 12px;
	font-style: italic;
}
.pm a {
	width:100%;
	height:100%;
	text-align:center;
	letter-spacing:1px
}

/*Portfolio List*/
.miniTitle {
	padding-top: 10px;
	padding-left: 12px;
	display:inline-block;
	/*background:url(../img/icon.gif) no-repeat 20% 75%;*/
	text-indent:0;
}
.g1 {
	overflow: hidden;
	width: 100%;
	clear: both;
	vertical-align: top
}
.g1 ul {
	overflow: hidden;
	margin: 7px 5px 0; /*top left */
}
.g1 li {
	overflow: hidden;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding: 0px 8px 15px;
	/*background: url(../img/miniGalleryBg_b.png) no-repeat 5px 3px;*/
}
.g1 a {
	overflow: hidden;
	display: block;
	width:100%;
	height:100%;
	color: #d5d5d5;
	text-align:center;
	font-size: 12px;
	/*line-height:1em;*/
	letter-spacing:0px
}
/* Web */
.g1 .w {
	display: block;
	height: 103px;
	/*margin: 9px 0 6px 9px;*/
}
.g1 .t15 {
	display: block;
	height: 150px;
	/*margin: 9px 0 6px 9px;*/
}
/* Mobile */
.g1 .m {
	display: block;
	height: 203px;
	/*margin: 9px 0 6px 9px;*/
}
.g1 .wn {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/*Detail Title*/
.detailTitle {
	font-size: 0.86em;
	color: #d5d5d5;
	padding: 10px 13px 5px 13px;
	font-size: 0.86em;
	white-space:pre-line;
	display:inline-block;
	/*background:url(../img/icon.gif) no-repeat left 5px;*/
	text-indent:0;
}
/*Portfolio Detail*/
.gb{
	overflow: hidden;
	width: 100%;
	clear: both;
	vertical-align: top;
}
.gb ul {
	overflow: hidden;
	margin: 10px;
}
.gb li {
	overflow: hidden;
	position: relative;
	float:left;
	padding: 5px;
}
/*detail img resize*/
.gb li img {
	width:100%;
	height:100%;
}