/*
 Theme Name:   twentyfourteen_child
 Template:     twentyfourteen
*/

.site-title {

	float: left;
	font-size: 24px;
	font-color: #ffffff;
	font-weight: 700;
	line-height: 48px;
	margin: 20;
}
/*
.site-title a:{
        color:#ffffff;
}
*/

.site-title a:hover {
	color: #099bf7;/**#0773b7#0889db#099bf7#48B5F9暗から明**/
}

.entry-title {
	font-size:26px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgb(255, 255, 255), 1px 2px 2px rgb(170, 170, 170);
	text-transform: none;
}


.featured-content .entry-title {
	text-transform: none;
}

.post-thumbnail {
    display: none;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
        font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
        font-size: 12px;       /*←本文のフォントサイズ-------------- */
	font-weight: 400;
	line-height: 1.5;
}

.site-header {
	background-color: #2b2b2b;        /*←トップメニュー　背景色-------------- */
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
                font-size:13px;        /*←追加　トップメニュー文字サイズ---------------- */
	}


.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;    /*margin-bottom: 48px; */
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #ffffff;       /*←サイドバーのリンク色-------------- */
}

.widget a:hover {
	color: #48B5F9;        /*←マウスが乗ったとき-------------- */
}

/* サイドバーの背景色 */
	 
	#secondary {
	    background-color: #2b2b2b;
	    border-top: 1px solid #2b2b2b;https://accounts.google.com/ServiceLogin?service=adsense&rm=hide&nui=15&alwf=true&ltmpl=regionala&passive=true&continue=https://www.google.com/adsense/gaiaauth2?destination%3D/adsense/report/overview?timePeriod%253Dyesterday&followup=https://www.google.com/adsense/gaiaauth2?destination%3D/adsense/report/overview?timePeriod%253Dyesterday&hl=ja#
	}
	 
	#page:before{
	    background:#2b2b2b;
	}


/* 投稿ページ内の「投稿者」のみ */
.main-content .byline {    display: none;}
/* 短冊ウィジェット内の「投稿者」のみ  */
.widget_twentyfourteen_ephemera .byline {    display: none;}
/* 両方の「投稿者」 */
.byline {    display: none;}
.single .byline{
	display: none;
}
/*""コメントをどうぞ"を消す */
.comments-link {
    display: none
}
/**
.widget ul,
.widget ol {
	list-style: circle;
	margin: 30;
} 
*/

/**
.widget ul {
	list-style-image: url('http://widewallpapers.xii.jp/wp-content/uploads/image/list2.gif');
        list-style-position:inside;
	margin: 30;

} 
**/

/**
ウィジェットタイトル等の文字サイズ、文字色、背景色を変更

.widget-title {
	font-size: 14px;
	font-size: 1rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	background-color: #c6c6ff;
	padding: 5px 15px;
}
*/

/**ウィジェットタイトル等の文字サイズ、文字色、背景色を変更  */

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 14px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom:10px;
                margin-top:10px;
	}

/**サイドバータイトルにアイコンをつける**/
#categories-3 h1:before {
 font-family:"FontAwesome";
 margin-right:5px;
 font-size:120%;
 color:#FFFFFF;
 content:"\f07c";
}

#newpostcatch-2 h1:before {
 font-family:"FontAwesome";
 margin-right:5px;
 font-size:120%;
 color:#FFFFFF;
 content:"\f152";
}

#archives-4 h1:before {
 font-family:"FontAwesome";
 margin-right:5px;
 font-size:120%;
 color:#FFFFFF;
 content:"\f152";
}

#wpp-2 h1:before {
 font-family:"FontAwesome";
 margin-right:5px;
 font-size:120%;
 color:#FFFFFF;
 content:"\f024";
}

/**Newpost-Catchを横並びにする**/
#new-post ul{
margin:0px;
}

#new-post ul li {
float: left;
margin-right: 5px;
padding: 2px;
}

#new-post li {
display: inline-block;
overflow: hidden;
clear: both;
margin:5px;
list-style: none;
vertical-align: top;
}

#new-post img{
/*サムネイルのスタイル*/
float:left;
padding:0px;
margin:5px;
border-radius: 0px;
box-shadow: none;
}

#new-post .title {
/*記事タイトルのスタイル*/
width: 135px;
float: left;
padding: 5px;
}

.entry-content img {
    padding:8px;
    border:2px solid #ccc;
    background:#fff;
    box-shadow: 3px 3px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}
/*.shadow1{ 
	box-shadow: 3px 6px 10px #666666;	/* 影（[右][下][ぼかし][影の色]）を指定する */
}*/

