@charset "utf-8";
/*////////////////////////////////////////////////////////////
/* index.css (puppy) */


/*--------------------------------------------------------------
	1. テーブルスタイル
	2. カラー指定
	   与え方
	   分析値
	3. 特徴
---------------------------------------------------------------*/


#mainSection .leftSection table#data {
	border: 1px #8394c0 solid;
}

table#data th {
	border: 1px #674523 solid;
	background: #99cfb5;
}

table#data td {
	border: 1px #8394c0 solid;
}

table#data tr.light {
	background-color: #eaf0ff;
}

table#data td.high {
	background-color: #9cb1e8;
	color: #2f3f68;
}

table#data td.white {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

table#data td.whitelast {
	background-color: #fff;
}

table#data td.border {
	border-bottom: 1px solid #674523;
}


/*------------------------------------------------------------
	2.リスト　カラー指定
-------------------------------------------------------------*/

/* 分析値 */
ul.List03 li {
	border-bottom:1px dotted #8394c0;
	background-color: #eaf0ff;
}
ul.List03 li.top {
	border-top:1px solid #8394c0;
	border-bottom:1px dotted #8394c0;
}

ul.List03 li.last {
	border-bottom:1px solid #8394c0;
}

ul.List03 li.whitelast {
	border-bottom:1px solid #8394c0;
}
ul.List03 li.colorlast {
	border-bottom:1px solid #8394c0;
	background-color: #eaf0ff;
}

/* アイコンリスト */
#iconSection .tit {
	color: #e24936;
	background: none;
}

#iconSection ul {
	border-top: 1px dotted #8394c0;
}

#iconSection li {
	border-bottom: 1px dotted #8394c0;	
}

/* サブタイトル */
#mainSection p.subtit.light {
	background: url(../../../img/share/cat_arrow_04.gif)  no-repeat left center;
}

h4.light {
	color: #101d3f;
}

/*------------------------------------------------------------
	3. 特徴
-------------------------------------------------------------*/
span.color {
	color:#c085bf;
}

ul#feature {
	padding-top: 15px;
	padding-bottom: 25px;
}

ul#feature li{
	padding:0 0 0.3em 16px;
	text-indent:-1.3em;
}
