/*	===============================================================
	● テンプレート COMMON CSSファイル
	---------------------------------------------------------------
	Release 2024.09.09                                Powerd by TDR
	=============================================================== */

	/****************************
	 * タグの初期化
	 ****************************/
	html, body
	{
		width:100%;
		margin:0px;
		padding:0px;
		color:#222222;
		letter-spacing:0.5px;
		background:#fff;
	}

	body
	{
		-webkit-text-size-adjust:100%;
	}

	*, *:before, *:after
	{
		box-sizing:border-box;
		outline:none;
	}

	h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dt, dd, table, form, figure, img
	{
		margin:0px;
		padding:0px;
	}

	ul,ol
	{
		list-style-type:none;
	}
	input,select,button
	{
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	/****************************
	 * 文字サイズと文字色
	 ****************************/
	.gray { color:var( --aside_color ); }


	/****************************
	 * テスト時のみ
	 ****************************/
	main { margin-bottom:100px; }

	/* #favorite			{ width:100%; position:fixed; bottom:-60px; }
	#favorite div		{ width:200px; padding:10px; background:#f1eded; text-align:center; }
	#favorite ul		{ width:100%; margin:0px; padding:0px 30px; background:#f5f5f5; display:flex; }
	#favorite ul li		{ height:60px; padding:20px 50px 20px 20px; }
	#favorite div:hover { cursor:pointer; } */
