img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin: 0;
}

#main .post-content h1{font-size:48px; font-weight:bold}
#main .post-content h2{font-size:36px; font-weight:bold}
#main .post-content h3{font-size:24px; font-weight:bold}
#main .post-content h4{font-size:18px; font-weight:bold}
#main .post-content h5{font-size:14px; font-weight:bold}
#main .post-content h6{font-size:12px; font-weight:bold}
#main .post-content h7{font-size:10px; font-weight:bold}
#main .post-content ul,
#main .post-content ol{
	padding:10px 0 10px 20px;
}
#main .post-content ul li{
	list-style:disc;
}
#main .post-content ol li{
	list-style:decimal;
}
#main .post-content blockquote{
	margin:10px 20px;
	font-style:italic;
	color:#999;
}

#blog-top{ /* ブログトップページフリーエリア */
	margin-bottom:20px;
}
#main_contents h2.blogtitle{
	margin:0 0 20px;
	background:url(/images/blog/bg-title.gif) no-repeat;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	padding:0px 0 0px 15px;
	height:31px;
	line-height:31px;
}
#contents p{
	margin:0 0 20px;
}

.article{ /* 記事ボックス */
	padding:10px;
	margin-bottom:50px;
	margin-right:20px;
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:0 0 3px #ccc;
	border-radius:5px;
}


.article .post-title{ /* 記事タイトル */
	margin:0 0 20px;
	border-left:5px solid #C70003;
	padding:3px 0 0px 5px;
}
.article .post-content{ /* 記事本文 */
	margin-bottom:10px;
	padding-bottom:50px;
	border-bottom:1px dashed #ccc;
	position:relative;
	overflow:hidden;
}
.wp_social_bookmarking_light{
	position:absolute;
	right:0;
	bottom:10px;
}
.article .post-meta{ /* 記事メタ情報 */
	text-align:right;
	font-size:0.85em;
}
.wp-pagenavi{ /* ページ送り */
	margin:50px 0 20px;
	text-align:center;
	font-size:0.8em;
}
#single-paging{/* 詳細ページ送り */
}

/* ブログ署名欄 */
/*#signature-block{ 
	clear:both;
	padding:50px 0 0;
}*/
/* コメント部分 
-------------------------------------- */
.blog .comment-area{ 
	margin:10px;
	text-align:left;
}

#com h3{/* コメントタイトル */
	margin:10px 0;
	padding:5px;
	border-bottom:1px solid #999;
	background-color:#eee;
}
#com .compost{ /* コメント本文 */
	margin:10px;
	padding:10px;
	border-bottom:1px dashed #ddd;
	line-height:1.5em;
}
#comment{ /* テキストエリア */
	width:60%;
	height:80px;
}
#commentform p{
	margin:10px;
}
.cominfo{ /* コメントメタ */
	text-align:right;
	margin-top:30px;
	font-size:0.85em;
}




/* ブログカスタム（2016-07-21変更）*/

.b_li{ 	position: relative; }

.cate_navi{ text-align: center; }
.cate_navi ul{ display: inline-block; }

.cate_navi ul li{
	float: left;
	margin-right: 10px;
}

.cate_navi ul li:last-child{
	margin-right: 0;
}

.cate_navi ul li a{
	border: 1px solid #000;
	padding: 15px 30px;
	text-align: center;
	color: #000;
	text-decoration: none;
	display: block;
}

.cate_navi ul li a:hover{
	background: #000;
	color: #fff;
}

.article_re_in{ /* 記事ボックス */
	padding: 25px;

}
.b_cate li{
	margin: 5px 5px 5px 0;
	float: left;
}

.b_img{
	height: 220px;
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
}

.b_img img{ width: 100%;}

.b_cate li a{
	padding: 5px 12px;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.b_cate li a:hover{ opacity: 0.7; }

.b_day{
	color: #3A3A3A;
}

.post-title_re{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.post-title_re a{
	font-size: 14px;
}

.b_txt{
	margin-bottom: 55px;
}

.banner_re{
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.banner_re a{
	padding:10px 20px;
	text-align:center;
	color:#000;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
}

.banner_re a:hover{
	background: #000;
	color: #fff;
}

/*
ブロック並びに関しては、floatからdisplay:flexを採用しています。
IEなどの仕様によっては、上記floatの方を使ってください。
----------------------------------------------------------------------------------------------- */

.flt02,
.flt03,
.flt04,
.flt05,
.flt06{
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
}
.flt02>li{
	margin:0 1% 10px;
	width:48%;
}
.flt03>li{
	width:33%;
	border: 1px solid #ccc;
}
/*
.flt03>li img {
    height: 220px;
    object-fit: cover;
    width: 280px;
		margin: 0 auto;
		display: block;
}
*/

.flt04>li{
	margin:0 1% 10px;
	width:23%;
}
.flt05>li{
	margin:0 1% 10px;
	width:18%;
}
.flt06>li{
	margin:0 1.3% 10px;
	width:14%;
}


/* カテゴリー一覧 */
.blogtitle_re{
	background: #000;
	width: 946px;
	color: #fff;
	padding: 10px 25px;
	font-size: 21px;
	font-weight: bold;
	border-top: 3px solid #cd1c24;
	margin-bottom: 20px;
}
