@charset "utf-8";
/*
Theme Name: TAKESHI COMPANY INC.
Description: 
Author: e-press
Version: 2015
*/


/*ログイン中の編集ボタン*/
div.post_edit{
	clear:both;
	display:block;
	background-color:#D1DFE2;
	text-align:center;
	padding:5px 0;
	color:#666;
	margin-bottom:30px;
}
div.post_edit a{
	color:#666;
	font-weight:bold;
}


/*404*/
.error_title{
}
.error_comments{
	padding:20px 10px 10px 10px;
}


/*page_navi*/
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 5px;
	margin: 2px;
	background:#222;
	color:#fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color:#666;
	background-color:#09C;
	color:#FFF;
}
.wp-pagenavi span.current {
	font-weight: bold;
}


/*post
-------------------------------------------------------------- */
.post{
	line-height:normal;
	line-height:1.8;
}

/*-post_head-*/
.post_head{
	padding-bottom:30px;
}
.post_head h2{
	margin-bottom:0 !important;
}

.entry_title{
	font-size:150%;
	border-top:1px solid #0080bb;
	border-bottom:1px solid #0080bb;
	float:left;
	width:800px;
	padding:17px 10px 15px;
	line-height:1.2;
}

/*-entry_data-*/
.entry_data{
	border-top:5px solid #0080bb;
	background:#fff;
	padding:10px 20px;
	color:#4B4B4B;
	margin-bottom:10px;
	letter-spacing:0.3em;
	float:right;
	font-size:90%;
}

/*-post_content-*/

.post_content{
	clear:both;
	margin-bottom: 80px;
}
.post_content:after {
  content: ""; 
  display: block; 
  clear: both;
}
.post_content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	margin:0 0 10px 0 !important;
}
#page-title{
	font-size:1.4em;
	margin-bottom:20px !important;
	font-weight:bold;
}
div.entry-meta{
	text-align:right;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 15px 0;
}

/*投稿設定*/
.post_content p,
.post_content ul,
.post_content ol,
.post_content dd,
.post_content pre,
.post_content hr {
	margin-bottom:1em;
}
.post_content ul ul,
.post_content ol ol,
.post_content ul ol,
.post_content ol ul {
	margin-bottom: 0;
}
.post_content pre,
.post_content kbd,
.post_content tt,
.post_content var {
	font-size: 15px;
	line-height: 21px;
}
.post_content code {
	font-size: 13px;
}
.post_content dt,
.post_content th {
	color: #000;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.post_content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.post_content tr th,
.post_content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.post_content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.post_content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.post_content .video-player {
	padding: 0;
}

strong{
	font-weight:bold;
}

/*--entry-utility--*/
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Images
-------------------------------------------------------------- */
.post img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
.post .attachment img {
	max-width: 900px;
}
.post .alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.post .alignright,
.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .aligncenter,
.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter {
	margin-bottom: 12px;
}
.post img.alignnone{
	margin-right:24px;
}
.post .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.post .wp-caption img {
	margin: 5px 5px 0;
}
.post .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.post .wp-smiley {
	margin: 0;
}
.post .gallery {
	margin: 0 auto 18px;
}
.post .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post .gallery img {
	border: 2px solid #cfcfcf;
}
.post .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post .gallery dl {
	margin: 0;
}
.post .gallery img {
	border: 10px solid #f1f1f1;
}
.post .gallery br+br {
	display: none;
}
.post .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/*categoly
--------------------------------------------------------*/
div.page_categoly{
	margin-bottom:30px;
}

/*others
--------------------------------------------------------*/

.post img.wp-image-1425 {
	margin: 0;
	height: auto;
	max-width: 1020px !important;
	width: 1020px !important;
	width: auto;
}