@charset "utf-8";

/*
======== table of content. =================================

summary:制作実績ページ用CSS

- PROMOTIONAREA
- CONTENT
- FOOTER

============================================================
*/


/*-----------------------------------------------------
MAIN(base.cssをオーバーライド)
-------------------------------------------------------*/
div#promotionArea {
	padding-left:20px;
	width:756px;
	height:58px;	
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div#content-container {
	margin:10px 0 0 20px;
	padding:5px;
	width:746px;
	background:
			transparent
			url(../images/bg_main.gif) 
			repeat left top;
}

div.record-area {
	width:746px;
	background:#FFF;
}

div.record-container {
	padding:25px;
	width:696px;
}

div.records {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #CCC;
	width:696px;
}

div.records-first {
	width:696px;	
}

div.info {
	float:right;
	width:422px;
}

div.pict {
	float:left;
	width:274px;
}

div.info h4 {
	padding:0 3px;
	width:416px;
	height:43px;
	line-height:43px;
	background:
			transparent
			url(../images/bg_client_name.gif) 
			repeat-x left top;
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}
div.info h4 span {
	padding:0 0 0 12px;
	font-size:0.8em;
	font-weight:normal;
}
ul.work {
	margin:5px 0 0 0;
	width:422px;
}
ul.work li {
	margin:7px 5px 0 0;
	min-width:135px;
	_width:135px;
	float:left;
	background:#666;
}
ul.work li.mr0 {
	margin-right:0;
}
ul.work li.long {
	min-width:145px;
	_width:145px;	
}

ul.work li span {
	margin:1px;
	padding:1px 2px;
	display:block;
	border:1px solid #A3A3A3;
	font-size:0.8em;
	color:#FFF;
}


ul.url-info,
ul.qr-code,
dl.url-info {
	margin:15px 0 0 0;
	width:422px;	
}

ul.url-info li {
	padding:0 0 0 33px;	
	background:
			transparent
			url(../images/icon_url.gif) 
			no-repeat 0 4px;
}

ul.qr-code li {
	padding:15px 0 0 0;
	background:
			transparent
			url(../images/icon_qr.gif) 
			no-repeat left top;
}

dl.url-info dt {
	font-weight:bold;
}
dl.url-info dt span {
	margin:0 0 0 5px;
	font-weight:normal;
	font-size:0.85em;
}
dl.url-info dd {
	padding:0 0 0 33px;	
	background:
			transparent
			url(../images/icon_url.gif) 
			no-repeat 0 4px;
}

p.btn-voice {
	margin:8px 0 0 0;
	text-align:right;
}

div.records02 {
	padding:12px 0 0 0;
	clear:both;
	width:696px;
}

div.records02 dl.url-info {
	margin:0;
}

ul.records03 {
	padding:12px 0 0 35px;
	clear:both;
	width:661px;
}

ul.records03 li {
	margin:0 0 0 5px;
	_margin:0 0 0 4px;
	float:left;
	width:215px;
}
ul.records03 li dl.records-sub {
	margin:5px 0 0 0;
	width:215px;
}

ul.records03 li dl.records-sub dt {
	font-weight:bold;
}
ul.records03 li dl.records-sub dt span {
	margin:0 0 0 5px;
	font-weight:normal;
	font-size:0.85em;
}
ul.records03 li dl.records-sub dd {
	padding:0 0 0 33px;	
	background:
			transparent
			url(../images/icon_url.gif) 
			no-repeat 0 4px;
}

h7 {
	color:#FFCC66;
	font-size:15px;
	line-height: 18px;
	font-family: Osaka, "MS Pgothic", verdana, arial, sans-serif;
}

h8 {
	color:#999;
	font-size:11px;
	line-height: 14px;
	font-family: Osaka, "MS Pgothic", verdana, arial, sans-serif;
}
