@charset "UTF-8";
/* CSS Document */
/*
Theme Name:Twentyfourteen-replay
Description:replay WP ver
Template:twentyfourteen
Version:1.0
Author:REPLAY
Author URI:http://jp57510117.php.xdomain.jp/
*/
@import url("../twentyfourteen/style.css");

.featured-content .entry-title {
    text-transform: none;
}

#pageTop{
	background:#DDD;
	border-radius:5px;
	color:#000000;
	padding:10px;
	position:absolute;
	bottom:-10px;
	right:0px;
	height:20px;
	}
#pageTop:hover{
	background:#EEE;
	}
td{border-width:1px;}


/* 検索トグルの背景色を変更する */
.search-toggle {
background-color: #19b6ff;
}
.search-toggle:hover,
.search-toggle.active {
background-color: #19b6ff;
}

/*テキストリンクの色 */
a {
color: #19b6ff;
}

a:active,a:hover {
color: #19b6ff;
}

/* メインサイドバーのウィジェットの色を変更する */
.widget a {
color: #ffffff;
}
.widget a:hover {
color: #ffffff;
}

/* コンテンツサイドバーのウィジェットの色を変更する */
.content-sidebar .widget a {
color: #19b6ff;
}
.content-sidebar .widget a:hover {
color: #19b6ff;
}