@charset "UTF-8";

/*
======== table of content. =================================

summary:caseページ用共有レイアウト定義

-MAIN
  - MAIN RIGHT

============================================================
*/


/*-------------------------------------
MAIN RIGHT
---------------------------------------*/
h2 {
	margin: 12px 0 0 0;
}

ul#case-list {
	width:660px;
}
ul#case-list li {
	_height:1%;
	overflow:hidden;
	border-bottom:1px solid #DEDFE8;
}

ul#case-list dl dt {
	clear:both;
	float:left;
	width:128px;
	padding:10px 0 10px 15px;
	background:
		transparent
		url(../images/common/cursor01.gif) 
		no-repeat 3px 12px;
	font-weight:bold;
	
}
ul#case-list dl dd.icon {
	float:left;
	width:92px;
	padding:10px 0 10px 20px;
}

*html ul#case-list dl dd.icon img {
	display:block;
	margin:0 0 3px 0;
}

ul#case-list dl dd.text {
	width:372px;
	_width:366px;
	margin:0 0 0 265px;
	padding:10px 0 10px 20px;
}
/*
ul#case-list dl dt {
	clear:both;
	float:left;
	width:240px;
	padding:10px 0 10px 15px;
	background:
		transparent
		url(../../images/common/cursor01.gif) 
		no-repeat 3px 12px;
	font-weight:bold;
	
}
ul#case-list dl dd {
	width:382px;
	margin:0 0 0 255px;
	padding:10px 0 10px 20px;
}


ul#case-list dl dt a {
	display:block;
	padding:0 112px 2px 0;
}
ul#case-list dl dt a.icon-case01 {
	
	background:
		url(../../images/index/icon_solution01.gif) 
		no-repeat right 3px;
}
ul#case-list dl dt a.icon-case02 {
	background:
		url(../../images/index/icon_solution02.gif) 
		no-repeat right 3px;
}
ul#case-list dl dt a.icon-case03 {
	background:
		url(../../images/index/icon_solution03.gif) 
		no-repeat right 3px;
}
*/
