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

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

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

/* ---------------------------------------------------------
	CSS Document recipie > sidebar
--------------------------------------------------------- */

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

#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 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:nth-child(1) a {
	background: url(../images/category_01.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(2) a {
	background: url(../images/category_02.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(3) a {
	background: url(../images/category_03.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(4) a {
	background: url(../images/category_04.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(5) a {
	background: url(../images/category_05.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(6) a {
	background: url(../images/category_06.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(7) a {
	background: url(../images/category_07.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(8) a {
	background: url(../images/category_08.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(9) a {
	background: url(../images/category_09.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(10) a {
	background: url(../images/category_10.png) no-repeat;
	background-position: 5px;
}

#sidebar li:nth-child(11) a {
	background: url(../images/category_11.png) no-repeat;
	background-position: 5px;
}

#sidebar li a {
	display: block;
	padding: 12px 0 12px 55px;
	text-decoration: none;
	color: #333;
}

#sidebar li li a {
	padding-left: 65px;
	background-size: 9px 8px;
}

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

/* ---------------------------------------------------------
	CSS Document recipe > entry
--------------------------------------------------------- */

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

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

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

.entry_category a{
    color:#999;
}

#contents .archive_title {
	margin:0 0 15px;
}

.entry_photo {
	float: left;
	width: 300px;
	overflow: hidden;
}

.entry_photo img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	border: solid 1px #ccc;
}

.entry_photo p {
	margin-bottom: 20px;
}

.entry_right {
	float: right;
	width: 430px;
}

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

.entry .name {
	margin-top: 5px;
	border-bottom: dotted 1px #999;
	text-align: right;
}

.entry .read {
	margin-top: 10px;
}

.entry .data {
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #FFE3AA;
	background: #FFF4DD;
}

.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 {
	display:inline-block;
	margin-right: 15px;
	padding-top:4px
}

.entry_sns #facebook {
	display:inline-block;
	vertical-align:top;
}

/* ---------------------------------------------------------
	CSS Document recipe > list
--------------------------------------------------------- */

.list .inner {
	width: 750px;
	width: 880px;
}

.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 dt img {
	width: 206px;
	height: auto;
}

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

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