/*
Theme Name:twentyfourteen-child-hm
Author:ssc
Author URI:http://system-sta.com/
Template:twentyfourteen
*/ 
@import url('../twentyfourteen/style.css');
/* サイトカラー  変更したい部分に色コードを設定してください。
---------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #2b2b2b;
        /* ▼ */
/*    font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",
                 "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",
				 "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",
                        "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",
                        "メイリオ",Meiryo,
                        "ＭＳ Ｐゴシック","MS P Gothic",
                        sans-serif;*/
						/*"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;*/
 /*	  font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
 
 
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: 0 auto;
/*
    max-width: 474px;  せますぎっちゅーねん
*/
    max-width: 750px;
}

	/* 背景色 */
	.site:before,
	.site-header,
	.primary-navigation,
	.grid .featured-content .entry-header,
	.featured-content .entry-header,
	#secondary,
	.site-footer,
	#supplementary,
	#nendebcopy
	{
	background-color: #000066;		/*background: url(images/titleback.png) repeat ;*/
	}

	.grid .featured-content .entry-header{
		border-color: transparent !important;
	}

	/* エントリータイトル */
.entry-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.09091;
    margin: 0 0 12px;
    text-transform: uppercase;
/* text-transform: none; 大文字にしない*/
}



/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar 

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #8FBC8F;
}
*/