@charset "utf-8";
/**********************************************/
/* 製品情報用CSS                              */
/**********************************************/
@import 'sidebar.css';
@import 'products.css';
@import 'tab.css';
/* グローバルナビ背景変更 */
.topnavi {
	background: url("/common_img/topnavi_bg_04.jpg");
}

/* サイドバータイトル背景変更 */
.sidebar-inner-top {
    background: url("/common_img/navi_head_products.jpg") no-repeat top;
    width:100%;
    height:60px;
}

.sidebar-inner-top h2{
  display: none;
}

.sidebar-inner-content-list-inner h3 { 
  line-height: 110%;
}

/* 各製品文言用 */
span.pro_mongon {
	font-size:125%;
	font-weight:800;
	color:#4B4B4B;
	line-height:125%;
	vertical-align:middle;
	}

/*************************/
/* Kids in feel用CSS     */
/*************************/

/* 説明用テキスト */
span.kids_explain {
	font-size:120%;
	font-weight:800;
	line-height:125%;
	}

/*************************/
/* 留守モードシステム用CSS */
/*************************/

/* 質問用テキスト */
span.rus_ques {
	color:#0F1177;
	font-weight:800;
	}



/*************************/
/* espresso用CSS         */
/*************************/

/* 文言用テキスト */
span.esp_mongon {
	font-weight:800;
	line-height:150%;
	color:#033A7D;
	}

/* テーブルタイトル用テキスト */
span.esp_table_title {
	color:#FFFFFF;
	}
/* テーブルレイアウト */
table.esp_table
{
border: solid 1px #CCCCCC; 
border-collapse: collapse;
font-size:80%;
color:#666666;
}

.esp_table th
{
background:#1776b2;
color:#ffffff;
width:20%;
text-align:center;
}
.esp_table td
{
border:solid 1px #CCCCCC; 
border-collapse: collapse;
width:80%;
}
/* テーブルレイアウト end */


/* 注釈用テキスト */
span.esp_notes {
	color:#1776B2;
	}

/* 値段用テキスト */
span.esp_price {
	color:#FF9900;
	font-weight:800;
	}


/*************************/
/* 画像伝送システム用CSS */
/*************************/

/* サブタイトル */
span.dns_sub_title {
	font-size:130%;
	line-height:125%;
	}

/*************************/
/* Racupo用CSS */
/*************************/

/* 特長用 */
span.rac_point {
	font-size:120%;
	font-family:'HGP創英角ｺﾞｼｯｸUB';
	color:#008080;	
	}

/* 特長テキスト用 */
span.rac_point_text {
	font-size:120%;
	font-weight:800;
	color:#FF6600;
	}

/* ページ中段 製品名用 */
#rac_pro_name	{
	font-size:120%;
	font-weight:800;
	color:#FF6600;
	margin:5px 0px 5px 5px;
	}

/*************************/
/* 製品情報トップページ用CSS*/
/*************************/
span.pro_sub_title
	{
	font-weight:bold;color:#3233cc;
	}
.img area
	{
	padding:0px 2px 0px 0px;
	vertical-align:middle;
	}
td img.btm_space
	{
	padding:0px 0px 10px 0px;
	}


td.productExp {
	color: #4B4B4B;
  	font-weight:bold;
        }




/**********太字のリンク下線設定***************/

td span.pro_sub_title a{
    text-decoration:none;
}


a.product:link 
{
    text-decoration:none;
}
a.product:visited 
{
    text-decoration:none;
}
a.product:hover 
{
    text-decoration:underline;
}