/* CSS Document */

/**************************************************************************************

--------------------------------------------------------------------------------------
PARTS
***************************************************************************************/

/* MAIL TITLE
========================================== */

section.mail_title {
	width:100%;
	margin-top:5px;
}
section.mail_title ul {
	padding:5px;
}
section.mail_title ul li {
	padding-left:15px;
	font-size:12px;
	margin-bottom:4px;
	background:url(../../img/sp/livele/common/ic_cir_orange.png) no-repeat 2px 4px;
}

/* ICON FEATURE
========================================== */

.ic_feature {
	background:url(../../img/sp/detail/ic_feature.png) no-repeat 5px 8px;
	font-size:12px;
	padding:8px 0 5px 45px;
	border-top:1px solid #f3f3e3;
}

/* BASIC TABLE
========================================== */

table.basic {
	width:98%;
	margin-right:auto;
	margin-left:auto;
	border-top:#E1E9F7 solid 1px;
	border-left:#E1E9F7 solid 1px;
	border-collapse:separate;
	font-size:12px;
}
table.basic th {
	background:#E1E9F7 url(../../img/sp/common/line_boder.gif) repeat-x bottom;
	padding:5px;
	border-top:#FFF solid 1px;
	border-right:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-bottom:#E1E9F7 solid 1px;
	width:80px;
}
table.basic th img {
	padding:1px 0 0 5px;
}
table.basic td {
	padding:5px;
	border-left:#E1E9F7 solid 1px;
	border-bottom:#E1E9F7 solid 1px;
	border-right:#E1E9F7 solid 1px;
}
table.basic a {
	color:#0066FF;
}


.ttlLife,
.ttlSchool,
.ttlOther {
	padding:6px 0 6px 7px;
	line-height:1.1;
	font-weight:bold;
	text-shadow:0 0 2px #CCC;
	color:#FFF;
}
.ttlLife  {background:#DD889E;}
.ttlSchool{background:#9CC900;}
.ttlOther {background:#F78F79;}

.ttlBeigeP,
.ttlBeigeG,
.ttlBeigeD {
    background:#f3f3e3;
    padding:7px 0 6px 7px;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #d5d5d5;
    font-size:15px;
    font-weight:bold;
}
.ttlBeigeP {color:#DD889E;}
.ttlBeigeG {color:#9CC900;}
.ttlBeigeD {color:#D56E49;}

ul.picSection {
}
ul.picSection li {
	float:left;
}
ul.picSection li p {
	font-size:11px;
}

/* NO PIC
========================================== */

dl.noPic {
	margin:10px 0 0 5px;
	font-size:11px;
}
dl.noPic dt {
	width:80px;
	background:#42C5EA;
	text-align:center;
	color:#FFF;
	letter-spacing:0.2em;
	padding:2px 0 1px;
	margin-top:4px;
	float:left;
	clear:both;
}
dl.noPic dd {
	padding:6px 0 0 90px;
	margin-top:1px;
}

/* LINK TXT ASK
========================================== */

.txtAsk {
	width:100%;
	text-align:center;
	margin:15px 0;
}
.txtAsk a {
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
	display:block;
	background:#FFFAD7;
	padding:15px 0 5px;
}
.txtAsk a p {
	background:url(../../img/livele/common/ic_arw_link.png) no-repeat 98% 50%;
		-webkit-background-size:auto 30px;
		-moz-background-size:auto 30px;
		-o-background-size:auto 30px;
	text-align:center;
}
.txtAsk a p span {
	color:#2579D2;
	font-size:18px;
	line-height:2;
}