@charset "utf-8";

/* 基本設定
-----------------------------------------------------------------------------*/
body {
	background: #000;
	color: #ccc;
	font-family: Verdana,'Hiragino Kaku Gothic ProN', "ＭＳ ゴシック", Osaka‐等幅, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

body, head, footer, div, p, ul, ol, li, dl, dt, dd, span, a,
 table, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, img {
	border:0;
	margin: 0;
	outline: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #91a823;
	text-decoration: underline;
}

a:hover {
	color: #c4db56;
	text-decoration: none;
}

/* clearfix */
.cf:after {
	content: " ";
	display: block;
	clear: both;
}

/* 余白 */
.pt3 {
	padding-top: 3px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl8 {
	padding-left: 8px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.mt40 {
	margin-top: 40px !important;
}

/* 文字 */
.fc_rd {
	color: #f00;
}

.fs26 {
	font-size: 26px;
}

.fwb {
	font-weight: bold;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.txt_eng {
	color: #929292 !important;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}

/* アイコン */
.icn_arr_r a {
	padding: 0 0 0 13px;
	position: relative;
	vertical-align: middle;
}

.icn_arr_r a:before {
	border: 4px solid transparent;
	border-left: 4px solid #91a823;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
}
/* 共通
-----------------------------------------------------------------------------*/
.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 0;
	width: 850px;
}

/* ヘッダー */
.hdr_wrap {
	box-sizing: border-box;
	display: table;
	padding-bottom: 5px;
	vertical-align: bottom;
	width: 850px;
}

.hdr {
	display: table-cell;
	vertical-align: bottom;
}

.txt_hdr {
	font-size: 11px;
	padding: 2px 0 0 2px;
}

.lst_main_nav {
	display: table-cell;
	vertical-align: bottom;
	width: 440px;
}

.lst_main_nav li {
	border-left: 1px solid #313131;
	display: inline-block;
}

.lnk_main_nav {
	box-sizing: border-box;
	display: block;
	padding: 5px 10px 0 13px;
	text-decoration: none !important;
	height: 44px;
	min-width: 68px;
}

.lnk_main_nav_inr {
	color: #fff;
	display: block;
	padding-top: 3px;
}

/* パンくず */
.lst_breadcrumbs {
	position: absolute;
	bottom: 16px;
	right: 16px;
	text-align: right;
}

.lst_breadcrumbs li {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
}

.lst_breadcrumbs li:after {
	content: ">";
	display: block;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	width: 1em;
}

.lst_breadcrumbs li:last-child:after {
	display: none;
}

.lst_breadcrumbs a {
	text-decoration: none;
}

/* コンテンツ */
.cont_wrap {
	background:url(https://8c9c89.claudeassets.com/20260212101047im_/http://yashuya.com/img/bg.png) no-repeat bottom;
	border: 1px solid #333;
	margin-top: 10px;
	padding: 13px 13px 120px;
	position: relative;
}

.cont {
	padding-top: 35px;
}

.cont_l {
	float: left;
	padding-top: 35px;
	width: 505px;
}

.cont_r {
	float: right;
	padding-top: 35px;
	width: 300px;
}

.ttl_cont {
	background:url(https://c1bff9.claudeassets.com/20260212101047im_/http://yashuya.com/img/bg_ttl.png);
	border: 1px solid #666;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 25px;
}

.subttl_cont {
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 7px 8px;
}

.ttl_cont .txt_eng, .subttl_cont .txt_eng {
	padding-left: 8px;
}

.txt_cont_wrap {
	line-height: 1.6;
	padding-left: 8px;
	padding-right: 8px;
}

.txt_cont {
	padding-top: 10px;
}

.txt_catch + .txt_cont{
	padding-top: 20px;
}

/* フッター */
.ftr_wrap {
	font-size: 12px;
	padding: 8px;
}

.bizhours {
	padding-top: 6px;
}

.bizhours:first-child {
	padding-top: 8px;
}

.ttl_bizhours {
	display: inline-block;
	width: 4.5em;
}

.txt_bizhours {
	display: inline-block;
	padding-left: 8px;
}

.ftr {
	padding-top: 15px;
}

.txt_copyrights {
	float: left;
}

.lst_ftr_lnk {
	float: right;
}

.lst_ftr_lnk li {
	border-left: 1px solid #999;
	display: inline-block;
	line-height: 1;
	padding: 1px 10px;
}

.lst_ftr_lnk li:last-child {
	padding-right: 0;
}

/* ページトップボタン */
.btn_pagetop_wrap {
	display: none;
	position: fixed;
	bottom: 15%;
	right: 130px;
	z-index: 999;
}

.btn_pagetop {
	background: url(https://1b6ca9.claudeassets.com/20260212101047im_/http://yashuya.com/img/btn_pagetop.png) no-repeat center;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
}

@media screen and (max-width: 768px) {
	.btn_pagetop_wrap {
		right: 20px;
	}
}

/* 404 エラー */
.txt_err {
	font-size: 16px;
	font-weight: bold;
}

.lst_lnk_err {
	padding: 30px 8px 0;
}

.lst_lnk_err li {
	padding-top: 8px;
}

.lst_lnk_err li:first-child {
	padding-top: 0;
}

/*
     FILE ARCHIVED ON 02:09:45 Jan 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:16:01 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.355
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.028
  esindex: 0.006
  cdx.remote: 10.838
  LoadShardBlock: 54.181 (3)
  PetaboxLoader3.datanode: 922.403 (5)
  PetaboxLoader3.resolve: 456.957 (2)
  load_resource: 1375.375
  loaddict: 67.748
*/