<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.clear{ clear: both;}

.btn{
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:9px 18px;	
	text-decoration:none;	
	color:#ffffff;
	display:inline-block;
	width: 260px;
	text-align: center;
	float: left;

	}
.btn:active {
	position:relative;
	top:1px;
}

.bt_blue{	



	border:1px solid #84bbf3;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.bt_blue:hover {
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background-color:#378de5;
	
}

.bt_green{
	
	border:1px solid #83c41a;	
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background-color:#9dce2c;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
}.bt_green:hover {
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background-color:#8cb82b;
}

.wrapper h2{background: #ccc; padding: 5px; border-left: 5px solid #13503A; font-size: 14px; margin-top: 30px;}
.m_10{margin: 0 0 0 10px;}
.wrapper h3{color: #3B6739; font-size: 14px;}
.wrapper p{margin: 10px 0 10px 10px;}
.wrapper ul, .wrapper ol{padding-left: 20px;}
.wrapper li{margin-bottom: 10px;}
.wrapper td,.wrapper th{ padding: 5px;}

.bt_blue2{	
	border:1px solid #84bbf3;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}
.bt_green2{
	
	border:1px solid #83c41a;	
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background-color:#9dce2c;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
}
.grad{ background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #77a809 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background-color:#89c403;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	overflow: hidden;
	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271; width: 200px;
}
.grad:hover {
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background:webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #89c403) );
	background-color:#77a809;
}
.caseNores li{list-style: upper-alpha; margin-left: 20px;}
.browser p{ margin: 0 20px;}

.shukuhaku ul{ border: 1px solid #666; margin: 0 15px; padding: 15px 10px 15px 30px; background: #FFC; border: 2px solid #3B6739;  font-weight:bold; width: 480px;}
.shukuhaku  li{ margin-bottom: 0; line-height: 1.6; }


.bt_dgreen{
	 
	border:1px solid #558705;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #2f7301 5%, #134001 100% );
	background:-ms-linear-gradient( top, #2f7301 5%, #134001 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f7301', endColorstr='#134001');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #2f7301), color-stop(100%, #134001) );
	background-color:#2f7301;
	display:inline-block;
	text-shadow:1px 1px 21px #333;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #518227;
 	-moz-box-shadow:inset 1px 1px 0px 0px #518227;
 	box-shadow:inset 1px 1px 0px 0px #518227;
}.bt_dgreen:hover {
	background:-moz-linear-gradient( center top, #134001 5%, #2f7301 100% );
	background:-ms-linear-gradient( top, #134001 5%, #2f7301 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#134001', endColorstr='#2f7301');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #134001), color-stop(100%, #2f7301) );
	background-color:#134001;
}

/*luncheon.html*/
.kyosai{ float: right; font-size: 0.9em; margin: 10px 10px 28px 0!important;}
.kyosai:before{ content:"共催:" }
.zacho{ background: #13503A;}
.enja{background: #142267;}
.zacho,.enja{ float: left; color: #fff;padding: 0;}
.luncheon dl{ width: 570px; margin: 0 10px 20px 10px;}
.luncheon dt{width: 50px; float: left;  color: #fff; margin-right: 5px; font-weight: bold; text-align:center; line-height: 21px; height: 21px; vertical-align: baseline!important; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin-bottom:10px;}
.luncheon dd{margin-left: 55px; padding: 0;margin-bottom:10px; line-height: 22px;}
.seminarTitle{ background: #eee; width:724px; overflow: hidden; background: #ccc; display: table; border-left: 5px solid #13503A; padding: 0; }
.seminarTitle .date{ padding: 0 10px 0 50px; font-weight: lighter; text-align: right; display: table-cell; }
.seminarTitle h2{ margin: 0!important; display: table-cell; border:none!important; }
.luncheon{ width:730px;}
.date{ margin: 0 10px 0 0!important; line-height: 28px; height: 28px; vertical-align: middle;}
.luncheon h4{ margin: 20px 10px; font-size: 14px;}
.kigyoChirashi{ float: right; margin: 0 10px;}
.chirashiBtn{ background: #142267; color:#fff ; text-align:center; margin: 3px 0 0 0!important; width: 104px; padding: 3px 0;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.luncheon .yoyaku{ background: #FFDD46; padding: 10px; margin: 10px auto 10px auto; color: #CC0000;width: 300px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow:rgba(158, 158, 158, 0.18) 5px 5px 4px -3px;
-webkit-box-shadow:rgba(158, 158, 158, 0.18) 5px 5px 4px -3px;
-moz-box-shadow:rgba(158, 158, 158, 0.18) 5px 5px 4px -3px;
text-align: center;
}

.luncheon ul{ border-top: 1px solid #ccc; margin: 0 20px; padding-top: 20px;}
/*.luncheon .yoyaku:hover{ background: #F60; color: #fff; cursor: pointer;}*/
.luncheon .yoyaku:before{ font-family: 'FontAwesome'; content: "\f0f6";}
.luncheon .sumnail{width: 102px; height: 146px; border: 1px solid #eee; margin: 0 !important; background: #f2f2f2; text-align: center; vertical-align:middle; color:#666!important;}
.chirashiBtn:before{ font-family: 'FontAwesome'; content: "\f1c5"; font-weight: lighter; font-size: 0.9em;}
.chirashiBtn p{margin: 0!important;}
.chirashiBtn p{ line-height: 1.2; font-size: 0.8em!important;}
.chirashiBtn .hyoji{ font-size: 0.8em!important; }
.chirashiBtn:hover{ cursor:pointer; background: #13503A;}
.chirashiBtn a{ display: block; text-decoration:none; color:#fff;}
.luncheon .sub{ margin: 7px 0 5px 17px; color: #142267; font-size: 13.5px; width: 540px;}
.luncheon .sub:first-letter{ margin-left: -14px;}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

.ppt:before{ content:"\f1c4";
	font-size: 20px;
	font-family: "FontAwesome";
	position: relative;
	top:1px;
	color: #8FAFA8; line-height: 1.5; font-weight: lighter;}
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

:not(:target){
filter: none;
-ms-filter: none;
}


</pre></body></html>