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

/* ---------------------------------------------------------
	CSS Document recipie > detail
--------------------------------------------------------- */

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

/* ---------------------------------------------------------
	CSS Document recipie > 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;
}

#sidebar .blog_name .career a {
	color: #053565;
}

#sidebar .blog_name .life a {
	color: #f80;
}

#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: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;
}

#sidebar .label {
    background:#eee;
    font-size:14px;padding:10px;
}

#sidebar .no_entry {
	display: block;
	padding: 8px 10px 6px;
	padding-left: 25px;
	background-size: 9px 8px;
	text-decoration: none;
	color: #999;
}

/* ---------------------------------------------------------
	CSS Document recipe > tagcloud
--------------------------------------------------------- */

#t_tagcloud {
	margin-top: 20px;
	padding: 5px 10px 10px;
	border: solid 1px #FAA3CC;
	text-align: left;
	overflow :auto;
}

#t_tagcloud ul {
	margin-top: 5px;
	padding: 10px 5px 0;
	border-top: dotted 1px #EE478C;
	text-align: left;
}

#t_tagcloud li {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	list-style: none;
}

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

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

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

.entry_category a{
    color:#999;
}

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

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

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

.entry_excerpt {
	margin-top: 5px;
}

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

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

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

.entry_dir {
	margin-top: 20px;
}

.entry_dir h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/title_02.png) no-repeat left;
	font-weight: 100;
	font-size: 18px;
	line-height: 25px;
	color: #d74e93;
}

.entry_dir .dl {
	padding: 0 10px 10px;
	background: #eff0f1;
}

.entry_dir dl {
	padding: 7px 5px 2px;
	border-bottom: dotted 1px #999;
}

.entry_dir dt {
	float: left;
}

.entry_dir dd {
	float: right;
}

.entry_ing {
	margin-top: 20px;
}

.entry_ing h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/title_03.png) no-repeat left;
	font-weight: 100;
	font-size: 18px;
	line-height: 25px;
	color: #d74e93;
}

.entry_ing .dl {
	padding: 0 10px 10px;
	background: #eff0f1;
}

.entry_ing dl {
	padding: 7px 5px 2px;
	border-bottom: dotted 1px #999;
}

.entry_ing dt {
	float: left;
}

.entry_ing dd {
	float: right;
}

.entry_ing em {
	display: block;
	padding: 7px 5px 2px;
	border-bottom: dotted 1px #999;
	font-weight: bold;
	color: #9c3434;
}

.entry_pre ,
.entry_make {
	margin-top: 20px;
}

.entry_pre h3 ,
.entry_make h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/title_03.png) no-repeat left;
	font-weight: 100;
	font-size: 18px;
	line-height: 25px;
	color: #d74e93;
}

.entry_make h3 {
	background: url(../images/title_04.png) no-repeat left;
}

.entry_pre ol ,
.entry_make ol {
	padding: 0 10px 10px;
	background: #eff0f1;
}

.entry_pre li ,
.entry_make li {
	padding: 7px 5px 2px;
	padding-left: 18px;
	border-bottom: dotted 1px #999;
	position: relative;
}

.entry_pre li span ,
.entry_make li span {
	color: #d74e93;
	position: absolute;
	top: 6px;
	left: 0;
}

.entry_point {
	margin-top: 20px;
	padding: 20px 20px 20px 150px;
	background: #FFF0D9 url(../images/title_05.png) no-repeat 20px 20px;
}

.entry_point:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 87px;
}

.entry_point p {
	padding-top: 0;
}

.entry_point ol {
	width: 570px;
	display: inline-block;
	vertical-align: middle;
}

.entry_meta {
	margin: 30px 0;
}

.entry_sns {
	margin-top: 10px;
	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;
}