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

/*-----------------------------------------------------
common
-----------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
}

.body_back_top {
	background: url(../img/common/back_style.jpg) repeat-x left top;
}

.body_back_sp {
	background: url(../img/common/back_style_sp.jpg) repeat-x left top;

}

.body_back_report {
	background: url(../img/common/back_style_sp.jpg) repeat-x left top;
	background-color: #FFF;

}

dt, dd, ol, li, pre, input, p, blockquote, th, td, address {
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 12px;
	line-height: 135%;
}

h1, h2, h3, h4, h5, h6,strong, em, p, address,table, tr, td,
dl, dt, dd, ul, li, ol, form, fieldset, legend,noscript, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	border: 0;
	overflow: hidden;
	color: #2D5E93;
}

a:hover {
	border: 0;
	overflow: hidden;
	color: #FF6600;
}

a img {
	border: 0;
} 

li {
	list-style: none;
}

.clear {
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.log {
	display: none;
}

/*-----------------------------------------------------
フォント関係
-----------------------------------------------------*/

.font_caption {
	font-size: 10px;
	line-height: 135%;
	margin-top: 5px;
}

.font_large {
	font-size: 14px;
	line-height: 135%;
}

.font_large_bold  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
}

.font_large_bold_blue  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #2D5E93;
}

.font_large_bold_orange  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #FF6600;
}

.font_large_bold_red  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #FF0000;
}

.font_bold {
	font-weight: bold;
}

.font_bold_blue {
	font-weight: bold;
	color: #2D5E93;
}

.font_bold_orange {
	font-weight: bold;
	color: #FF6600;
}

.font_bold_red {
	font-weight: bold;
	color: #FF0000;
}

.font_bold_webseminar {
	font-weight: bold;
	color: #79BE1E;
}

.font_blue {
	color: #2D5E93;
}

.font_red {
	color: #FF0000;
}

.font_white {
	color: #FFFFFF;
}

/*-----------------------------------------------------
距離
-----------------------------------------------------*/

.mg_b_5 {
	margin-bottom: 5px;
}

.mg_b_10 {
	margin-bottom: 10px;
}

.mg_b_20 {
	margin-bottom: 20px;
}

.mg_b_30 {
	margin-bottom: 30px;
}

.mg_b_50 {
	margin-bottom: 50px;
}

.mg_t_5 {
	margin-top: 5px;
}

.mg_t_10 {
	margin-top: 10px;
}

.mg_t_20 {
	margin-top: 20px;
}

.mg_t_30 {
	margin-top: 30px;
}

.mg_t_50 {
	margin-top: 50px;
}

/*-----------------------------------------------------
table_bace
-----------------------------------------------------*/

table.table_bace {
	border-top: 1px solid #D0D2D9;
	border-left: 1px solid #D0D2D9;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.table_bace th {
  	border-right: 1px solid #D0D2D9;
    border-bottom: 1px solid #D0D2D9;
	color: #333;
	font-weight: bold;
    background-color: #DCFEF7;
    background-position: left top;
    padding: 8px;
    text-align: center;
}

table.table_bace td {
  	border-right: 1px solid #D0D2D9;
    border-bottom: 1px solid #D0D2D9;
	padding: 8px;
}

/*-----------------------------------------------------
wrap
-----------------------------------------------------*/

#wrap {
	width: 1140px;
	height: 100%;
	min-height: 100%;
	margin: 3px auto 0px;
	position: relative;
}

body &gt; #wrap {
	height: auto;
}

/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
	width: auto;
	margin: 0 auto;
	padding: 80px 0 0 0;
	position: relative;
	z-index: 9999;
	background-color: transparent;
}

#header h1 a {
	display: block;
	background: url(../img/common/logo.png)no-repeat left top;
	width: 720px;
	height: 60px;
	position: absolute;
	top: 9px;
	left: 0px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

/*-----------------------------------------------------
loop slider
-----------------------------------------------------*/

#loopedSlider { 
	width: 1140px; 
	height: 345px; 
	position: relative; 
	clear: both;
}

.container {
	width: 1140px;
	height: 345px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 60px;
}

.slides {
	position: absolute; 
	top: 0; 
	left: 0; 
}
	
.slides div {
	position: absolute; 
	top: 0; 
	width: 1140px; 
	display: none; 
}

ul.pagination {
	padding: 0;
	margin: 9px auto;
	width: 160px;
	height: 30px;
	position: absolute;
	top: 305px;
	left: 970px;
}

ul.pagination li { 
	float: left; 
	margin: 0 5px; 
}

ul.pagination li.no01 a {
	display: block; 
	background: url(../../top_slide/img/no_1.gif) no-repeat 0 0;
	width: 22px; 
	height: 22px; 
	overflow: hidden; 
	z-index: 1000;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

ul.pagination li.no02 a {
	display:block; 
	background: url(../../top_slide/img/no_2.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
	overflow:hidden; 
	z-index: 1000;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

ul.pagination li.no03 a {
	display:block; 
	background: url(../../top_slide/img/no_3.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
	overflow:hidden; 
	z-index: 1000;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

ul.pagination li.no04 a {
	display:block; 
	background: url(../../top_slide/img/no_4.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
	overflow:hidden; 
	z-index: 1000;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

ul.pagination li.no05 a {
	display:block; 
	background: url(../../top_slide/img/no_5.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
	overflow:hidden; 
	z-index: 1000;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

ul.pagination li.no01 a:hover {
	display:block; 
	background: url(../../top_slide/img/no_1_h.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
}

ul.pagination li.no02 a:hover {
	display:block; 
	background: url(../../top_slide/img/no_2_h.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
}

ul.pagination li.no03 a:hover {
	display:block; 
	background: url(../../top_slide/img/no_3_h.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
}

ul.pagination li.no04 a:hover {
	display:block; 
	background: url(../../top_slide/img/no_4_h.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
}

ul.pagination li.no05 a:hover {
	display:block; 
	background: url(../../top_slide/img/no_5_h.gif) no-repeat 0 0;
	width:22px; 
	height:22px; 
}

ul.pagination li.active a.no01_m {
	background-position:0 -22px;
	background: url(../../top_slide/img/no_1_h.gif) no-repeat 0 0;
}

ul.pagination li.active a.no02_m {
	background-position:0 -22px;
	background: url(../../top_slide/img/no_2_h.gif) no-repeat 0 0;
}

ul.pagination li.active a.no03_m {
	background-position:0 -22px;
	background: url(../../top_slide/img/no_3_h.gif) no-repeat 0 0;
}

ul.pagination li.active a.no04_m {
	background-position:0 -22px;
	background: url(../../top_slide/img/no_4_h.gif) no-repeat 0 0;
}

ul.pagination li.active a.no05_m {
	background-position:0 -22px;
	background: url(../../top_slide/img/no_5_h.gif) no-repeat 0 0;
}

/*-----------------------------------------------------
グローバルメニュー
-----------------------------------------------------*/

#menu {
	width: 1140px;
	position: absolute;
	left: 0px;
	top: 425px;
	height: 60px;
	display: flex;
}

#main_menu li {
	float: left;
}

#sp_menu {
	width: 1140px;
	position: absolute;
	left: 0px;
	top: 80px;
	border-top: 1px solid #CCC;
}

/*-----------------------------------------------------
プルダウンメニュー
-----------------------------------------------------*/

#main_menu li {
  position: relative;
  list-style: none;
}
#main_menu li a {
  display: block;
  width: 380px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  text-decoration: none;
  box-sizing: border-box;
}
#main_menu &gt; li:hover &gt; a {/*layer-1*/
  color: orange;
}
#main_menu &gt; li li:hover &gt; a {/*layer-2*/
	color: #00D0D0;
	background: #0E1A29;
	transition : all 0.5s ease 0s;
}

#menu #main_menu .program ul li a {
	height: 46px;
	display: block;
	background: #379580;
}

#sp_menu #main_menu .program ul li a {
	height: 46px;
	display: block;
	background: #379580;
}

#menu #main_menu .guide ul li a {
	height: 46px;
	display: block;
	background: #379580;
}

#sp_menu #main_menu .guide ul li a {
	height: 46px;
	display: block;
	background: #379580;
}


#main_menu li ul {
	top: 60px;
	left: 0px;
	position: absolute;
}
#main_menu li ul li {
  overflow: hidden;
  height: 0;
}
#main_menu li ul li a {
  border-top: 1px solid #eee;
  display: block;
  width: 480px;
  font-size: 18px;
  text-align:left;
  padding-left: 20px;
}
#main_menu li:hover &gt; ul &gt; li {
  overflow: visible;
  height: 46px;
}
  #main_menu li ul li ul {
    top: 0;
    left: 110px;
  }
  #main_menu li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  #main_menu li ul li ul li:hover &gt; a {/*layer-3*/
    color: pink;
  }
  #main_menu li ul li ul.left {
    top: 0;
    left: -190px;
  }
  #main_menu li ul li ul.left:before,/*layer-2-left▷*/
  #main_menu li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  #main_menu li ul li ul.left li:hover &gt; a {/*layer-2-left*/
    color: pink;
  }
  #main_menu li ul li ul li ul.left li:hover &gt; a {/*layer-3-left*/
    color: purple;
  }


/*-----------------------------------------------------
header sub menu
-----------------------------------------------------*/

#sub_menu {
	background-color: #006666;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	width: 350px;
	height: 32px;
	position: absolute;
	left: 780px;
	top: -5px;
}

#sub_menu li {
	float: left;
}

#sub_menu .sub_contact a {
	display: block;
	background: url(../img/common/contact.png) no-repeat left top;
	width: 47px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 10px 10px 0 12px;
}

#sub_menu .sub_contact a:hover {
	background: url(../img/common/contact_h.png) no-repeat left top;
}

#sub_menu .sub_en a {
	display: block;
	background: url(../img/common/en.png) no-repeat left top;
	width: 47px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 10px 6px 0 0;
}

#sub_menu .sub_en a:hover {
	background: url(../img/common/en_h.png) no-repeat left top;
}

#sub_menu #search-box {
	left: 140px;
	position: absolute;
	top: 5px;
}

#sub_menu #serach-box-r {
	float: left;
	width: 200px;
}

#sub_menu #search-box #serach-box-r #search-field {
	position: absolute;
	top: 0px;
	width: 145px;
}

#sub_menu #search-box #serach-box-r #search-button {
	left: 150px;
	margin-left: 8px;
	position: absolute;
	top: 2px;
}

/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
	margin: 0 auto 0 auto;
	padding: 100px 30px 30px 30px;
	width: 1080px;
	position: relative;
	z-index: 0;
}

#container_index {
	margin: 0 auto 0 auto;
	padding: 100px 30px 30px 30px;
	width: 1080px;
	position: relative;
	z-index: 0;
}

#container_report {
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	width: 1080px;
	position: relative;
	z-index: 0;
}

/*-----------------------------------------------------
content
-----------------------------------------------------*/

#content {
	float: left;
	width: 760px;
}

#content .content_waku {
	margin-bottom: 30px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #E0F1E9;
}
.cp_qa h2 {
	font-size: 1.0em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.5em;
	color: #ffffff;
	background-color: #168B77;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cp_qa h2::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #06212F transparent transparent;
}
.cp_qa dl {
	margin: 1em 0 0 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 3em;
	border-radius: 0.2em;
	background: #A9E5DA;
	line-height: 150%;
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-top: 1.5em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
	line-height: 150%;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dt::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #990100;
}


/*-----------------------------------------------------
開催概要
-----------------------------------------------------*/
.content_waku h2.gaiyo {
	background:url(../img/h2_gaiyo.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}
.content_waku h2.gaiyo02 {
	background:url(../img/h2_gaiyo02.gif) no-repeat left top;
	width: 1080px;
	height: 42px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

.content_waku h2.user {
	background:url(../img/h2_user.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

.content_waku h2.new {
	background:url(../img/h2_new.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 30px;
}

/*-----------------------------------------------------
協賛企業一覧
-----------------------------------------------------*/
#content .content_waku h2.sponsor {
	background:url(../img/h2_sponsor.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

div#sponsor {
    width: 660px;
    margin: 0 auto;
}
 
div#slide {
    clear: both;
    height: 105px;
    position: relative;
}
 
div#slide ul li {
    float: left;
}

/*-----------------------------------------------------
昨年の模様
-----------------------------------------------------*/
#content .content_waku h2.last_year {
	background:url(../img/h2_last_year.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

/*-----------------------------------------------------
ご挨拶
-----------------------------------------------------*/
.content_waku h2.aisatsu {
	background:url(../img/h2_aisatsu.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .photo_left {
	float: right;
	margin: 0px 0px 30px 25px;
}

#content .text_right {
	padding-bottom: 10px;
}

#content .name {
	text-align: right;
}

/*-----------------------------------------------------
展示案内
-----------------------------------------------------*/
#content .content_waku h2.exhibition {
	background:url(../img/h2_exhibition.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .content_waku .exhibition_product {
	border:1px solid #CCCCCC;
	padding:2px;
	position: absolute;
	left: 470px;
	top: 240px;
}

#content .content_waku .exhibition_product02 {
	border:1px solid #CCCCCC;
	padding:2px;
	position: absolute;
	left: 470px;
	top: 430px;
}

#content .content_waku .exhibition_product03 {
	border:1px solid #CCCCCC;
	padding:2px;
	position: absolute;
	left: 470px;
	top: 620px;
}

#content .content_waku h3.exhibition_h3_tenji {
	background: url(../img/exhibition_h3_tenji.jpg) no-repeat left top;
	width: 660px;
	height: 40px;
	margin-bottom: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#content .content_waku h3.exhibition_h3_kyosan {
	background: url(../img/exhibition_h3_kyosan.jpg) no-repeat left top;
	width: 660px;
	height: 40px;
	margin-bottom: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#content .content_waku .exhibition_s {
	color: #2D5E93;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#content .content_waku .exhibition_list li {
	padding: 0 0 0 5px;
	line-height: 165%;
}

#content .content_waku .exhibition_k {
	color: #2D5E93;
	font-weight: bold;
	padding: 30px 0 5px 0;
	margin-bottom: 10px;
	font-size: 14px;
}

#content .content_waku .exhibition_k_top a {
	color: #333 !important;
	font-weight: normal !important;
	text-decoration:none !important;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	font-size: 12px;
}

#content .content_waku .exhibition_k_top a:hover  {
	text-decoration: underline !important;
}

/*-----------------------------------------------------
会場内マップ
-----------------------------------------------------*/
#content .content_waku h2.map {
	background:url(../img/h2_map.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .content_waku  .map_s {
	padding: 20px 0 0 10px;
	line-height: 165%;
}

/*-----------------------------------------------------
会場アクセス
-----------------------------------------------------*/
#content .content_waku h2.access {
	background:url(../img/h2_access.jpg) no-repeat left top;
	width: 760px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .content_waku .access_s {
	padding: 20px 0 0 10px;
	line-height: 165%;
}

/*-----------------------------------------------------
見どころ
-----------------------------------------------------*/
#content h2.point {
	background:url(../img/h2_point.jpg) no-repeat left top;
	width: 760px;
	height: 140px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content h2.point_day1 {
	background:url(../img/h2_point_day1.jpg) no-repeat left top;
	width: 660px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content h2.point_day2 {
	background:url(../img/h2_point_day2.jpg) no-repeat left top;
	width: 660px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .check_point_list {
	font-weight: normal;
}

#content .check_point_list li {
	font-size: 14px;
	background: url(../img/check_arrow.gif) no-repeat left center;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

#check_point01 {
	margin-bottom: 30px;
}

#check_point01 h2 {
	background: url(../img/h2_point01.jpg) no-repeat left top;
	width: 760px;
	height: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#check_point02 {
	margin-bottom: 30px;
}

#check_point02 h2 {
	background: url(../img/h2_point02.jpg) no-repeat left top;
	width: 760px;
	height: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#check_point03 {
	margin-bottom: 30px;
}

#check_point03 h2 {
	background: url(../img/h2_point03.jpg) no-repeat left top;
	width: 760px;
	height: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#check_point04 {
	margin-bottom: 30px;
}

#check_point04 h2 {
	background: url(../img/h2_point04.jpg) no-repeat left top;
	width: 760px;
	height: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#check_point05 {
	margin-bottom: 30px;
}

#check_point05 h2 {
	background: url(../img/h2_point05.jpg) no-repeat left top;
	width: 660px;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

.check_point_waku {
	border-bottom: 1px dotted #CCC;
	
	padding: 20px 10px 15px 10px;
	background-color: #FBFEFF;
	width: 740px;
}

* html .check_point_waku {
	border-bottom: 1px solid #13519E;
	border-left: 1px solid #13519E;
	border-right: 1px solid #13519E;
	padding: 20px 7px 15px 7px;
	background-color: #FBFEFF;
	width: 613px;
}


.check_point_waku h3 {
	font-size: 14px;
	color: #13519E;
	font-weight: bold;
}

.check_point_waku li {
	background: url(../img/check_icon.gif) no-repeat left 3px;
	padding: 0 0 10px 18px;
	font-size: 14px;
}

.check_point_waku .check_link {
	margin-top: 30px;
}

.check_point_waku .check_link .check_link_list {
	background: url(../img/check_link_list.gif) no-repeat left 3px;
	padding: 0 0 5px 18px;
}

/*-----------------------------------------------------
プログラム
-----------------------------------------------------*/
/*-----------------------------------------------------
プログラム共通メニュー
-----------------------------------------------------*/
#content_program {
	width: 1080px;
}

#content_program h2.program_title_turbo {
	background:url(../img/h2_program_turbo.jpg) no-repeat left top;
	width: 1080px;
	height: 60px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content_program h2.program_title {
	background:url(../img/h2_program.jpg) no-repeat left top;
	width: 1080px;
	height: 60px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content_program h2.workshop_program_title {
	background:url(../img/h2_workshop.jpg) no-repeat left top;
	width: 1080px;
	height: 60px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

/*-----------------------------------------------------
プログラム
-----------------------------------------------------*/

table.program_css {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing: 0;
	background-color: #ffffff;
	width: 1080px;
}

table.program_css td {
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 10px 10px;
}

table.program_css td.time {
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-size: 12px;
	line-height: 125%;
	background: #F6F6F6;
}

table.program_css td.time span {
	color: #999;
}

table.program_css td.halla {
	background-color: #fff;
}

table.program_css td.hallb {
	background-color: #fff;
}

table.program_css td.hallc {
	background-color: #fff;
}

table.program_css02 {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing: 0;
	background-color: #ffffff;
	width: 870px;
}

.program_css02 td {
  	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	vertical-align: top;
	padding: 10px 10px;
}

.program_css02 th {
  	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.live {
	background-color: #FB041D; 
	padding: 2px; 
	width: 80px; 
	text-align:center; 
	margin-bottom: 10px;
	float:left;
	margin-right: 5px;
}

.live p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.video {
	background-color: #27598F; 
	padding: 2px; 
	width: 80px; 
	text-align:center; 
	margin-bottom: 10px;
	float:left;
	margin-right: 5px;
}

.video p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.live_qa {
	background-color: #DD2264; 
	padding: 2px; 
	width: 80px; 
	text-align:center; 
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
}

.live_qa p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.live_qa_only {
	background-color: #F03; 
	padding: 2px; 
	width: 80px; 
	text-align:center; 
	margin-bottom: 10px;
}

.live_qa p_only  {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.chat_qa {
	background-color: #29AFD1; 
	padding: 2px; 
	width: 80px; 
	text-align:center; 
	margin-bottom: 10px;
	float: left;
}

.chat_qa p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.room-se {
	background-color: #74D9EB; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
}

.room-se p {
	font-size: 10px; 
	color: #FFF;
}

.room-se-t {
	background-color: #74D9EB; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-se-douji {
	background-color: #115275;
	border: 1px solid #004DA1;
	padding: 2px 3px 2px 3px; 
	width: 50px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-se-t p {
	font-size: 10px; 
	color: #fff;
}

.room-se-douji p {
	font-size: 10px; 
	color: #FFF;
}

.room-406-t {
	background-color: #003357;
	border: 1px solid #003357;
	padding: 2px 3px 2px 3px; 
	width: 50px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-406-t p {
	font-size: 10px; 
	color: #FFF;
}
.room-a {
	background-color: #1B3355; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
}

.room-a p {
	font-size: 10px; 
	color: #fff;
}

.room-a-t {
	background-color: #1B3355; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-a-t p {
	font-size: 10px; 
	color: #fff;
}

.room-a-douji {
	background-color: #1B3355;
	border: 1px solid #1B3355;
	padding: 2px 3px 2px 3px; 
	width: 50px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-a-douji p {
	font-size: 10px; 
	color: #FFF;
}

.room-b {
	background-color: #014DA1; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
}

.room-b p {
	font-size: 10px; 
	color: #fff;
}

.room-b-t {
	background-color: #014DA1; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-b-t p {
	font-size: 10px; 
	color: #fff;
}

.room-b-douji {
	background-color: #326AA3;
	border: 1px solid #326AA3;
	padding: 2px 3px 2px 3px; 
	width: 50px; 
	text-align:center; 
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

.room-b-douji p {
	font-size: 10px; 
	color: #FFF;
}

.room-c {
	background-color: #188C3B; 
	padding: 3px; 
	width: 36px; 
	text-align:center; 
	margin-bottom: 8px;
}

.room-c p {
	font-size: 10px; 
	color: #fff;
}

.program_css .halla-title {
	background-color: #1B3355; 
	color: #FFF; 
	padding:10px; 
	font-size: 14px;
	font-weight: normal;
}

.program_css .halla-title span {
	font-size: 20px;
}

.program_css .hallb-title {
	background-color: #326AA3; 
	color: #FFF; 
	padding:10px; 
	font-size: 14px;
	font-weight: normal;
}

.program_css .hallb-title span {
	font-size: 20px;
}

.program_css .hallc-title {
	background-color: #188C3B; 
	color: #FFF; 
	padding:10px; 
	font-size: 14px;
	font-weight: normal;
}

.program_css .hallc-title span {
	font-size: 20px;
}

.program_css .p_title {
	font-size: 14px;
	line-height: 140%;
	color: #2D5E93;
	margin-bottom: 5px;
}

.program_css .p_title a {
	text-decoration: underline;
	cursor: pointer;
}

.program_css .p_title a:hover {
	color: #F93;
}

.program_css .p_title02 {
	font-size: 14px;
	line-height: 135%;
	color: #F60;
	text-align: center;
	margin-bottom: 5px;
}

.program_css .p_name {
	font-size: 100%;
	line-height: 135%;
	font-weight: bold;
}

.program_css .p_name02 {
	font-size: 100%;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 3px;
}

.program_css .p_name03 {
	font-size: 110%;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 6px;
}

.program_css .p_text02 {
	font-size: 100%;
	line-height: 135%;
	color: #2D5E93;
	margin-bottom: 5px;
}

.program_css .p_text {
	font-size: 100%;
	line-height: 135%;
	padding-top: 10px;
}

.program_css .p_text03 {
	font-size: 100%;
	line-height: 135%;
	padding: 10px;
	background-color: #E1F9F8; 
}

.program_css th {
  	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.program_css .theme {
	background-color: #ACCBF0;
	font-weight: bold;
  	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 14px;
}

.program_css .theme_last {
	background-color: #85CEF1;
	color: #FFF;
  	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.program_css .panelist {
	color: #2D5E93;
	border-bottom: none;
	font-weight: bold;
	vertical-align: top;
	font-size: 16px;
}

.program_css .break {
	background-color: #FFFFCC;
  	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align:center;
}

.program_css .konshin {
	background-color: #FFF;
  	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.program_css .line_no {
  	border-right: none;
    border-bottom: 1px solid #CCCCCC;
	width: 80px;
}

.program_css .line_no_b {
  	border-bottom: none;
    border-right: 1px solid #CCCCCC;
	padding: 10px 10px 0 10px;
}

.program_css .line_no_r {
  	border-bottom: 1px solid #CCCCCC;
    border-right: none;
}

#content_program .program_css .p_time {
	width: 140px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #F6F6F6;
}

*html #content_program .program_css .p_time {
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #E4E4E4;
}

#content_program .program_css .p_time02 {
	width: 97px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #E4E4E4;
	padding-left: 12px;
}

#content_program .program_css .p_time03 {
	width: 140px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #E4E4E4;
	padding-left: 12px;
}

#content_program .program_css .p_time04 {
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #E4E4E4;
	padding-left: 5px;
	width: 120px;	
}

.program_css .icon {
	width: 100px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

.program_css .icon img {
	margin: 0 0 7px 0;
}

.pro_contact a {
	background: url(../img/common/program_contact_btn.jpg) no-repeat left top;
	display: block;
	width: 260px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-left: 326px;
}

* html .pro_contact a {
	background: url(../img/program_contact_btn.jpg) no-repeat left top;
	display: block;
	width: 260px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-left: 296px;
}

.pro_contact02 a {
	background: url(../img/common/program_contact_btn.jpg) no-repeat left top;
	display: block;
	width: 260px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-left: 190px;
}

.workshop_gaiyo {
	background: url(../img/workshop_h2_blue_title.jpg) no-repeat left top;
	color: #FFF;
	width: 960px;
	height: 26px;
	font-size: 14px;
	padding: 8px 0 0 20px;
	margin-bottom: 20px;
}

.table_vinasnews_format {
	border-top: 1px solid #9DB1C4;
	border-left: 1px solid #9DB1C4;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

.table_vinasnews_format th {
  	border-right: 1px solid #9DB1C4;
    border-bottom: 1px solid #9DB1C4;
    color: #333333;
	font-weight: bold;
    background-color: #E3F2FB;
	vertical-align: middle;
    padding: 10px;
	text-align: center;
}

.table_vinasnews_format th.left {
  	border-right: 1px solid #9DB1C4;
    border-bottom: 1px solid #9DB1C4;
    color: #333333;
	font-weight: bold;
    background-color: #E4EEF1;
	vertical-align: middle;
    padding: 10px;
	text-align: left;
}

.table_vinasnews_format td {
  	border-right: 1px solid #9DB1C4;
    border-bottom: 1px solid #9DB1C4;
	vertical-align: top;
	padding: 10px;
}

.t-vi p {
	background-color: #dedede; 
	padding: 3px 8px 3px 6px;
	margin-right: 5px;
	font-weight: normal;
    font-size: 80%;
	float: left;
	border-left: 5px #002248 solid;
	margin-top: 10px;
	border-radius: 3px;
}

.t-oh p {
	background-color: #dedede; 
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	font-weight: normal;
    font-size: 80%;
	float: left;
	border-left: 5px #27C5E0 solid;
	margin-top: 10px;
	border-radius: 3px;
}

.t-vi-t p {
	font-weight: bold;
    font-size: 130%;
	margin-bottom: 6px;
	border-radius: 3px;
	color: #00D0D0;
}

/*-----------------------------------------------------

.t-vi-t p {
	background-color: #dedede; 
	padding: 3px 5px 3px 5px;
	font-weight: bold;
    font-size: 80%;
	border-left: 5px #168B77 solid;
	margin-bottom: 6px;
	border-radius: 3px;
}
-----------------------------------------------------*/

.t-oh-t p {
	background-color: #dedede; 
	padding: 3px 5px 3px 5px;
	font-weight: bold;
    font-size: 80%;
	border-left: 5px #1FC7A9 solid;
	margin-bottom: 6px;
	border-radius: 3px;
}

/*-----------------------------------------------------
ご質問への回答集（Q&amp;A）　CSS
-----------------------------------------------------*/

#content  h2.qa {
	background:url(../img/qa_bana_rollout.jpg) no-repeat left top;
	width: 660px;
	height: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 20px;
}

#content .qa_waku {
	margin: 0 0 20px 0;
}

#content .qa_waku h2 {
	background: url(../../vinasnews/img/opti_qa_index.gif) no-repeat left top;
	width: 660px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 10px;
}

#content .qa_waku .qa_index li {
	background: url(../../vinasnews/img/bt_local.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}

#content .qa_waku .qa_index li a {
	font-weight: bold;
}



#content .qa_waku h3 {
	background-color:#21466E;
	width: 650px;
	height: 100%;
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#content .qa_waku h3.day02 {
	background-color:#4D1B54;
	width: 650px;
	height: 100%;
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#content .seminar_waku .qa_waku .workshop {
	background-color:#3C4B67;
	width: 650px;
	height: 100%;
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#content .qa_waku .question {
	background: url(../../vinasnews/img/q.gif) no-repeat left top;
	padding: 2px 0 10px 30px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

#content .qa_waku .answer {
	background: url(../../vinasnews/img/a.gif) no-repeat left top;
	padding: 2px 0 10px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.u_line {
	background: url(../../common/img/line.gif) repeat-x left bottom;
	padding: 0 0 20px 0;
}

.u_line02 {
	background: url(../../common/img/line.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
}

/*-----------------------------------------------------
開催レポート
-----------------------------------------------------*/

#report2018 {
	background: url(../img/event_report.jpg) no-repeat left top;
	padding-bottom: 60px;
	width: 1080px;
}

#report2018 .report2018_waku {
	margin: 0 0 0 250px;
	padding: 320px 0 0 0;
	width: 580px;
}

#report2018 .report2018_text {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
}

#report2018 .report2018_text02 {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 30px;
}

#report2018 #report_list li {
	background: url(../img/icon_report.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
	margin-bottom: 3px;
}

.next_ugm {
	border: 1px solid #275A8F;
	padding: 20px;
}

/*-----------------------------------------------------
pankuzu
-----------------------------------------------------*/

#pankuzu {
	font-size: 14px;
	margin-bottom: 30px;
}

#pankuzu ul li {
	float: left;
}

#pankuzu .pan_home {
	background: url(../../common/img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_home a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_home a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#pankuzu .pan_second {
	background: url(../../common/img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_second a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_second a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#pankuzu .pan_third {
	background: url(../../common/img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_third a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_third a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.top_back_c a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../common/img/top_back.jpg) no-repeat scroll right top;
	display:block;
	height:11px;
	margin:20px 0 0 515px;
	padding:0 0 20px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	width:114px;
}

/*-----------------------------------------------------
side
-----------------------------------------------------*/

#side {
	float: right;
	width: 290px;
}

#side .entry {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}

#side .workshop {
	margin: 0 0 10px 0;
	padding: 0;
}

#side #side_news_waku {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}

#side #side_news {
	background: url(../img/common/h2_news.jpg) no-repeat left top;
	width: 288px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 15px;
}

#side .side_news_p {
	padding: 0 8px 0 8px;
}

#side .side_news_p .news {
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}

#side #side_kaihatsu {
	background: url(../img/common/h2_kaihatsumoto.jpg) no-repeat left top;
	width: 288px;
	height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-bottom: 10px;
}

#side #company_banner {
	background: url(../img/common/banner_compnay_title.gif) no-repeat left top;
	width: 290px;
	padding: 70px 0 20px 0;
	margin: 0;
}

#side #company_banner .company_01 a {
	background: url(../img/common/banner_compnay_msc.gif) no-repeat left top;
	width: 290px;
	height: 99px;
	display: block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side #company_banner .company_02 a {
	background: url(../img/common/banner_compnay_asms.gif) no-repeat left top;
	width: 290px;
	height: 99px;
	display: block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side #company_banner .company_03 a {
	background: url(../img/common/banner_compnay_amazon.gif) no-repeat left top;
	width: 290px;
	height: 99px;
	display: block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side #company_banner .company_04 a {
	background: url(../img/common/banner_compnay_focus.gif) no-repeat left top;
	width: 290px;
	height: 99px;
	display: block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side #company_banner .company_05 a {
	background: url(../img/common/banner_compnay_nufd.gif) no-repeat left top;
	width: 290px;
	height: 120px;
	display: block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side .tokyo_con {
	margin: 0;
	padding: 0;
}


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

#footer {
	background: #008686;
	height: 100px;
	z-index: 9999;
}

#footer .footer_back {
	margin: 0 auto;
	width: 1040px;
	height: 100px;
	position: relative;
}

#footer .footer_logo a {
	display: block;
	background: url(../../common/img/footer_logo_ugm.png) no-repeat left top;
	width: 172px;
	height: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	position: absolute;
	left: 30px;
	top: 15px;
}

#footer .footer_address {
	position: absolute;
	left: 28px;
	top: 50px;
	font-size: 12px;
	line-height: 140%;
	color: #FFF;
}

#footer .sub_menu {
	border-bottom: 1px solid #BCBCBC;
    left: 640px;
    padding-bottom: 5px;
    padding-right: 20px;
    position: absolute;
    top: 35px;
}

#footer .sub_menu li {
	float: left;
}

#footer .sub_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
}

#footer .sub_menu li a:hover {
	text-decoration: underline;
}

#footer .sub_menu .privacy a {
	display: block;
	width: 100px;
	background: url(../../common/img/footer_line.gif) no-repeat right center;
	text-align: left;
	vertical-align: middle;
}

#footer .sub_menu .copyright a {
	display: block;
	width: 140px;
	background: url(../../common/img/footer_line.gif) no-repeat right center;
	text-align: center;
	vertical-align: middle;
}

#footer .sub_menu .sitemap a {
	display: block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
}

#footer address {
	font-weight: bold;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 640px;
	top: 65px;
	font-size: 12px;
	line-height: 120%;
}</pre></body></html>