/*
Theme Name: Oshiete! Gensan!
Theme URI: none
Description: Akiko Ogawa
Author: Akiko Ogawa
Author URI: none
Version: 1.0
 
*/

@charset "utf-8";


@page{
	margin: 0.5cm;
}


/* html,bodyタグの設定 */
html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px/18px 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdatna,Arial,Sans-Serif;
	color: rgba(0, 0, 0, 1);
}

/* 【共通】テキストリンク */
a,
a:link
a:visited{
	color: rgba(0, 0, 0, 1);
}

/* 【共通】リンク付き画像 */
a img{
	vertical-align:bottom;
	border-style: none;
}

/* 【共通】見出し１ */
h1{
	font-size: 22px;
	font-weight: normal;
}

/* 【共通】見出し２ */
h2{
	font-size: 14px;
	font-weight: normal;
}

/* 【共通】見出し３ */
h3{
	font-size: 12px;
	font-weight: normal;
}

/* 【共通】テーブル */
table{
	width: 500px;
	margin: 5px 0px 5px 10px;
	table-layout: auto;
	border: solid 1px rgba(0, 0, 0, 1);
	border-collapse: collapse;
	border-spacing: 5px;
}
td, tr {
	padding: 0px 3px;
	white-space: nowrap;
}

/* 【共通】全体枠 */
#wrap{
}

/* 【共通】ヘッダー */
#header-bk{
	display: none;
}

/* 【記事ページ】コンテンツ */
#contents-bk{
}
#contents{
}

/* 【共通】フッター */
#footer-bk{
}
#footer-toptab{
	display: none;
}
#footer-bkimg{
}
.footer{
}

/* 【共通】フッター：サイトマップ */
.footer-sitemap{
	display: none;
}

/* 【共通】フッター：ユーティリティ */
.footer-utility{
	display: none;
}

/* 【共通】フッター：コピーライト */
.footer-copyright{
}
	.footer-copyright p{
		margin: 0px;
		padding: 0px;
		font-size: 80%;
		text-align: right;
	}

/* 【記事ページ】パンくずリスト */
#pankuzulist{
	display: none;
/*	border: 1px #000 dotted;*/
/*	clear: both;*/
}
	#pankuzulist ul{
		margin: 0px;
		padding: 0px;
	}
	#pankuzulist li{
		margin: 0px;
		padding: 0px;
		font-size: 80%;
		list-style-type: none;
	}
	#pankuzulist a,
	#pankuzulist a:link,
	#pankuzulist a:visited{
		vertical-align: bottom;
		max-width: 17em;
		text-decoration: none;
	}
	#pankuzulist span{
		vertical-align: bottom;
		max-width: 17em;
	}

/* 【サブページ】メニュー */
#page_tab{
	display: none;
}

/* 【サブページ】上部 */
#page_ex{
	display: none;
}

/* 【サブページ】の表示領域 */
#page-bk{
/*	border: 1px #000 dotted;*/
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}

/* 【サブページ】リスト付き表示領域 */
#report-bk{
/*	border: 1px #000 dotted;*/
	width: 640px;
	margin: 10px 20px 20px 20px;
	padding: 0px;
	float: left;
}

/*【サブページ】目次へ */
#back-contents{
	display: none;
}

/*【サブページ】リストなし表示領域 */
#reportfull-bk{
/*	border: 1px #000 dotted;*/
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

/* 【サブページ】内容表示領域 */
.reports{
/*	border: 1px #000 dotted;*/
	padding: 10px 0px 10px 0px;
}
	.reports > h1{
		padding: 0px 0px 0px 20px;
		line-height: 1.2;
	}
	.reports p{
		line-height: 1.8;
	}

/*【サブページ】１投稿分の表示領域 */
.report{
/*	border: 1px #000 dotted;*/
	margin: 0px 0px 5px 0px;
	padding: 0px 14px 0px 14px;
	overflow: hidden;
}
	.report p{
		margin: 0px;
		clear: both;
	}
	.report td p{
		line-height: 1.2;
	}

/* 【サブページ】投稿記事 */
.report-title{
/*	border: 1px #000 dotted;*/
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	line-height: 1.1;
}
.report-update{
/*	border: 1px #000 dotted;*/
	height: 32px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/* 【記事ページ】１投稿分タグ */
.report-tag{
	display: none;
}

.report-back_to_top{
	display: none;
}

/* ソーシャルボタン */
#socialbtn{
	display: none;
}

/* メールフォーム */
#mailform{
	display: none;
}

/* 印刷用CSSページ認知テキスト */
.print{
	display: none;
}

/* 【投稿ページ】 ページナビゲーション */
.pagenation{
	display: none;
}

/* テキスト後方省略 */
.textcut{
	display: inline-block;
	white-space: nowrap;  
	overflow: hidden;
	text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;
}