/* 
 Theme Name:   Twenty Fourteen(child)
 Theme URI:    http://sankou-duct.main.jp
 Description:  Twenty Fourteenの子テーマ
 Author:       sankou-duct
 Author URI:   http://sankou-duct.main.jp
 Template:     twentyfourteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* 親テーマのスタイルシートを読み込む */
@import url("../twentyfourteen/style.css");

/* トップバーの背景色を変更する */
.site-header {
	background-color: #0c6;
}

/* 検索トグルの背景色を変更する */
.search-toggle {
	background-color: #0c0;
}

/* 検索窓の背景色を変更する */
.search-box {
	background-color: #fff;
}

/* Secondary Sidebarの背景色を変更する */

#secondary {
	background-color: #0c6;
	border-top: 1px solid #0c6;
}

#page:before{
    background:#0c6;
}



/* Current Menuの文字色を変更する */

.site-navigation .current-menu-item > a {
	color: #cf3;
}

/* Navigationbarの背景色を変更する */

@media screen and (min-width: 783px) {
	.primary-navigation ul ul {
		background-color: #FA8072;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #B6B6B6;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #B6B6B6;
	}
}

.site-footer {
        background-color: #0c6;
        font-size: 12px;
        position: relative;
        z-index: 3;
}

.site-info a {
        color: rgba(0, 0, 0, 0.7);
}
