/*
Theme Name: piyajk.com
Template: twentyeleven
Author: piyajk
Version: 1.5
*/

@import url('../twentyeleven/style.css');


/* フォント系 */
body, input, textarea {
	font: 15px Arial, 'Lucida Grade', sans-serif;
/*	text-rendering: optimizeLegibility;*/
	-webkit-font-smoothing: subpixel-antialiased;
}
h1#site-title {
	font-family: Helvetica, Arial, sans-serif;
}
body {
	line-height: 1.625;
}
.singular .entry-title {
	font-size: 22px;
	line-height: 1.625;
}
.entry-title {
	font-size: 21px;
}
.entry-header .entry-format {
	letter-spacing: 0;
}
blockquote cite {
	letter-spacing: 0;
}
.page-title {
	letter-spacing: 0;
}
.page-title a {
	letter-spacing: 0;
}
.entry-content section h2 {
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
}
.entry-content section h3 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0;
	text-transform: none;
}
#reply-title {
	font-size: 18px;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 14px;
}

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 14px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 18px;/*変更*/
	}
	.featured-post .entry-title {
		font-size: 18px;
	}
	.singular .entry-title {
		font-size: 20px;/*変更*/
	}
	.entry-meta {
		font-size: 12px;
	}
	#reply-title {
		font-size: 20px;/*変更*/
	}

	.entry-content section h2 {
		font-size: 16px;
	}
	.entry-content section h3 {
		font-size: 14px;
	}
	.entry-content div.frameline h3 {
		font-size: 13px;
	}

	.one-column .commentlist > li.comment .comment-meta, .one-column .commentlist > li.comment .comment-content {
		margin-right: 0;
	}
	.entry-title,
	.entry-header .entry-meta {
	    padding-right: 46px;
	}
}




/* テキスト系 */
pre {
	border-style: solid;
	border-width: 1px;
	border-color: #dcdcdc;
	border-left: solid 4px #aaa;
}
code, kbd {
	font: 0.9em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

span.yarpp, .widget ul li {
	color: #aaaaaa;
}
/*
.yarpp-related li {
	margin-bottom: 0.5em;
}
*/

/* タイトル系 */
.entry-content section header {
	padding: 22px 0;
}
.entry-content section h3 {
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.widget-title {
	margin-bottom: 1em;
}
.entry-title,
.entry-header .entry-meta {
	/*padding-right: 0;*//*コメント数の吹き出し*/
}


/* タイトル横のカラーバー */
.archive .entry-header,
.archive .format-standard .entry-header,
.search .format-standard .entry-header,
.home .format-standard .entry-header {
	margin-left: -17px;/*-14*/
	padding-left: 1em;/*17*/
	border-left: 3px solid #1b8be0;/*4682B4*/ /*666*/ /*1b8be0*/ /*FE8A01*/
}

@media (max-width: 650px) {
	/* タイトル横のカラーバー */
	.archive .entry-header,
	.archive .format-standard .entry-header,
	.search .format-standard .entry-header,
	.home .format-standard .entry-header {
		margin-left: -6px;
	}
}




/* 一覧と固定ページの上部空きを広げる
----------------------------------------------- */
.hentry, .no-results {
/*	margin-top: 1.625em;*/
/*	margin-bottom: 4.625em;*/
}

.comment-meta {
	margin-bottom: 1.625em;
}




/* テーブル系 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	width: 100%;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
.entry-content table,
.comment-content table {
	margin: 0 0 2.625em;
/*	width: auto;*/
}
.entry-content th,
.comment-content th {
        color: #444;
        font-size: 100%;
        font-weight: normal;
        letter-spacing: 0;
        line-height: normal;
        text-transform: none;
        padding: 7px;
        border: #cdcdcd 1px solid;
}

.entry-content thead th,
.comment-content thead th {
        font-weight: bold;
        background-color: #dcdcdc;
        font-size: 80%;
}
.entry-content tbody th,
.comment-content tbody th {
        background-color: #eee;
}
.entry-content td,
.comment-content td {
        padding: 7px;
        border: #cdcdcd 1px solid;
}
.entry-content caption p,
.comment-content caption p {
        padding: 1em 0 0.5em 0;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
}
.entry-content table tr ul,
.entry-content table tr ol {
	margin: 0 0 0 1.625em;
}








/* オリジナルマークアップ系 */
.entry-content div.frameline {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1.625em 0;
	padding: 1.625em 1.5em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #1982D1;
	text-align: left;
/*	background: #F0F8FF;*/
}
.entry-content div.frameline h3 {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0em;
}
.entry-content div.frameline ul,
.entry-content div.frameline ol {
	margin-left: 1.625em;
}
.entry-content div.yarpp-related {
	margin: 4.625em 0em 0em;
	text-align: left;
	color: #666;
	font-size: 12px;
}
.entry-content div.yarpp-related a {
	font-weight: bold;
	text-decoration: none;
}
.entry-content div.yarpp-related a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.entry-content div.figure {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1.625em 0;
	padding: 1.625em 1em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd;
	text-align: center;
}
.entry-content p.figcaption {
	margin-left: 3em;
	margin-right: 3em;
	text-align: left;
}
.entry-content blockquote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1.625em 0;
	padding: 1.625em 1.5em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd;
	text-align: left;
}
.entry-content div.amazon {
	margin: 2.625em 0 1.625em;
}











/* コメント */
#respond {
	background: #fff;
}
.commentlist > li.bypostauthor {
    background: #fff;
}

.entry-attachment .entry-caption {
	margin: 2.625em auto 1.625em;
}




/* 写真枠デザイン変更 2015.3.1 */
/* ここから------------------------------------ */
.wp-caption {
	background: #ffffff;
	max-width: 100%;
	padding: 0;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: none;
	padding: 0;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
}

img.size-full,
img.size-large {
	max-width: 100%;
}
/* ここまで------------------------------------ */
/* キャプション */
.wp-caption .wp-caption-text::before {
	color: #777777;
	content: 'Fig.';
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	margin-right: 0em;
	position: absolute;
	left: 0em;
	top: 0.5em;
}

.wp-caption .wp-caption-text, .gallery-caption {
	color: #111111;
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 0.5em 0.5em 0.5em 2.5em;
	position: relative;
}



h4.featured_header {
	margin: 2em 0 1em 0;
}





/* コメントフォームの必須項目 */
.cptch_block span.required {
	color: red;
}
#respond p.cptch_block {
	margin: 1.625em 0 -1.625em;
}
#respond p.cptch_block label {
	line-height: 1.625em;
}


/* WPPのサムネイル */
img.wpp-thumbnail {
	margin-right: 0.5em;
}


div.social4i {
	margin-bottom: 2em;
}

div.ssba {
	margin: 4em 0 2em;
}