﻿@charset "utf-8";
/*
Theme Name: K-Project V2
Theme URI: https://kzproject.net/wordpress/
Description: K-Project COMPANY official theme V2
Author: Keiji Takezawa
*/
/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	background: url(images/bg_body.png) repeat 0 0;
	font-size: 62.5%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}

table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/*-------------
container2
-------------*/
#container2 {
	width: 1350px;
	margin: 0 ;
	padding-top: 10px;
	background-color: #000000;      background-color: #efeeeb;   緑色#88cc00
}
/*-------------
contents2
-------------*/
#contents2 { 
	float: right;     float: left;
	width: 1300px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
	background-color: #000000;    background-color: #ffff00;  ライム
}
/*-------------
contents3
-------------*/
#contents3 { 
	float: left;
	width: 350px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
	background-color: #99cc00;
}
/*-------------
contents4
-------------*/
#contents4 { 
	float: none;
	width: 350px;
	margin-left: 850px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
/*-------------
contents5
-------------*/
#contents5 { 
	float: right;
	width: 350px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
/*-------------
contents6
-------------*/
#contents6 { 
	float: none;
	width: 350px;
	margin-left: 400px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
/*-------------
contents7
-------------*/
#contents7 { 
	float: none;
	width: 350px;
	margin-left: 50px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
/*-------------
contents8
-------------*/
#contents8 { 
	float: none;
	width: 350px;
	margin-right: 50px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}

/*-------------
header
-------------*/
#header { 
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
	background: #666666 url(images/bg_header.gif) repeat-x left top;    #efeeeb url(images/bg_header.gif) repeat-x left top;  
}
#header-inner { 
	width: 960px;
	margin: 0 auto;
}
#header2 { 
	width: 1400px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;        #878787;
	background: #666666 url(images/bg_header.gif) repeat-x left top;   #ff0000 url(images/bg_header.gif) repeat-x left top;
}
#header-inner2 { 
	width: 1300px;
	margin: 0 auto;
}
#header-top {
	height: 81px;
	font-size:1.1em;
}
#header-top h1 { 
	padding-top: 18px;
}
#header-top p {
	padding-top: 3px; 
	color: #797979;
}

header-top ul {
	text-align: right;
}
#header-top ul li { 
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	color: #fff;
	text-decoration: none;
}
#header-top ul a:hover { 
	text-decoration: underline;
}
#header-top ul a.sitemap { 
	padding-left: 18px;
	background: #00b5de url(images/icon_arr_white.gif) no-repeat 5px center;
}
#header-top ul a.rss{ 
	padding-left: 23px;
	background: #00b5de url(images/icon_rss.gif) no-repeat 5px center;
}
/*nav2*/
#header-nav2 { 
	clear: both;
}
#header-nav2 ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}
#header-nav2 ul li.menu-item a{ 
	display: block; 
	width: 200px; 
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-weight: bold;
	font-size: 3.0em;
	text-decoration: none;
	text-align: center; 
}

#header-nav2 ul li.menu-item a:hover, 
#header-nav2 ul li.current-menu-item a,
#header-nav2 ul li.current-menu-parent a, 
#header-nav2 ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat left -46px;
}

#header-nav2 ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav2 ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav2 ul li:hover ul.sub-menu {
	display: block;
}

#header-nav2 ul li ul.sub-menu li{
	float: none;
}

#header-nav2 ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	border-top: none;
	padding-left: 38px;
	background:#3ebdff url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #fff;
	text-align: left;
}
#header-nav2 ul li ul.sub-menu li a:hover,
#header-nav2 ul li ul.sub-menu li.current-menu-item a {
background: #8cdfff url(images/icon_arr_subnav.gif) no-repeat 20px center;
}



/*nav*/
#header-nav { 
	clear: both;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}
#header-nav ul li.menu-item a{ 
	display: block; 
	width: 120px; 
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center; 
}

#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a, 
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat left -46px;
}

#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li{
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	border-top: none;
	padding-left: 38px;
	background:#3ebdff url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #fff;
	text-align: left;
}
#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a {
background: #8cdfff url(images/icon_arr_subnav.gif) no-repeat 20px center;
}

/*breadcrumbs*/
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

/*gra*/
#header-gra {
	clear: both;
}
/*-------------
container
-------------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

/*-------------
contents
-------------*/
#contents { 
	float: left;
	width: 670px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
.box {
	margin-bottom: 30px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;     白色#fff
}

.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}
.boxA:after {
	display: block;
	clear: both;
	content:"";
}
.box1 {
	float: left;
	width:40%;
	padding:4%;
	border-style:solid;
}
.box2 {
	float: left;
	width:40%;
	padding:4%;	
	border-style:solid;
}
.box3 {
	float: left;
	width:50%;
}
.box4 {
	float: left;
	width:50%;
}
.section-header { 
	position: relative;
}
.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;    border-bottom: 1px solid #c5c5c5;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}
/*お問い合わせ*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}

/* start by takezawa*/
/*-------------
contents Right
-------------*/
#contents-R { 
	float: right;
	width: 200px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}


.section-header { 
	position: relative;
}
.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;    	border-bottom: 1px solid #c5c5c5;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}
/*お問い合わせ*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}
/* end by takezawa*/

/*-------------
container bottom
-------------*/
#containerbtm {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

/*-------------
contents bottom
-------------*/
#contentsbtm { 
	float: left;
	width: 960px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}



/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}

/*news*/
#news{ 
	clear: both;
}
#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}
#news dd.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}
#news dd.seminar{
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}

.box-inner {
	margin: 20px 20px 15px;
}
.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(images/icon_info.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-seminar {
	display: block;
	padding-right: 55px;
	background: url(images/icon_semi.gif) no-repeat right bottom;
}



.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.box-inner .data { 
	color: #999;
	text-align: right;
}
.box-inner p{
	padding-bottom: 1em;
}
.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

/*products*/
#products ul.item-lists {
	margin-left: -24px;
	padding-top: 10px;
}
#products ul.item-lists li {
	position: relative;
	float: left;
	width: 110px;
	margin-left: 50px;
}
#products ul.item-lists li span.type {
	position: absolute;
	top: 0;
	right: 0;
}
#products ul.item-lists li h3{
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2;
}
#products ul.item-lists li p {
	padding-bottom: 8px;
}
#products .post-categories {
	clear: both;
	margin-left: 0;
	text-align: right;
}
#products .post-categories li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	border-bottom: 1px dashed #d1d1d1;
}
#products .post-categories li a {
	padding-left: 15px;
	padding-right: 5px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
}
.product-left p{
	margin-top: 15px;
}

/*original-products*/
#original-products {
	margin-bottom: 15px;
}
#original-products .items-img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	border: 10px solid #e8edf0;
}
#original-products .items-detail h3 {
	padding-top: 15px;
	padding-bottom: 10px;
}
#original-products .items-detail p{
	margin-bottom: 1em;
}
/*products-single*/
.product-left{
	float: left;
	width: 100px;
	margin-top: 15px;
}
.product-right {
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
/*products-single ICTAG*/
.smp5em {font-size:5em;}
.smp4em {font-size:4em;}
.smp3em {font-size:3em;}
.smp2em {font-size:2em;}
.smp150% {font-size:150%;}
.smp200% {font-size:200%;}
.smp250% {font-size:250%;}
.smp300% {font-size:300%;}
.smp400% {font-size:400%;}
.smp500% {font-size:500%;}
.smp30px {font-size:30px;}
.smp60px {font-size:60px;}
.product-left2{
	float: left;
	width: 750px;
	margin-top: 15px;
}
.product-left2sml{
	float: left;
	width: 150px;
	margin-top: 15px;
}

.product-right2 {
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}

.product-right .product-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.product-right .product-title h3 {
	padding-left: 30px;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.product-right .product-title p {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
/* start by keiji*/
.product-right .product-title p2 {
	margin-top: 5px;
	font-size: 1.2em;
}
/* end by keiji*/
.product-right h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
.product-right p{
	margin-bottom: 1em;
}

/*PagiNavi*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}
/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}

#sidebar #bnr li{
	margin-bottom: 5px;
}
#sidebar .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}

#sidebar .side-nav ul{
	padding: 5px 10px 10px;
}

#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_circle_blue.gif) no-repeat left center;
}
/*-------------
sidebar2
-------------*/
#sidebar2 {
	float: right;
	width: 200px;
	margin-bottom: 15px;
}
#sidebar2 .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}
/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #000;
}
#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #fff;
	text-align: right;
}

/* =Responsive Structure
----------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.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 {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	#branding .only-search + #access div {
		padding-right: 0;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	.singular .entry-header .entry-meta,
	.singular .entry-header .entry-format,
	.singular .entry-meta .edit-link a {
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}