/*
Theme Name: Principle-child
Template: principle
Description: Principle6.0以降用子テーマ
Author: Nobuo_CREATE
Author URI: http://wp-principle.net/
Version: 6.5-20141121
*/

@import url('../principle/style.css');

/****  子テーマ内のimagesフォルダからヘッダーの背景画像を読み込む  ****/
#header{
	background-image: url(./images/denim.jpg);
}




/*************************************************************************/
/*                          かんたんカスタマイズ                         */
/*************************************************************************/

/****  ブログタイトル  ****/

.blog_title a{
	color: #fff;       /*文字色*/
}
.blog_title{
	color: #fff;         /*文字色*/
	text-shadow: 4px 4px 1px #999999;
	font-family: 'HG創英角ｺﾞｼｯｸUB', 'HG創英角ポップ体', 'ＤＦ太丸ゴシック体', cursive;
	font-weight:800

	font-size: 1.8em;  /*文字の大きさ*/
	line-height: 2;    /*行の高さ*/
}



/****  見出し部分  ****/
.h{
	color: #021F4D;                       /*文字色*/
	border-bottom: 2px solid #021F4D;     /*ライン*/
}



/****  グローバルナビの文字の大きさと色  ****/
nav div li a{
	font-size: 1em;   /*文字の大きさ*/
	color: #021F4D;   /*文字色*/
}
nav div{
	border-bottom: 2px solid #021F4D;   /*ライン*/
}



/****  パンくずリストの文字色  ****/
div.bread a,
div.bread ul{
	color: #444;
}



/****  snsボックスの背景色  ****/
div.sns-box{
	background-color: #b8bfcc;
}




/*************************************************************************/
/*************************************************************************/







/*************************************************************************/
/*                  タブレット(713px以下)andスマホ用 css                 */
/*************************************************************************/
@media only screen and (max-width: 772px){

	/****  ブログタイトル  ****/
	.blog_title{
		font-size: 1.3em;     /*文字の大きさ*/
		line-height: 1.4;   /*行の高さ*/
	}

}