@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. 大和ハウスの考える物流施設ソリューション
　03. サポート
　04. 事例紹介


******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */
.section h2{ margin:0 0 20px; }

.main{ font-size:115%; line-height:1.5; }


/* ==

　02. 大和ハウスの考える物流施設ソリューション

=============================================================================== */
.list_cnts{ margin:20px 0 0; }
.list_cnts li{
	width:236px;
	margin:0 10px 0 0;
	float:left;
}
.list_cnts li.lastChild{ margin-right:0; }

@media print{
	* html .list_cnts li{ margin-right:7px; }
}



/* ==

　03. サポート

=============================================================================== */
.main .support{ width:730px; }
.main .support div{ width:730px; }
.main .support div.txt{ width:595px; }


/* ==

　04. 事例紹介

=============================================================================== */
/*
.main .list_case{
	background:url(../images/img_case.jpg) center 35px no-repeat;
	width:200px;
	margin-bottom:20px;
	position:relative;
	float:right;
	clear:none;
}
.main .list_case h3{ margin-bottom:0; }

.main .list_case div{
	width:174px;
	min-height:1%;
	margin-bottom:10px;
	padding:60px 10px 10px;
	background:none;
	border:3px solid #ccc;
	clear:both;
}
.main .list_case div p.img{ width:94px; float:left; }
.main .list_case div p.txt{ width:155px; float:right; }
.main .list_case div p.txt a{
	padding-left:7px;
	background:url(/common/images/renew2009/arrow_02.gif) left 7px no-repeat;
	font-weight:bold;
	display:block;
}
.main .list_case div p.txt_link{
	margin-top:10px;
	padding-top:10px;
	background:url(/common/images/renew2009/line_dotted02.gif) left top repeat-x;
}
.main .list_case div p.txt_link a{
	padding-left:7px;
	background:url(/common/images/renew2009/arrow_02.gif) left 7px no-repeat;
	display:block;
}
*/


/* ==

　05. マルチテナント

=============================================================================== */
.section .main h4{ border:none; margin-bottom:0; padding-bottom:0; }

.multi{ background:url(../images/bk_multi.gif) no-repeat left bottom; padding:10px; }
.multi p.img{ float:left; width:220px; }
.multi .txt{ float:right; width:480px; }
.multi dl dt{ margin-bottom:5px; }
.multi dl dd a{ background:url(/common/images/renew2009/arrow_02.gif) no-repeat left 4px; padding-left:8px; }

ul.btnList{ margin-bottom:20px; }
ul.btnList li{ float:left; }



/* ==

　06. ディーズ スマート ロジスティクス

=============================================================================== */
div.smart{
	width:418px;
	min-height:145px;
	padding:15px 295px 15px 15px;
	background:url(../images/bg_smart.jpg) right bottom no-repeat;
	border:1px solid #ccc;
	clear:both;
}
* html div.smart{ height:145px; }

div.smart p.btn a{ /height:1%; display:block; zoom:1; }
div.smart p.btn a:link, div.smart p.btn a:visited{
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}
div.smart p.btn a:hover, div.smart p.btn a:active{
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}



