<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
HOMEだけに適用するCSS
=================================================================== */

/*お知らせ
------------------------------*/ 
.notice {
    width: 800px;
	border: 1px solid #FF0000;
	text-align: center;
	margin: 10px auto 0;
	padding: 5px;
}
.notice h3 {
    font-size: 1.2em;
	font-weight: bold;
    color: #D8220F;
	margin-bottom: 3px;
}
.notice p {
    font-size: 1.1em;
	line-height: 1.3;
}
/*下部バナー
------------------------------*/ 
#banners {
	width: 990px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#banners ul {
	margin:0 0 0 5px;
	padding: 0px;
}
#banners li {
	height: 63px;
	width: 163px;
	float: left;
	padding-right:1px;
}
#banners img {
	background-image: url(https://www.kase88.com/unv/bg_banner.gif);
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#banners ul#txt_link {
	text-align: center;
	clear: left;
	position: relative;
	top: 10px;
}
#banners ul#txt_link li {
	display: inline;
	float: none;
	padding:0 8px 0 7px;
	border-left: 1px solid #CCCCCC;
}
#img_site {
	margin-bottom: 15px;
}



/*エリアナビ
------------------------------*/ 
#areanavi {
	height: 73px;
	width: 720px;
	margin-bottom: 20px;
}
#areanavi li {
	background-color: #FFFFFF;
	height: 73px;
	width: 355px;
}
#areanavi #nav_tokyo {
	float: left;
}
#areanavi #nav_kanagawa {
	float: right;
}



/*カテゴリについて
------------------------------*/ 
.about_cate {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.about_cate .left {
	float: left;
	width: 122px;
}
.about_cate .right {
	float: right;
	width: 470px;
}
.about_cate h4 {
	text-align: left;
	text-indent: 23px;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
#about01 {
	background-image: url(img/icon_arrow01.gif);
}
#about02 {
	background-image: url(img/icon_arrow02.gif);
}
#about03 {
	background-image: url(img/icon_arrow03.gif);
}
#about04 {
	background-image: url(img/icon_arrow04.gif);
}
#about05 {
	background-image: url(img/icon_arrow05.gif);
}
#news_dl {
	margin-top: -15px;
}

#news_dl dt {
	margin-top: 10px;
}
#news_dl dd {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*キャンペーンバナースライド*/

.flexslider{
	border:none;
}
.flexslider li{
	position:relative;
}
.c_kigen{
	position:absolute;
	left:585px;
	top:65px;
	font-size:11px;
	font-weight:bold;
}

/*無料セミナー2*/
#seminar2 {
	background-image: url(img/bg_iroha.gif);
	height: 132px;
	width: 700px;
	position: relative;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
#seminar2 #detail_iroha {
	position: absolute;
	left: 15px;
	top: 87px;
}
#seminar2 #detail_place {
	position: absolute;
	left: 635px;
	top: 13px;
}
#seminar2 #detail_place li {
	margin-bottom: 12px;
}
#seminar2 #detail_place a {
	text-decoration: none;
}
#seminar2 #detail_place a:hover {
	text-decoration: underline;
}

/*無料セミナー終了用*/
#seminar_end {
	margin-bottom: 15px;
}


#img_site{
	width: 960px;
	height:160px;
	margin-right: auto;
	margin-left: auto;


}

#img_site #bnr_vitual{
	float: right;
	width: 260px;
	background-color: #FFFFFF;
	height: 160px;
}

#mainImage {
	width:700px;
	float: left;
	height: 160px;
	position:relative;
}
#mainImage img { position:absolute; left:0; top:0; }

/*休業*/
.notice {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border: 1px solid #FF0000;
	margin-top: 10px;
	width:958px;
	padding:10px 0;
	margin-bottom:15px;
}
.notice table {
   border-collapse: collapse;
   margin: 5px auto 10px;
}
.notice th, .notice td {
   border: 1px solid #ccc;
   text-align: left;
   margin: 0;
   padding: 3px 5px;
}
.notice th {
   background: #ECE893;
}
.notice td {
   background: #FFFFEE;
}
</pre></body></html>