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

.list_acount li{
	margin-bottom:10px;
	padding:10px;
	border:6px solid #f4f4f4;
}

.list_acount li a{
	color:#d53974;
}

.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;
}

/********************************
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) {
}
/********************************
screen_width_540px
********************************/
@media screen and (max-width: 540px) {
}
/********************************
screen_width_480px
********************************/
@media screen and (max-width: 480px) {
}
/********************************
screen_width_392px
********************************/
@media screen and (max-width: 392px) {
}