<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 */

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','MSゴシック','ＭＳ Ｐゴシック','sans-serif';
	list-style-type: none;
	color: #222222;
}
body {
	background-color:#fff;
}

caption{
	font-size: 100%;
	font-weight: bold;
	color: #336600;
}

/*疑似ifream*/
div.counterfeit {
    border: #bcbcc2 1px solid; 
    margin:10px 30px;
    width: auto; 
    height: 150px;  
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container_top {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.slide .container {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row2 {
	padding: 10px 10px 30px 10px;
}
.container-fluid .row{
	padding-top:0px;
}
.container-fluid-back&gt;.container {
  padding-right: 0px;
  padding-left: 0px;
}
.section{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#path {
	padding:10px 10px;
	font-size:10px;
		margin-bottom: 10px;
}
.img-change {
	margin-top: 20px;
	width:100%;
	height:0;
	padding-top: calc(120 / 661 * 100%);
	background: url(../img/zeisei_bar-s.jpg) center center / cover no-repeat;
	cursor: pointer;
	}

/* ----------------------------- */
/*　ヘッダー　メニューバー　　　*/
/* ----------------------------- */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
}
.header{
	position: relative;
	height: 100px;
	background-color:#fff;
	padding: 0 0;
}
.logo{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width:20%;
	height:auto;
}

/* トップメニュー */
.headerNav {
	display:block;
		background-image: -webkit-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
}
/*****グローバルメニュー****/
#menu{
    width: 100%;
top:auto;
}
#menu-inner{
    width: 100%;/*メニュー全体の横幅*/
    height: auto;
}
#btn-content{
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.2em;
	}/*20*/
#menu-btn{
	width:100%;
    display: inline-block;
    padding: 8px 15px;
    margin: 0px;
    cursor: pointer;
    color: #fff;/*18*/
    font-size: 100%;
	letter-spacing: 0.2em;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content &gt; li{
   position: relative;
    float: none;
    height: 40px;/*６*/
    text-align: left;
	padding-left: 35px;
    width: 100%;
	list-style: none;
}
#menu-content &gt; li &gt; a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;/*６*/
    color: #fff;/*10*/
    font-size: 100%;
    text-decoration: none;
    z-index: 2;
padding: 0;
letter-spacing:0.2em;
}
#menu-content &gt; li &gt; a:hover{
    background: #555;/*親リンクホバーの背景色*/
    color: #fff;/*親リンクホバーの文字色*/
}
#menu-content &gt; li &gt; a &gt; .fa{margin-right: 5px;}
/*２階層目*/
#menu-content &gt; li &gt; ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content &gt; li:hover &gt; ul.second-content{display: none;}
#menu-content &gt; li &gt; ul.second-content &gt; li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content &gt; li &gt; ul.second-content &gt; li &gt; a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*子リンクの背景色*/
    color: #fff;/*子リンクの文字色*/
    font-size: 100%;
    text-decoration: none;
}
#menu-content &gt; li &gt; ul.second-content &gt; li &gt; a:hover{
    background: #555;/*子リンクホバーの背景色*/
    color: #fff;/*子リンクホバーの文字色*/
}
#menu-content &gt; li &gt; a &gt; .fa{display: none;}

/* ----------------------------- */
/*footer　*/
/* ----------------------------- */

footer.container-fluid {
		background-color:#EBEBEB;
		border-bottom:10px solid #991d1d;
		margin-top:30px;
}
#copyright {
	font-size: 10px;
	padding-top:10px;
}

.footer {
	font-size:10px;
	text-align:center;
}

.tel-f a {
	pointer-events: auto;
	color: #337ab7;
}
/* ----------------------------- */
/*TOPへ　*/
/* ----------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.pagetop a {
    display: block;
    background-color: #991d1d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 13px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #991d1d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 13px;
}

/* ----------------------------- */
/*背景　*/
/* ----------------------------- */
.maintop {
	width:100%;
	height:0;
	padding-top: calc(250 / 767 * 100%);
	background: url(../img/bg_top_new-s.jpg) center center / cover no-repeat;
}
.top-g {
	background:url(../img/pickup_top-pc.png) center center / cover no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	height:130px;
}
.top-h1 {
	color:#FFFFFF;
    font-size: 150%;
	line-height: 1.5;
	text-align:left;
	margin:0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
  }
  
/* ----------------------------- */
/* 右上ボタン　　　　*/
/* ----------------------------- */
.button {
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:100%;
	position: relative;
	z-index: 2;
	background-color: #8b0000;
	color: #fff;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	margin: 0px 0;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover, .button:focus {
	color: #fff;
	text-decoration:none;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #b30000;
}
.col-xs-6  &gt; .button {
	padding: 0px;
	font-size: 80%;
}
/* ----------------------------- */
/* 画像上にテキスト表示　*/
/* ----------------------------- */
.img-box{
  position: relative;
   overflow: hidden;
}

.box-bottom-txt{
	position: absolute;
    left: 0;
	bottom: 0;
	color: #fff;
	font-size:18px;
	letter-spacing:3px;
	text-align:center;
	margin: 0;
	padding: 5px 0 5px 3%;
	width: 100%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
.box-bottom-txt a{
	color:#fff;
	text-decoration:none;
}
.box-bottom-txt a:hover{
	color:#8fbc8f;
}
/* ----------------------------- */
/* 既存　thumbnail 変更　*/
/* ----------------------------- */
 .thumbnail {
  border-radius: 0px;
  height: auto;
}
/* ----------------------------- */
/* 追加　thumbnail　*/
/* ----------------------------- */
.thumbnail-o {
	  display: block;
  padding: 0px;
  margin-bottom: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail-o img{
display: block;
  max-width: 100%;
  height: auto;
}
/* ----------------------------- */
/* 画像マウスオーバー拡大      　*/
/* ----------------------------- */
.transition {
	    overflow: hidden;
}
.transition img{
  	transition: 0.3s;
}
 
.transition img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
/* ----------------------------- */
/* 背景色を付けたcontainer-fluid　*/
/* ----------------------------- */
.container-fluid-back {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image:url(../img/bg.jpg);
}
.container-fluid-back2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image:url(../img/bg_userjpg);
}
/* ----------------------------- */
/* container内 見出し　*/
/* ----------------------------- */
.container h1 {
	margin-top:0px;
	padding: 8px 3px;
	border-top: 3px solid #b30000;
	border-bottom: 1px solid #E9E9E9;
	font-size: 1.1em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
}
.container h2 {
    text-align: left;
    font-weight: 500;
    font-size: 1.25em;
    letter-spacing: 0.05em;
	color: #555555;
	padding: 3px 15px;
	border-left: 6px solid #b30000;
	margin:8px 0;
}
.h2-bottom {
	border-bottom: 2px solid #b30000;
	margin: 50px 0px 10px 0px;
}
.container h3 {
	font-size: 1em;
color: #505050;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #f4f4f4;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 10px 10px 10px 10px;/*左側の角を丸く*/
	width: 100%;
	margin-top: 0px;
}

.container h3:before{ 
content: '●';
color: #b30000;
margin-right: 8px;
}

.midashi1 {
    text-align: left;
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 0.05em;
	color: #b30000;
	padding-left: 0px;
}
.midashi1 a {
	color: #006400;
	text-decoration:none;
}
.midashi1 a:hover {
	color: #228b22;
}
.container h4 {
	text-align:left;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
	color: #006400;
	padding_top: 10px;
	padding-left: 20px;
	display:inline-block;
	position: relative;
	margin-bottom: 30px;
}

.container h5 {
	font-size:20px;
	padding: 5px 5px 10px 5px;
	border-bottom: 2px solid #349425;
}
h6 {
	font-size:20px;
	padding: 8px 5px;
	border-top: 2px solid #349425;
	border-bottom: 2px solid #349425;
}
.midashi2{
	position: relative;
	padding: .5em .75em;
	font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
	color: #fff;
	background-color: #008000;
}
.op-midashi {
	text-align:left;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
	color: #006400;
	padding-left: 5px;
	margin-bottom: -8px;
}
.p-center {
	text-align:center;
	margin-bottom:50px;
}
.p-top-margin {
	margin-top:0px;
}
.p-small {
	margin-top:10px;
	font-size:10px;
}
.type_m {
	font-size:18px;
	margin: 10px 0;
	background-color:#f5f5dc;
	padding: 10px 20px;
}
.type_p {
	padding: 0 50px;
}
.red {
	color:#dc143c
}
.green{
	color: #336600;
	font-weight: bold;
}
.event-midashi {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
	color: #1C5318;
	padding:10px;
	padding-left: 20px;
	border-bottom: 1px solid #008000;
	border-left: 8px solid #008000;
	margin-bottom:30px;
	margin-top:50px;
}
.img-margin {
	padding: 10px 0px;
	text-align:center;
}
.img-margin-b {
	padding-bottom: 30px;
	text-align:center;
}
.p-h2 {
    text-align: left;
    font-weight: 500;
    font-size: 150%;
    letter-spacing: 0.05em;
	color: #1C5318;
	padding-bottom: 15px;
	border-bottom: 1px solid #008000;
	margin-bottom:0px;
	margin-top:50px;
}
.comment {
	padding: 10px 5px 20px 5px;
}
.comment2 {
	padding: 0px 5px 0px 5px;
}
/* ----------------------------- */
/* h4 先頭　*/
/* ----------------------------- */
.container h4::before{
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #008000;
}
.container h4::after{
left: 4px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 30px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

/* ----------------------------- */
/* 丸イメージ　サイズ・位置　　　*/
/* ----------------------------- */
.img-circle-s {
	display:block;
	max-width: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom:10px;
}

/* ----------------------------- */
/* ラウンドイメージ　サイズ・位置　　　*/
/* ----------------------------- */
.img-rounded-s {
	display:block;
	max-width: 70%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}

/* ----------------------------- */
/* imgマウスオーバー　半透明　　　*/
/* ----------------------------- */
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* ----------------------------- */
/* 詳しくはこちら　　　　　　　　*/
/* ----------------------------- */
.more_read {
	text-align:right;
	margin-right: 10px;	
}
/* ----------------------------- */
/* インフォメーションリスト　　　*/
/* ----------------------------- */
/*トピック*/
.t_list {
	color: #FFFFFF;
	background-color: #228b22;
	float: left;
	padding-top: 5px;
	padding-left: 8%;
}

.t_list_m {
	color: #FFFFFF;
	background-color: #008000;
}

.t_list_m p {
	font-size:100%;
	text-align:center;
    top: 50%;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
}

.t_list dl {
	float:left;
	width: 100%;
}

.t_list dt {
	float:left;
	width: 100%;
	color: #FFFFFF;
}

.t_list dd {
	font-size: 100%;
	float: left;
	width: 100%;
	color:#fff;
}

.t_list dd a {
	  border-bottom: 1px solid rgba(255,255,255,1);
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
	color: #ffffff;
}
 
.t_list dd a:hover {
  border-color: rgba(205,92,92,0);
}

/* ----------------------------- */
/* アコーディオン　　*/
/* ----------------------------- */
.listAccordion label {
	font-size:16px;
	border-bottom: 3px solid #808080;
      background: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), color-stop(0.25, #f5f5f5), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #f5f5f5), color-stop(0.75, #f5f5f5), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #f5f5f5 25%, white 25%, white 50%, #f5f5f5 50%, #f5f5f5 75%, white 75%, white);
background: linear-gradient(-45deg, #f5f5f5 25%, white 25%, white 50%, #f5f5f5 50%, #f5f5f5 75%, white 75%, white);
background-size: 4px 4px;
      padding: 20px 20px;
      display: block;
      cursor: pointer;
    }
.listAccordion label:hover {
      background: #fffafa;
    }
.listAccordion input[type="checkbox"].on-off {
      display: none;
    }
.listAccordion .listTips {
      background: #ffffff;
      margin: 0 0 0px 0;
      padding: 0 0px 0 0px;
    }
.listAccordion input[type="checkbox"].on-off + .listTips {
      height: 0;
      overflow: hidden;
    }
.listAccordion input[type="checkbox"].on-off:checked + .listTips {
      height: auto;
    }
.label-oshirase {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
	background-color:#00bfff;
    border-radius: 5px;
	margin-right: 20px;
	font-size:14px;
    color: #fff;
	font-weight:normal;
}
.label-products {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
	background-color:#008000;
    border-radius: 5px;
	margin-right: 20px;
	font-size:14px;
    color: #fff;
	font-weight:normal;
}
/* ----------------------------- */
/* お知らせ　枠　　　　　　　　*/
/* ----------------------------- */
.dl-news {
	width:auto;
	overflow:hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color:#f5f5dc;
}
.dt-news {
		font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing: 5px;
	text-align:center;
	  width : 100%;
	  height:inherit;
}
.dd-news {
	  	padding:5px;
  background-color:#fff;
	/* dtの幅分の設定 */
  margin-left : 0px;
}
/* ----------------------------- */
/* データサポート会員　テーブル　　　　*/
/* ----------------------------- */
.member-table{
	width:100%;
}

.member-table tr:last-child{
	border:none;
 }
 
.member-table th{
	width:100%;   
    padding:5px 10px;
	display:block;
	border-right:none;
	text-align: left;
	background-color:#fafad2;
	font-size:16px;
}

.member-table td{
		width:100%;   
    padding:10px 20px 30px 20px;
	display:block;
	text-align: left;
}

.member-table{
    margin: 10px 0 10px 0;
	border:none;
}
.member-table tr{
    border-bottom:none;
}

.member-table tr:last-child{
	border:none;
 }
 
.member-table p {
	margin-bottom: 0;
}
/* ----------------------------- */
/* 講習会　テーブル　　　　*/
/* ----------------------------- */
.event-table{
	width:100%;
    margin:5px auto;

}

.event-table tr:last-child{
	border:none;
 }
 
.event-table th{
	width:100%;   
    padding:5px 10px;
	display:block;
	text-align: center;
	background-color:#f5f5f5;
}

.event-table td{
	width:100%;   
    padding:10px 20px 20px 20px;
	display:block;
	text-align: left;
}
/* ----------------------------- */
/* 講習会　参加までの流れ　　　　*/
/* ----------------------------- */
.event-step{
	width:100%;
    margin:5px auto;

}

.event-step tr:last-child{
	border:none;
 }
 
.event-step th{
	width:100%;   
    padding:5px 10px;
	display:block;
	text-align: center;
	background-color:#2f4f4f;
	color:#ffffff;
}

.event-step td{
	width:100%;   
    padding:10px 20px 20px 20px;
	display:block;
	text-align: left;
}
/* ----------------------------- */
/* 動作環境　テーブル　　　　*/
/* ----------------------------- */
.dousa-table {
	width:100%;
}

.dousa-table tr:last-child{
	border:none;
 }
 
.dousa-table th{
	width:100%;   
    padding:5px 0;
	display:block;
	text-align: center;
	background-color:#f5f5f5;
}

.dousa-table td{
	width:100%;   
    padding:10px 10px 20px 10px;
	display:block;
	text-align: left;
}

/* ----------------------------- */
/* フォーム　テーブル　　　　*/
/* ----------------------------- */
.form-table{
	width:100%;
    margin:5px auto;

}

.form-table tr:last-child{
	border:none;
 }
 
.form-table th{
	width:100%;   
    padding:5px 10px;
	display:block;
	text-align: center;
	background-color:#f5f5f5;
}

.form-table td{
	width:100%;   
    padding:10px 20px 20px 20px;
	display:block;
	text-align: left;
}
/* ----------------------------- */
/* 箇条書き　　　　　　　　　　　*/
/* ----------------------------- */
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left:15px;
	padding-left: 15px;
	padding-right: 0px;
}
.ol li{
	margin:1em 0;
	list-style-type: decimal;
}
.contentsbox {
	border:solid 1px #A8A8A8;
}
/* ----------------------------- */
/* バー　ボタン　　　　　　　　*/
/* ----------------------------- */
.bt-g a {
	width: 100%;
	background-color: #349425;
	border-radius: 1px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bt-g a:hover {
	  background-color: #00B31A;
}
.clear {
	clear : both;
}
/* ----------------------------- */
/*　バナーボタン　　　*/
/* ----------------------------- */

.button2 a {
	width: 100%;
	background-color: #991d1d;
	border-radius: 1px;
	color: #ffffff;
	display: block;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}

.button2 a:hover {
	  background-color: #cc2727;
}
/* ----------------------------- */
/*　イベント申し込みボタン　　　　　　*/
/* ----------------------------- */

.button-event {
	width: 90%;
	background-color: #991d1d;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	margin-left: 5%;
}
.button-event a{
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button-event a:hover {
	  background-color: #cc2727;
}
.button-event i {
	  color: #ffffff;
	padding: 0 15px 0 0;
}

/* ----------------------------- */
/*　サイドメニューバー　　　*/
/* ----------------------------- */
.menu li{ 
display: inline; 
padding: 0; 
	margin-bottom: 3px; 
}

.menu li a{
display: block; 
border-left: 8px solid #777777;
background-color: #fbfbfb;
padding: 20px 10px;
text-decoration: none;
color: #333333;
text-align: left;
font-size: 1em;
margin-bottom: 1px;
}
.menu li a:hover{
	border-left: 8px solid #b30000;
	background-color: #fff9f4;
	font-weight: 500;
}
.menu i {
	padding-right: 10px;
	color: #b30000;
}
.space30{
	height: 30px;
	display: block;
	clear: both;
}

.space50{
	height: 50px;
	display: block;
	clear: both;
}
/* ----------------------------- */
/*　マニュアル　　　*/
/* ----------------------------- */
.manual {
	font-size: 1.5em;
	padding-left: 20px;
	list-style: none;
}
.manual a{
	width: 100%;
	padding: 0 10px;
}
.manual a:hover{
	width: 100%;
	background-color: antiquewhite;
	text-decoration: none;
}
.manual i {
	padding-right: 10px;
	color: #b30000;
}
.manual-s {
	font-size: 1.2em;
	padding-left: 0px;
	list-style: none;
}
.manual-s a{
	width: 100%;
	padding: 0 10px;
}
.manual-s a:hover{
	width: 100%;
	background-color: antiquewhite;
	text-decoration: none;
}
.manual-s i {
	padding-right: 10px;
	color: #b30000;
}
/* ----------------------------- */
/* 講習会    　　　　　　　　　　　　*/
/* ----------------------------- */
.app dt {
	margin-top: 5px;
}
.mochimono dl {
	margin-bottom: 0px;
}
.mochimono dd {
	margin-left: 15px;
}
.day {
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing:0.1em;
}
.course{
	color: #990000;
	padding-right: 10px;
}
.map{
	padding: 0 10px 0 20px;
}
.honbun {
	padding: 10px 15px;
}
/* ----------------------------- */
/* 講習会 一覧 　　　　　　　　　　　　*/
/* ----------------------------- */
.event-list dt{
	font-weight:normal;    
  padding-top : 13px;    
  padding-bottom : 8px;
  padding-left : 40px;
  width : 150px;
/* 左寄せ */
  float : left;
/* float解除 */
  clear : both;
	font-size: 1.1em;
}
.event-list dd{    
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
/* dtの幅分の設定 */
  margin-left : 150px;
	font-size: 1.1em;
}
.eventlist-pref{
	width: 90px;
}
.event-pref {
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    background-color: #808080;
	font-size:12px;
    color: #ffffff;
	font-weight:bold;
	padding: 3px 0;
	letter-spacing: 0.2em;
}
.event-status {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.fa-commenting {
	color: #990000;
	padding-left: 8px;
	transform: scale(-1, 1);
}

.eventlist-table{
	border-collapse: collapse;
	text-align: left;
	line-height: 1.0;
	width: 100%;
}

.eventlist-table td{
	padding: 10px 10px 0 10px;
	vertical-align: top;
	font-size: 1.0em;
	display: block;
}
.eventlist-day{
	text-align: left;
}
.eventlist-location{
	font-size: 0.9em;
}
.label-kenchiku {
    text-align: center;
	font-size: 1.25em;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #9f263d;
    border-radius: 3px;
	margin: 2em 0 1em 1.5em;
    color: #9f263d;
	font-weight:bold;
	padding: 0 0.5em;
}
.label-doboku {
    text-align: center;
	font-size: 1.25em;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #008000;
    border-radius: 3px;
	margin: 2em 0 1em 1.5em;
    color: #008000;
	font-weight:bold;
	padding: 0 0.5em;
}</pre></body></html>