.item_box{
	overflow:hidden;
	zoom:1;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #b1b1b1;
}
.more{

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	padding: 5px;
        -pie-background:linear-gradient(top,  #fff,  #eee);
        behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
}
.comment_body {
	padding: 5px 5px 5px 10px;
    font-weight: normal;
	border-radius: 5px; /* CSS3 */
	position: relative;
	margin:20px 0px;
	border:1px solid #ccc; 
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.comment_body:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 8px;
	top: -21px;
	background: transparent;
	border-color: transparent transparent #ccc transparent;
	border-style: solid;
	border-width: 10px;
}
.comment_body:after {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 8px;
	top: -19px;
	background: transparent;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 10px;
}

.comment_rank {
	float: left;
	width: 250px;
	height:100px;
	padding: 5px 10px;
    font-weight: normal;
	border-radius: 5px; /* CSS3 */
	position: relative;
	margin:0px 0px 0px 0px;
	border:1px solid #ccc; 
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

}

.comment_rank:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: -21px;
	top: 10px;
	background: transparent;
	border-color: transparent #ccc transparent transparent;
	border-style: solid;
	border-width: 10px;
}
.comment_rank:after {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: -20px;
	top: 10px;
	background: transparent;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 10px;
}
.comment_rank h2{
	font-size:13px;
}
.info_rank{
	font-size:14px;
	overflow: hidden;
	width: 50px;
	height: 30px;
	float: left;
	background-color: #F3F3F3;
	text-align: center;
	margin:40px 0px 0px 10px;
	padding:8px 15px 5px 15px;
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

	
}
.title_h1{
	font-size:15px;
	margin: 10px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:10px 0px 0px 45px;
	background-image: url('../img/bookmark.png');
}
.about ul{
	margin:10px 0px 0px 50px;
}
.about li{
	font-size:13px;
	margin: 7px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:5px 0px 0px 35px;
	background-image: url('../img/lightbulb.png');
	
}
.twitter_profile{
	font-size:16px;
	font-size: bold;
	color:#38393C;
	margin: 10px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:3px 0px 3px 45px;
	background-image: url('../img/twitter_profile.png');
}
.facebook_profile{
	font-size:14px;
	font-weight: bold;
	color:#38393C;
	margin: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:3px 0px 3px 35px;
	background-image: url('../img/facebook_profile.png');
}
.twitter_profile{
	font-size:14px;
	font-weight: bold;
	color:#38393C;
	margin: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:3px 0px 3px 35px;
	background-image: url('../img/twitter_profile.png');
}
.mail_profile{
	font-size:14px;
	font-weight: bold;
	color:#38393C;
	margin: 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:3px 0px 3px 35px;
	background-image: url('../img/mail.png');
}
.rank_num{
	margin:0px 0px 15px 0px;float:none;overflow:hidden;width:200px;
	font-size:14px;
	text-align: center;
	padding:3px 0px 5px 0px;
	background-color: #fff;
	font-size:18px;
	color:#312E2E;
}
.rank_num h3.rank1,.rank_num h3.rank2,.rank_num h3.rank3{
	border-bottom: 0px;
	padding: 10px 0px 5px 0px;
	margin: 0px auto;
}
.rank_num h3.rank4{
	background:#fff;
	font-size:18px;
	color:#312E2E;
	text-align: center;	border-bottom: 0px;
	padding: 10px 0px 5px 0px;
	margin: 0px auto;
}
.star_rank{
	margin:40px 0px 0px 0px;
	padding:8px 15px 5px 15px;
	background-color: #fffacd;
	  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 3px; /* FF1-3.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	text-align: center;
	height:30px;
	font-size: 14px;
	font-weight: bold; 
    float: left;
}
.star_rank_play , .rank_play_title{
	margin:40px 0px 0px 0px;
	padding:8px 15px 5px 15px;
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	text-align: center;
	height:30px;
	font-size: 14px;
	font-weight: bold;
}
.star_rank_play{
	margin:0px 0px 10px 0px;
	background-color: #fffacd;
	margin-top:20px;
    -webkit-border-top-right-radius: 8px;  
    -webkit-border-bottom-right-radius: 8px;  
    -moz-border-radius-topright: 8px;  
    -moz-border-radius-bottomright: 8px;  
    float: left;
}
.rank_play_title{
	background-color: #FFAF52;
	border-right: 2px solid #FF7B2D;
	margin-top:20px;
	overflow: hidden;
	width: 70px;
	float: left;
    -webkit-border-top-left-radius: 8px;  
    -webkit-border-bottom-left-radius: 8px;  
    -moz-border-radius-topleft: 8px;  
    -moz-border-radius-bottomleft: 8px;  
}
.play_social{
	float:left;width:280px;border:1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 0px;
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
.play_social li{
	float:left;
	margin:10px 0px 0px 10px;
}
.twitter_bot{
	
	font-size:15px;
	margin: 10px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:45px;
	background-image: url('../img/Twitter_alt.png');
}
.tag {
	background-image: url('../img/tag.png');

	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:35px;
}
#tags{
	padding-left:15px;
	margin-right:5px; 
	height:50px;
	overflow-x:hidden;/*x軸のスクロールバー消す*/
}

/* scroll */

#tags::-webkit-scrollbar,.fb-comments::-webkit-scrollbar {
    width: 4px;
}

#tags::-webkit-scrollbar-track,.fb-comments::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#tags::-webkit-scrollbar-thumb,.fb-comments::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}



.refresh{
	
	font-size:13px;
	width: 145px;	
	padding: 0px 0px 5px 20px;
	background:url(../img/refresh.png) no-repeat;
}
a.h2 {
	color: #222;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin-right: 10px;
}
.h1{
	padding:5px 0px;
	text-align: left;
	color: #434646;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 3px; /* FF1-3.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
h3.make_voice{
	float:left;width:500px;color:#f3f3f3;
	font-size:18px;
	text-align:left;padding:5px 0px 5px 35px;
	margin:0px 0px 5px 0px;
	background-image:url('../img/NetaIcon_mini.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	
}
.success_mini{
	padding:5px 0px 5px 25px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	background-image:url('../img/success_mini.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
.success_mini{
	padding:5px 0px 5px 25px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	background-image:url('../img/success_mini.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
.kado2px {
  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 2px; /* FF1-3.6 */
          border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.kado3px {
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 3px; /* FF1-3.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.kado5px {
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.kado8px {
  -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.kado15px {
  -webkit-border-radius: 15px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 15px; /* FF1-3.6 */
          border-radius: 15px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.rank1,.rank2,.rank3,.rank4{
	font-size:18px;
	margin-bottom: 10px;
	width: 145px;	
	padding: 12px 0px 5px 55px;
}
.rank1{
	background:url(../img/rank/rank2_1.gif) no-repeat;
	color:#FF9900;
	border-bottom: 3px dotted #FF9900;
}
.rank2{
	background:url(../img/rank/rank2_2.gif) no-repeat;
	color:#989898;
	border-bottom: 3px dotted #989898;
}
.rank3{
	background:url(../img/rank/rank2_3.gif) no-repeat;
	color:#CC9966;
	border-bottom: 3px dotted #CC9966;
}
.rank4{
	background:url(../img/rank/rank2_5.gif) no-repeat;
	color:#CC9966;
	border-bottom: 3px dotted #CC9966;
}
.rank_more{
float:right;margin:5px 90px 10px 0px;width:170px;text-align:center;
}
.lang1,.lang2,.lang3,.lang5,.lang6{
	font-size:25px;
	border: 1px solid #ccc;
	margin: 10px 0px;
	text-align: left;
	padding:15px 10px 15px 90px;
	background-repeat: no-repeat;
	background-position: 25px center;
}
.lang1{
	color: #434646;
	background-color: #f5f5f5;
	background-image: url('../img/ja.png');
}
.lang2{
	color: #333;
	background-color: #FF9999;
	background-image: url('../img/en.png');
}
.lang3{
	color: #C72031;
	background-color: #FFF7CD;
	background-image: url('../img/ch.png');
}
.lang4{
	padding:15px 10px 15px 90px;
	font-size:25px;
	border: 1px solid #ccc;
	margin: 10px 0px;
	text-align: left;
	color: #434646;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 3px; /* FF1-3.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	background-color: #e6e6e6;
  	background-repeat: no-repeat;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	
}

.lang5{
	color: #C72031;
	background-color: #FFF7CD;
	background-image: url('../img/es_mini.png');
}

.lang6{
	color: #C72031;
	background-color: #FFF7CD;
	background-image: url('../img/de_mini.png');
}
.lang1_mini,.lang2_mini,.lang3_mini,.lang4_mini,.lang5_mini,.lang6_mini{
	font-size:15px;
	margin: 10px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:25px;
}
.lang1_mini{
	background-image: url('../img/ja_mini.png');
}
.lang2_mini{
	background-image: url('../img/en_mini.png');
}
.lang3_mini{
	background-image: url('../img/ch_mini.png');
}
.lang4_mini{
	background-image: url('../img/star.png');
}
.lang5_mini{
	background-image: url('../img/es_mini.png');
}
.lang6_mini{
	background-image: url('../img/de_mini.png');
}
.rank1_mini,.rank2_mini,.rank3_mini,.rank4_mini{
	font-size:15px;
	margin: 10px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:25px;
}
.rank1_mini{
	background-image: url('../img/award_star_gold_1.png');
}
.rank2_mini{
	background-image: url('../img/award_star_gold_2.png');
}
.rank3_mini{
	background-image: url('../img/award_star_gold_3.png');
}
.rank4_mini{
	background-image: url('../img/star.png');
}

a.link{
	margin:0px 0px 0px 0px;
}
img.lang_img{
	margin:5px 0px 0px 0px;
}

.bg1{
	background: #333 url("../img/NetaBg1.png") repeat 0px 0px;
}

.bg2{
	background: #333 url("../img/NetaBg2.png") repeat 0px 0px;
}

.bg3{
	background: #333 url("../img/NetaBg3.png") repeat 0px 0px;
}

.bg4{
	background: #333 url("../img/NetaBg4.png") repeat 0px 0px;
}

.bg5{
	background: #333 url("../img/NetaBg5.png") repeat 0px 0px;
}

.bg6{
	background: #333 url("../img/NetaBg6.png") repeat 0px 0px;
}

.list_voice{
	border: 1px solid #ccc;
	width:200px;padding:20px;margin:10px;float:left;
  -webkit-box-shadow: 1px 1px 5px #ccc; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 1px 1px 5px #ccc; /* FF3.5 - 3.6 */
          box-shadow: 1px 1px 5px #ccc; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	
}
.time_voice{
	font-size: 12px;
	color:#999999;
}
.star{
	margin:0px auto;
	padding:8px 15px 5px 15px;
	background-color: #fffacd;
	  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 3px; /* FF1-3.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	text-align: center;
	height:30px;
	font-size: 14px;
	font-weight: bold;
}



.box_shadow {
  -webkit-box-shadow: 1px 1px 2px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 1px 1px 2px #000; /* FF3.5 - 3.6 */
          box-shadow: 1px 1px 2px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.box_gradient {
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #444444, #999999); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #444444, #999999); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #444444, #999999); /* IE10 */
  background-image:      -o-linear-gradient(top, #444444, #999999); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #444444, #999999);
}
.box_rotate {
  -webkit-transform: rotate(7.5deg);  /* Saf3.1+, Chrome 
     -moz-transform: rotate(7.5deg);  /* FF3.5+ 
      -ms-transform: rotate(7.5deg);  /* IE9 
       -o-transform: rotate(7.5deg);  /* Opera 10.5 
          transform: rotate(7.5deg);
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 
                     M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
               zoom: 1;
}

.box_transition {
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10? */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}


.box_textshadow {
     text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}


.box_opacity {
  opacity: 0.9; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=90); /* IE6-IE8 */
}

.box_bgsize {
  -webkit-background-size: 100% 100%; /* Saf3-4 */
     -moz-background-size: 100% 100%; /* FF3.6 */
          background-size: 100% 100%; /* Opera, IE9, Saf5, Chrome, FF4 */
}
.box_animation:hover {
  -webkit-animation: myanim 5s infinite; /* Saf5, Chrome */
     -moz-animation: myanim 5s infinite; /* FF5+ */
      -ms-animation: myanim 5s infinite; /* IE10pp3 */
}
/* steps
----------------------------------*/
.steps {
	list-style: none;
	overflow: hidden;
	color: #aaa;
	font: 10px Verdana, sans-serif;
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #fafafa;
}
.steps li {
	float: left;
	line-height: 60px;
	text-shadow: 0 1px 1px white;
}

.steps li a {
	color: #aaa;
	text-decoration: none;
	padding: 0 10px 0 40px;
	display: block;
	float: left;
	background: #fafafa;
}
.steps li a::after {
	position: relative;
	display: block;
	margin-top: -30px;
	margin-left: auto;
	margin-right: -25px;
	height: 30px;
	width: 30px;
	content: " ";
	-webkit-transform: skew(-40deg);
	background: #fafafa;
	border-right: 1px solid #d6d6d6;
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.steps li a::before {
	float: right;
	display: block;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: -25px;
	height: 30px;
	width: 30px;
	content: " ";
	-webkit-transform: skew(40deg);
	background: #fafafa;
	border-right: 1px solid #d6d6d6;
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}
.steps li:first-child a {padding-left: 10px;}
.steps li:last-child {
	padding-left: 40px;
}
.steps li a:hover {color: #333;}
.steps li.current {
	color: #fff;
	background: #777;
	text-shadow: 0 1px 1px black;
}
.steps li.current a {
	color: #fff;
	background: #777;
	}
.steps li.current a::before,
.steps li.current a::after {background: #777;}

