@charset "utf-8";

/******************************************************************************************
　　基本レイアウト指定
******************************************************************************************/

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
iframe{ max-width:100%; }

body{
	-webkit-text-size-adjust:100%;
	font-family:Arial, Helvetica, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#333333;
	background:url(../img/common/body_bg.jpg) repeat-x top #ffffff;
	overflow:hidden;
}
body.toppage{
	background:#ffffff;
}
sup{
	font-size:70%;
	vertical-align:top;
	position:relative;
	top:-0.1em;
}
strong{ font-weight:bold; }
i, em{ font-style:italic; }

/*デザインパーツ*/
.mb05{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }

.indent1{ padding-left:1em; padding-right:1em; }
.indent2{ padding-left:2em; padding-right:1em; }

.txt10{ font-size:10px; }
.txt12{ font-size:12px; }
.txt13{ font-size:13px; }
.txt15{ font-size:15px; }
.txt16{ font-size:16px; }
.txt20{ font-size:20px; }
.txt24{ font-size:24px; }

.txt-c { text-align:center; }
.txt-r { text-align:right; }

.va-t{ vertical-align:top; }
.va-c{ vertical-align:center; }

.red{ color:#CC0000; }

.over, #top_contents_wrap a.over, .main_contents a, .main_contents_box a{
	opacity:1;
	transition:opacity .3s;
}
.over:hover, #top_contents_wrap a.over:hover, .main_contents a:hover, .main_contents_box a:hover{
	opacity:0.7;
}

.sp{ display:none; }

.nolink{ pointer-events:none; }

/******************************************************************************************
	pc size
******************************************************************************************/
.w1100{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.w600{
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
#header_wrap{
	padding:0;
	position:relative;
}
#header_wrap::before{
	content:"";
	width:100%;
	height:130px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.1) 75%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.1) 75%,rgba(0,0,0,0) 100%);
}

#header_wrap .slider-pro{ z-index:0; }
#header_wrap .sp-mask, #header_wrap .sp-slide{ max-height:600px; }

header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:2;
	padding:20px;
}

header #header_identity{
	float:left;
	width:240px;
}
header #header_identity p{
	transition:opacity .3s;
}
header #header_identity p:hover{
	opacity:0.7;
}

header #header_utility{
	float:right;
	width:calc(100% - 250px);
	text-align:right;
	font-size:0;
}
header #header_utility li{
	display:inline-block;
	font-size:14px;
	margin-left:10px;
}
header #header_utility li a{
	display:inline-block;
	height:32px;
	min-width:32px;
	line-height:32px;
	padding:0 20px 0 25px;
	background:rgba(255, 255, 255, 0.2);
	border-radius:32px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	position:relative;
	transition:background .3s;
}
header #header_utility li a::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #FFFFFF;
    position: absolute;
    top: 50%;
    left:12px;
    margin-top:-3px;
}
header #header_utility li.icon a{
	width:32px;
	padding:0;
}
header #header_utility li.icon a::before{
	display:none;
}
header #header_utility li a img{
	width:20px;
	vertical-align:middle;
}
header #header_utility li a:hover{
	background:rgba(255, 255, 255, 0.4);
}

/*第二階層*/
#header_wrap .header_image{
	height:250px;
	background:url(../img/header/header_img01.jpg) no-repeat top center;
	background-size:cover;
}

#toggle{
	display:none;
}

/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
#toggle{ display: none; }
nav .sp{ display: none; }

#nav_wrap{
	position:relative;
	height:100px;
	margin-top:-50px;
	z-index:998;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #B2B2B2;
	background:#FFFFFF;
	padding:1px 0;
}
#nav_wrap::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	right:-5px;
	bottom:-5px;
	z-index:-1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.gnav{
	width:100%;
    display: flex;
    justify-content: space-between;
	position: relative;
}
.gnav li{
	text-align: center;
	flex:1;
	transition:background 0.3s;
}
.gnav li{
	border-left:1px solid #C6C6C6;
}
.gnav li:first-child{ border-left:none; }
.gnav li a{
	display:block;
	color:#222222;
	font-size:13px;
	text-decoration:none;
	background:#F7F7F7;
	height:96px;
	padding:16px 5px 0 5px;
	transition:background 0.3s, color 0.3s, opacity 0.3s;
}
.gnav li a span.icon{
	display:block;
	margin-bottom:10px;
}
.gnav li a span.icon img{
	width:38px;
}

.gnav li.active a,
.gnav li:hover a{
	background:#D3D6DD;
	color:#041B48;
}

.gnav li .subnavi{
	position: absolute;
	top:100%;
	left: 0;
	width:100%;
	padding:15px;
	background:#F7F7F7;
	overflow:hidden;
	text-align:left;
	z-index:0;
	border-top:1px solid #D3D6DD;
}
.gnav li .subnavi .subnavi_title{
	float:left;
	width:240px;
	height:250px;
	border-right:1px solid #C6C6C6;
	padding:50px 20px 20px 20px;
	text-align:center;
}
.gnav li .subnavi .subnavi_title .icon{
	margin-bottom:20px;
}
.gnav li .subnavi .subnavi_title .title{
	font-size:20px;
}
.gnav li .subnavi .subnavi_menu{
	float:right;
	width:calc(100% - 270px);
	padding:20px 20px 0 0;
}
.gnav li .subnavi .subnavi_menu li{
	text-align:left;
	border:none;
	position:relative;
	width:auto;
	height:auto;
	padding-left:12px;
	margin-bottom:15px;
}
.gnav li .subnavi .subnavi_menu li::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #1F3E81;
    position: absolute;
    top: 8px;
    left:0;
    margin-top:-3px;
}
.gnav li .subnavi .subnavi_menu li a{
	padding:0;
	height:auto;
	font-size:14px;
	background:none;
	color:#222222;
}
.gnav li .subnavi .subnavi_menu li a:hover{
	color:#999999;
}

.gnav li .subnavi .subnavi_menu .subnavi_meeting{
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:15px;
}
.gnav li .subnavi .subnavi_menu .subnavi_meeting .logo{
	float:left;
	width:133px;
}
.gnav li .subnavi .subnavi_menu .subnavi_meeting .logo a{
	background:none;
	padding:0;
	margin:0;
	height:auto;
}
.gnav li .subnavi .subnavi_menu .subnavi_meeting .text{
	float:right;
	width:calc(100% - 133px - 15px);
}
.gnav li .subnavi .subnavi_menu .headtext{
	font-size:18px;
	font-weight:600;
	color:#1F3E81;
	padding:0 10px;
	margin-bottom:10px;
}
.gnav li .subnavi .subnavi_menu .line3{
	font-size:0;
	padding:0 12px;
}
.gnav li .subnavi .subnavi_menu .line3 li{
	display:inline-block;
	width:25%;
	margin-bottom:10px;
}
.gnav li .subnavi .subnavi_menu .line3 li a{
	font-size:13px;
}

#gnav_animation .subnavi {
	visibility: hidden;
}
#gnav_animation li:hover .subnavi{
	visibility: visible;
}
#gnav_animation .subnavi{
	transform: rotateX(-90deg);
	transform-origin: 50% 0;
	transition:transform .5s;
}
#gnav_animation li:hover .subnavi{
	transform: rotateX(0);
}

/*--------------------------------------------------------------------*/
/*見出し*/
/*--------------------------------------------------------------------*/
h1{
	background:#1F3E81;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:#FFFFFF;
	font-size:16px;
	padding:10px;
	text-align:center;
}

h2{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:28px;
	padding:24px 0;
	background-image:url(../img/common/h2_bg_t.png), url(../img/common/h2_bg_b.png);
	background-repeat:no-repeat;
	background-position:top center, bottom center;
	margin-bottom:30px;
}
h2 span{
	display:block;
	font-size:60%;
	color:#666666;
	margin:-5px 0 5px 0;
}
h2 span.red{
	display:inline-block;
	font-size:50%;
	color:#FFFFFF;
	background-color:#C72200;
	vertical-align:middle;
	border-radius:5px;
	margin-right:10px;
	padding:3px 10px;
	margin-top:3px;
}

h2.h2_top{
	color:#FFFFFF;
	padding:0;
	background:none;
	position:relative;
    display: flex;
    align-items: center;
	width:90%;
	max-width:400px;
	margin:0 auto 30px auto;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
h2.h2_top::before,
h2.h2_top::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#FFFFFF;
}
h2.h2_top::before {
    margin-right: 1rem;
}
h2.h2_top::after {
    margin-left: 1rem;
}

h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:20px;
	position:relative;
	line-height:1.3;
}
h3::before{
	content:"";
	width:7px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #072c7a;
	background: -moz-linear-gradient(top,  #072c7a 0%, #33cccc 100%);
	background: -webkit-linear-gradient(top,  #072c7a 0%,#33cccc 100%);
	background: linear-gradient(to bottom,  #072c7a 0%,#33cccc 100%);
}
h4{
	font-size:16px;
	font-weight:bold;
	color:#006699;
	margin-bottom:10px;
}
h4 span.red{
	display:inline-block;
	font-size:60%;
	color:#FFFFFF;
	background-color:#C72200;
	vertical-align:middle;
	border-radius:5px;
	margin-right:10px;
	padding:3px 10px;
}
h5{
	font-size:18px;
	font-weight:bold;
	padding:5px 20px;
	color:#FFFFFF;
	margin-bottom:20px;
	background: #072c7a;
	background: -moz-linear-gradient(left,  #072c7a 0%, #072c7a 70%, #33cccc 100%);
	background: -webkit-linear-gradient(left,  #072c7a 0%,#072c7a 70%,#33cccc 100%);
	background: linear-gradient(to right,  #072c7a 0%,#072c7a 70%,#33cccc 100%);
}


/*--------------------------------------------------------------------*/
/*ボックス*/
/*--------------------------------------------------------------------*/
/*2列*/
.box02{
	margin-top:-15px;
	margin-right:-3%;
	letter-spacing:-0.4em;
}
.box02 .box{
	display:inline-block;
	width: 47%;
	margin: 15px 3% 0 0;
	letter-spacing:normal;
	vertical-align:top;
}

/*3列*/
.box03{
	margin-top:-15px;
	margin-right:-2%;
	letter-spacing:-0.4em;
}
.box03 .box{
	display:inline-block;
	width: 31.333%;
	margin: 15px 2% 0 0;
	letter-spacing:normal;
	vertical-align:top;
}

/*4列*/
.box04{
	margin-top:-15px;
	margin-right:-1.5%;
	letter-spacing:-0.4em;
}
.box04 .box{
	display:inline-block;
	width: 23.5%;
	margin: 15px 1.5% 0 0;
	letter-spacing:normal;
	vertical-align:top;
}


/*写真右*/
.photoarea_r{ overflow:hidden; }
.photoarea_r .photo{
	float:right;
	width:30%;
	text-align:center;
}
.photoarea_r .text{
	float:left;
	width:65%;
}

/*写真左*/
.photoarea_l{ overflow:hidden; }
.photoarea_l .photo{
	float:left;
	width:30%;
	text-align:center;
}
.photoarea_l .text{
	float:right;
	width:65%;
}

/*写真右（写真小さい）*/
.photoarea_small_r{ overflow:hidden; }
.photoarea_small_r .photo{
	float:right;
	width:20%;
	text-align:center;
}
.photoarea_small_r .text{
	float:left;
	width:75%;
}

/*写真左（写真小さい）*/
.photoarea_small_l{ overflow:hidden; }
.photoarea_small_l .photo{
	float:left;
	width:20%;
	text-align:center;
}
.photoarea_small_l .text{
	float:right;
	width:75%;
}


/*--------------------------------------------------------------------*/
/*TOPメインコンテンツ*/
/*--------------------------------------------------------------------*/
#top_contents_wrap{
	padding-top:60px;
	color:#000000;
	font-size:14px;
	line-height:1.6;
}
#top_contents_wrap a{
	color:#000000;
	transition:color .3s;
}
#top_contents_wrap a:hover{
	color:#082D7B;
}

/*新着情報*/
#top_news{
	padding:0 30px;
	margin-bottom:60px;
}
#top_news .top_news_list{
	height:250px;
	overflow-y:scroll;
	border-top:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
	background:#FAFAFA;
	padding:0 10px;
}
#top_news .top_news_list li{
	padding:18px 15px 18px 50px;
	background:url(../img/common/news_icon.png) no-repeat 20px 23px;
	font-size:0;
}
#top_news .top_news_list li + li{
	border-top:1px solid #C6C6C6;
}
#top_news .top_news_list li p{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
}
#top_news .top_news_list li p.newsDate{
	width:140px;
}
#top_news .top_news_list li p.newsCategory{
	width:100px;
	text-align:center;
	border:#082D7B;
	color:#082D7B;
	font-size:13px;
	background:#FFFFFF;
	border:1px solid #082D7B;
	line-height:1.3;
	margin-right:15px;
}
#top_news .top_news_list li p.newsTitle{
	width:calc(100% - 140px - 100px - 15px);
}


/*Working Groups、Initiatives*/
#top_wg,
#top_initiatives{}
#top_wg .top_wg_inner{
	padding:40px 20px 45px 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
#top_initiatives .top_wg_inner{
	padding:40px 20px 45px 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%);
}

#top_contents_wrap .top_box04_list a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	transition:opacity .3s;
}
#top_contents_wrap .top_box04_list a:hover{
	opacity:0.7;
}
.top_box04_list .image{
	text-align:center;
	margin-bottom:10px;
}
.top_box04_list .title{
	background:url(../img/common/toplist_icon.png) no-repeat left top;
	padding:5px 0 0 40px;
	font-size:20px;
	line-height:1.2;
	max-width:240px;
	margin:0 auto;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.top_box04_list .title span{
	font-size:15px;
	color:#CCCCCC;
	display:block;
	margin-top:3px;
	line-height:1.3;
}

/*News Mail*/
#top_newsmail{
	padding:20px 0;
}
#top_newsmail .w1100{
	padding:20px 20px 30px 20px;
}

.top_newsmail_box .box{
	background:rgba(255, 255, 255, 0.8);
	min-height: 230px;
}
.top_newsmail_box .title{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:22px;
	background:url(../img/common/topmail_icon.png) no-repeat 15px center;
	padding:10px 10px 10px 55px;
	border-bottom:1px solid #000000;
}
.top_newsmail_box .text{
	padding:20px;
	font-size:15px;
}
#top_contents_wrap .top_newsmail_box .text a.btn{ color:#222222; }
#top_contents_wrap .top_newsmail_box .text a.btn{
	position:relative;
	display:inline-block;
	text-decoration: none;
	background: #072c7a;
	background: -moz-linear-gradient(left,  #072c7a 0%, #2e7ad1 50%, #33cccc 100%);
	background: -webkit-linear-gradient(left,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	background: linear-gradient(to right,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	padding:6px 15px 6px 35px;
	min-width:200px;
	font-weight:bold;
	border-radius:20px;
	transition:opacity .3s;
}
#top_contents_wrap .top_newsmail_box .text a.btn:hover{
	opacity:0.7;
}
.top_newsmail_box .text .btn::before{
	content:"";
	background:#F0F0F0;
	overflow: hidden;
	display: block;
	position: absolute;
	top:1px;
	left:1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	transition:opacity .3s;
	z-index:0;
	border-radius:20px;
}
.top_newsmail_box .text .btn::after{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #072C7A;
    position: absolute;
    top: 50%;
    left:20px;
    margin-top:-3px;
	z-index:1;
}
.top_newsmail_box .text .btn span{
	position:relative;
	z-index:1;
	font-weight:bold;
}

.top_letter_wrap{
	overflow:hidden;
}
.top_letter_wrap .left{
	float:left;
	width:80%;
	padding-right:20px;
}
.top_letter_wrap .right{
	float:right;
	width:20%;
}
.top_letter_wrap .top_letter_link{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
.top_letter_wrap .top_letter_link span{
	font-size:18px;
}


/*パターン2*/
#top_newsmail2{
	background:url(../img/top/bg_newsmail2.jpg) repeat;
}
#top_newsmail2 .w1100{
	padding:30px 20px;
}
#top_newsmail2 .top_newsmail_box .box{
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
#footer_wrap{
	padding-top:5px;
	background-color:#F3F3F3;
	position:relative;
}
#footer_wrap::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:5px;
	background: #041b48;
	background: -moz-linear-gradient(left,  #041b48 0%, #33cccc 50%, #041b48 100%);
	background: -webkit-linear-gradient(left,  #041b48 0%,#33cccc 50%,#041b48 100%);
	background: linear-gradient(to right,  #041b48 0%,#33cccc 50%,#041b48 100%);
}

footer .footer_logo{
	text-align:center;
	padding:20px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}
footer .footer_logo img{
	max-width:180px;
}

footer .footer_menu_wrap{
	padding:0 30px;
	overflow:hidden;
}
footer .footer_menu{
	margin-right:-2%;
	font-size:0;
}
footer .footer_menu .box{
	display:inline-block;
	vertical-align:top;
	width:18%;
	margin:0 2% 30px 0;
	font-size:12px;
}
footer .footer_menu .box .title{
	margin-bottom:8px;
}
footer .footer_menu .box .title a{
	color:#222222;
	text-decoration:none;
	font-size:14px;
	transition:color .3s;
	font-weight:bold;
}
footer .footer_menu .box .title a:hover{
	color:#082D7B;
}
footer .footer_menu .box li{
	position:relative;
	margin-bottom:5px;
	padding-left:12px;
}
footer .footer_menu .box li::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #717070;
    position: absolute;
    top: 4px;
    left:3px;
}
footer .footer_menu .box li a{
	color:#222222;
	text-decoration:none;
	transition:color .3s;
}
footer .footer_menu .box li a:hover{
	color:#082D7B;
}

.footer_menu2{
	background:#CCCCCC;
}
.footer_menu2 .w1100{
	padding:12px 30px;
}
.footer_menu2 li{
	display:inline-block;
	position:relative;
	padding-left:11px;
}
.footer_menu2 li + li{
	margin-left:30px;
}
.footer_menu2 li::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #717070;
    position: absolute;
    top: 4px;
    left:0;
}
.footer_menu2 li a{
	color:#222222;
	text-decoration:none;
	transition:color .3s;
}
.footer_menu2 li a:hover{
	color:#082D7B;
}

.copyright{
	color:#FFFFFF;
	background:#041B48;
	text-align:center;
	padding:10px;
	font-size:12px;
}

/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#pageTop{
	cursor:pointer;
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size:15px;
    line-height: 1.5rem;
    color: #222222;
    padding: 0 0 0 35px;
	text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,1px 1px 0 #fff;
}
#pageTop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top:1px solid #222222;
    transform: rotate(35deg);
    transform-origin: left top;
	box-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,1px 1px 0 #fff;
	z-index:1;
}
#pageTop::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width:100%;
	height:0;
    border-top:1px solid #222222;
    transform-origin: left top;
	box-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,1px 1px 0 #fff;
	z-index:0;
}


/*--------------------------------------------------------------------*/
/*第二階層*/
/*--------------------------------------------------------------------*/
#contents_wrap{}

#pankuzu{
	padding:20px 0;
	font-size:0;
}
#pankuzu li{
	display:inline-block;
	padding:0 15px;
	position:relative;
	font-size:13px;
}
#pankuzu li::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #184D9D;
    position: absolute;
    top: 4px;
    left:0;
}
#pankuzu li:first-child::before{
	display:none;
}
#pankuzu li a{
	color:#333333;
	text-decoration:underline;
	transition:color .3s;
}
#pankuzu li a:hover{
	color:#082D7B;
}

#main_wrap{
	width:100%;
	padding-bottom:30px;
}
.side_nav{
	float:left;
	width:250px;
	background:#FFFFFF;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
}
.main_contents{
	float:right;
	width:calc(100% - 280px);
	background:#FFFFFF;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	padding:40px 30px;
}
.main_contents_wrap{
	float:right;
	width:calc(100% - 280px);
}
.main_contents_box{
	background:#FFFFFF;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	padding:40px 30px;
}
.main_contents_box + .main_contents_box{
	margin-top:20px;
}

/*サブナビ*/
#sp_menu{ display:none; }
.side_nav ul li{
	border-bottom:1px solid #CCCCCC;
}
.side_nav ul li a{
	display:block;
	padding:15px 15px 15px 30px;
	position:relative;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	transition:background .3s;
}
.side_nav ul li a::before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #184D9D;
    position: absolute;
    top: 50%;
    left:15px;
	margin-top:-2px;
}
.side_nav ul li a:hover,
.side_nav ul li.active a{
	background:#E6ECF3;
}
.side_nav ul li.sub a{
	padding-left:45px;
}
.side_nav ul li.sub a::before{
    left:30px;
}

/*メインコンテンツ*/
.main_contents,
.main_contents_box{
	color:#000000;
	font-size:14px;
	line-height:1.5;
}
.main_contents a,
.main_contents_box a{
	color:#1F3E81;
	transition:.3s;
	word-break: break-all; /*URLは折り返す*/
}
.main_contents a:hover,
.main_contents_box a:hover{
	color:#082D7B;
}

/*画像キャプション*/
.coverDoc{
	border:1px solid #CCCCCC;
}
.issueDoc {
    padding: 10px;
    border: 1px solid #dae6f1;
    background: #edf2f7;
}


/*--------------------------------------------------------------------*/
/*第二階層 中身レイアウト*/
/*--------------------------------------------------------------------*/
a[href$=".pdf"]:not(.noicon, .link_btn){
	padding-right:22px;
	background:url(../img/common/icon_pdf.gif) no-repeat right top;
}
a[href$=".doc"]:not(.noicon, .link_btn),
a[href$=".docx"]:not(.noicon, .link_btn){
	padding-right:22px;
	background:url(../img/common/icon_doc.gif) no-repeat right top;
}
a[href$=".xls"]:not(.noicon, .link_btn),
a[href$=".xlsx"]:not(.noicon, .link_btn){
	padding-right:22px;
	background:url(../img/common/icon_xls.gif) no-repeat right top;
}
a[href$=".ppt"]:not(.noicon, .link_btn),
a[href$=".pptx"]:not(.noicon, .link_btn){
	padding-right:22px;
	background:url(../img/common/icon_ppt.gif) no-repeat right top;
}

section{
	margin-top:40px;
}
section:first-child{
	margin-top:0;
}
section + section{
	border-top:1px solid #DDDDDD;
	padding-top:20px;
}

/*リスト*/
ul.ul_circle li{
	padding-left:12px;
	position:relative;
}
ul.ul_circle li::before{
    content:  "";
    width:4px;
    height:4px;
    display:inline-block;
    background-color:#0066A6;
    border-radius:50%;
    position:absolute;
    top:calc(0.5em + 2px);
    left:0;
}
ul.ul_circle li + li{
	margin-top:5px;
}

ul.ul_cursor li{
	padding-left:12px;
	position:relative;
}
ul.ul_cursor li::before{
    content:  "";
    width:3px;
    height:3px;
    display:inline-block;
    position:absolute;
    top:calc(0.5em + 2px);
    left:0;
	border:1px solid;
	border-color:transparent #0066A6 #0066A6 transparent;
	transform: rotate(-45deg);
	border-radius:0;
	background:none;
}
ul.ul_cursor li + li{
	margin-top:8px;
}

/*色付きリスト*/
ul.listStripe01{}
ul.listStripe01 li{
	padding:8px 15px;
}
ul.listStripe01 li:nth-child(odd){
	background: #E6ECF3;
}

/*テーブル*/
.table_style01 {
	width:100%;
	border:1px solid #CCCCCC;
}
.table_style01 thead th{
	background:#D5DFEB;
}
.table_style01 th {
	padding:8px 10px;
	border:1px solid #CCCCCC;
	background:#f0f0f0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.table_style01 td{
	padding:8px 10px;
	border:1px solid #CCCCCC;
	vertical-align:top;
}


/*リンク矢印*/
.linkMore{
	text-align:right;
}
.link{
	display:inline-block;
	padding-left:15px;
	text-indent:-15px;
}
.linkMore a::before,
.link::before{
    content:  "";
    width:3px;
    height:3px;
    display:inline-block;
    position:relative;
    top:-1px;
    margin-right:10px;
	border:1px solid;
	border-color:transparent #0066A6 #0066A6 transparent;
	transform: rotate(-45deg);
}


/*リンクボタン*/
a.link_btn{
	position:relative;
	display:inline-block;
	text-decoration: none;
	background: #072c7a;
	background: -moz-linear-gradient(left,  #072c7a 0%, #2e7ad1 50%, #33cccc 100%);
	background: -webkit-linear-gradient(left,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	background: linear-gradient(to right,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	padding:12px 35px 12px 50px;
	border-radius:50px;
	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);
	text-align:left;
	line-height:1.2;
}
a.link_btn::before{
	content:"";
	background:#E6ECF3;
	background-size:auto 80%;
	overflow: hidden;
	display: block;
	position: absolute;
	top:2px;
	left:2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition:opacity .3s;
	z-index:0;
	border-radius:50px;
}
a.link_btn::after{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #072C7A;
    position: absolute;
    top: 50%;
    left:30px;
    margin-top:-3px;
	z-index:1;
}
a.link_btn span{
	position:relative;
	z-index:1;
	font-weight:700;
}

a.link_btn.btn_red{
	background: #c72200;
	background: -moz-linear-gradient(left,  #c72200 0%, #ffa500 100%);
	background: -webkit-linear-gradient(left,  #c72200 0%,#ffa500 100%);
	background: linear-gradient(to right,  #c72200 0%,#ffa500 100%);
	color:#c72200;
}
a.link_btn.btn_red::before{
	background:#FDF2F2;
}
a.link_btn.btn_red::after{
	border-left: solid 3px #c72200;
}


/*青枠*/
.areaBlueSection{
	padding:15px;
    background:#E6ECF3;
}


/*2カラム*/
dl.two-column {
	clear:both;
	overflow:hidden;
}
dl.two-column dt,
dl.two-column dd {
	float:left;
}
dl.two-column dt {
	margin-right:5px;
}
dl.two-column-list-w20 dt{ width:20px; }
dl.two-column-list-w20 dd{ width:calc(100% - 30px); }
dl.two-column-list-w30 dt{ width:30px; }
dl.two-column-list-w30 dd{ width:calc(100% - 40px); }


/*--------------------------------------------------------------------*/
/*About APRSAF*/
/*--------------------------------------------------------------------*/
/*年表*/
.tbl_history{ font-size:13px; }
.tbl_history colgroup.itemTimeLine  {}
.tbl_history colgroup.itemNumber  {	width: 70px;}
.tbl_history colgroup.itemVenue  { width: 120px;}
.tbl_history colgroup.itemFlag  { width: 52px;}
.tbl_history colgroup.itemInfo  {}

.tbl_history tbody th.timeLine {
	width: 150px;
	border: 0;
	background: #D7E1E9;
}
.tbl_history tbody th.timeLine #event00 {
}
.tbl_history tbody th.timeLine #event01 {
}
.tbl_history tbody th.timeLine #event02 {
	position: relative;
}
.tbl_history tbody th.timeLine #event02 span {
	position: absolute;
	top: -25px;
}
.tbl_history tbody th.timeLine #event03 {
	position: relative;
}
.tbl_history tbody th.timeLine #event03 span {
	position: absolute;
	top: -25px;
}

/*--------------------------------------------------------------------*/
/*FAQ*/
/*--------------------------------------------------------------------*/
.faq{ margin-bottom:10px; }
.faq .slidearea{
    display:block;
	cursor:pointer;
	padding: 8px 45px 8px 10px;
	font-size: 112%;
	border-left: 5px solid #1F3E81;
	border-bottom: 1px solid #1F3E81;
	position:relative;
}
.faq .slidearea span{
	font-weight:bold;
	color:#1F3E81;
	padding-right:0.5em;
}
.faq .slidearea:hover{
	color:#000000;
	background-color:#F5F5F5;
}
.faq .slidearea .title{
    padding-left: 5px;
}
.faq .text{
    display:none;
	padding:1em;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	width: 30px;
	height: 30px;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	margin:auto 0;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color:#1F3E81;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 14px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 14px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	top: 14px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
	top: 14px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}


/*--------------------------------------------------------------------*/
/*Annual Meetings*/
/*--------------------------------------------------------------------*/
.meeting_list li{
	border-bottom:1px solid #CCCCCC;
	padding:10px 15px;
}
.meeting_list li:first-child{
	border-top:1px solid #CCCCCC;
}
.meeting_list li a{
	display:flex;
	align-items: center;
	text-decoration:none;
	color:#000000;
	line-height:1.4;
	position:relative;
	padding-right:15px;
}
.meeting_list li a::before{
	content:"";
	position:absolute;
	right:5px;
	top:50%;
	width: 8px;
	height: 8px;
	border: 2px solid;
	margin-top:-4px;
	border-color:transparent #565656 #565656 transparent;
	transform: rotate(-45deg);
}
.meeting_list li a.nolink::before{
	display:none;
}
.meeting_list li .logo{
	width:133px;
}
.meeting_list li .text{
	width:calc(100% - 148px);
	margin-left:15px;
	padding:5px 0 5px 15px;
	border-left:1px solid #DDDDDD;
}
.meeting_list li .text .name{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:26px;
}
.meeting_list li .text .name_sub{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:13px;
	color:#666666;
	margin-bottom:5px;
}
.meeting_list li .text .date{
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../annual_meetings/img/icon_date.png) no-repeat 1px center;
	background-size:auto 20px;
	color:#333333;
	margin-bottom:3px;
}
.meeting_list li .text .place{
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../annual_meetings/img/icon_place.png) no-repeat left center;
	background-size:auto 22px;
	color:#333333;
}
.meeting_list li .text .place img{
	vertical-align:middle;
	width:24px;
}

/*タイトル*/
.main_contents_box.meeting_title{
	padding:10px;
	display:flex;
	align-items: center;
	text-decoration:none;
	color:#000000;
	line-height:1.4;
}
.meeting_title .logo{
	width:133px;
}
.meeting_title .text{
	width:calc(100% - 148px);
	margin-left:15px;
	padding:5px 0 5px 15px;
	border-left:1px solid #DDDDDD;
}
.meeting_title .text .name{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:26px;
	margin-bottom:5px;
}
.meeting_title .text .name_sub{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:13px;
	color:#666666;
	margin-bottom:5px;
}
.meeting_title .text .date{
	display:inline-block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../annual_meetings/img/icon_date.png) no-repeat 1px center;
	background-size:auto 20px;
	color:#333333;
	margin-bottom:3px;
	margin-right:20px;
}
.meeting_title .text .place{
	display:inline-block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../annual_meetings/img/icon_place.png) no-repeat left center;
	background-size:auto 22px;
	color:#333333;
}
.meeting_title .text .place img{
	vertical-align:middle;
	width:24px;
}


/*APRSAF Online 2020*/
.ap2020_mimg{
	text-align:center;
	background:url(/annual_meetings/online2020/img/meeting_details/mimg_bg.png) no-repeat top right #000000;
	background-size:contain;
	padding:40px 10px 10px 10px;
	color:#FFFFFF;
	font-size:16px;
}

.timezone_selectarea{ float:right; }
select#select_timezone{
	padding:5px 10px 5px 5px;
}

/*スポンサー(AP26)*/
.exhibitors_h{
	font-weight:bold;
	color:#333333;
	padding:5px 15px;
	margin-bottom:5px;
	font-size:12px;
	overflow:hidden;
	position:relative;
}
.exhibitors_h::before{
	content: '';
	display: block;
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}
.exhibitors_h.gold{ background:#FFD555; }
.exhibitors_h.gold::before{ background-color:#FEB825; }
.exhibitors_h.silver{ background:#D6E4E5; }
.exhibitors_h.silver::before{ background-color:#B6C9CD; }
.exhibitors_h.bronze{ background:#FCA764; }
.exhibitors_h.bronze::before{ background-color:#F77D34; }

.exhibitors_gold{ margin-bottom:20px; }
.exhibitors_gold li{
	display:table;
}
.exhibitors_gold li + li{
	margin-top:10px;
}
.exhibitors_gold li div{
	display:table-cell;
	width:36%;
	padding-right:20px;
}
.exhibitors_gold li img{
	max-width:100%;
	border:1px solid #FFFFFF;
	vertical-align:top;
	-webkit-backface-visibility: hidden;
}
.exhibitors_gold li p{
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	width:calc(64% - 22px);
	padding-left:20px;
	position:relative;
	line-height:1.2;
	background:url(/annual_meetings/aprsaf26/img/exhibitors/ico_g.jpg) no-repeat left center;
}

.exhibitors_silver{
	margin-bottom:10px;
	overflow:hidden;
}
.exhibitors_silver li{
	width:50%;
	float:left;
	display:table;
	margin-bottom:10px;
}
.exhibitors_silver li div{
	display:table-cell;
	vertical-align:middle;
	width:55%;
	padding-right:10px;
}
.exhibitors_silver li img{
	max-width:100%;
	border:1px solid #FFFFFF;
	vertical-align:top;
	-webkit-backface-visibility: hidden;
}
.exhibitors_silver li p{
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	width:calc(45% - 12px);
	padding-left:20px;
	padding-right:10px;
	position:relative;
	line-height:1.2;
	background:url(/annual_meetings/aprsaf26/img/exhibitors/ico_s.jpg) no-repeat left center;
}

.exhibitors_bronze{
	overflow:hidden;
}
.exhibitors_bronze li{
	width:50%;
	float:left;
	display:table;
	margin-bottom:10px;
}
.exhibitors_bronze li div{
	display:table-cell;
	vertical-align:middle;
	width:32%;
	padding-right:10px;
}
.exhibitors_bronze li img{
	width:100%;
	max-width:100%;
	border:1px solid #FFFFFF;
	vertical-align:top;
	-webkit-backface-visibility: hidden;
}
.exhibitors_bronze li p{
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	width:calc(78% - 12px);
	padding-left:20px;
	padding-right:10px;
	position:relative;
	line-height:1.2;
	background:url(/annual_meetings/aprsaf26/img/exhibitors/ico_b.jpg) no-repeat left center;
}
 
/*スポンサー(AP2020～)*/
.sponsor_s li{
	display:inline-block;
	width:calc(50% - 25px);
	margin:0 10px;
	vertical-align:top;
	padding:15px;
	border-top:1px dotted #CCCCCC;
	font-size:0;
}
.sponsor_s li div{
	display:inline-block;
	width:80%;
}
.sponsor_s li p.video{
	display:inline-block;
	width:20%;
}
.sponsor_s li p.video_l{ display:none; }


.sponsor_l li{
	display:inline-block;
	width:calc(50% - 25px);
	margin:0 10px;
	vertical-align:top;
	padding:15px;
	border-top:1px dotted #CCCCCC;
}
.sponsor_l li p.video{ display:none; }
.sponsor_l li div{
	text-align:center;
	padding:0 15px;
	margin-bottom:10px;
}
.sponsor_l li div img{
	/*border:1px solid #DDD;*/
}
.sponsor_l li p.video_l{
	padding:0 15px;
}
.sponsor_l li p.video_l img{
	border:1px solid #DDD;
}
.sponsor_l li p.video_l a{
	position:relative;
	display:block;
}
.sponsor_l li p.video_l a:after{
	content:"";
	background:url(/annual_meetings/online2020/img/sponsorship/layer_movie.png) no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	max-width:100%;
	height:100%;
	z-index:1;
}


/*プログラム*/
.tb_program{ width:100%; }

.tb_program th{
	padding:15px 10px;
	color:#666666;
	font-weight:normal;
	text-align:center;
	font-size:15px;
}
.tb_program td{
	padding:15px;
	border-left:2px solid #CCC;
	border-bottom:2px solid #CCC;
}

.tb_program .title{
	background:#006699;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding:8px 15px;
	border-radius:3px;
	margin-bottom:10px;
	position: relative;
}
.tb_program .title_link{
	position:absolute;
	bottom:9px;
	right:15px;
	background:#facc00;
	padding:0 5px;
	font-size:14px;
	text-align:center;
	border-radius:3px;
	color:#333333;
}
.tb_program .title_link_wg{
	background:#facc00;
	padding:0 5px;
	font-size:14px;
	text-align:center;
	border-radius:4px;
	margin-top:5px;
	color:#333333;
	margin-top:5px;
}
.tb_program .title_link:hover{ cursor:pointer; }
.tb_program .title_link:hover,
.tb_program .title_link_wg:hover{
	background:#f9ae00;
	cursor:pointer;
}
.tb_program .title_link a,
.tb_program .title_link_wg a{
  	color:#000000;
	text-decoration:none;
}
.tb_program .title_link_wg a:hover,
.tb_program .title_link a:hover{
	color:#444444;
}
.tb_program .category{
	font-weight:bold;
	font-size:15px;
}
.tb_program .category .theme_t{ float:left; width:70px; }
.tb_program .category .theme_c{ float:left; width:calc(100% - 70px); }

.tb_program .speaker_box{
	display: inline-block;
	vertical-align:top;
	font-size:0;
	width:calc(50% - 28px);
	margin:8px 0 8px 20px;
	overflow:hidden;
}
.tb_program .speaker_box .photo{
	float:left;
	width:62px;
}
.tb_program .speaker_box .photo img{
    border: 1px solid #dddddd;
    border-radius: 2px;
    line-height: 1;
    padding: 4px;
}
.tb_program .speaker_box.country_box .photo{
	width:128px;
}
.tb_program .speaker_box .name{
	float:right;
	width:calc(100% - 62px - 20px);
	font-size:13px;
	color:#666666;
}
.tb_program .speaker_box .name a{
	font-weight:bold;
}
.tb_program .speaker_box .name .name_t{
	font-size:15px;
	color:#006699;
	font-weight:bold;
}
.tb_program .speaker_box .subject{
  background:#E1ECF5;
	padding: 5px 12px;
	font-style:italic;
	font-size: 12px;
	border-radius: 2px;
}
.tb_program .speaker_box.longbox{
	width:100%;
}
.tb_program .speaker_box.country_box .name .name_t{
	font-weight:bold;
	color:#000;
}
.tb_program .speaker_box.country_box .name{
	width:calc(100% - 128px - 20px);
	padding-top:5px;
}

.tb_program .presen_btn{
	padding:5px 0 2px 0;
}
.tb_program .presen_btn a{
	color:#FFFFFF;
	padding:5px 10px;
	background-color:#1D89CA;
	background-image:none;
	border-radius: 2px;
	font-weight:bold;
	text-decoration:none;
}

/*プログラムタブ*/
.tab_program{
	display:table;
	table-layout: fixed;
	width:100%;
	margin:10px 0 20px 0;
	border-bottom:2px solid #1D89CA;
	border-collapse: separate;
	border-spacing: 2px 0;
}
.tab_program li{
	display:table-cell;
	text-align:center;
	position: relative;
	vertical-align:middle;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-left:1px solid #8bc3e5;
	border-right:1px solid #8bc3e5;
	border-top:1px solid #8bc3e5;
	transition:background .3s;
}
.tab_program li a{
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#1D89CA;
	display:block;
	line-height:1.4;
}
.tab_program li:hover{
	cursor:pointer;
	background:#8bc3e5;
}
.tab_program li.active{
	background:#1D89CA;
	border-left:1px solid #1D89CA;
	border-right:1px solid #1D89CA;
	border-top:1px solid #1D89CA;
}
.tab_program li:hover a,
.tab_program li.active a{
	color:#ffffff;
}
.tab_program li.active::after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(92, 213, 132, 0);
	border-top-color: #1D89CA;
	border-width: 12px;
	margin-left: -12px;
}


/*Workig Groups*/
.table_style01 tr.tr_t th,
.table_style01 tr.tr_t td{
	border-bottom:none;
}
.table_style01 tr.tr_s th,
.table_style01 tr.tr_s td{
	border-top:none;
	border-bottom:none;
}
.table_style01 tr.tr_s th{
	text-align:right;
}
.table_style01 tr.tr_s td{
	text-indent:-1em;
	padding-left:calc(20px + 1em);
	padding-left:20px;
}



/*--------------------------------------------------------------------*/
/*NSLI*/
/*--------------------------------------------------------------------*/
/*アコーディオンはFAQのスタイルを流用*/
.faq.nsli .text{
	border:1px solid #DDDDDD;
	border-top:none;
}


/*--------------------------------------------------------------------*/
/*News Mails*/
/*--------------------------------------------------------------------*/
/*ボタン*/
a.btn_newsmails{
	position:relative;
	display:inline-block;
	text-decoration: none;
	background: #072c7a;
	background: -moz-linear-gradient(left,  #072c7a 0%, #2e7ad1 50%, #33cccc 100%);
	background: -webkit-linear-gradient(left,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	background: linear-gradient(to right,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	padding:15px 15px 15px 50px;
	max-width:350px;
	width:90%;
	border-radius:50px;
	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);
	font-size:22px;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	line-height:1.3;
}
a.btn_newsmails::before{
	content:"";
	background:url(../img/common/gnav_08.png) no-repeat right 20px center #E6ECF3;
	background-size:auto 80%;
	overflow: hidden;
	display: block;
	position: absolute;
	top:2px;
	left:2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition:opacity .3s;
	z-index:0;
	border-radius:50px;
}
a.btn_newsmails::after{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #072C7A;
    position: absolute;
    top: 50%;
    left:30px;
    margin-top:-3px;
	z-index:1;
}
a.btn_newsmails p{
	position:relative;
	z-index:1;
	font-weight:700;
}
a.btn_newsmails span{
	display:block;
	font-size:14px;
	color:#333333;
	font-weight:500;
}

/*フォーム*/
.form table th{
	vertical-align:middle;
}
.form input[type=text]{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.form input[type=text].half{
	width:40%;
}

.form .form_btn{
	position:relative;
	display:inline-block;
	text-decoration: none;
	background: #072c7a;
	background: -moz-linear-gradient(left,  #072c7a 0%, #2e7ad1 50%, #33cccc 100%);
	background: -webkit-linear-gradient(left,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	background: linear-gradient(to right,  #072c7a 0%,#2e7ad1 50%,#33cccc 100%);
	max-width:250px;
	width:90%;
	margin:10px;
	border-radius:50px;
	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);
	border:none;
}
.form .form_btn::before{
	content:"";
	background:#E6ECF3;
	overflow: hidden;
	display: block;
	position: absolute;
	top:2px;
	left:2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition:opacity .3s;
	z-index:0;
	border-radius:50px;
}
.form .form_btn::after{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px #072C7A;
    position: absolute;
    top: 50%;
    left:30px;
    margin-top:-3px;
	z-index:1;
}
.form .form_btn input{
	position:relative;
	z-index:1;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	line-height:1.3;
	background:none;
	border:none;
	margin:0;
	display:block;
	width:100%;
	padding:12px 30px 12px 30px;
	font-size:18px;
	cursor:pointer;
}


/*--------------------------------------------------------
	 ポスターコンテスト投票
--------------------------------------------------------*/
#poster_contest_vote{}
#poster_contest_vote table.list_table th,
#poster_contest_vote table.list_table td{
	padding:3px 8px;
	font-size:14px;
	/*background:#E7F1FA;*/
}
#poster_contest_vote table.list_table th{
	background:#0066CB;
	color:#FFFFFF;
	border:3px solid #E7F1FA;
	font-weight:normal;
}

#poster_contest_vote #vote_wrap{
	padding:20px;
	border:1px solid #E7F1FA;
	background:#F9F9F9;
	margin-bottom:15px;
}

#poster_contest_vote #vote_wrap .question{
	font-size:15px;
	font-weight:bold;
}
#poster_contest_vote #vote_wrap .question span{
	background:#1D89CA;
	color:#FFFFFF;
	display:inline-block;
    margin-right:10px;
    width:26px;
    text-align:center;
}
#poster_contest_vote #vote_wrap .field{
	padding-left:36px;
    font-size:14px;
    color:#333;
}
#poster_contest_vote #vote_wrap input[type="text"]{
	font-size: 18px;
    padding: 8px 15px;
    width: 100%;
	outline: none;
	box-sizing:content-box;
	-webkit-box-sizing: content-box;
}
#poster_contest_vote #vote_wrap .input_mail{
	position: relative;
	width: 80%;
}
#poster_contest_vote #vote_wrap .input_mail input[type="text"]{
	transition: 0.3s;
	padding-left: 40px;
}
#poster_contest_vote #vote_wrap .input_mail input[type="text"]:focus {
	border-color: #0066CB;
}
#poster_contest_vote #vote_wrap .input_mail i {
    position: absolute;
    left: 12px;
    top: 9px;
    transition: 0.3s;
    font-size: 20px;
}
#poster_contest_vote #vote_wrap .input_mail input[type="text"]:focus + i {
	color: #0066CB;
}

#poster_contest_vote #vote_wrap .select_country select{
	font-size: 18px;
    padding: 8px 15px;
}
#poster_contest_vote #vote_wrap .input_status label{
	font-size: 18px;
}

#poster_contest_vote #vote_wrap .entry_list{
	overflow:hidden;
}
#poster_contest_vote #vote_wrap .entry_list *{
	box-sizing:border-box;
}
#poster_contest_vote #vote_wrap .entry_list li{
	float:left;
	width:30%;
	margin:0 3% 15px 0;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}
#poster_contest_vote #vote_wrap .entry_list li .name{
	background:#1D89CA;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}
#poster_contest_vote #vote_wrap .entry_list li .image{
	text-align:center;
	height:150px;
	padding:10px;
}
#poster_contest_vote #vote_wrap .entry_list li .image a{
	cursor:zoom-in;
}
#poster_contest_vote #vote_wrap .entry_list li .image img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
#poster_contest_vote #vote_wrap .entry_list li .button{
	padding:0 10px 10px 10px;
}
#poster_contest_vote #vote_wrap .entry_list li .button input[type="radio"]{
	display:none;
}
#poster_contest_vote #vote_wrap .entry_list li .button label{
	display:block;
	border-radius:5px;
	padding:4px 10px;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	cursor:pointer;
	border:1px solid #DDDDDD;
	letter-spacing:0.2em;
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
#poster_contest_vote #vote_wrap .entry_list li .button input[type="radio"]:checked + label{
	border:1px solid #f7d276;
	background: #fceabb;
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #f7d276 100%);
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#f7d276 100%);
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#f7d276 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f7d276',GradientType=0 );
}

#poster_contest_vote #vote_wrap .send{
	text-align:center;
}
#poster_contest_vote #vote_wrap .send input{
	margin:0 10px;
	cursor:pointer;
}
#poster_contest_vote #vote_wrap .send .btn_blue{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	width:200px;
	color:#FFFFFF;
	background:#1D89CA;
	border:none;
	border-bottom:4px solid #006699;
	border-radius:5px;
	transition: 0.3s;
}
#poster_contest_vote #vote_wrap .send .btn_blue:hover{
	background:#61ADDA;
}
#poster_contest_vote #vote_wrap .send .btn_gray{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	width:200px;
	color:#FFFFFF;
	background:#808080;
	border:none;
	border-bottom:4px solid #666666;
	border-radius:5px;
	transition: 0.3s;
}
#poster_contest_vote #vote_wrap .send .btn_gray:hover{
	background:#A6A6A6;
}

#poster_contest_vote #vote_wrap .confirm_box{
	font-weight: bold;
    font-size: 16px;
    background: #fff;
    border: 1px solid #DDD;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
}
#poster_contest_vote #vote_wrap .confirm_box img{
	max-width:80%;
}

#poster_contest_vote .vote_note_title{
	color:#ffffff;
	background:#1D89CA;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 5px;
	text-align:center;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width:calc(100% - 10px);
	margin-bottom:15px;
}
#poster_contest_vote .vote_note_title:before{
	content: "";
	animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
	background-color: #fff;
	width: 140%;
	height: 100%;
	transform: skewX(-45deg);
	top: 0;
	left: -160%;
	opacity: 0.5;
	position: absolute;
}

@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}


/*--------------------------------------------------------------------*/
/*日本語フォント*/
/*--------------------------------------------------------------------*/
body.jp,
body.jp #nav_wrap,
body.jp h1,
body.jp h2,
body.jp .top_newsmail_box .title,
body.jp .meeting_list li .text .name,
body.jp .meeting_list li .text .name_sub,
body.jp .meeting_title .text .name,
body.jp .meeting_title .text .name_sub,
body.jp a.btn_newsmails,
body.jp .form .form_btn input{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}

body.jp .gnav li .subnavi .subnavi_menu li{
	margin-bottom:10px;
}

body.jp h2{ font-weight:normal; }

body.jp #pankuzu li::before{
	top:6px;
}