@charset "UTF-8";

/* ===============================================
subject
=============================================== */
#column .subject h3 {
	background: url(/ls_files/life_sd/img/subject.gif) no-repeat 0 0;
	height: 28px;
}
/* =========================================================
common
========================================================= */
#life_sd {
	clear: both;
	text-align: left;
	line-height: 146%;
}
/*------ list ------*/

#life_sd .list {
	padding-left: 28px;
	margin: 0 0 12px 0;
}
#life_sd .listL {
	padding-left: 28px;
	margin: 0 0 6px 0;
}
#life_sd .listL li {
	padding-bottom: 6px;
}
#life_sd .listN {
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px 1em;
}
/* -----------------------------------------------
introduction
----------------------------------------------- */
#life_sd .intro {
	clear: both;
	margin-bottom: 20px;
}
#life_sd .intro .headline {
	font-weight: bold;
	border-left: 4px solid #f3981d;
	padding: 2px 0 2px 6px;
	margin-bottom: 12px;
}
#life_sd .intro p {
	padding-bottom: 12px;
}
/* -----------------------------------------------
main
----------------------------------------------- */
#life_sd .main {
	clear: both;
	margin-bottom: 20px;
}
#life_sd .main .headline {
	font-weight: bold;
	border-left: 4px solid #f3981d;
	padding: 2px 0 2px 6px;
	margin-bottom: 12px;
}
#life_sd .main .indnt {
	margin: 0 0 12px 0;
}
#life_sd .main .sp {
	margin-bottom: 24px;
}
#life_sd .main p {
	padding-bottom: 12px;
}
/* -----------------------------------------------
faq
----------------------------------------------- */
#life_sd .faq {
	padding-bottom: 12px;
}
#life_sd .faq .head{
	font-weight: bold;
	border-bottom: 1px dashed #ffb888;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
#life_sd .faq p {
	padding-bottom: 8px;
}
#life_sd .faq .question {
	color: #54aae1;
	margin-bottom: 8px;
}
#life_sd .faq .question dt {
	float: left;
	font-weight: bold;
}
#life_sd .faq .question dd {
	margin-left: 26px;
}
#life_sd .faq .answer {
	clear: left;
}
#life_sd .faq .answer dt.a {
	float: left;
	color: #ee7800;
	font-weight: bold;
}
#life_sd .faq .answer dd.a {
	margin: 0 0 12px 26px ;
}
/* -----------------------------------------------
note
----------------------------------------------- */
#life_sd .attention {
	color: #ed6d35;
}
/* -----------------------------------------------
writer
----------------------------------------------- */
#life_sd .writer {
	clear: both;
	border-top: 1px solid #ff6600;
	background-color: #fffaf1;
	padding: 15px;
	margin-top: 40px;
	color: #000000;
	border-radius: 0 0 15px 15px;
}
#life_sd .writer .head {
	font-weight: bold;
	border-bottom: 1px dashed #ffb888;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
#life_sd .writer .box {
	display: table;
	margin-bottom: 12px;
}
#life_sd .writer .box div {
	display: table-cell;
	vertical-align: top;
}
#life_sd .writer .box div img {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 1px;
}
#life_sd .writer .box dl {
	display: table-cell;
	vertical-align: top;
	padding-left: 12px;
}
#life_sd .writer .box dt {
	font-weight: bold;
	margin-bottom: 4px;
}
#life_sd .writer .box dt span {
	color: #ff6600;
	margin-right: 4px;
}
#life_sd .writer .box dd p {
	padding-bottom: 12px;
}
#life_sd .writer dl.career dt{
	font-weight: bold;
	margin-bottom: 2px;
}
/* -----------------------------------------------
description
----------------------------------------------- */
#life_sd .main .desc {
}
#life_sd .main .desc dt {
	color: #ee7800;
	margin-bottom: 4px;
	font-weight: bold;
}
#life_sd .main .desc dd {
	margin-bottom: 12px;
}
/* =========================================================
information
========================================================= */
#life_sd .information {
	clear: both;
	padding-bottom: 20px;
}
/* -----------------------------------------------
point
----------------------------------------------- */
#life_sd .information .point {
	color: #6666cc;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
#life_sd .information .point span {
	color: #333399;
}
/* -----------------------------------------------
notice
----------------------------------------------- */
#life_sd .information .notice {
	text-align: center;
	line-height: 137%;
	margin-bottom: 15px;
}