/*
Theme Name: engineers_blog 
Theme URI: http://theme.wordpress.com/themes/hum/
Description: A responsive theme designed to show off a stream of posts, quotes, and images. Add a custom logo to stand out from the crowd. Hum builds off Twenty Eleven, so you get all of the goodness of a WordPress core theme included.
Version: 0.2.1
Author: Darylzf Koopersmith
Author URI: http://darylkoop.com/
Template: twentyeleven
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('./twentyeleven.css');



/*
 *  =STANDARDIZE ONE-COLUMN
 * ------------------------------------------------------------------------- */

#page {
	min-width: 1150px;
}
#content,
.left-sidebar #content {
	margin: 0 7.6%;
	width: auto;
}
#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.left-sidebar #secondary,
#secondary {
	display: block;
	float: none;
	margin: 0;
	width: auto;
}

/* Simplify the showcase template */

.page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	padding: 1.625em 7.6%;
	width: auto;
	word-wrap: break-word;
}
.page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}

/* Simplify the showcase template when small feature */

section.featured-post {
	overflow: hidden;
}
section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
article.feature-image.small .entry-summary a {
	left: -9%;
}
.search-results .entry-summary {
	padding: 0.6em 7.6% 0;
	border-style: solid;
	border-color: #EEE;
	border-width: 0 0 1px;
}

/* Remove the margin on singular articles */

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: auto;
}

/* Simplify the pullquotes and pull styles */

blockquote cite {
	display: block;
	text-align: right;
}
.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.singular .entry-meta .edit-link a {
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
.commentlist {
	margin-left: 102px;
	width: auto;
}
#respond {
	width: auto;
}
.commentlist > li.comment, .commentlist .pingback {
	margin-left: 0;
}
.comment-content a {
    word-wrap: break-word;
}


/*
 *  =GLOBAL
 * ------------------------------------------------------------------------- */

audio {
	width: 100%;
}


/*
 *  =STRUCTURE
 * ------------------------------------------------------------------------- */
/*
#main,
#colophon {
	margin-left: 300px;
}
*/
#branding {
	margin-right: 0;
	float: left;
	width: 240px;
}


/*
 *  =COLOR ANIMATIONS
 * ------------------------------------------------------------------------- */

#site-title a,
#site-description,
.entry-meta a,
#access a,
.entry-title a {
	-webkit-transition: font-size 200ms, color 400ms;
	-moz-transition:    font-size 200ms, color 400ms;
	-ms-transition:     font-size 200ms, color 400ms;
	-o-transition:      font-size 200ms, color 400ms;
	transition:         font-size 200ms, color 400ms;
}

.entry-header .comments-link a {
	-webkit-transition: background-color 700ms;
	-moz-transition:    background-color 700ms;
	-ms-transition:     background-color 700ms;
	-o-transition:      background-color 700ms;
	transition:         background-color 700ms;
}

#searchform,
.format-image img {
	-webkit-transition: opacity 400ms;
	-moz-transition:    opacity 400ms;
	-ms-transition:     opacity 400ms;
	-o-transition:      opacity 400ms;
	transition:         opacity 400ms;
}

#page #branding > a {
	-webkit-transition: opacity 200ms;
	-moz-transition:    opacity 200ms;
	-ms-transition:     opacity 200ms;
	-o-transition:      opacity 200ms;
	transition:         opacity 200ms;
}


/*
 *  =HOVERED BRANDING
 * ------------------------------------------------------------------------- */

#branding:hover #site-title a {
	color: rgba( 0, 0, 0, 0.4 );
}

#branding:hover #access a {
	color: #555;
}

#branding:hover #access .current_page_item > a,
#branding:hover #access .current_page_ancestor > a {
	color: #222;
}

#branding:hover #site-description {
	color: #7a7a7a;
}

#branding:hover #searchform {
	opacity: 1;
}


/*
 *  =MENU
 * ------------------------------------------------------------------------- */

#access {
	margin-top: 10px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page #branding #access div {
	margin: 0;
	padding: 0;
}
#access ul {
	margin: 0;
}

#access li {
	float: none;
}

#access a {
	display: inline-block;
	color: #aaa;
	padding: 0;
	line-height: 2.6em;
}

#access li:hover > a,
#access a:focus {
	background: transparent;
}

#page #branding #access a:hover,
#page #branding #access a:focus,
#page #branding #access .current_page_item > a:hover,
#page #branding #access .current_page_item > a:focus,
#page #branding #access .current_page_ancestor > a:hover,
#page #branding #access .current_page_ancestor > a:focus {
	color: #e0730c;
}

#access ul ul {
	top: 2.6em;
	left: 100%;
	margin-left: -40px;
	-webkit-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow:    3px 3px 6px rgba( 0, 0, 0, 0.2 );
	box-shadow:         3px 3px 6px rgba( 0, 0, 0, 0.2 );
}

#access ul ul:after {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 1em;

	border-width: 0 6px 6px 6px;
	border-color: #f9f9f9 transparent;
	border-style: solid;
}

#access ul ul li:hover > a {
	background: #f9f9f9;
}

#access li li {
	margin: 0;
	text-align: left;
}

#access li li:last-child a {
	border-bottom: 0;
}

#access ul ul ul {
	margin-left: 3px;
}
#access ul ul ul:after {
	top: 1em;
	left: -6px;
	border-color: transparent #f9f9f9;
	border-width: 6px 6px 6px 0;
}

/*
 *  =SEARCH FORM
 * ------------------------------------------------------------------------- */

#page #branding #searchform {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: hidden;
	margin: 10px 0;
	opacity: 0.6;
	max-width: none;
}


#page #branding #s:focus {

}

#page #branding #s {
	width: 238px;
	background: url('https://moneyforward.com/engineers_blog/wp-content/uploads/2015/12/icon_search.png') no-repeat;
	background-size: 26px;
    	background-position: 2px;
	background-color: transparent;
	border-color: #ddd;
	font-size: 13px;
	font-weight: 500;
	box-sizing: border-box;
	height: 34px;
}
.error404 #main #searchform {
	background: transparent;
	border: 0 none;
}

.error404 #main #searchform #s,
.search-no-results #main #searchform #s {
	background-color: transparent;
	border-color: rgba( 255, 255, 255, 0.6 );
	font-size: 13px;
	font-weight: 500;
}

/* Two rules to ensure browser recognition */

#page #branding #s::-webkit-input-placeholder,
.error404 #main #searchform #s,
.search-no-results #main #searchform #s {
    color: rgba( 0, 0, 0, 0.4 );
}
#page #branding #s:-moz-placeholder,
.error404 #main #searchform #s,
.search-no-results #main #searchform #s {
    color: rgba( 0, 0, 0, 0.4 );
}


/*
 *  =HEADER
 * ------------------------------------------------------------------------- */

#branding hgroup {
	margin: 0;
}

#page #branding > a {
	padding-bottom: 20px;
	display: block;
}
#page #branding > a:hover {
	opacity: 0.8;
}

#branding img {
	width: auto;
	max-height: 200px;
	max-width: 100%;
}

#site-title {
	width: auto;
	margin: 0;
	padding: 0 0 10px 0;
	float: right;
}

#site-title a {
	font-size: 2.8em;
	line-height: 1em;
	color: rgba( 0, 0, 0, 0.4 );
	font-weight: bold;
	margin-right: -4px;
	text-align: right;
}

#page #branding #site-title a:hover,
#page #branding #site-title a:focus {
	color:#e0730c;


}

#site-description {
	width: auto;
	margin: 0 0 15px;
	color: #aaa;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#branding {
	border: 0;
	text-align: left;
	top: 0;
	bottom: 0;
}

/*.admin-bar #branding {
	top: 28px;
}*/

/*
 *  =CONTENT
 * ------------------------------------------------------------------------- */

#page {
	background: transparent;
	margin-top: 4em;
}
.one-column #page {
	max-width: 950px;
}
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width:auto;
}
#main {
	padding: 0;
	width: 890px;
	float: right;
}
#main #content {
	margin: 0;
font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#content .hentry {
	background: transparent;
	/*-webkit-box-shadow: 0 0 8px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 0 8px rgba( 0, 0, 0, 0.08 );
	-webkit-border-radius: 8px;*/
}

.entry-header .entry-format {
	position: relative;
	line-height: 1.4em;
}

.entry-header .comments-link a {
	right: 7.6%;
	top: 1.8em;
}

.hentry, .no-results {
	border: 0;
}

.entry-title {
	padding-top: 0;
}

.entry-meta a {
	color: #555;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #e0730c;
}

#content .hentry {
	padding: 0;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
}

.hentry header {
	padding: 1.625em 4% 0;
}

#content .hentry .entry-content {
/*	padding: 1.5em 4% 0;*/
	padding: 2em 4% 0;
/*	border-style: solid;
	border-color: #eee;
	border-width: 0 0 1px;
*/
	border:none;
}
.page #content .hentry .entry-content {
	border: 0;
}

.hentry footer {
	min-height: 18px;
	padding: 1.625em 4%;
	background: transparent;
	overflow: hidden;
}

.singular .hentry footer {
	min-height: 0;
}


/*
 *  =POST FORMATS
 * ------------------------------------------------------------------------- */

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 0;
}

article.format-aside .entry-content p:last-child,
article.format-link .entry-content p:last-child,
article.format-status .entry-content p:last-child {
	margin-bottom: 1em;
}

article.format-gallery .entry-content {
	overflow: hidden;
}

article.format-gallery .gallery-thumb {
	margin: .375em 1.5em 1.25em 0;
	display: block;
}
article.format-gallery .gallery-thumb img {
	padding: 6px;
	border: 1px solid #ddd;
}


/*
 *  =Status
 * ------------------------------------------------------------------------- */

article.format-status .entry-content {
	min-height: 86px;
}
.singular article.format-status .entry-content {
	min-height: 0;
}

.hentry.format-status .entry-title,
.hentry.format-aside .entry-title,
.hentry.format-link .entry-title {
	display: none;
}


/*
 *  =Quote
 * ------------------------------------------------------------------------- */

#content .hentry.format-quote {
	padding: 0;
}

.format-quote header {
	padding: 1.625em 7.6% 1.5em;
}

.format-quote .entry-title {
	display: none;
}

.format-quote header hgroup {
	float: left;
}
.format-quote header .entry-format {
	top: 1px;
}

.format-quote header .entry-meta {
	clear: none;
	margin-left: 15.2%;
}

#content article.format-quote header .comments-link a {
	top: 1em;
}

#content .format-quote .entry-content {
	padding: 1.75em 7.6% 0;
	border-width: 1px 0;
}

.format-quote blockquote {
	/*font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, Meiryo, 'メイリオ', serif, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	color: #333;
	font-size: 2.2em;
	line-height: 1.4em;
    color: rgba(60,74,96,0.7);
    border-left: 5px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
    padding: 0 20px;
}

.format-quote blockquote p {
	margin-bottom: 0.75em;
}

.format-quote cite {
	display: block;
	text-align: right;
	margin: 1em 0 0;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;
	line-height: 2.6em;
	font-style: normal;
}


/*
 *  =Image/Video
 * ------------------------------------------------------------------------- */

/* The first paragraph should contain the image or video. */

.full-width,
#content article.format-image .entry-content > :first-child,
#content article.format-video .entry-content > :first-child {
	margin: 0 -8.96226415%;
	max-width: 117.924528%;
	width: 117.924528% !important;
	padding: 0;
	overflow: hidden;
}
#content article.format-image .entry-content > :first-child img,
#content article.format-video .entry-content > :first-child embed,
#content article.format-video .entry-content > :first-child iframe,
#content article.format-video .entry-content > :first-child object {
	display: block;
	width: 100%;
}

#content .indexed.format-image p,
#content .indexed.format-video p {
	margin-bottom: 1.625em;
}
#content .format-image .wp-caption {
	background: #f1f1f1;
}
#content .format-image .wp-caption .wp-caption-text {
	color: #333;
}

#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text {
	padding: 1.5em 1em 1.5em 40px;
	margin: 0;
}
#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text:before {
	left: 20px;
	top: 1.1em;
	color: #ccc;
}

#content article.format-image .entry-content > :first-child + p,
#content article.format-video .entry-content > :first-child + p {
	margin-top: 1.625em;
}

.indexed.format-image footer.entry-meta a:hover,
.indexed.format-video footer.entry-meta a:hover {
	color: #e0730c;
}
.indexed.format-image footer.entry-meta .edit-link a:hover,
.indexed.format-video footer.entry-meta .edit-link a:hover {
	color: #fff;
}

#content article.sticky header .entry-format,
#content article.format-image header .entry-format,
#content article.format-video header .entry-format,
#content article.format-gallery header .entry-format {
	position: absolute;
	top: 2.375em;
}

#content article.format-image footer,
#content article.format-video footer {
	padding: 1.625em 7.6%;
	background: transparent;
}

.indexed.format-image div.entry-meta + div.entry-meta,
.indexed.format-video div.entry-meta + div.entry-meta {
	text-align: right;
	width: 64%; /* to prevent odd line breaks when rounding percentages */
}

#content article.format-image .edit-link,
#content article.format-video .edit-link {
	position: absolute;
	bottom: 1.55em;
	right: 1.25em;
}


/*
 *  =Singular
 * ------------------------------------------------------------------------- */

#content nav {
	padding: 0 0 5px 0;
}

#nav-single {
	float: none;
	top: 0;
	z-index: 120;
}

#nav-single .nav-previous {
	padding-right: 1em;
	float:left;
}

#nav-single .nav-next {
	padding-left: 1em;
	float: right;
}
#nav-single .nav-next a, #nav-single .nav-previous a {
	color:rgba(0,0,0,0.5);
}
#nav-single .nav-next a:hover, #nav-single .nav-previous a:hover {
	color:#e0730c;
}
.singular .entry-title {
	padding: 0;
	font-size: 30px;
	line-height: 1.6em;
}

.singular .hentry header .entry-meta {
	margin: 0;
	padding: 1.2em 0 0 4%;
	left: 0;
	right: 0;

}

.single-format-aside .hentry header .entry-meta,
.single-format-image .hentry header .entry-meta,
.single-format-video .hentry header .entry-meta,
.single-format-quote .hentry header .entry-meta,
.single-format-link .hentry header .entry-meta,
.single-format-gallery .hentry header .entry-meta,
.single-format-status .hentry header .entry-meta {
	padding-left: 22.8%;
}

.single-post #content .entry-header .entry-format {
	left: 7.6%;
	position: absolute;
	top: 1.675em;
}

.singular #content .hentry.format-status .entry-content,
.singular #content .hentry.format-aside .entry-content,
.singular #content .hentry.format-link .entry-content {
	padding-top: 2.5em;
}


/*
 *  =Singular Quote Format
 * ------------------------------------------------------------------------- */

.singular #content .hentry.format-quote .entry-content {
	padding: 1.75em 7.6% 0;
}
.singular #content .format-quote .entry-content {
	border-width: 0 0 1px;
}


/*
 *  =Singular Image Format
 * ------------------------------------------------------------------------- */

.singular #content article.format-image .entry-title {
	padding-bottom: 0.6em;
}
.singular #content article.format-image img {
	max-width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.singular #content article.format-image img:hover {
	opacity: 0.8;
}


/*
 *  =COMMENTS
 * ------------------------------------------------------------------------- */

.singular #comments-title {
	text-align: center;
}

.commentlist .children li.comment .comment-meta {
	margin-left: 0;
}

.commentlist .children .avatar {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 10px 0 0;
	float: left;
}

.commentlist > li.bypostauthor {
	background: #f6f6f6;
	border-color: #ddd;
}
.commentlist > li.bypostauthor:before {
	content: url(../twentyeleven/images/comment-arrow.png);
}
.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="password"],
.entry-content .contact-form input[type="url"],
.entry-content .contact-form input[type="number"],
.entry-content .contact-form textarea {
	width: 300px;
	max-width: 100%;
	min-width: 100px;
}


/*
 *  =FOOTER
 * ------------------------------------------------------------------------- */

#colophon,
#site-generator {
	border: 0;
	background: transparent;
	text-align:center;
}

#colophon .widget {
	word-wrap: break-word;
}

#site-generator .sep {
	background-image: url(images/wordpress.png);
}

/* Center WordPress.com Stats smiley. */
#wpstats {
	padding-left: 220px;
}


/*
 *  =ARCHIVES
 * ------------------------------------------------------------------------- */

/*
.page-title {
	margin: 5.6em 0 1.6em;
} */


/*
 *  =SHOWCASE TEMPLATE
 * ------------------------------------------------------------------------- */

#content article.intro {
	background: transparent;
	border-radius:         0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	margin: 0;
	padding: 0.5em 0;
}

#content article.intro .entry-header {
	padding-top: 1.5em;
}

#content article.intro .entry-content {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	overflow: hidden;
	padding: 0;
}

#content article.intro .entry-content p:first-child {
	color: #464646;
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	text-shadow: 0 1px 0 #fff;
}

#content article.intro .edit-link a {
	top: 0.75em;
	right: 0;
}

.page-template-showcase-php .featured-posts {
	min-height: 0;
	margin: 3.2em 0 4em;
}

.featured-posts .showcase-heading {
	padding-left: 0;
}

.featured-posts section.featured-post {
	top: auto;
	padding-top: 0;
	min-width: 82.2%;
}

.featured-post .feature-text::after,
.featured-post .feature-image.small::after {
	background: none;
}

#content .featured-posts .hentry {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#content .featured-posts .hentry header {
	padding-left: 0;
}

#content .featured-posts .hentry footer {
	display: none;
}

#content .featured-posts .hentry .entry-title {
	padding-right: 0;
}

#content .featured-posts article.feature-image.small .entry-summary {
	overflow: visible;
}

#content .feature-slider {
	padding: 0;
	right: 0;
}

section.feature-image.large img {
	max-width: 100%;
	padding: 0;
}

#content section.feature-image.large article {
	background: transparent;
	left: 1.625em;
	margin: 1.625em 0 0 0;
	white-space: nowrap;
}

section.recent-posts .other-recent-posts {
	border-color: #ccc;
	border-style: dotted;
	margin: 4em 0 1em;
}

section.recent-posts .other-recent-posts .entry-title {
	border-color: #ccc;
	border-style: dotted;
	padding: 0.75em 0;
}

section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	padding: 0.75em 0 1em;
}

section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
	color: #e0730c;
}


/*
 *  =RESPONSIVE STRUCTURE
 * ------------------------------------------------------------------------- */

@media (min-width: 1200px) {

	#site-title a {
		font-size: 2.8em;
	}

}

@media (max-width: 800px) {

	#main {
		padding: 2em 0 0;
		width: auto;
		float: none;
	}


	#page {
		min-width: 1px;
	}

	#page,
	#branding {
		margin-top: 0;
		padding-top: 0;
	}

	#branding {
		position: relative;
		width: auto;
		margin: 0 7.6%;
		padding-top: 10px;
		text-align: center;
	}

	#site-title {
		padding-top: 20px;
		float: none;
	}

	#site-title a {
		font-size: 2.8em;
	}

	#page #branding #searchform {
		position: absolute;
		right: 0;
		margin-bottom: 0.3em;
	}

	#main,
	#colophon {
		margin-left: 0;
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#access ul {
		margin: 0 7.6%;
	}

	#access li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}

	#access ul ul {
		left: auto;
		margin-left: 0;
	}

	/*
	 *  =Undo hovered branding
	 * ------------------------------------------------------------------------- */
	#page #branding #site-title a {
		color: rgba( 0, 0, 0, 0.75 );
	}

	#page #branding #access a {
		color: #555;
	}

	#page #branding #access .current_page_item > a,
	#page #branding #access .current_page_ancestor > a {
		color: #222;
	}

	#page #branding #site-description {
		color: #7A7A7A;
	}

	#page #branding #searchform {
		opacity: 1;
	}

	.widget{
		margin: .5em 0 .5em
	}

	.widget ul li{
		display:inline-block;
		margin: 0 10px;
	}
	.widget ul li{
		display:inline-block;
		margin: 0 10px;
		font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}

	.widget .tagcloud a{
		font-size:13px !important;
		margin: 0 10px;
	}
}

@media (max-width: 650px) {

	blockquote.pull.alignleft,
	blockquote.pull.alignright,
	.singular blockquote.pull.alignleft,
	.singular blockquote.pull.alignright {
		margin: 0 0 1.625em;
		text-align: center;
		width: 100%;
	}
	h1.entry-title {
		font-size:16px;
	}

	#site-title a {
		font-size: 2.8em;
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#access li {
		display: inline;
		float: none;
	}

	.format-quote header .entry-meta {
		margin-left: 22.8%;
	}

	.commentlist {
		margin-left: 0;
	}

	.comment-meta {
		overflow: hidden;
		padding-top: 10px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist .avatar {
		float: left;
		margin-top: -10px;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.comment-content {
		padding-top: 7px;
	}

}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	/*@todo Move this to Twenty Eleven eventually*/
	#site-generator .sep {
		background-image: url(images/wordpress-2x.png);
		background-size: 16px auto;
	}
}
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #main:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 40px;
}
.infinite-scroll.neverending #content {
	margin-bottom: 70px;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
	border-bottom: none;
}
#infinite-footer {
	z-index: 10000;
}
#infinite-footer .blog-info a {
	color: #222;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #e0730c;
	text-decoration: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-info a {
	font-weight: 300;
}
#infinite-footer .container {
	background-color: rgba(255,255,255,.9);
	border-color: rgba(0,0,0,.05);
	border-radius: 3px 3px 0 0;
}
.infinite-wrap {
	border-top: 0;
	padding: 0;
}
.infinite-scroll #infinite-handle {
	float: none;
	margin: 0 auto 30px auto;
	width: 200px;
}
.infinite-scroll #infinite-handle span {
	font-weight: 300;
}
.infinite-loader {
	margin: 10px auto 26px;
	width: 28px;
}

/**
 * Elements to hide:
 * (footer widgets, post navigation, regular footer)
 */
.infinite-scroll.neverending #colophon #supplementary,
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #colophon {
	display: block;
}

/* For responsive CSS */
@media (max-width: 800px) {
	.infinite-scroll #infinite-handle {
		padding-bottom: 40px;
	}
	#secondary.navigation {
		display:none;
	}
}

/* MFWカスタマイズ*/

.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.sidebar-link{
	text-solor:#aaa;
}
.inline-block{
	display: inline-block;
}
.social4i {
	margin-bottom: 20px;
}
.s4twitter {
	width:100px;
}
.s4plusone {
	width:65px;
}
/* 文字装飾を一括設定*/
.entry-content h1{
}
.entry-content h2{
	font-size:20px;
	font-weigth:bold;
	color:rgba(0,0,0,0.9);
}
.entry-content h3{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:rgba(0,0,0,0.9);
}
.entry-content p {
	font-size:15px;
	line-height:1.7em;
	color:rgba(0,0,0,0.7);
}
a.more-link {
	float:right;
}

.fb-like iframe {
    max-width: none!important;
}

#content .entry-content .syntaxhighlighter table code {
	font-size:13px !important;
}
#content .entry-content .syntaxhighlighter table {
	width:620px !important;
	overflow-x:hidden !important;
	border: 1px solid #ccc !important;
}
#content .entry-content .syntaxhighlighter table td, #content .entry-content .syntaxhighlighter table td.gutter{
	background-color:#f5f5f5 !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}
#content .entry-content .syntaxhighlighter table td.code {
	background-color:#f5f5f5 !important;
}
#content .entry-content .syntaxhighlighter table td.code .line {
	padding-left:5px !important;
}
#content .entry-content .syntaxhighlighter table td.code div.container {
	width:590px !important;
	overflow-x:scroll !important;
}
#content .entry-content .syntaxhighlighter table td div.line {
	background-color:#f5f5f5 !important;
}

#content .entry-content .emphasized-box {
	border:1px solid #ccc !important;
	background:#efefef !important;
	text-align:center !important;
	padding:20px 0 0 0 !important;
	margin:0 0 20px 0 !important;
}
#content .entry-content .emphasized-box label{
	font-size:14px !important;
}

#content .entry-content .emphasized-box .fazzy {
	font-weight:bold !important;
}


#content .entry-content pre.line-pre div.line {
	font-size:14px !important;
}
#content .entry-content .syntaxhighlighter table td.gutter .line {
	padding-left:5px !important;
}




/*
 *  GitHub Flavored Markdown 対応CSS
 */
.entry-content .markdown-content #header {
  border-bottom: 1px solid #ccc;
}
.entry-content .markdown-content #last-modified {
  padding-left: 10px;
}
.entry-content .markdown-content html {
  background: #fff;
  margin: 0;
  padding: 0;
}
.entry-content .markdown-content body {
  font: 14px helvetica, arial, freesans, clean, sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  color: #333;
  width: auto;
  max-width: 920px;
}
.entry-content .markdown-content body > *:first-child {
  margin-top: 0 !important;
}
.entry-content .markdown-content body > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content .markdown-content h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: black;
}
.entry-content .markdown-content h2 {
  font-size: 24px;
  margin: 20px 0 10px;
  color: black;
  border-bottom: 2px solid #dedede;
}
.entry-content .markdown-content h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.entry-content .markdown-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.entry-content .markdown-content h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.entry-content .markdown-content h6 {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.entry-content .markdown-content p {
  margin: 15px 0;
}
.entry-content .markdown-content li p {
  margin: 0;
}
.entry-content .markdown-content li p br {
  line-height: 2.5;
}
.entry-content .markdown-content li p strong+br {
  line-height: 0;
}
.entry-content .markdown-content pre,
.entry-content .markdown-content code {
  font: 12px 'Bitstream Vera Sans Mono', 'Courier', monospace;
}
.entry-content .markdown-content .highlight pre,
.entry-content .markdown-content pre {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
}
.entry-content .markdown-content code {
  white-space: nowrap;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 2px;
  padding: 3px 5px;
  background: rgba(27,31,35,0.05);
}
.entry-content .markdown-content pre code {
  white-space: pre;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.entry-content .markdown-content a,
.entry-content .markdown-content a code {
  color: #4183c4;
  text-decoration: underline;
  word-wrap: break-word;
}
.entry-content .markdown-content a:hover {
  color: #e0730c;
}
.entry-content .markdown-content blockquote {
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  border-left: 5px solid rgba(0,0,0,0.1);
  padding: 0 20px;
  color: rgba(60,74,96,0.7);
  margin: 15px 0;
  font-style: normal;
}

.entry-content .markdown-content blockquote p {
  color: rgba(60,74,96,0.7);
}

.entry-content .markdown-content blockquote > :first-child {
  margin-top: 0;
}
.entry-content .markdown-content blockquote > :last-child {
  margin-bottom: 0;
}
.entry-content .markdown-content table {
  font-size: 14px;
  border-collapse: collapse;
  margin: 20px 0 0;
  padding: 0;
}
.entry-content .markdown-content table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.entry-content .markdown-content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.entry-content .markdown-content table tr th[align="center"],
.entry-content .markdown-content table tr td[align="center"] {
  text-align: center;
}
.entry-content .markdown-content table tr th[align="right"],
.entry-content .markdown-content table tr td[align="right"] {
  text-align: right;
}
.entry-content .markdown-content table tr th,
.entry-content .markdown-content table tr td {
  border: 1px solid #ccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
.entry-content .markdown-content ul {
  /*padding-left: 10px;*/
  list-style: disc;
}

.entry-content .markdown-content ul,
.entry-content .markdown-content ol {
  margin: 15px 0;
}
.entry-content .markdown-content ul li,
.entry-content .markdown-content ol li {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 2.0em;
  line-height: 1.8;
}
.entry-content .markdown-content dl {
  padding: 0;
}
.entry-content .markdown-content dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}
.entry-content .markdown-content dl dt:first-child {
  padding: 0;
}
.entry-content .markdown-content dl dt > :first-child {
  margin-top: 0;
}
.entry-content .markdown-content dl dt > :last-child {
  margin-bottom: 0;
}
.entry-content .markdown-content dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}
.entry-content .markdown-content dl dd > :first-child {
  margin-top: 0;
}
.entry-content .markdown-content dl dd > :last-child {
  margin-bottom: 0;
}
.entry-content .markdown-content .shadow {
  -webkit-box-shadow: 0 5px 15px #000;
  -moz-box-shadow: 0 5px 15px #000;
  box-shadow: 0 5px 15px #000;
}
@media screen and (min-width: 914px) {
  .entry-content .markdown-content body {
    width: 854px;
    margin: 0 auto;
  }
}
@media print {
  .entry-content .markdown-content table,
  .entry-content .markdown-content pre {
    page-break-inside: avoid;
  }
}
.entry-content .markdown-content .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}
.entry-content .markdown-content .hljs-comment,
.entry-content .markdown-content .hljs-template_comment,
.entry-content .markdown-content .diff .hljs-header,
.entry-content .markdown-content .hljs-javadoc {
  color: #998;
  font-style: italic;
}
.entry-content .markdown-content .hljs-keyword,
.entry-content .markdown-content .css .rule .hljs-keyword,
.entry-content .markdown-content .hljs-winutils,
.entry-content .markdown-content .javascript .hljs-title,
.entry-content .markdown-content .nginx .hljs-title,
.entry-content .markdown-content .hljs-subst,
.entry-content .markdown-content .hljs-request,
.entry-content .markdown-content .hljs-status {
  color: #333;
  font-weight: bold;
}
.entry-content .markdown-content .hljs-number,
.entry-content .markdown-content .hljs-hexcolor,
.entry-content .markdown-content .ruby .hljs-constant {
  color: #099;
}
.entry-content .markdown-content .hljs-string,
.entry-content .markdown-content .hljs-tag .hljs-value,
.entry-content .markdown-content .hljs-phpdoc,
.entry-content .markdown-content .tex .hljs-formula {
  color: #d14;
}
.entry-content .markdown-content .hljs-title,
.entry-content .markdown-content .hljs-id,
.entry-content .markdown-content .coffeescript .hljs-params,
.entry-content .markdown-content .scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}
.entry-content .markdown-content .javascript .hljs-title,
.entry-content .markdown-content .lisp .hljs-title,
.entry-content .markdown-content .clojure .hljs-title,
.entry-content .markdown-content .hljs-subst {
  font-weight: normal;
}
.entry-content .markdown-content .hljs-class .hljs-title,
.entry-content .markdown-content .haskell .hljs-type,
.entry-content .markdown-content .vhdl .hljs-literal,
.entry-content .markdown-content .tex .hljs-command {
  color: #458;
  font-weight: bold;
}
.entry-content .markdown-content .hljs-tag,
.entry-content .markdown-content .hljs-tag .hljs-title,
.entry-content .markdown-content .hljs-rules .hljs-property,
.entry-content .markdown-content .django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}
.entry-content .markdown-content .hljs-attribute,
.entry-content .markdown-content .hljs-variable,
.entry-content .markdown-content .lisp .hljs-body {
  color: #008080;
}
.entry-content .markdown-content .hljs-regexp {
  color: #009926;
}
.entry-content .markdown-content .hljs-symbol,
.entry-content .markdown-content .ruby .hljs-symbol .hljs-string,
.entry-content .markdown-content .lisp .hljs-keyword,
.entry-content .markdown-content .tex .hljs-special,
.entry-content .markdown-content .hljs-prompt {
  color: #990073;
}
.entry-content .markdown-content .hljs-built_in,
.entry-content .markdown-content .lisp .hljs-title,
.entry-content .markdown-content .clojure .hljs-built_in {
  color: #0086b3;
}
.entry-content .markdown-content .hljs-preprocessor,
.entry-content .markdown-content .hljs-pragma,
.entry-content .markdown-content .hljs-pi,
.entry-content .markdown-content .hljs-doctype,
.entry-content .markdown-content .hljs-shebang,
.entry-content .markdown-content .hljs-cdata {
  color: #999;
  font-weight: bold;
}
.entry-content .markdown-content .hljs-deletion {
  background: #fdd;
}
.entry-content .markdown-content .hljs-addition {
  background: #dfd;
}
.entry-content .markdown-content .diff .hljs-change {
  background: #0086b3;
}
.entry-content .markdown-content .hljs-chunk {
  color: #aaa;
}

.entry-content del {
	color:#aaa;
}