/*
	.fitgrd - responsive grid system
	open http://www.fitgrd.com for more information
	download at https://github.com/jayalai/fitgrd
	Licensed under GPL and MIT.
*/

/* ======================================= 
   Test 用　カラー
   ======================================= */
.bg-red {background-color: red;}
.bg-blue {background-color: blue;}
.bg-green {background-color: green;}
.bg-ccc {background-color: #ccc;}
.bg-333 {background-color: #333;}
.bg-fff {background-color: #fff;}

/* ここから本番　*/
/*body{
	font: 300 1em/1.5em 'Helvetica', Arial, sans-serif;
}*/

#wrapper {
	background-color: #fff;
	max-width: 80em;/* 1240px*/
}



/* Links */

a:link,
a:visited {
	color: #222;
	text-decoration: none;
}
    
a:focus,
a:active,
a:hover {
	text-decoration: underline;
    color:#993300;
}
 






/* アサイドとトップページ貼付けとかの題名を消したい！
*******************************************************/

/*.home h3.entry-format {
	display: none;
}*/

/* トップページ貼付けの色分けしたい！
*******************************************************/
.sticky {
	border: solid #999 1px;
    padding: 10px;
}

/* カスタマイズCSS変更箇所 */
/* Header 
*******************************************************/

body {
    background-color: #FFFFFE;
    border-top: 3px solid #000;
}

/* タイトルを画像に変更 */

.site-title a {
	height: 0px;
	display: block;
	overflow: hidden;
	width: 174px;
	padding-top: 79px;
	margin-bottom: 15px;
	background: url(../img/logo174top_black.gif) no-repeat left top;	
}

.site-description {
	color: #7a7a7a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1;
	margin: 0 auto 3.65625em 15px;
}

.site-branding {
	margin: 10px 0 0 40px;
}


/* メニュー関係
*******************************************************/

#site-navigation li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1em;
}

#site-navigation a {
	line-height: 2em;
    color: #000;
    padding: 0.2em 0.8em;
}

#site-navigation {
	background: #ebd5b4; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(bottom, #C0B097, #ebd5b4 50%);
	background: -o-linear-gradient(linear, bottom center, top center, from(#C0B097), color-stop(50%, #ebd5b4));
	background: -webkit-gradient(linear, bottom center, top center, from(#C0B097), color-stop(50%, #ebd5b4)); /* older webkit syntax */
	background: -webkit-linear-gradient(#C0B097, #ebd5b4);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 20px;
	width: 100%;
}

#site-navigation a:focus {
	background: #716b64;
}
#site-navigation li:hover > a,

#site-navigation a:focus {
	background: #716b64; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#716b64, #54504b);
	background: -o-linear-gradient(#716b64, #54504b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#716b64), to(#54504b)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#716b64, #54504b);
	color: #fff;
	text-decoration: none;
}

/* コンテンツ部分
*******************************************************/

/* トップページの見出し装飾 */

.entry-title {
	clear: both;
	color: #222;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 2px;
    font-family:Georgia, "Times New Roman", Times, serif;
}

.home h1.entry-title{
    border-left: 3px solid #ebd5b4;
    padding-left: 8px;
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 10px;
}	

.home article {
	margin-bottom: 40px;
}

/* 各シングルページの見出し変更 */

.post h1.entry-title,
.single h1.entry-title,
.archive h1.entry-title {
    border-left: 3px solid #ebd5b4;
    padding-left: 8px;
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 10px;
    }

/* 固定ページ Profileのタイトル */

.page h1.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	letter-spacing: 0.6em;
	font-weight: normal;
	margin-bottom: 30px;
}

/* 検索一覧のタイトル統一 */

.search .page h1.entry-title {
	border-left: 3px solid #ebd5b4;
    padding-left: 8px;
	padding-top: 2px;
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #222;
	font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    letter-spacing: normal;
}

.nav-previous,
.nav-next {
	font-size: 0.85em;
}
    
/* =　entry-meta 変更 */

.entry-meta {
	color: #666;
	clear: both;
	font-size: 0.7em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.entry-meta a {
	font-weight: normal;
}

.entry-content {
	color: #222;
	font-size: 0.95em;
	line-height: 1.8;
    margin-top: 4px;
}

.entry-footer {
	font-size: 0.7em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


/* サイドバー関係
*******************************************************/

.widget-title {
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #222;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
    border-bottom: solid 1px #777;
    line-height: 1.5;
    margin-bottom: 1em;
}
.textwidget {
	font-size: 0.8em;
	line-height: 2;
}

.widget {
	margin-bottom: 2em;
}

.widget ul {
	margin-left: 1em;
}

.widget ul li {
	color: #777;
	font-size: 0.8em;
	list-style-type: square;
	padding-bottom: 0.6em;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}

/* page関係　カテゴリーやサーチなどの結果の一覧ページとか
*******************************************************/
h1.page-title {
	font-size: 1em;
	color: #bbb;
	margin-bottom: 20px;
	text-align: right;
	border-bottom: thin dotted #ccc;
}

/* Footer
*******************************************************/

footer.site-footer {
	background-color: #EBD5B4;
}
.footer-box {
	max-width: 80em;
	margin: 20px auto 10px;
}
.copyrighttext {
	font-size: 0.7em;
	color: #666;
	margin-top: 20px;
}


/* ======================================= 
   media queries
   ======================================= */


/* tablet size タブレットサイズ*/   
@media screen and (max-width: 48em ) {
	
	/* タイトルを画像に変更 */

.site-title a {
	display: block;
	height: 0;
	overflow: hidden;
	width: 174px;
	padding: 79px 0 0;
	margin: 15px auto;
	background: url(../img/logo174top_black.gif) no-repeat;	
}

.site-description {
	color: #7a7a7a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}

.site-branding {
	margin: 0;
}
	
}   
    
/* smartphone size スマホサイズ*/
@media screen and (max-width: 36.5em ) {
	
	/* css */

}