@charset "utf-8";
/*////////////////////////////////////////////////////////////
/* index.css (puppy) */


/*--------------------------------------------------------------
	1. テーブルスタイル
	2. カラー指定
	   与え方
	   分析値
	3. 特徴
---------------------------------------------------------------*/


/*------------------------------------------------------------
	1. テーブルスタイル
-------------------------------------------------------------*/
#mainSection .leftSection table#data {
	border: 1px #e28482 solid;
}

table#data th {
	border: 1px #b38b5f solid;
	background: #99cfb5;
}

table#data td {
	border: 1px #e28482 solid;
}

table#data tr.light {
	background-color: #fff1f1;
}

table#data td.high {
	background-color: #f8a9a7;
	color: #7d4b4a;
}

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 #c4a4c4;
}


/*------------------------------------------------------------
	2.リスト　カラー指定
-------------------------------------------------------------*/

/* 分析値 */
ul.List03 li {
	border-bottom:1px dotted #e28482;
	background-color: #fff1f1;
}
ul.List03 li.top {
	border-top:1px solid #e28482;
	border-bottom:1px dotted #e28482;
}

ul.List03 li.last {
	border-bottom:1px solid #e28482;
}

ul.List03 li.whitelast {
	border-bottom:1px solid #e28482;
}
ul.List03 li.colorlast {
	border-bottom:1px solid #e28482;
	background-color: #fff1f1;
}

/* アイコンリスト */
#iconSection .tit {
	color: #e24936;
	background: none;
}

#iconSection ul {
	border-top: 1px dotted #e28482;
}

#iconSection li {
	border-bottom: 1px dotted #e28482;	
}

/* サブタイトル */
#mainSection p.subtit.puppy_cat {
	background: url(../../../img/share/cat_arrow_01.gif)  no-repeat left center;
}

h4.puppy_cat {
	color: #563332;
}


/*------------------------------------------------------------
	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;
}
