@charset "UTF-8";

/* ===============================================
subject
=============================================== */
#column .subject h3 {
	background: url(/ls_files/life_cols/img/subject.gif) no-repeat 0 0;
	height: 28px;
}
/* =========================================================
common
========================================================= */
#life_cols {
	clear: both;
	text-align: left;
	line-height: 146%;
}
/*
list
---------------------------------------- */
#life_cols .list {
	line-height: 163%;
	margin: 0 0 12px 0;
}
#life_cols .listL {
	line-height: 163%;
	margin: 0 0 4px 0;
}
#life_cols .listL li {
	padding-bottom: 8px;
}
#life_cols .listN {
	line-height: 163%;
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 12px 0;
}
/* -----------------------------------------------
block
----------------------------------------------- */
#life_cols .section {
	margin-bottom: 20px;
}
#life_cols .wrapper {
	margin: 0 0 20px 14px;
}
/* -----------------------------------------------
content
----------------------------------------------- */
#life_cols .section .headline {
	font-weight: bold;
	border-left: 5px solid #f3981d;
	padding: 6px 0 6px 10px;
	margin-bottom: 15px;
}
#life_cols .section .head {
	font-weight: bold;
	color: #f3981d;
	margin-bottom: 8px;
}
#life_cols .section p {
	margin-bottom: 12px;
}
#life_cols .section .frame {
	border: 1px solid #cccccc;
	background-color: #f7f6f5;
	padding: 15px;
	margin-bottom: 15px;
}
/* -----------------------------------------------
description
----------------------------------------------- */
#life_cols .section .desc dt {
	color: #f3981d;
	margin-bottom: 12px;
	font-weight: bold;
}
#life_cols .section .desc dd {
	margin-bottom: 20px;
}
/* =========================================================
writer
========================================================= */
#life_cols .writer {
	clear: both;
	border-top: 2px solid #f3981d;
	background-color: #f9f6eb;
	border-radius: 0 0 15px 15px;
	padding: 15px 15px 3px 15px;
	margin-top: 40px;
}
#life_cols .writer .head {
	font-weight: bold;
	border-bottom: 1px dashed #fad39e;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
#life_cols .writer .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#life_cols .writer .box div {
	display: table-cell;
	vertical-align: top;
	padding-right: 12px;
}
#life_cols .writer .box div img {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 1px;
}
#life_cols .writer .box dl {
	display: table-cell;
	vertical-align: top;
}
#life_cols .writer .box dt {
	margin-bottom: 4px;
}
#life_cols .writer .box dt div {
	color: #a28b32;
	font-weight: bold;
	margin-right: 4px;
}
#life_cols .writer .box dt em {
	font-weight: bold;
	font-style: normal;
}
#life_cols .writer .box dt span {
	color: #666666;
}
#life_cols .writer .box dd p {
	padding-bottom: 12px;
}
/* -----------------------------------------------
[picture] resize
----------------------------------------------- */
#life_cols .picr {
	clear: both;
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
}
#life_cols .picr img {
	border: 1px solid #cccccc;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	width: 250px;
}
#life_cols .picr p {
	text-align: left;
	color: #666666;
	padding-top: 4px;
}
#life_cols .picr .w180 {
	width: 180px;
}
#life_cols .picr .w250 {
	width: 250px;
}

/* -----------------------------------------------
[picture] gallery
----------------------------------------------- */
#life_cols .gallerypic {
	clear: both;
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}
#life_cols .gallerypic img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 5px;
}
/* -----------------------------------------------
[figure] gallery
----------------------------------------------- */
#life_cols .galleryfig {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
#life_cols .galleryfig img {
	margin: 5px;
}
/* -----------------------------------------------
[picture] gallery with caption
----------------------------------------------- */
#life_cols .gallerycap {
	font-size: 0;
	text-align: center;
	margin-bottom: 12px;
}
#life_cols .gallerycap figure {
	font-size: initial;
	color: #666666;
	display: inline-block;
	text-align: center;
	margin: 2px 5px;
}
#life_cols .gallerycap figure div {
	position: relative;
	display: inline-block;
}
#life_cols .gallerycap figure div:after {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 4px;
	content: " ";
}
#life_cols .gallerycap figcaption {
	font-size: 82%;
	margin-bottom: 10px;
}

/* -----------------------------------------------
conclusion
----------------------------------------------- */
#life_cols .con {
	margin-bottom: 20px;
}
#life_cols .con p {
	margin-bottom: 12px;
}
/* =========================================================
information
========================================================= */
#life_cols .information {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}
/* -----------------------------------------------
point
----------------------------------------------- */
#life_cols .information .point {
	color: #6666cc;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
#life_cols .information .point span {
	color: #333399;
}
/* -----------------------------------------------
notice
----------------------------------------------- */
#life_cols .information .notice {
	text-align: center;
	line-height: 137%;
	padding: 0;
	margin-bottom: 10px;
}