@charset "utf-8";

/* ==================================================================
	voice.css
	
=================================================================== */

.main p.accent{
	margin-bottom:35px;
}

.main .conceptBox{
	margin-left:20px;
	margin-right:14px;
	margin-bottom:35px;
}

.main .conceptBox p.title{
	font-size:18px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	margin-bottom:10px;
	color:#1C8C54;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:solid 1px #1C8C54;
}

.main .conceptBox p.title span{
	font-size:12px;
}

.main .designerBox{
	border:solid 3px #1C8C54;
	margin-left:10px;
	margin-right:4px;
	margin-bottom:30px;
	padding:10px;
	overflow:hidden;
	zoom:1;
}

.main .works_layout a{
	text-decoration:none !important;
}

.main .designerBox p.img{
	width:130px;
	height:130px;
	float:left;
	display:inline;
	border:solid 1px #CCC;
	margin-right:20px;
}

.main .designerBox dl{
	width:530px;
	float:left;
	display:inline;
}

.main .designerBox dl dt{
	color:#1C8C54;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.main .designerBox dl dd.name{
	font-size:18px;
	margin-bottom:5px;
}

.main .designerBox dl dd span{
	font-size:14px;
}


.works_layout{
	margin-left:10px;
	margin-bottom:30px;
}


div.slideshow-container {
	position: relative;
	width: 723px;
	height: 407px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-bottom:15px;
	border:solid #CCC 1px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 723px;
	height: 407px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 723px;
	height: 407px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
}

div.download {
	float: right;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 720px;
	top: 0;
	left: 0;
}

div.caption {
	padding: 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-right: -10px;
	overflow:hidden;
	zoom:1;
	margin-left:0;
}

ul.thumbs li {
/*
	display: block;
	float: left;
*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 8px 8px 0;
	padding: 4px;
	border: solid 1px #CCC;
}

a.thumb {
	display: block;
}

ul.thumbs li.selected {
	border: solid 1px #999;
}

ul.thumbs li:hover {
	border: solid 1px #999;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

ul.thumbs li.selected, ul.thumbs img:hover {
	opacity: 0.7;
}




ul.btn-list{
	overflow:hidden;
	zoom:1;
	border-top:solid 1px #CCC;
	padding-top:30px;
}

ul.btn-list li{
	width:auto;
	float:left;
	display:inline;
	margin-left:35px;
}










