@charset "UTF-8";
/*共通部分*/
#photoMovieWidget h1 {
	font-weight: bold;
	padding: 4px 0;
	font-size: 13px;
	text-align: center;
}
/*赤*/
.widget-red {
color: #FFFFFF;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 129, 187, 1) 0%, rgba(255, 0, 122, 1) 20%, rgba(255, 0, 122, 1) 80%, rgba(255, 129, 187, 1) 100%) repeat scroll 0 0;
border: 1px solid rgba(255, 0, 122, 1);
}
/*緑*/
.widget-green {
color: #FFFFFF;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(107, 207, 114, 1) 0%, rgba(4, 159, 19, 1) 20%, rgba(4, 159, 19, 1) 80%, rgba(107, 207, 114, 1) 100%) repeat scroll 0 0;
border: 1px solid rgba(4, 159, 19, 1);
}
/*黄色*/
.widget-yellow {
color: #FFFFFF;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 222, 0, 1) 0%, rgba(255, 153, 6, 1) 20%, rgba(255, 153, 6, 1) 80%, rgba(255, 222, 0, 1) 100%) repeat scroll 0 0;
border: 1px solid rgba(255, 153, 6, 1);
}
/*ページャー下*/
.pager-bottom {
	text-align: center;
	color: #ff9a00;
	font-weight: bold;
	font-size: 12px;
}

.pager-bottom a {
  color: #ff9a00;
  text-decoration: none;
}


/* 登録なし */
.notApplicable {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 10% auto;
}