.clear {
	clear:both;
}
.dt {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	margin-bottom: 20px;
}
.dtc {
	display: table-cell;
}
.header_bar {
	position: absolute;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background: none;
	background-image: url("/common/img/blog/bg_h1.png");
	background-position: top center;
	background-repeat: repeat-x;
	padding: 10px 0 12px;
	color: #fff;
	background-color: transparent;
}
h1.blog {
	background: none;
	margin: 0px;
	padding: 0px;
	position: static;
}
.main_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.site_id_s {
	display: none;
}
.page_title {
	padding: 23px 0 17px;
	border-top: 5px solid #8CC63F;
	border-bottom: 5px solid #8CC63F;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #8CC63F;
	margin-bottom: 30px;
}
.container {
	padding: 0 8.3%;
}
.content {
	width: 73%;
	float: right;
}
.blog_number {
	margin-bottom: 30px;
	text-align: center;
}
.blog_number1 {
	margin: 30px 0;
	text-align: center;
	clear: both;
}
.blog_number span {
	display: inline-block;
	width: 28px;
	padding: 5px 0px 4px;
	background-color: #5a5a5a;
	color: #fff;
}
.blog_number span.selected {
	background-color: #8CC63F;
}
.blog_number a {
	color: #fff;
}
.blog_number a:hover {
	text-decoration: none;
}
.blog_number a:hover span {
	color: #beeb5b;
}
.sidebar {
	width: 25%;
	float: left;
}
.cate_name {
	border-left: 15px solid #5a5a5a;
	background-color: #8CC63F;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	
}
ul.nav_item {
	margin-bottom: 30px;
}
ul.nav_item li {
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #ccc;
}
ul.nav_item a {
	color: #8CC63F;
	display: block;
}
ul.nav_item a:hover {
	color: #beeb5b;
	text-decoration: none;
}
.blog_item {
	border: 3px solid #8CC63F;
	border-radius: 10px;
	width: 46%;
	padding: 17px 17px 50px;
	position: relative;
}
.blog_item img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.blog_title {
	border: 2px solid #8CC63F;
	margin-top: 20px;
	padding: 10px;
	font-size: 18px;
	color: #8CC63F;
}
.date {
	text-align: right;
	font-size: 13px;
}
.theme {
	text-align: right;
	font-size: 13px;
}
.theme a {
	color: #8CC63F;
}
.blog_body {
	font-size: 14px;
}
.more {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.more span {
	font-size: 12px;
	padding: 7px 15px;
	background-color: #F48640;
	color: #fff;
}
.more a {
	color: #fff;
}
.more a:hover {
	text-decoration: none;
}
.more a:hover span {
	color: #fcc;
}
.footer {
	clear: both;
	margin-top: 55px;
	padding: 10px 0;
	text-align: center;
	background-color: #8CC63F;
	color: #fff;
	font-size: 12px;
}
.blog_detail {
	margin-bottom: 50px;
	padding: 17px;
	border: 3px solid #8CC63F;
	border-radius: 10px;
}
.blog_img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	vertical-align: bottom;
}
.blog_detail_title {
	border: 2px solid #8CC63F;
	padding: 10px;
	font-size: 18px;
	color: #8CC63F;
}
.btn_area {
	margin-top: 40px;
}
.left50 {
	float: left;
	width: 45%;
}
.right50 {
	float: right;
	width: 45%;
	text-align: right;
}
.btn:hover {
	text-decoration: none;
}
.btn span {
	padding: 5px 8px;
	background-color: #5a5a5a;
	color: #fff;
	font-size: 12px;
}
.btn:hover span {
	background-color: #999;
}
/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	.dt {
		display: block;
		border-collapse: separate;
		border-spacing: 20px 0;
		margin-bottom: 0;
	}
	.dtc {
		display: block;
		margin-bottom: 25px;
	}
	.header_bar {
		width: 100%;
		height: 119px;
		position: static;
		background-image: url("/common/img/blog/bg_header.gif");
		padding: 40px 0 20px;
		color: #fff;
		background-color: transparent;
	}
	h1.blog {
		background: none;
		margin: 0px;
		padding: 0px 20px;
		position: static;
		font-size: 13px;
	}
	.main_img {
		display: none;
	}
	.site_id_s {
		display: block;
		padding: 20px;
		text-align: center;
	}
	.site_id_s img {
		max-width: 400px;
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.page_title {
		padding: 20px 0 20px;
		font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,sans-serif;
	}
	.container {
		padding: 0;
	}
	.content {
		width: 100%;
		float: none;
	}
	.sidebar {
		width: 100%;
		float: none;
	}
	.cate_name {
		border-left: 10px solid #5a5a5a;
		padding: 10px 10px;
		font-size: 16px;
	}
	ul.nav_item li {
		padding: 5px 0 5px 20px;
	}
	.blog_item_wrapper {
		margin: 0 20px;
	}
	.btn span {
		padding: 5px 5px;
	}
	.blog_item {
		width: 100%;
		padding: 15px 15px 50px;
	}
	.footer {
		margin-top: 0px;
		padding: 8px 0;
	}
}
