@charset "UTF-8";

#main h2.post_title, #main h2.category_caption {
	padding: 0 10px;
	background:none;
	box-shadow: none;
	border-left: 7px solid #009f9c;
	border-bottom: 1px dashed #009f9c;
	line-height: 1.5;
	font-size: 20px;
	margin-bottom:10px;
	color: #333;
	text-decoration: none;
}

#main h2.post_title a:hover {
	text-decoration: underline;
}
#main .post_body {
	font-size: 16px;
	line-height: 1.5;
	padding: 0px 10px;
	box-sizing: border-box;
}
#main .post_body p {
	margin-bottom: 1em;
}
#main .blog_wiget_area{
	margin-bottom:30px;
}
#main .blog_wiget_area li{
	display:inline-block;
	margin:0 2px 5px 0;
	font-size:12px;
}
#main .blog_wiget_area li a{
	padding:2px 5px;
	border-radius:4px;
	text-decoration:none;
	border:1px solid #ccc
}
#main .post_body .text_area p {
	margin-bottom: 0;
}
#iframe #main {
	width: 100%;
}
.wp-pagenavi {
	clear: both;
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	padding: 0.3em;
	margin: 3px;
	min-width: 24px;
	height: auto;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	line-height:1;
}
.wp-pagenavi a {  
	box-shadow: 1px 1px 1px #666;
}
.wp-pagenavi span.current {
	background: #009f9c;
	color: #fff;
	font-weight: bold;
	box-shadow: 1px 1px 6px #000 inset;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .last {
	background: #009f9c;
}

.post_body {
	margin-bottom: 40px;
}
.post_body img {
	max-width: 100%;
	height:auto;
}
.img_area {
	display:table-cell;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
.img_area img {
	max-width: 180px;
	max-height: 180px;
}

.text_area {
	display:table-cell;
	width: 70%;
	margin-top: 10px;
}
.text_area img {
	max-width: 100%;
	height: auto;
}
.text_area a {
	font-weight: bold;
}
.blog_wiget_area .sub_category {
	font-size: 15px;
	font-weight: bold;
}
.mb20{margin-bottom:20px;}

@media (max-width: 640px) {
	.img_area {
		width: 100px;
		padding-right: 10px;
	}

	.img_area img {
		max-width: 90px;
		max-height: 90px;
	}
}
/*
.post_body table {
	width:100%;
	table-layout: fixed;
}
*/







