body.blog .column-right .navbar-blog ul.ul-level-1 li.li-level-1_1>a {
	padding-left: 14px;
	background-image: none;
}

body.blog .column-right div.navbar-blog ul.ul-level-1 li.li-level-1_first {
	height: auto;
}

body.blog div.content h1 {
	width: 100%;
	padding: 16px 0 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

body.blog div.content p.catcher {
	width: 90%;
	padding: 30px 5% 45px;
}

/*body.blog div.content form{
	width:96%;
	padding:0 2%;
	margin:15px 0 50px 0;
}*/

div.tab-blog {
	width: 100%;
	padding: 20px 0 30px 0;
}

div.tab-blog table {
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-collapse: collapse;
}

div.tab-blog table tr td {
	padding: 20px 25px;
	border: 1px solid #cfccc9;
	text-align: left;
	vertical-align: middle;
	background: #f7f6f3;
}

div.tab-blog table tr.row-par td {
	background: #fff;
}

div.tab-blog table tr td.col-1 {
	width: 118px;
	height: 118px;
	padding: 0;
	background: #fff;
	text-align: center;
	vertical-align: top;
}

div.tab-blog table tr td.col-1 a {
	position: relative;
	display: block;
	width: 118px;
	height: 118px;
}

div.tab-blog table tr td.col-2 h2,
div.tab-blog table tr td.col-2 h2 a,
div.tab-blog table tr td.col-2 p.title,
div.tab-blog table tr td.col-2 p.title a {
	font-size: 15px;
	font-weight: bold;
	color: #363636;
}

div.tab-blog table tr td.col-2 p.catcher {
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #0562aa;
}

div.tab-blog table tr td a:hover {
	text-decoration: underline;
}

div.tab-blog table tr td.col-first a img {
	position: absolute;
}



@media only screen and (max-width: 768px) {
	body.blog .column-right .navbar-blog ul.ul-level-1 li.li-level-1_1>a {
		text-align: center;
	}
}