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

div.g-style-list {
	margin-bottom: 25px;
}
div.g-style-list li {
	float: left;
	width: 150px;
	margin-right: 15px;
	text-align: center;
	line-height: 1.4;
}
div.g-style-list li.last-child {
	margin-right: 0;
}
div.g-style-list li a,
div.g-style-list li a:link {
	text-decoration: none;
}
div.g-style-list li a:hover {
	text-decoration: underline;
}
div.g-style-list li img {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #EDEDED;
}
div.g-style-list p.show-more {
	text-align: right;
	margin-top: 10px;
}
div.g-style-list p.show-more a {
	background: url(../images/arrow-01.png) no-repeat left;
	padding-left: 10px;
}
div.style-img {
	float: left;
}
div.style-img img#mainphoto {
	margin-bottom: 15px;
}
div.style-img div.sub-img p {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
div.style-img div.sub-img p.last-child {
	margin-right: 0;
}
ul.photo-selector li {
	display: block;
	float: left;
	margin-right: 10px;
}
ul.photo-selector li.last-child {
	margin-right: 0;
}
div.gallry-description {
	margin-left: 320px;
	margin-bottom: 40px;
}
div.gallry-description h3 {
	font-size: 153%;
	position: relative;
	margin-bottom: 5px;
}
table.spec {
	margin-top: 15px;
	width: 320px;
}
table.spec th,
table.spec td {
	border: 1px solid #8c8681;
	padding: 5px 10px 3px;
}
table.spec th {
	text-align: left;
	width: 100px;
	font-weight: normal;
	background-color: #fee0e3;
}
div.gallry-description h4 {
	margin-top: 25px;
	background-color: #ff6675;
	padding: 3px 5px 0;
	color: #fff;
}
ul.icon {
	margin-top: 10px;
	margin-bottom: 40px;
}
ul.icon li {
	float: left;
	margin-right: 5px;
}

div.style-img div.sub-img:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

