@charset "UTF-8";

/** |READ ME| **************************************************************************************

"EPSON"

Cascading Style Sheet Setting File
/products/common/css/common_utf8.css

products共通CSS

Ver.200808xx

----------------------------------------------------------------------------------------------------

このファイルは各CSSファイルのインポート、およびタイポグラフィ関連設定について記述されています。

01.Import Settings
インポート設定

02.Common Setting
共通設定

************************************************************************************** |READ ME| **/





/** |01.Import Settings| ***************************************************************** START **/


/* コンテンツ領域用CSS */
@import url("/products/common/css/contents_utf8.css");

/* レイアウト関係CSS */
@import url("/products/common/css/layout_utf8.css");

/* リスト関係CSS */
@import url("/products/common/css/list_utf8.css");

/* アイコン関係CSS */
@import url("/products/common/css/icon_utf8.css");

/** |01.Import Settings| ******************************************************************* END **/


/** |02.Common Setting| ****************************************************************** START **/

/** [マージン] ************************************************************************/
/* 下 */
.mB3{margin-bottom:3px;} /* add 080807 */

/** [パディング] ************************************************************************/
/* 上 */
.pT4{padding-top:4px;} /* add 080529 */

/* 左 */
.pL1em{padding-left:1em;}
.pL1Hem{padding-left:1.5em;}
.pL2em{padding-left:2em;}
.pL2Hem{padding-left:2.5em;}
.pL3em{padding-left:3em;}
.pL3Hem{padding-left:3.5em;}
.pL4em{padding-left:4em;}
.pL4Hem{padding-left:4.5em;}
.pL5em{padding-left:5em;}
.pL5Hem{padding-left:5.5em;}

/** [テキストインデント] ********************************************************************/
.tI-0Hem{text-indent:-0.5em;} /* add 080529 */
.tI-1em{text-indent:-1em;}
.tI-1Hem{text-indent:-1.5em;}
.tI-2em{text-indent:-2em;}
.tI-2Hem{text-indent:-2.5em;}
.tI-3em{text-indent:-3em;}
.tI-3Hem{text-indent:-3.5em;}
.tI-4em{text-indent:-4em;}
.tI-4Hem{text-indent:-4.5em;}
.tI-5em{text-indent:-5em;}
.tI-5Hem{text-indent:-5.5em;}

/** [文字色] ********************************************************************/
.emphasize{color:#3775A4;}
.fc6{color:#666666;} /* add 080807 */

/** [文字装飾] **************************************************************************/
/* 下線 */
.fUnder{text-decoration:underline;}


/* add 080529 start */

/** [高さ] ********************************************************************/
.hEm5{height:5em;}
html>body .hEm5{
	height:auto;
	min-height:5em;
}
/** [クリア] **************************************************************************/
.clearH1{height:1px;}
.clearF1{font-size:1px;line-height:0;}

/* add 080529 end */

/** |02.Common Setting| ****************************************************************** START **/
