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

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

#detail {
	padding: 30px 10px;
}

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

#sidebar {
	margin-top: 30px;
}

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

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

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

#sidebar ul  {
	margin-top: 20px;
	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;
}

#sidebar li {
	padding: 10px 10px 10px 18px;
	background: url(../images/h_gnavi.png) no-repeat 10px;
	text-align: left;
}

#sidebar li a {
	text-decoration: none;
	color: #333;
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #d23c89;
}

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

#contents {
	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;
	border-top: solid 3px #feeff7;
}

.entry_body h4 {
	margin: 25px 0 10px;
	padding: 0 10px;
	border-left: solid 4px #d74e93;
	font-size: 14px;
	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: 20px 0 0;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f6f6f6;
}

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

.entry_meta .f_right {
	float: right;
}

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

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

.entry_sns .f_left {
	float: left;
}

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

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

.entries h3 {
	margin-bottom: 5px;
	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 dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.list dt {
	float: left;
	width: 25%;
}

.list dd {
	float: right;
	width: 72%;
	font-size: 12px;
}

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

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