@charset "utf-8";
/*////////////////////////////////////////////////////////////
/* index.css (puppy) */


/*------------------------------------------------------------
	1. table#data
-------------------------------------------------------------*/
#mainSection .leftSection table#data {
	border: 1px #a5113d solid;
}

table#data th {
	border: 1px #a5113d solid;
	background: #f697b3;
}

table#data td {
	border: 1px #a5113d solid;
}

table#data tr.light {
	background-color: #ffe2eb;
}

table#data td.high {
	background-color: #f697b3;
	color: #6f0021;
}

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.List02
-------------------------------------------------------------*/
/* List02 */
ul.List02 li {
	border-bottom:1px dotted #a5113d;
	background-color: #ffe2eb;
}
ul.List02 li.top {
	border-top:1px solid #a5113d;
	border-bottom:1px dotted #a5113d;
}
ul.List02 li.whitelast {
	border-bottom:1px solid #a5113d;
}
ul.List02 li.colorlast {
	border-bottom:1px solid #a5113d;
}

/* List03 */
ul.List03 li {
	border-bottom:1px dotted #a5113d;
	background-color: #ffe2eb;
}
ul.List03 li.top {
	border-top:1px solid #a5113d;
	border-bottom:1px dotted #a5113d;
}

ul.List03 li.last {
	border-bottom:1px solid #a5113d;
}

ul.List03 li.whitelast {
	border-bottom:1px solid #a5113d;
}
ul.List03 li.colorlast {
	border-bottom:1px solid #a5113d;
	background-color: #ffe2eb;
}

#iconSection ul {
	border-top: 1px dotted #a5113d;
}

#iconSection li {
	border-bottom: 1px dotted #a5113d;	
}

/* subtit */
#mainSection p.subtit.adult {
	background: url(../../../img/share/arrow_06.gif)  no-repeat left center;
}

h4.adult {
	color: #6f0021;
}

/*------------------------------------------------------------
	3. span
-------------------------------------------------------------*/
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;
}

/*------------------------------------------------------------
	4. icon
-------------------------------------------------------------*/

#iconSection .tit {
	color: #005e4f;
	background: none;
}
