@charset "utf-8";
/************************************************
 common 
************************************************/
html body {
	background: #f9f9f9;
	color: #444;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
  -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
  letter-spacing: .1em;
	min-width: 1000px;
}
html body .ntv-programHeader-calendar{
	letter-spacing: normal!important;
}

.ctl-section {
	background: #f9f9f9;
}
.ctl-section-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ctl-section-inner:first-child {
	padding-top: 0;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt40 { margin-top: 40px !important;}

.tc {	text-align: center;	}
.tr {	text-align: right; }
.tl {	text-align: left; }

.bold { font-weight: bold;}

.small { font-size: .8em !important; }
.padL { padding-left: 1em !important;}

.ctl-btnPagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: rgba(34, 34, 34, .6);
}
.ctl-btnPagetop:hover {
	opacity: .6;
}
.ctl-btnPagetop:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s linear;
}
.ctl-bannerArea {
	width: 728px;
	margin: 0 auto;
}
.ctl-bannerArea li {
	display: block;
	margin-bottom: 20px;
	line-height: 1;
}
.ctl-bannerArea li:last-child {
	margin-bottom: 0;
}
.ctl-bannerArea li a {
	display: block;
	font-size: 0;
}
.ctl-bannerArea li a:hover {
	opacity: .6;
}
.ctl-bannerArea li a img {
	width: 100%;
	height: auto;
}
.ctl-blockImage {
	display: block;
	margin: 0 auto;
	line-height: 1;
	font-size: 0;
}

/* #main
**********************************/
#main {
	float: none;
}

/* #topad
**********************************/
#topad {
	background: #fff;
	padding:5px 0;
}

/* #header
**********************************/
.ctl-header {
	background: #f9f9f9;
}
.ctl-header h1 {
	max-width: 1000px;
	margin: 0 auto;
  padding: 0;
}
.ctl-logo img {
	display: block;
	line-height: 1;
	margin: 0 auto;
  height: auto;
}
.ctl-textLead {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #f76f01;
}

/* #header
**********************************/
.ctl-nav {
	background: #262626;
	/* background: #3dc1ad; */
	padding: 20px 0;
}
.ctl-nav ul {
	text-align: center;
	margin: 0;
}
.ctl-nav ul li {
	display: inline-block;
	margin: 0 40px;
}
.ctl-nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: .2em;
	font-weight: bold;
}
.ctl-nav ul li a span {
	color: #ff892b;
	display: block;
	font-size: .4em;
	font-weight: normal;
	letter-spacing: .1em;
}
.ctl-nav ul li a:hover {
	opacity: .6;
}
.ctl-nav ul li a[nohref] {
	opacity: .4 !important;
}

/* sns
**********************************/
.global_NTV_snsArea .global_NTV_snsList{
  padding: 20px;
  text-align: center;
}
.global_NTV_snsArea .global_NTV_snsList li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.global_NTV_snsArea .fb_iframe_widget span{
	vertical-align: top!important;
}

/* text
**********************************/
.ctl-secTitle01 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.4;
	position: relative;
	border-bottom: solid 3px #3dc1ad;
	text-align: center;
}
.ctl-secTitle01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f76f01;
  bottom: -3px;
  width: 50%;
}
.ctl-textNormal {
	line-height: 1.6;
	font-size: .9em;
}
.ctl-textlarge {
	line-height: 1.6;
	font-size: 1.3em;
	color: #3dc1ad;
	font-weight: bold;
}
.ctl-textSub {
	color: #999;
	font-size: 1em;
}

/************************************************
 outline 
************************************************/
.ctl-table {
	margin: 0 40px;
}
.ctl-table th,
.ctl-table td {
	padding: 10px;
}
.ctl-table th {
	color: #3dc1ad;
	font-weight: normal;
	width: 20%;
	text-align: right;
	vertical-align: top;
}
.ctl-table td {
	font-size: .9em;
}
.ctl-dateList li span {
  display: inline-block;
  width: 4.5em;
}
.ctl-dateList li:last-of-type {
  padding-left: 4.5em;
}


/************************************************
 session 
************************************************/
.ctl-contentWrap {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
[class*='ctl-themeTitle'] {
	color: #3dc1ad;
	margin: 0;
	font-weight: bold;
	line-height: 2;
  font-size: 1.2em;
}
[class*='ctl-themeTitle'] span {
	background: #3dc1ad;
	border-radius: 2px;
	display: inline-block;
	vertical-align: text-top;
	line-height: 1;
	font-size: .6em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: .4em;
	margin-right: 1em;
	letter-spacing: .4em;
	text-indent: .4em;
}
.ctl-themeText_01 {
  font-weight: bold;
}
.ctl-textDate {
	font-size: .8em;
}
.ctl-listSpeakers {
  font-size: .8em;
	margin-top: 10px;
}
.ctl-listSpeakers-name {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1em;
	width: 6.5em;
}
.ctl-listSpeakers-info {
  font-size: .8em;
}
.ctl-listSpeakers-info.wrap {
  display: block;
  line-height: 1.2;
  margin: -.2em 0 .5em;
}
.ctl-sessionTable {
  border-spacing: 0;
  border-collapse: separate;
	width: 100%;
}
.ctl-sessionTable th {
  width: 14%;
  vertical-align: top;
  padding:.5em .5em 0;
  font-size: .7em;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.ctl-sessionTable td {
  padding: 0 .5em;
  line-height: 1.8;
  font-size: .9em;
}
.ctl-timeTable {
  border-spacing: 0;
  border-collapse: separate;
}
.ctl-timeTable > tbody > tr > th {
  width: 16%;
  vertical-align: top;
  padding: 0 1.3em 0 0;
  text-align: right;
  line-height: 1.8;
  white-space: nowrap;
	border-right: 1px solid #ccc;
}
.ctl-timeTable > tbody > tr > td {
	padding: 0 0 2em 1.5em;
  line-height: 1.8;
  font-size: .9em;
}
.ctl-timeTable-title {
	color: #f76f01;
  margin: 0;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.2em;
}
.ctl-contentBox_left {
  width: 600px;
  float: left;
}
.ctl-contentBox_right {
  width: 300px;
  float: right;
  padding-top: 20px;
	text-align: center;
}
.ctl-contentBox_right img {
  /* width: 100%; */
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.ctl-contentBox_left p {
	font-size: .9em;
	margin-top: 1em;
}
.ctl-presenterTitle01 {
  font-size: 1.2em;
  letter-spacing: .2em;
  padding-bottom: .5em;
}
.ctl-presenterTitle01 span {
	color: #ff892b;
  font-size: .6em;
}
.ctl-presenterList01 {
  margin: 0 -10px;
  overflow: hidden;
}
.ctl-presenterList01 li {
  display: block;
  width: 176px;
  margin: 0 10px 40px;
  text-align: center;
  float: left;
}
.ctl-presenterList01 li span {
  letter-spacing: 0.1em;
  color: #999;
  display: block;
  margin-top: 10px;
  font-size: .7em;
}
.ctl-sessionTitle_01 {
	background: #f76f01;
	color: #fff;
	padding: .4em .8em;
	border-radius: 2px;
	font-size: 1.2em;
	font-weight: bold;
}
.ctl-sessionTitle_01 span.title_01 {
	background: #fff;
	color: #f76f01;
	padding: .2em .6em;
	margin: 0 .6em 0 0;
	border-radius: 2px;
}
.ctl-place-tag {
	margin-top: .6em;
}
.ctl-place-tag span {
	background: #3dc1ad;
	border-radius: 2px;
	padding: .4em .8em;
	color: #fff;
	margin-right: .6em;
}

/************************************************
 exhibition 
************************************************/
.ctl-exhibitionList {
  font-size: 1em;
  line-height: 2;
  margin: 0 40px 0;
}

.ctl-exhibitionList li span {
  font-size: .8em;
}


.btn_ctl2017 {
	margin: 50px auto;
	text-align: center;
}
.btn_ctl2017 a {
	display: inline-block;
	background: #f76f01;
	color: #fff;
	padding: 1em 2em;
	text-decoration: none;
	border-radius: 5px;
}
.btn_ctl2017 a:hover {
	opacity: .6;
}
.ctl-red-tag {
	color: #da0704 !important;
	background: #fff !important;
	border: 1px solid #da0704;
	padding: .2em .6em !important;
	border-radius: 2px;
	font-size: .8em;
  letter-spacing: .4em;
	line-height: 1;
}
