@charset "utf-8";

#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
#sec_01 p {
	padding-bottom: 1em;
}
#sec_01 .share {
	text-align: center;
}

#sec_01 .share strong {
	color: #C30D23;
	font-size: 200%;
	display: block;
}
#sec_01 .share span {
	padding-left: 0em;
	display: block;
}
a.post_link:link,
a.post_link:visited {
	color: #333;
	text-decoration: none;
	display: block;
}
a.post_link:hover,
a.post_link:active {
	color: #999;
	text-decoration: none;
}
.post_tags {
	list-style-type: none;
	padding-top: 5px;
}
.post_tags li {
	display: inline-block;
	padding-right: 5px;
	padding-top: 5px;
}
.post_tags li a:link,
.post_tags li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #003D6D;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 90%;
	line-height: 100%;
	padding: 4px;
}
.post_tags li a:hover,
.post_tags li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #C30D23;
	padding: 4px;
}
.single_tags {
	list-style-type: none;
	padding-bottom: 5px;
}
.single_tags li {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}
.single_tags li a:link,
.single_tags li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #003D6D;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 110%;
	line-height: 100%;
	padding: 10px;
}
.single_tags li a:hover,
.single_tags li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #C30D23;
	padding: 10px;
}
.post_date {
	font-size: 90%;
	line-height: 100%;
}

.wp-pagenavi {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.wp-pagenavi span {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/common/PIE.htc);
	border: 1px solid #CCC;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right: 5px;
}
.wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #C30D23;
	font-weight: bold;
	color: #FFF;
	background-color: #C30D23;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/common/PIE.htc);
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #C30D23;
	border-top-color: #C30D23;
	border-right-color: #C30D23;
	border-bottom-color: #C30D23;
	border-left-color: #C30D23;
}

#cate_news dd {
	padding-left: 0em;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
#cate_news dd {
	padding-left: 11em;
}
}

@media screen and (min-width:1000px) {
#sec_01 .share {
	text-align: center;
}

#sec_01 .share strong {
	color: #C30D23;
	font-size: 300%;
	display: inline;
}
#sec_01 .share span {
	padding-left: 1em;
	display: inline;
}
}

@media screen and (min-width:1200px) {

}
