@charset "UTF-8";
@import "/include_2015/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document life > detail
--------------------------------------------------------- */

#detail {
	padding: 30px 0;
} 

/* ---------------------------------------------------------
	CSS Document life > sidebar
--------------------------------------------------------- */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar .blog_name:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#sidebar .blog_name img {
	border-radius: 175px;
	border: solid 12px #eef0f1;
}

#sidebar .blog_name a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
	font-size: 15px;
	color: #da7a09;
}

#sidebar .blog_name span {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	color: #333;
}

#sidebar ul {
	margin-top: 20px;
	border: solid 4px #f3f3f3;
}

#sidebar ul ul {
	margin-top: 0;
	border: 0;
	border-top: solid 1px #f0f0f0;
}

#sidebar li {
	border-bottom: solid 1px #f0f0f0;
	text-align: left;
	line-height: 1.4;
}

#sidebar li:last-child {
	border-bottom: 0;
}

#sidebar li a {
	display: block;
	padding: 8px 10px 6px;
	padding-left: 25px;
	background: url(/life/include/images/i_star.png) no-repeat 10px 12px;
	background-size: 9px 8px;
	text-decoration: none;
	color: #333;
}

#sidebar li li a {
	padding-left: 40px;
	background: url(/life/include/images/i_star.png) no-repeat 26px 12px;
	background-size: 9px 8px;
}

#sidebar li a:hover {
	background-color: #feeff7;
}

/* ---------------------------------------------------------
	CSS Document life > entry
--------------------------------------------------------- */

#contents {
	float: right;
	width: 750px;
	text-align: left;
}

#contents h2 {
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	font-weight: 100;
	font-size: 16px;
	line-height: 36px;
	color: #d74e93;
}

.entry_title {
	padding-left: 7px;
	border-left: solid 3px #d74e93;
	font-weight: 100;
	font-size: 20px;
	color: #d74e93;
}

.entry_category {
	margin: 10px 0;
	font-size: 13px;
}

.entry_category a{
    color:#999;
}

.entry_tags {
	margin-top: 10px;
	font-size: 13px;
}

.entry_body {
	margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
	border-top: solid 3px #feeff7;
}

.entry_lead {
	font-size: 14px;
    line-height:20px;
}

.entry_body h4 {
	margin: 40px 0 10px;
	padding: 0 10px;
	border-left: solid 4px #d74e93;
	font-size: 16px;
	line-height: 22px;
}

.entry_body h5 {
	margin: 30px 0 5px;
	padding: 10px 0;
	border-bottom: dashed 2px #e8e8e8;
	border-top: dashed 2px #e8e8e8;
	font-size: 16px;
	line-height: 22px;
}

.entry_body p {
	margin-top: 20px;
}

.entry_body hr {
	height: 3px;
	margin-top: 20px;
	border: 0;
	background: #feeff7;
}

.entry_body blockquote {
	margin: 10px 0 0;
	padding: 15px;
	border: solid 1px #e8e8e8;
	border-radius:8px;
}

.entry_body .prof {
	background: #f6f6f6;
	font-size: 12px;
	line-height: 20px
}

.entry_more {
	min-height: 62px;
	margin-top: 10px;
	padding-left: 80px;
	background: url(../images/entry_more.jpg) no-repeat 0 0;
	color: #DD006F;
}

.entry_meta {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry_sns #twitter {
	margin-right: 20px;
}

.entry_sns #facebook iframe {
	height: 20px;
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document life > entries
--------------------------------------------------------- */

.entries {
	margin: 20px 0 0;
	padding: 15px;
	border: solid 3px #f0f1f2;
}

.entries h3 {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
	font-weight: 100;
	font-size: 16px;
}

.entries li {
	padding-left: 18px;
	background: url(/include_2015/images/h_gnavi.png) no-repeat left;
}


/* ---------------------------------------------------------
	CSS Document life > list
--------------------------------------------------------- */

.list dl {
	padding: 15px 0;
	border-bottom: solid 4px #f3f3f3;
}

.list dt {
	float: left;
	width: 200px;
	height: 120px;
	overflow: hidden;
	background: #f3f3f3;
	margin-right: 20px;
}

.list dt img {
	width: 200px;
	height: auto;
}

.list dl:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.list dd span {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 2px 10px 0;
	background: #f80;
	font-size: 12px;
	color: #fff;
}

.list dd a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 18px;
}

.list dd {
	font-size: 13px;
	line-height: 1.4;
}

.list dl:hover a {
	color: #e99400;
}