@charset "utf-8";

/**
 * WinPress - お悩み解決バージョン
 * theme.css
 *
 * @author DiAL,inc.
 * @version 1.1.0
 * @package WordPress
 * @subpackage WinPress
 */

#header .header_navigation {
}

@media (min-width: 768px) {
	#mainnav .navbar ul.navbar-nav > li > a {
		border-right: 1px solid #4388CB;
		color: #1F6FCE;
	}
	#mainnav .navbar ul.navbar-nav > li.current-menu-item a, 
	#mainnav .navbar ul.navbar-nav > li a:hover {
		background-color: #4388CB;
		background: -moz-linear-gradient(top, #4388CB, #1F6FCE); 
		background: -webkit-gradient(linear, left top, left bottom, from(#4388CB), to(#1F6FCE)); 
		color: #fff;
	}
}

#main h3 {
	background-color: #4388CB; 
	background-size: auto 100%;
}
#main article.entry header.entry_header h3.entry_title {
	background-color: #4388CB;
	background: -moz-linear-gradient(top, #4388CB, #1F6FCE); 
	background: -webkit-gradient(linear, left top, left bottom, from(#4388CB), to(#1F6FCE));
	color: #fff;
}

#sidebar .sidemenu h4 {
	background-color: #4388CB;
	background: -moz-linear-gradient(top, #4388CB, #1F6FCE); 
	background: -webkit-gradient(linear, left top, left bottom, from(#4388CB), to(#1F6FCE)); 
}
#sidebar .sidemenu div.sidemenu_ranking h4 {
	background-color: #4388CB;
	background: -moz-linear-gradient(top, #4388CB, #1F6FCE); 
	background: -webkit-gradient(linear, left top, left bottom, from(#4388CB), to(#1F6FCE)); 
}
#sidebar .sidemenu h5 {
	background-color: #4388CB;
	color: #fff;
}
#sidebar .sidemenu ul li {
	border-bottom-color: #4388CB;
}

#sidebar .sidemenu.widget_recent_entries h4 {
	background-color: #4388CB;
	background: -moz-linear-gradient(top, #4388CB, #1F6FCE); 
	background: -webkit-gradient(linear, left top, left bottom, from(#4388CB), to(#1F6FCE)); 
}

#sidebar .sidemenu_wrap01 {
	border-color: #4388CB;
}


#footer {
}
