@charset "UTF-8";

/*
======== table of content. =================================

summary:caseページ用共有レイアウト定義

-MAIN
  - MAIN RIGHT

============================================================
*/


/*-------------------------------------
MAIN RIGHT
---------------------------------------*/
h2 {
	margin-top:12px;
	padding-left:25px;
	background:url(../../images/case/ttl_bg.gif)
		no-repeat left top;
	color:#3262B5;
	font-size:120%;
	font-weight:bold;
	line-height:30px;
}

h3 {
	margin-bottom:1em;
}

h4 {
	margin-bottom:10px;
}

p.fig {
	margin-bottom:35px;
}

/* クライアント概要 */
dl.clientInfo {
	margin-bottom:25px;
}

dl.clientInfo dt {
	float:left;
	clear:both;
	width:120px;
}

dl.clientInfo dd {
	margin-bottom:.5em;
	padding-left:130px;
	background:url(../../images/case/bg_line01.jpg)
		no-repeat left bottom;
}

/* お客様の声 */
div.customer {
	border:5px solid #EEE;
	margin-bottom:35px;
	padding:10px;
	line-height:1.4;
}

div.customer p.thum {
	float:left;
	width:284px;
}

div.customer dl {
	float:right;
	width:330px;
}

div.customer dl dt {
	margin-bottom:1em;
}

div.customer dl dd li {
	list-style-type:disc;
	margin-left:20px;
}