	/*
Theme Name: shiminrengo-2019
*/

	@charset "UTF-8";


	* {
		box-sizing: border-box;
	}

	body {
		margin: 0;
		padding: 0;
		background: #fff;
		font-family: "YakuHanJPs",
			"neue-haas-unica",
			Helvetica,
			Arial,
			"a-otf-futo-go-b101-pr6n",
			'游ゴシック',
			YuGothic,
			'Hiragino Kaku Gothic ProN',
			Meiryo,
			sans-serif;
		line-height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #4A4A4A;
		letter-spacing: 0.02em;
	}

	::-moz-selection {
		color: #fff;
		background: rgb(26, 46, 59);
		text-shadow: none;
	}

	::selection {
		color: #fff;
		background: rgb(26, 46, 59);
		text-shadow: none;
	}


	input::-moz-selection,
	textarea::-moz-selection {
		color: rgb(26, 46, 59);
		background: #AAA;
	}

	input::selection,
	textarea::selection {
		color: rgb(26, 46, 59);
		background: #AAA;
	}

	a {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		margin: 0;
		padding: 0;
	}

	img {
		border: none;
		vertical-align: text-bottom;
		max-width: 100%;
		height: auto;
	}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	figure {
		font-size: 0;
		line-height: 0;
		width: 100%;
		margin: 0;
		position: relative;
	}

	input[type="text"],
	input[type="button"],
	input[type="email"],
	input[type="submit"],
	input[type="password"],
	input[type="url"],
	textarea {
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	dd {
		margin: 0;
	}
