@charset "UTF-8";

/*
Theme Name: tokei-news 5.0
Description: 東経ニュース専用WordPressテーマ
Version: 5.250822
Author: Keita Tanaka
*/

/*------ リセット ---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	/*font-family:minmoji, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	
	outline-style:none;
	line-height:1.3;
	font-feature-settings : "palt";
}

a{
	color:rgba(0,75,147,1.00);
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}


/*------ 横幅設定 ---------------------------------------------------------------*/
body{
	background:#FFF;
}

.red{
	color: rgba(255,0,0,1.00);
}

.black{
	color: rgba(0,0,0,1.00);
}

.white{
	color: rgba(255,255,255,1.00);
}
