@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
html, body {
  height:100%;
  line-height:1.2;
}
body{
	color: #333333;
	background:#FFF;
	font-size:100%;/* =16px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	min-width:300px;/*最小幅*/
	word-wrap: break-word;
    overflow-wrap: break-word;
	height:100vh; /* fix IE11 */
    min-height:100%; /* fix IE11 */ 
	display:flex;
  	flex-direction: column;
	overflow-x: hidden;
}
a:link 		{color: #0066CC; text-decoration: none;}
a:active 	{color: #0066CC; text-decoration: none;}
a:visited 	{color: #003366; text-decoration: none;}
a:hover 	{color: #CC0066; text-decoration: none;}
*{
	margin:0;
	padding:0;
	}
/* ボックス全体枠 */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
li {
font-weight : normal;
margin: 5px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999;
}
li:last-child{
	border: none;
	padding: 0 0 5px 0;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
li a{
	font-weight:bold;
	display:block;
}
/* RSSフィード　記事日付 */
li .date {
}
