﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 Site URL :           http://www.dcot.co.jp/
 File name :          business.css http://www.dcot.co.jp/css/module/business.css
 Summary :            module styles
 Created :            2009-03-20 by yuko aono
 Last Update :        2009-03-20 by yuko aono
 Author :             yuko aono 
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 00) common
 01) index
 
 09) Clearfix
===================================================================*/

/*-------------------------------------------------------------------
 00) common
-------------------------------------------------------------------*/
.business h3 { margin: 0 0 15px 24px;}


/*-------------------------------------------------------------------
 01) index
-------------------------------------------------------------------*/
.business p { margin: 0 0 0 34px;}

.business .businessList {
	margin: 10px 0 34px 34px;
	width: 620px;
}

.business .businessList span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 12px;
	float: left;
	width: 310px;
	background: transparent url(../../images/common/dot_01.gif) left bottom repeat-x;
}


#sideContents h2 { margin: 0 0 18px 82px;}



/*-------------------------------------------------------------------
 09) Clearfix
-------------------------------------------------------------------*/
.clearfix:after,
.business .businessList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.business .businessList { display: inline-block;}

/* MacIE5 \*/
* html .clearfix,
* html .business .businessList { height: 1%;}
.clearfix,
.business .businessList { display: block;}
/* MacIE5 */

