﻿@charset "utf-8";
.bloghead{
	width:100%;
	color:#fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.8),
	0 0 0.5em rgba(0,0,0,0.9);
	background: url(../img/bg_hunger.jpg) repeat;
}
.inner_blhead{
	padding:10px 0 20px;
	height:30%;
	position:relative;
}
.blogpic{
	width:150px;
	height:150px; 
	overflow:hidden;
	border:6px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow:rgba(74, 74, 74, 0.65098) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(74, 74, 74, 0.65098) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(74, 74, 74, 0.65098) 0px 0px 6px 1px;
	background:#fff;
}

.myPic{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bnav{
	background:url(../img/bg_bnav.jpg) ;
	padding:10px 0;
}

.bnav ul li{
	margin-left:10px;
	float:left;
}
.bnav ul li a img{-webkit-transition-duration: 0.5s;}
.bnav ul li a:hover img{
	margin-top:-5px;
}

.list_blog_new li{
	margin-bottom:20px;
	background:#f4f4f4;
}

.list_blog_new li h4{
	padding:5px;
	margin-bottom:15px;
	color:#fff;
	background:#d53974;
	position:relative;
}
.list_blog_new li h4:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top: 10px solid #d53974; 
}

.list_blog_new li h4:hover{
	background:#e88aad;
}
.list_blog_new li h4:hover:after{
	border-top: 10px solid #e88aad;
}

.list_blog_new li h4 a{color:#fff; display:block;}
.list_blog_new li h4 a:hover{text-decoration:none;}
.list_blog_new li h4 .new{
	background:#fff;
	color:#d53974;
	font-size:12px;
	padding:1px 2px 0;
	margin-left:5px;
}

.inner_list_blog{
	padding:0 10px 10px;
}

.blog_newlist_pic{
	margin-right:10px;
	float:left;
}

.popup{
	padding:10px;
	min-width:200px;
	text-align:center;
}

#frd a, #fradd a{
	padding:10px 0;
	background:#ddd;
	display:block;
	color:#666;
}

#frd a:hover, #fradd a:hover{
	background:#999;
	color:#fff;
	text-decoration:none;
}

.ttl_blog{
	margin-bottom:20px;
	border-bottom:5px solid #d53974;
}

.blog_pic{text-align:center; margin-bottom:20px;}
.blog_pic img{max-width:100%;}

.pagenav{
	margin:0 0 10px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}


	
/********************************
screen_width_1290px
********************************/
@media screen and (max-width: 1290px) {
}
/********************************
screen_width_994px
********************************/
@media screen and (max-width: 994px) {
}
/********************************
screen_width_780px
********************************/
@media screen and (max-width: 780px) {
	.blog_newlist_pic{float:none;margin-bottom:10px;}
}
/********************************
screen_width_540px
********************************/
@media screen and (max-width: 540px) {
}
/********************************
screen_width_480px
********************************/
@media screen and (max-width: 480px) {
}
/********************************
screen_width_340px
********************************/
@media screen and (max-width: 340px) {
}