@charset "UTF-8";


/* -----------------------------------------------------------------
     Spec（機能比較）専用スタイル
----------------------------------------------------------------- */

/* タイトル / 見出し
-------------------------------------------------------*/
#Main #Conts h1{
	margin-bottom:19px;
}
#Main #Conts h2 {
	clear:both;
	margin-bottom:15px;
	}


/* リンク
-------------------------------------------------------*/
#Main #Conts p.relatedLink {
	clear:both;
	text-align:right;
	padding:10px 0;
	margin:0 26px 0 0;
	}
#Main #Conts p.relatedLink a {
	padding-left:13px;
	background:url(/card/image/arw_index.gif) 0 0.2em no-repeat;
	}



/* 比較テーブル
-------------------------------------------------------*/
#Main #Conts table.t_01	{
	border-top:solid 1px #868686;
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 5px;
}

#Main #Conts table.t_01 th	{
	background-color:#e4f6ff;
	border-right:solid 1px #868686;
	border-bottom:solid 1px #868686;
	padding: 5px;
	vertical-align:top;
	text-align:center;
}
#Main #Conts table.t_01 th.row	{
	width:20%;
}
#Main #Conts table.t_01 th.col	{
	width:40%;
}
#Main #Conts table.t_01 td	{
	background-color:#FFFFFF;
	border-right:solid 1px #868686;
	border-bottom:solid 1px #868686;
	padding: 5px;
	font-weight:normal;
	vertical-align:top;
}
#Main #Conts table.t_01 th.lastItem,
#Main #Conts table.t_01 td.lastItem {
	border-right:none;
}
#Main #Conts table.t_01 td span.imp {
	color:#ff6600;
	font-weight:bold;
}

#Main #Conts table.t_01 td p.notes {
	font-size:85%;
	text-indent:-2.5em;
	padding-left:2.5em;
	margin:0;
	color:red;
	font-weight:bold;
}
