@charset "utf-8";

/** |READ ME| **************************************************************************************

"EPSON"

Cascading Style Sheet Setting File
/business/common/css/common_utf8.css

ビジネスでお使いの方 共通CSS

Ver.200808xx

----------------------------------------------------------------------------------------------------

このファイルは各CSSファイルのインポート、およびタイポグラフィ関連設定について記述されています。

01.Import Settings
インポート設定

02.Common Setting
共通設定

************************************************************************************** |READ ME| **/



/** |01.Import Settings| ***************************************************************** START **/

/* コンテンツ領域用CSS */
@import url("/business/common/css/contents_utf8.css");

/** |01.Import Settings| ******************************************************************* END **/


/** |02.Common Setting| ****************************************************************** START **/

/** [パディング] ************************************************************************/
/* 全て */
.p2{padding:2px;}

/* 上 */
.pT1{padding-top:1px;}
.pT2{padding-top:2px;}
.pT3{padding-top:3px;}

/** [マージン] ************************************************************************/
/* 上 */
.mT1{margin-top:1px;}
.mT2{margin-top:2px;}
.mT3{margin-top:3px;}
.mT4{margin-top:4px;}
.mT5{margin-top:5px;}

/* 右 */
.mR1{margin-right:1px;}
.mR2{margin-right:2px;}
.mR3{margin-right:3px;}
.mR4{margin-right:4px;}
.mR5{margin-right:5px;}

/* 下 */
.mB2{margin-bottom:2px;}
.mB3{margin-bottom:3px;}

/* 左 */
.mL10{margin-left:10px;}

/** [ボーダー] **************************************************************************/

.busbd {border:1px solid #DCDCDD;}
.busbdB {border-bottom:1px solid #DCDCDD;}
.busbdBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.busbdBox {
	border:1px solid #DCDCDD;
	padding:8px 7px 8px 9px;
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/** [点線] **************************************************************************/
.dotLineT{
	background:transparent url("/products/common/images/bg_dot_border01X.gif") repeat-x 0 0;
}

/** [文字] ************************************************************************/
.business *{color:#000000;}

/** [クリア] ************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/** |02.Common Setting| ****************************************************************** START **/

