/* ======= index =======*/
.imgBtm {
	background: #dfeaef!important;
	width: 170px;
	text-align: left;
}
.imgBtm ol.list {
	background: #dfeaef;
}
.imgBtm ol.list li {
	padding: 0 5px 10px!important;
	margin: 0!important;
	float: none!important;
	line-height: 1.2!important;
}
.imgBtm ol.list li span {
	display: inline-blick;
	float: right;
	color: #fff;
}
span.artist {
	background:#999999;
	color:#fff;
	padding:2px 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
	line-height:1!important;
	float:none!important;
	vertical-align:middle;
}
.imgBtm ol.list li span a {
	color: #fff;
	padding: 2px 8px;
	background: #ebbe50;
}
.imgBtm ol.list li span a:hover {
	text-decoration: none;
}

/* ======= 制作事例 =======*/
#works {
	overflow:hidden;
	clear:both;
	margin: 40px auto 0;
}
#works h3 {
	margin:0 0 20px;
}
#works .thumb {
	margin:0 0 40px;
	clear:both;
	overflow:hidden;
}
#works .thumb ul li {
	float:left;
	margin:0 0 20px 44px;
	background: #dfeaef;
}
#works .thumb ul li.kaijo {
	clear:left;
}

/* ======= 詳細 =======*/
.shousai {
	min-width: 600px;
}
.shousai p.txt {
	text-align: left;
	margin-bottom: 1em;
}
.shousai img {
	max-width: 700px;
	max-height: 400px;
}
.shousai-left {
	width:48%;
	float:left;
	text-align: left;
}
.shousai-right {
	width:48%;
	float:right;
	text-align: right;
}
.name {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
}
.cartBtn {
	display: inline-blick;
	color: #fff;
}
.cartBtn a {
	display: inline-block;
	color: #fff;
	padding: 12px 20px 12px 58px;
	background: url(../shopping/images/cartBtn.png) 18px center no-repeat #ebbe50;
	margin: 0 0 10px;
}
.cartBtn a:hover {
	text-decoration: none;
}

.transaction h3 {
	margin: 20px auto;
	clear: both;
	font-weight: bold;
}
.transaction dl {
	clear: both;
	overflow: hidden;
}
.transaction dl dt {
	float: left;
	width: 20%;
	clear: left;
}
.transaction dl dd {
	float: left;
	width: 80%;
}