@charset "UTF-8";
/* ********************************************************************-
Date: 2010-05-06
CSS Document ： フェリシモトップページのフォントスタイル
1.フォントスタイルリセット
2.フォント共通使用
　- ******************************************************************** */
/*1.フォントスタイルリセット*/
body {
	font:13px arial, helvetica, sans-serif, verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
	*font-size:small;
	*font:x-small;
	color: #000000;
}
table {
	font-size:inherit;
	font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
	

/*2.フォント共通使用*/
/* font color */
.fontRed {
	color: #FF0000;
}
.fontOrg {
	color: #FF6600;
}

.bold {
	font-weight: bold;
}

/* ********************************************************************-
Date: 2009-05-23
CSS Document ： フェリシモトップページの基本スタイル
1.スタイルリセット
　- ******************************************************************** */
/*1.スタイルリセット*/
* {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size:77%; 
	text-align: center;
	line-height: 1.6;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
li {
	list-style: none;
}
strong {
	font-weight: bold;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #336699;
	text-decoration: underline;
}

/* ---------------------------------
	CSS HACK
--------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac ?*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ********************************************************************-
Multilingualcart必要な部分だけ抜粋
　- ******************************************************************** */
/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
	font-size:13px;
	color:#333333;
	background-color:#ffffef;
	ime-mode: disabled;
}

.frm_str {
	font-size:13px;
	color:#333333;
	background-color:#ffffef;
}

.frm_area {
	font-size:13px;
	color:#333333;
	background-color:#ffffef;
	overflow-y:auto;
}

/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
#main_cont {
	background-color:#ffffff;
	text-align:left;
	padding:0px 60px 20px 60px;
}
#main_cont2 {
	background-color:#ffffff;
	text-align:left;
	margin-left: 150px;
	padding:0px 20px 20px 20px;
}
.clearing {
	height: 0;
	clear: both;
}
/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
	border: 1px solid;
	border-color: #afaeae;
	padding:10px;
	margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title {
	font-weight: bold;
	font-size: 15px;
	color: #383838;
	background-color: #f0f0f0;
	border: 1px solid #dcdcdc;
	padding: 5px 3px 3px 0.5em;
	margin:0px 0px 8px 0px;
}

/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
.tbl {
	background-color:#afaeae;
}
/* タイトル部 */
.cell_t {
	color:#666666;
	background-color:#f7f7f3;
	padding: 3px;
	white-space:nowrap;
}
/* データ部 */
.cell_d {
	color:#666666;
	background-color:#ffffff;
	padding: 3px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
	color: #cc0000;
	font-weight: bold;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {	/* stress */
	font-size: 10px;
	color: #ff0000;
}
.note2 {	/* normal */
	font-size: 10px;
	color: #666666;
}

/*--------------------------------------
 * エラーメッセージボックス
 *------------------------------------*/
.errbox {
	background: #ffffcc url(/tpl_img/proto_ja/alert.gif) 4px 4px no-repeat;
	border: 1px solid;
	border-color: #ff0000;
	padding: 5px 5px 5px 32px;
	margin:10px auto;
	text-align: left;
	color:#ff0000;
	font-size:13px;
}

/*--------------------------------------
 * other table bug
 *------------------------------------*/
/* 3px IE bug hack hidden from IE5-mac */
* html #main_cont { height: 1%; }
* html #main_cont2 { height: 1%; }
/* End hide from IE5-mac */ 
/*--------------------------------------
 * イメージ透過
 *------------------------------------*/
/* rollover style */
.imgover {
}

.opacity img {
	filter: alpha(opacity=100);
	opacity: 1;
 -moz-opacity: 0.99999;
}
.opacity:hover img {
	filter: alpha(opacity=70);
 opacity: 0.7;
	-moz-opacity: 0.7;
}

