
.news_info {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* ********************************** */
#floatingCirclesG{
position:relative;
left: 282px;
width:128px;
height:128px;
-moz-transform:scale(0.6);
-webkit-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:23px;
width:23px;
-moz-border-radius:12px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:0.72s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:12px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:0.72s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:12px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:0.72s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:12px;
-o-animation-name:f_fadeG;
-o-animation-duration:0.72s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:12px;
animation-name:f_fadeG;
animation-duration:0.72s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:52px;
-moz-animation-delay:0.27s;
-webkit-animation-delay:0.27s;
-ms-animation-delay:0.27s;
-o-animation-delay:0.27s;
animation-delay:0.27s;
}

#frotateG_02{
left:15px;
top:15px;
-moz-animation-delay:0.36s;
-webkit-animation-delay:0.36s;
-ms-animation-delay:0.36s;
-o-animation-delay:0.36s;
animation-delay:0.36s;
}

#frotateG_03{
left:52px;
top:0;
-moz-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-o-animation-delay:0.45s;
animation-delay:0.45s;
}

#frotateG_04{
right:15px;
top:15px;
-moz-animation-delay:0.54s;
-webkit-animation-delay:0.54s;
-ms-animation-delay:0.54s;
-o-animation-delay:0.54s;
animation-delay:0.54s;
}

#frotateG_05{
right:0;
top:52px;
-moz-animation-delay:0.63s;
-webkit-animation-delay:0.63s;
-ms-animation-delay:0.63s;
-o-animation-delay:0.63s;
animation-delay:0.63s;
}

#frotateG_06{
right:15px;
bottom:15px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#frotateG_07{
left:52px;
bottom:0;
-moz-animation-delay:0.81s;
-webkit-animation-delay:0.81s;
-ms-animation-delay:0.81s;
-o-animation-delay:0.81s;
animation-delay:0.81s;
}

#frotateG_08{
left:15px;
bottom:15px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}
/* ********************************** */
#blogoo {
	width: 690px;
	background-color: #efefef;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#blogoo .news_article {
	height: 200px;
	width: 690px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
#blogoo .news_article:last-child {
	margin-bottom: 0px;
}
#blogoo .news_article a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background/*\**/: #fff\9; /*IE7、8用*/
	filter: alpha(opacity=0); /*IE7、8用*/
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#blogoo .news_article a:hover {
	background-color: #e1f6ff;
}
#blogoo .news_article .thumb {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
#blogoo .news_article .thumb img {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	border: 5px solid #FFF;
}
#blogoo .news_article a .arrow {
	position: absolute;
	right: 20px;
	top: 90px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
#blogoo .news_article a:hover .arrow {
	right: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#blogoo .news_article .txt {
	width: 410px;
	top: 30px;
	float: right;
	margin-top: 30px;
}
#blogoo .news_article .txt .date {
	font-size: 10px;
	margin-bottom: 10px;
	float: left;
	line-height: 1.6;
	color: #999;
}
#blogoo .news_article .txt .ttl {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin-bottom: 11px;
	color: #333;
	width: 90%;
	line-height: 1.3;
}
#blogoo .news_article .txt p {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	width: 90%;
}
#blogoo .news_article .txt .category_tag {
	float: right;
	font-size: 11px;
	color: #FFF;
	background-color: #9c7c1b;
	line-height: 1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}
#blogoo .news_article .txt .category_tag1 {
	background-color: #FF6699;
}
#blogoo .news_article .txt .category_tag2 {
	background-color: #0099FF;
}
#blogoo .news_article .txt .category_tag3 {
	background-color: #009900;
}
#blogoo .news_article .txt .category_tag4 {
	background-color: #FF6600;
}
#blogoo .news_article .txt .category_tag5 {
	background-color: #FF0000;
}
#blogoo .news_article .txt .category_tag6 {
	background-color: #FF3399;
}
#blogoo .news_article .txt .category_tag7 {
	background-color: #3399FF;
}
#blogoo .news_article .txt .category_tag8 {
	background-color: #339900;
}
#blogoo .news_article .txt .category_tag9 {
	background-color: #CC9900;
}
#blogoo .news_article .txt .category_tag10 {
	background-color: #FF0033;
}
#blogoo .news_article .txt .category_tag11 {
	background-color: #FF66CC;
}
#blogoo .news_article .txt .category_tag12 {
	background-color: #6699FF;
}
#blogoo .news_article .txt .category_tag13 {
	background-color: #669933;
}
#blogoo .news_article .txt .category_tag14 {
	background-color: #999900;
}
#blogoo .news_article .txt .category_tag15 {
	background-color: #993333;
}
#blogoo .news_article .txt .category_tag16 {
	background-color: #CC0099;
}
#blogoo .news_article .txt .category_tag17 {
	background-color: #6699CC;
}
#blogoo .news_article .txt .category_tag18 {
	background-color: #669966;
}
#blogoo .news_article .txt .category_tag19 {
	background-color: #CC6633;
}
#blogoo .news_article .txt .category_tag20 {
	background-color: #990033;
}
#blogoo .news_article .txt .category_tag21 {
	background-color: #CC66CC;
}
#blogoo .news_article .txt .category_tag22 {
	background-color: #336699;
}
#blogoo .news_article .txt .category_tag23 {
	background-color: #006666;
}
#blogoo .news_article .txt .category_tag24 {
	background-color: #999966;
}
#blogoo .news_article .txt .category_tag25 {
	background-color: #CC0066;
}
#blogoo .news_article .txt .category_tag26 {
	background-color: #993366;
}
#blogoo .news_article .txt .category_tag27 {
	background-color: #3366CC;
}
#blogoo .news_article .txt .category_tag28 {
	background-color: #009999;
}
#blogoo .news_article .txt .category_tag29 {
	background-color: #663333;
}
#blogoo .news_article .txt .category_tag30 {
	background-color: #FF3366;
}

#blogoo .news_article .txt .category_tag37 {
	background-color: #0099FF;
}
