@charset "utf-8";

/* CSS Document */

/* 　PC用メニューここから　　*/

.menu ul{
  margin:0;
  padding:0;
 list-style-type: disc;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:100%;
  float: left;
  position: relative;
  width: 230px;/*親メニューの幅*/
  height: 30px;/*親メニューの高さ*/
  line-height: 30px;
  text-align:center;
  font-weight:normal;
}

.menu ul li a {
  background:#F1F1F1;/*親メニューの背景色*/
  color: #666;/*親メニューの文字色*/
  display: block;
  text-decoration: none;
  padding:3px;
  border:3px solid #fff;
}

.menu ul li:hover, .menu ul li a:hover {
  background:#F5F5DC;/*ホバー時の親メニューの背景色*/
  color:#666;/*ホバー時の親メニューの文字色*/
}

.menu ul li ul {
  position: absolute;
  top: 30px;/*親メニューの高さと同じにする*/
  width: 200px;
  z-index: 100;
}

.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;/*サブメニューの幅*/
  font-size:90%;
  height: 0;
  background:#4D4D4D;/*サブメニューの背景色*/
  text-align:left;
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#F5F5DC;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* 　PC用メニューここまで　　*/



/*スマホでアコーディオン*/

#accordion{
  position:relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding: 0;
}
#accordion div div{
  position: relative;

/*　親メニューのpadding　*/
  padding:12px 10px 12px 20px;

  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #86c5da; */
  background: #f2f2f2;
  color: #333;
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #F5F5DC;
  cursor: pointer;
}
#accordion div div:before{
  position:absolute;
  top: 13px;
  left:10px;
  /* color: #fff;
  content: "\0023"; */
}
#accordion div div:after{
  position:absolute;
  top: 5px;
  /* right:10px;
  color: #fff;
  content:'7';
  font: 14px 'Typicons';*/
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div div:after{
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #eee;
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion ul li a:hover{
  border-top-color: #c7e4ee;
  background: #F5F5DC;
  color: #1b4958;
}
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
  height: 30px;

/*　子メニューのpadding*/
  padding: 8px 10px 5px 20px;

  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#accordion input:checked + div ul li a:before{
  position: absolute;
  top: 0;
  left: 20px;
  color: #F5F5DC;
  /* content: "x"; */
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div ul li:first-child a{
  border-top: 0px;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 1px solid #d4ebf2;
}
#accordion input:checked + div ul li a:hover{
  background: #F5F5DC;
  border-top-color: #eef7fa;
}

/*　スマホでアコーディオン　*/


/*テーブル透明　4列*/

table.tb_po04{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 0 solid #ccc;
 border-left: 0 solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_po04 th{
 text-align: center;
 vertical-align: middle;
 width: 20%;
 padding: 10px;
 color: #0099FF;
 font-weight:bold;
 background-color: #fff;
 border-top: 0 solid #fff;
 border-left: 0 solid #fff;
 border-right: 0 solid #ccc;
 border-bottom: 0 solid #ccc;
 }

 table.tb_po04 td{
width: 20%;
 padding: 0 20px 0 20px;
 background-color: #fff;
 border-right: 0 solid #ccc;
 border-bottom: 0 solid #ccc;
 text-align: left;
 vertical-align: top;
 }

 table.tb_po04 td.gazou{
width: 20%;
 padding: 5px;
 background-color: #fff;
 border-right: 0 solid #ccc;
 border-bottom: 0 solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

/*　テーブル透明　4列ここまで　*/


/*　テーブル02　2列　*/
table.tb_type02{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type02 th{
 width: 50%;
 padding: 5px;
 color: #444;
 text-align: center;
 vertical-align: middle;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type02 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type02 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

/*　テーブル02　2列ここまで　*/



/*　テーブル03　3列 上が4列の表と並べる場合　*/
table.tb_type03{
table-layout: fixed;
width:71%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type03 th{
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type03 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type03 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

/*　テーブル03　3列ここまで　*/


/*　テーブル03_5　3列 上が5列の表と並べる場合　*/

table.tb_type03_5{
table-layout: fixed;
width:57%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type03_5 th{
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type03_5 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type03_5 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

/*　テーブル03_5　3列ここまで　*/


/*テーブル04　4列*/

table.tb_type04{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type04 th{
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

 table.tb_type04 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type04 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type04 td.td_re{
 font-color: red;
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }




/*　テーブル04　4列ここまで　*/


/*　テーブル05　5列　*/
table.tb_type05{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type05 th{
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

 table.tb_type05 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type05 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
/*　テーブル05　5列ここまで　*/


/*　テーブル06　6列　*/
table.tb_type06{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type06 th{
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

 table.tb_type06 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type06 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
/*　テーブル06　6列ここまで　*/


/*　テーブル07　7列　*/
table.tb_type07{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type07 th{
 text-align: center;
 vertical-align: middle;
 width: 15%;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

 table.tb_type07 td{
 padding: 2px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_type07 td.td_gr{
 width: 120px;
 padding: 2px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
/*　テーブル07　7列ここまで　*/


/*　テーブル09　9列　*/
table.tb_type09{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_type09 th{
 text-align: center;
 vertical-align: middle;
 width: 15%;
 padding: 5px;
 color: #444;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
word-wrap:break-all;
 }

 table.tb_type09 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
word-wrap:break-all;
 }

table.tb_type09 td.td_gr{
 width: 120px;
 padding: 5px;
 background-color: #F3F3F3;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
word-wrap:break-all;
 }
/*　テーブル09　9列ここまで　*/



/*　セミナー　アジェンダテーブル　2列　*/
table.tb_semi02{
table-layout: fixed;
width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: center;
 vertical-align: middle;
 }

 table.tb_semi02 th{
 padding: 5px;
 color: #444;
 text-align: center;
 vertical-align: middle;
 background-color: #F0FFF0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_semi02 td{
 padding: 5px;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

table.tb_semi02 td.td_time{
 width: 120px;
 padding: 5px;
 background-color: #FFF;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }

/*　セミナーアジェンダテーブル　2列ここまで　*/



div.green {
padding : 30px 0 3px 0 ;
color: #66CC33;
font-size:  217%;
font-weight: normal;
}

.come1　{
color: #303030;
font-size: 9px%;
}


p.title {
padding : 10px 0 5px 0 ;
font-size: 160%;
line-height:150%;
color: #FF6600;
font-weight: bold;
}


p.red {
color: red; font-size: 100%;
}

p.green {
color: #66CC33;
font-size: 217%;
}

p.blue_p {
color: #0099FF;
font-size: 100%;
text-align:center;
line-height: 200%;
}

p.gazou_p {
color: #0099FF;
text-align:center;
}


span.red {
color: red; font-size: 100%;
font-weight:bold;
}

span.bk {
color: black; font-size: 100%;
font-weight:bold;
}


a.dis:link {
 color: #0066FF; 
 font-weight: bold;
}
a.dis:visited { color: #336699; }
a.dis:hover { color: #6699FF; }
a.dis:active { color: #666699; }


hr.style1{
	border-top: 1px solid #8c8b8b;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}
hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}


ul {
list-style-type: disc;
}
