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

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

#detail {
	padding:10px 30px 30px;
} 

/* ---------------------------------------------------------
	CSS Document entry_style > 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: #053565;
}

#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(/career/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_tags {
	margin-top: 10px;
	font-size: 13px;
}

.entry_body {
	margin-top: 15px;
	border-top: solid 3px #feeff7;
}

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

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

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

.entry_body blockquote {
	margin: 20px 0 0;
	padding: 20px;
	border: solid 1px #cfd1d3;
}

.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 li{
    border-bottom:1px dotted #333;
    margin-bottom:10px;
    padding-bottom:10px;
}

.list .life{
	display:inline-block;
	text-align: center;
	font-size: 12px;
    padding:0 10px;
    margin-bottom:3px;
    color:#fff;
	background: #ccc;
}

.list dl {
	float: left;
	width: 236px;
	margin-right: 21px;
	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #f3f3f3;
	box-shadow:rgba(163, 163, 163, 0.30) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(163, 163, 163, 0.30) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(163, 163, 163, 0.30) 0px 0px 5px 0px;
}

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

.list dt {
	margin-bottom: 10px;
}

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

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