/*
Theme Name:fukasawa-child
Template:fukasawa
Version:2.1.3
*/

/*　20250915 fotolog theme furusawa css 改造　------------------------------------ */
/*　20250917 child theme 作成適用　----------------------------------------------- */


/* Default by taquean---------------------------------------------------------------- */

/* Global ---------------------------------------------------------------- */

/*　全体の共通設定　*/
/*　枠組、フォントの種類、大きさ、色　*/


/*　→投稿ページの背景色を変更する。但しページネーションの部分は別個色変更必要　*/
/*　投稿ページの背景色は強制的に変更必要（css優先順位あると思われる　*/

body { b ackground: #fff; !important;}

/*　←投稿ページの背景色を変更する。但しページネーションの部分は別個色変更必要　*/


body { 
	font: "Tahoma", "Arial", "Verdana", "MS UI Gothic" , "ヒラギノ丸ゴ Pro w4" , sans-serif ;
}

/*　リンク　*/
/*　リンク下線消しは強制的に変更必要（css優先順位あると思われる　*/

a:link { 
	color: #708090; 
}
a:visited { 
	color: #626262;
}
a:active { 
	color: #8080ff; 
}
a:hover { 
	color : #9999cc;
}
a:link, a:visited {
	text-decoration: none!important;
}

/*　固定ページ、投稿ページ　タイトル h1 のサイズ変更と下線に点線　*/
/*　点線は通常の設定で可だが、サイズ変更は強制的に変更必要（css優先順位あると思われる　*/

h1.post-title { 
	font-size:1.3em!important; border-bottom:dotted; 
}

/*　強調　*/
em { 
	color: #ce6700; 
	font-size: 120%; 
	font-style: normal; 
	font-weight: bold; 
}

/*　抹消、追記　*/
del { 
	text-decoration: line-through; 
}
ins { 
	text-decoration: underline; 
}

/* original items by taquean---------------------------------------------------------------- */
/*　エントリ部分に記述　*/
/*　撮影データ部分　*/
p.data {
	text-align : right ; 
}
/*　写真のキャプション部分　*/
.memo p {
	margin:2em auto 2em auto;
	pa dding-left:8em;
	padding-left:2em;
	wi dth:80%;
	text-align : left; 
	line-height: 150%;
}


/*　固定ページ　----------------------------------------------------------------- */
/*　ウェブページ用項目　*/

/*　アバウトページの基本設定　*/

.about { 
	margin-left : auto ; 
	margin-right : auto ;
	margin-bottom : 50px;
	wi dth : 90%;
	text-align :left;
	font-size: 0.9em;
}

/*　タイトル　*/
/*　基本設定　*/

/*　デフォルトの大文字設定を無効にする　*/


.about .title h1 {
	border:none;
	text-align:center;
	text-transform:none;
	margin-bottom : 1em;
}


/*　左側[about]の設定　*/
.about .title h1 .title-l { 
	padding : 0.3em ; 
	color : #00002f ; 
	background-color : #666666 ; 
	font-weight : bold ; 
	font-size :0.8em ; 
	font-family : "Tempus Sans ITC" , "Tahoma" , "Papyrus" , "skia" , sans-serif ; 
}
/*　右側[for visitor]設定　*/
.about .title h1 .title-r { 
	padding : 0.3em ; 
	color : #666666 ; 
	background-color : #000000 ; 
	border : solid 1px #666666 ; 
	font-weight : bold ; 
	font-size : 0.8em ; 
	font-family : "Tempus Sans ITC" , "Tahoma" , "Papyrus" , "skia" , sans-serif ; 
}
/*　タイトル中央部の区切り余白　*/
.about .title span { 
	margin-right : 0.1em ; 
	margin-left : 0 ; 
}


/*　タイトル下キャプション　*/
/*　基本設定で左揃えにした為、タイトル部分のキャプション部分だけを中央揃えにする　*/

.about .title p, 
.about .title2 p { 
	text-align : center ; 
	m argin-top : -30px;
	margin-top : -1.2em;
	margin-bottom : -0.8em;
}



/*　項目見出し部分の設定　*/
/*　デフォルトの大文字設定を無効にする　*/
 .about h2 { 
	color : #666666 ;
	border-width : 1px 0 1px 0 ; 
	border-style : solid ; 
	border-color : #666666 ; 
	padding : 0.5em ; 
	font-size : 100% ; 
	font-weight : normal ;
	text-transform:none; 
	
}


/*　内容部分の設定　*/
/*　内容部分の基本設定　*/

.about p { 
	margin-bottom: 1em;
	line-height: 150%;
	padding : 0.5em ; 
	text-align :left;
}


/*　内容部分のリスト設定　*/

.about ul, 
.about ol { 
	margin-bottom: 1em;
	line-height: 150%;
	padding : 0.5em 0.5em 0.5em 3em ; 
	text-align :left;
}

/*　カテゴリ説明部分の定義リスト設定　*/

.about dl { 
	margin-bottom: 1em;
	line-height: 150%;
	pad ding : 0.5em 0.5em 0.5em 3em ; 
	text-align :left;
}

/*　項目部分の色をつける　*/
.about dl dt { 
	color:#9999cc;
}


