@charset "UTF-8";
body {margin: 0;padding: 0;font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
#outer {background-image: url(/image/kinkin.png);background-repeat: repeat-x;padding: 0;line-height: 1.6;position: relative;}
header {padding: 0;}
#header-inner {margin: 0 auto;width: 980px;}
@font-face {
font-family: "Noto Sans JP";
font-style: normal;font-weight: 700;
src: local("Noto Sans JP Bold"),local("Noto Sans CJK JP Bold"),
url(https://www.homepage-tukurikata.com/fonts/nbold.woff2) format("woff2"),
url(https://www.homepage-tukurikata.com/fonts/nbold.woff) format("woff");font-display: swap;}
@font-face {
font-family: "Noto Sans CJK JP";
font-style: normal;font-weight: 300;
src: local("Noto Sans CJK JP DemiLight"),
url(https://www.homepage-tukurikata.com/fonts/dlight.woff2) format("woff2"),
url(https://www.homepage-tukurikata.com/fonts/dlight.woff) format("woff");font-display: swap;}
@font-face {
font-family: "Noto Sans JP";
font-style: normal;font-weight: 500;
src: local("Noto Sans JP Medium"),local("Noto Sans CJK JP Medium"),
url(https://www.homepage-tukurikata.com/fonts/noto-m.woff2) format("woff2"),
url(https://www.homepage-tukurikata.com/fonts/noto-m.woff) format("woff");font-display: swap;}
a {color: #03c;}
.logo {font-size: 20px;padding: 20px 0 0 0;margin: 0;color: #033;font-family:"Noto Sans JP";font-weight: 700;}
.logo a {color: #190F0B;text-decoration: none;}
.logo a:hover {text-decoration: none;}
h1 {
	font-size: 28px;
	margin: 0;
	color: #190F0B;
	line-height: 1.3;
}
.smll {
	font-size: 28px;
}
h2 {
	font-size: 22px;
	padding: 14px 16px 12px 16px;
	background: #FCF5DC;
	font-weight: bold;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	padding: 14px 0 12px 10px;
	background: #Fcf6e0;
	font-weight: bold;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
#navigation {
	height: 44px;
	border-bottom: 1px #e0e0e0 solid;
	box-sizing: border-box;
}
.main-navi {
	margin: 0 auto;
	width: 980px;
	padding: 0;
}
.main-navi li {
	font-size: 14px;
	display: inline;
	margin: 0;
	height: 44px;
	line-height: 44px;
	text-align: center;
font-family: "Noto Sans CJK JP";
font-weight: 300;
}
.main-navi a {
	padding: 12px 19px;
	color: #190F0B;
	text-decoration: none;
}
.main-navi a:hover {
	border-bottom: #06c 2px solid;
}
.navi {
	font-weight: normal;
	color: #333;
	padding: 7px 0 7px 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}
.aka {
	color: #B0231D;
	font-weight: bold;
}
.akai {
	color: #f00;
	font-weight: normal;
}
.blue {
	font-size: 16px;
	background-color: #d8e4e8;
	font-weight: bold;
	padding: 11px 0 9px 10px;
}
.yellow {
	padding: 6px 0 4px 10px;
	color: #000;
	background: #FCF5DC;
	font-weight: bold;
}
.orange {
	color: #C30;
	font-weight: bold;
}
.black {
	background-color: #fff;
	background: none;
	font-size: 16px;
	padding: 4px 0;
}
.black:before {
	content: "■";
}
.ccc {
	border: solid 1px #ccc;
}
.htarrow {
	background-image: url(/image/html-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
.ad-top {
	display: block;
	padding: 15px 0 0 0;
	text-align: center;
	height: 90px;
}
p {
	margin: 1em 0;
	word-wrap: break-word;
		color: #333;
}
table {
	color: #333;
}
form {
	margin: 7px;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
.breadcrumb {
	margin-left: 0;
	font-weight: bold;
	color: #555;
}
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
}
.hasen {
	border-style: dotted;
	border-color: #999;
}
blockquote {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
}
#content {
	margin: 0 auto;
	padding: 15px 0 10px 0;
	width: 980px;
	overflow: auto;
}
#main {
	float: left;
	width: 660px;
	font-size: 16px;
}
.inner {
	display: block;
}
.list {
	padding: 15px 0 0 0;
}
.listtitle {
	font-size: 20px;
	font-weight: bold;
	color: #0a0a0a;
	padding: 4px 4px 4px 4px;
	margin: 0 0 9px 0;
	border-bottom: solid #ccc 1px;
}
.list-ul {
	margin: 0;
}
.list-li {
	list-style: none;
	margin: 0;
	font-size: 16px;
}
.list-li a {
	text-decoration: none;
}
.list-li a:hover {
	text-decoration: underline;
}
#sidebar {
	padding: 0;
	color: #004C25;
	width: 300px;
	float: right;
}
.sidet {
font-size: 15px;
padding: 7px 0 7px 30px;
font-family:"Noto Sans JP";
font-weight: 500;
}
.hpcss {
	color: #fff;
	background-color: #004C25;
}
.hikaku {
	color: #333;
	background-color: #efece4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ctop {
	margin-top: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.side {
	padding: 9px 0 14px 20px;
	background-color: #F3F7F2;
	color: #777;
}
.side a {
	text-decoration: none;
	color: #000090;
	display: block;
}
.side a:hover {
	text-decoration: underline;
}
.kiiro {
	padding: 9px 0 14px 21px;
	background-color: #fdfbf2;
}
.momo {
	padding: 9px 0 14px 21px;
	background-color: #fffdfb;
}
.haiiro {
	padding: 9px 0 14px 21px;
	background-color: #f8f8f8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
ul {
	margin: 0 0 0 1.4em;
	padding: 0;
}
ol {
	margin: 0 0 0 2em;
	padding: 0;
}
.side ul {
	margin: 0;
	padding: 0;
}
.rs {
	margin-bottom: 18px;
}
.side li {
	font-size: 14px;
	margin: 0;
	list-style: none;
	padding: 2px 0 2px 16px;
	background: url(/image/arrow-new.gif);
	background-position: left center;
	background-repeat: no-repeat;
font-family: "Noto Sans CJK JP";
font-weight: 300;
}
.kiiro li {
	background: url(/image/arrow-red.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.cnt {
	text-align: center;
}
#search-input {
	padding: 2px 5px;
}
#search-button {
	border-radius: 4px;
	border: #777 1px solid;
}
input::placeholder {color: #9e9e9e;}
footer {
	height: 140px;
	clear: both;
	font-family: "Noto Sans CJK JP";font-weight: 300;
}
.pagetop {
	padding: 0 40px 0 0;
	text-align: right;
}
.pagetop a{font-size:36px;padding:20px 0 0 0;}
.pagetop a:hover {
	text-decoration: underline;
}
.svg-outer {
	border: 1px solid #dadce0;
	border-radius: 50%;
	padding: 9px;
}
.upward {
	fill: #75797D;
}
a:hover .upward {
	fill: #111;
}
a:hover .svg-outer {
	background-color: #f8f8f8;
}
.copyright {
	padding-top: 0;
	margin-left: 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.copy-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.copy-li {
	margin: 0;
	padding: 0 2px;
	display: inline;
}
.copy-li a {
	color: #666;
	text-decoration: none;
}
.copy-li a:hover {
	text-decoration: underline;
}
.copy-li:before {
	content: "|";
	margin-right: 4px;
}
.copy-li:first-child:before {
	display: none
}
#kanren {
	padding: 0;
	display: block;
}
.sp-bottom {
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
}
.homepage-top {
	max-width: 980px;
	width: 100%;
	height: 90px;
}
.mobile-homepage {
	width: 336px;
	height: 280px;
}
.kijiue-homepage {
	width: 336px;
	height: 280px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a:hover {
	color: #06c;
	text-decoration: none;
}
.selected {
	color: #212121;
	font-weight: bold;
}
@media screen and (max-width:834px) and (orientation:portrait), screen and (max-width:896px) and (orientation:landscape) {
#outer {
	width: 100%;
	padding: 0;
	font-size: 100%;
}
header {
	width: 100%;
	height: auto;
	margin: 0;
}
.logo {
	padding-left: 40px;
}
#navigation {
	padding-left: 40px;
}
#header-inner {
	width: 100%;
	margin: 0;
}
.main-navi {
	width: 100%;
}
.main-navi .cut {
	display: none;
}
#content {
	width: 100%;
	margin: 0;
}
#main, #sidebar {
	float: none;
}
#main {
	width: 100%;
	clear: both;
}
.inner {
	padding: 0 40px 20px 40px;
}
#sidebar {
	width: 100%;
	clear: both;
}
.sidet {
	font-size: 20px;
	padding: 9px 0 9px 40px;
}
.side {
	padding: 9px 0 14px 0;
}
.side li {
	font-size: 18px;
	margin: 0 0 0 40px;
	padding: 3px 0 3px 16px;
}
footer {
	height: 179px;
	width: 100%;
	clear: both;
}
.ad-top {
	display: block;
	padding: 30px 0 0 0;
	text-align: center;
	height: 280px;
}
.homepage-top {
	max-width: 834px;
	width: 100%;
	height: 280px;
}
}
@media screen and (max-width:680px) and (orientation:landscape) {
#navigation {
	padding: 0;
	border-bottom: none;
	height: auto;
}
.main-navi {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
	border-bottom: none;
}
.main-navi li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	position: relative;
	width: 33.3%;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.main-navi li a {
	font-weight: bold;
	color: #333;
	display: block;
	padding: 0;
	font-size: 13px;
	border-right: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
}
.main-navi .btm a {
	border-bottom: 1px solid #f9f9f9;
}
.main-navi .lft a {
	border-left: 1px solid #f9f9f9;
}
footer {
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
}
@media screen and (max-width:480px) {

#navigation {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
	height: auto;
}
.main-navi {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
	border-bottom: none;
}
.main-navi li {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	position: relative;
	width: 33.3%;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.main-navi li a {
	display: block;
	padding: 0;
	font-size: 12px;
	border-right: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
}
.main-navi .btm a {
	border-bottom: 1px solid #f9f9f9;
}
.main-navi .lft a {
	border-left: 1px solid #f9f9f9;
}
#content {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
}
#main {
	width: 100%;
	clear: both;
}
.inner {
	padding: 8px 0 20px 0;
}
.logo {
	font-size: 18px;
	padding: 10px 0 6px 16px;
}
.logo a {
	display: block;
}
.ad-top {
	padding: 8px 0 0 0;
	height: 100px;
}
.inner a {
	font-weight: bold;
}
.width-320 {
	width: 92%;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	background-color: #FCF5DC;
	line-height: 1.3;
	padding: 12px 10px 12px 10px;
	border: none;
}
h2, h3 {
	font-size: 18px;
	background-color: #FCF5DC;
	line-height: 1.3;
	padding: 12px 10px 12px 10px;
	border: none;
}
.smll {
	font-size: 16px;
}
p {
	padding: 0 10px;
	font-size: 15px;
}
.black {
	padding: 4px 10px;
}
.blue {
	padding: 10px 0 10px 10px;
}
ul, ol {
	padding: 0 10px;
}
.sp {
	padding: 0;
	display: block;
}
.htarrow {
	margin: 1em 0 1em 10px;
}
.navi {
	padding: 9px 0 9px 10px;
}
.list {
	padding: 10px 0 0 0;
}
.listtitle {
	padding: 0 0 6px 20px;
	margin: 0;
}
.list-li {
	margin: 0 10px;
	border-bottom: 1px #ccc solid;
	padding: 0;
	font-size: 14px;
}
.list-li a {
	display: block;
	text-decoration: none;
	padding: 7px 0;
}
.list-li a:hover {
	text-decoration: underline;
}
.yellow {
	padding: 14px 0 14px 10px;
	color: #000;
	background: #FCF5DC;
	font-weight: bold;
}
.rs {
	margin: 0;
}
.rs li {
	list-style: none;
	margin: 0;
	border-bottom: 1px #ccc solid;
	padding: 10px 0;
}
#sidebar {
	width: 100%;
	clear: both;
	font-size: 100%;
	padding-left: 0;
}
.sidet {
	font-size: 15px;
	padding: 8px 0 7px 30px;
}
.side {
	background-color: #fff;
	padding: 3px 0 14px 0;
}
.hikaku, .hpcss {
	font-size: 110%;
	padding: 9px 0 9px 20px;
}
a {
	font-weight: bold;
	color: #006ccc;
}
.side a {
	display: block;
	font-weight: bold;
	color: #0063c1;
	text-decoration: none;
}
.side ul {
	margin: 0;
	padding: 0;
}
.side li {
	font-size: 15px;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
	background: none;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.side li a {
	padding: 10px 0 10px 20px;
	text-decoration: none;
}
.side li a:hover {
	text-decoration: none;
}
.pagetop {
	font-size: 16px;
	padding: 4px 10px 4px 0;
}
.copy-li {
	line-height: 190%;
}
footer {
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#kanren {
	padding: 0 10px 0 10px;
}
.homepage-top {
	max-width: 414px;
	width: 100%;
	height: 100px;
}
.mobile-homepage {
	width: 336px;
	height: 280px;
}
.kai {
	display: block;
	font-weight: bold;
	color: #333;
}
.rs-t {
	margin-bottom: 8px;
}
}
