@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,400italic,900italic,900,700italic,700,500italic,500,300italic,100italic);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-------------------- common --------------------*/
html,body{margin:0;padding:0;height:100%;background:transparent;}body{font:13px/1.231 arial,Helvetica,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande","ＭＳ Ｐゴシック","Osaka",sans-serif;*font-size:small;*font:x-small;color:#000000;text-align:left;background:#ffffff;line-height:1.6;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}table{font-size: inherit;font:100%;width:100%;border-collapse:collapse;border:0;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}img{vertical-align:bottom;}strong{font-weight:bold;}p{margin-bottom:1em;}object{margin:0;padding:0;}
html, body {
	background: #fff;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 14px;
	color: #111;
	line-height: 1.8;
}
a {
	color: #111;
	text-decoration: none;
}
input {
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}
img {
	display: block;
	max-width: 100%; height: auto;
}
.red {
	color: #d50000;
}
.yellow {
	color: #afb42b;
}
.wrap_btn {
	margin: 0 15px;
}
.wrap_btn .btn_back {
	display: block;
	width: 100%; height: 38px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
.mb30 {
	margin-bottom: 30px !important;
}

/*-------------------- header --------------------*/
#header {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 40px;
	background: #fff;
	background: rgba(255,255,255,0.96);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	z-index: 400;
}
#header h1 {
}
#header h1 a {
	display: block;
	margin: 0 auto;
	width: 100px; height: 40px;
	background: url(../img/common/logo01.png) center center no-repeat;
	text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#header h1 a {
	background-image: url(../img/common/logo01@2x.png);
	-webkit-background-size: 85px 20px;
	background-size: 85px 20px;
}
}
#btn_snav {
	position: absolute;
	top: 12px; right: 15px;
	width: 24px; height: 16px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 100;
}
#btn_snav span {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: -1px 0 0 -12px;
	width: 24px; height: 2px;
	background: #111;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_snav span:before,
#btn_snav span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px; height: 2px;
	background: #111;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_snav span:before {
	top: -6px;
}
#btn_snav span:after {
	top: 6px;
}
#btn_snav.active span {
	background-color: transparent;
}
#btn_snav.active span:before {
	top: 0;
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#btn_snav.active span:after {
	top: 0;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*-------------------- snav --------------------*/
#snav {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.9);
	overflow: hidden;
	z-index: 300;
}
#snav ul {
	margin-top: 40px;
}
#snav ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #222;
}
#snav ul li:last-child {
	border-bottom: none;
}
#snav ul li a {
	display: table-cell;
	position: relative;
	padding: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#snav ul li a:after {
	content: "";
	position: absolute;
	top: 50%; right: 20px;
	margin-top: -9px;
	width: 10px; height: 17px;
	background: url(../img/common/ico_arrow01.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#snav ul li a:after {
	background-image: url(../img/common/ico_arrow01@2x.png);
	-webkit-background-size: 10px 17px;
	background-size: 10px 17px;
}
}
#snav ul li a .en {
	display: none;
}
#btn_close {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 50px;
	background: #afb42b;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

/*-------------------- gnav --------------------*/
#gnav {
	position: fixed;
	bottom: 0; left: 0;
	width: 100%; height: 50px;
	background: rgba(30,30,30,0.96);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	z-index: 200;
}
#gnav ul {
	overflow: hidden;
}
#gnav ul li {
	position: relative;
	float: left;
	width: 25%;
}
#gnav ul .cur:after {
	content: "";
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 2px;
	background: #afb42b;
}
#gnav ul li a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

/*-------------------- wrap_share --------------------*/
.wrap_share {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 300;
}
.wrap_share .inner {
	position: absolute;
	top: 50%; left: 50%;
	margin: -36px 0 0 -110px;
	width: 219px;
	border-left: 1px solid #333;
	overflow: hidden;
}
.wrap_share .inner a {
	float: left;
	padding: 20px;
	border-right: 1px solid #333;
}
.wrap_share .inner a img {
	width: 32px; height: 32px;
}
.wrap_share .sub {
	margin-top: 160px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #afb42b;
}
.wrap_share .name {
	margin: 0 30px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}
.wrap_share .btn_close_share {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 50px;
	background: #afb42b;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

/*-------------------- footer --------------------*/
#footer {
	padding-bottom: 80px;
	background: #fff;
	overflow: hidden;
}
#footer .bnr {
	background: #e0e0e0;
	overflow: hidden;
}
#footer .bnr ul {
	margin: 15px 15px 0;
}
#footer .bnr ul li {
	margin-bottom: 15px;
}
#footer .bnr ul li a {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#footer .credits {
	margin: 30px 0;
}
#footer .credits ul li {
	text-align: center;
}
#footer .nav_sns {
	margin-bottom: 30px;
}
#footer .nav_sns ul {
	text-align: center;
}
#footer .nav_sns ul li {
	display: inline-block;
	margin: 0 7px;
}
#footer .nav_sns ul li a {
}
#footer .nav_sns ul li a img {
	width: 36px; height: 36px;
}
#footer .credits ul li a img {
	display: inline;
}
#footer .copyrights {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

/*-------------------- contents --------------------*/
/*---------- sec_home ----------*/
#home {
	position: relative;
	background: #333 url(../img/common/bg03.gif) 0 0 repeat-x;
	overflow: hidden;
}

#kv_compe {
	padding-top: 40px;
	background: #000;
	text-align: center;
}
#kv_compe img {
	display: inline-block;
}
#wrap_compe {
	padding: 40px 0;
	text-align: center;
}
#wrap_compe img {
	display: inline;
	margin-bottom: 40px;
	width: 600px;
}

#home .kv {
	position: relative;
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
	opacity: 0;
}
#home .kv01 {
	/*background: #000 url(../img/home/bg_kv01.jpg) center center;*/
	-webkit-background-size: cover;
	background-size: cover;
}
#home .kv01 img {
	position: absolute;
	top: 50%; left: 50%;
	z-index: 200;
}
#home .kv01 .kv01_content01 {
	margin: -59px 0 0 -28px;
	width: 56px; height: 118px;
}
#home .kv01 .kv01_content02 {
	left: 77%;
	margin: -33px 0 0 -33px;
	width: 66px; height: 66px;
}
#home .kv01 .kv01_content03 {
	left: 23%;
	margin: -29px 0 0 -29px;
	width: 59px; height: 59px;
}
#home .kv01 .kv01_content04 {
	top: auto; bottom: 15px; left: 15px;
	margin: 0;
	width: 97px; height: 43px;
}
#home .kv01 .kv01_content05 {
	display: none;
}
#home nav {
	width: 100%;
	overflow: hidden;
	z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
#home nav {
	background-image: url(../img/common/bg01@2x.gif);
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
}
}
#home nav li {
	position: relative;
	float: left;
	width: 50%;
}
#home nav li:nth-child(1):after,
#home nav li:nth-child(2):after,
#home nav li:nth-child(3):after,
#home nav li:nth-child(4):after {
	content: "";
	position: absolute;
	background: #222;
}
#home nav li:nth-child(1):after {
	top: 7%; right: 0;
	width: 1px; height: 86%;
}
#home nav li:nth-child(2):after {
	bottom: 0; left: 7%;
	width: 86%; height: 1px;
}
#home nav li:nth-child(3):after {
	top: -1px; left: 7%;
	width: 86%; height: 1px;
}
#home nav li:nth-child(4):after {
	top: 7%; left: -1px;
	width: 1px; height: 86%;
}
#home nav li a {
	display: block;
	position: relative;
	margin: 0;
}
#home nav li a:after {
	content: "";
	display: block;
	padding-top: 75%;
}
#home nav li a .content {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 0;
}
#home nav li a .content img {
	position: absolute;
	top: 50%; left: 50%;
	margin: -18px 0 0 -65px;
	width: 130px; height: 37px;
}
#slide {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	overflow: hidden;
}
#slide li {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#slide li .inner {
	position: absolute;
	width: 120%; height: 120%;
	top: -10%; left: -10%;
}
#slide .slide_01 .inner {
	background: #000 url(../img/home/bg_kv01_s.jpg) center center;
	background-size: cover;
	-moz-background-size: cover;
}
#slide .slide_02 .inner {
	background: #000 url(../img/home/bg_kv02_s.jpg) center center;
	background-size: cover;
	-moz-background-size: cover;
}
#slide .slide_03 .inner {
	background: #000 url(../img/home/bg_kv03_s.jpg) center center;
	background-size: cover;
	-moz-background-size: cover;
}
/*---------- sec_program ----------*/
#program,
#program02 {
	padding-top: 40px;
	background: #333;
	overflow: hidden;
}
#program .ttl,
#program02 .ttl {
	line-height: 1.4;
}
#program .ttl h2,
#program02 .ttl h2 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.15em;
}
#program .ttl .jp,
#program02 .ttl .jp {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #afb42b;
	text-align: center;
	letter-spacing: 0.1em;
}
#program .nav_search,
#program02 .nav_search {
	margin: 0 14px;
	padding-bottom: 15px;
	overflow: hidden;
}
#program .nav_search ul li,
#program02 .nav_search ul li {
	float: left;
	width: 16.66%;
	width: calc(100%/6);
}
#program .nav_search ul li a,
#program02 .nav_search ul li a {
	display: block;
	position: relative;
	margin: 0 1px;
	background: #222;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
}
#program .nav_search ul li a:after,
#program02 .nav_search ul li a:after {
	content: "";
	display: block;
	padding-top: 100%;
}
#program .nav_search ul li a .content,
#program02 .nav_search ul li a .content {
	position: absolute;
	top: 50%; right: 0; bottom: 0; left: 0;
	margin: -13px 0 0 0;
}
#program .nav_search ul li:nth-child(1) a .content,
#program02 .nav_search ul li:nth-child(1) a .content {
	margin-top: -8px;
}
#program .nav_search ul li a .content span,
#program02 .nav_search ul li a .content span {
	display: block;
	font-size: 10px;
	font-weight: 300;
}
#program .nav_search ul .cur,
#program02 .nav_search ul .cur {
	position: relative;
}
#program .nav_search ul .cur:after,
#program02 .nav_search ul .cur:after {
	content: "";
	position: absolute;
	bottom: -16px; left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
}
#program .nav_search ul .cur a,
#program02 .nav_search ul .cur a {
	background: #fff;
	color: #111;
}
#program .list_program,
#program02 .list_program {
}
#program .list_program ul,
#program02 .list_program ul {
	padding: 0 15px;
	overflow: hidden;
}
#program .list_program ul li,
#program02 .list_program ul li {
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#program .list_program ul li a,
#program02 .list_program ul li a {
	display: block;
}
#program .list_program ul li .wrap_thumb,
#program02 .list_program ul li .wrap_thumb {
	position: relative;
}
#program .list_program ul li .wrap_thumb .ico_free01,
#program02 .list_program ul li .wrap_thumb .ico_free01 {
	position: absolute;
	top: 10px; left: 10px;
	width: 70px; height: 70px;
	z-index: 10;
}
#program .list_program ul li .wrap_txt,
#program02 .list_program ul li .wrap_txt {
	padding: 20px 15px;
	overflow: hidden;
}
#program .list_program ul li .wrap_txt .date,
#program02 .list_program ul li .wrap_txt .date {
	float: left;
	width: 48px;
	border: 1px solid #111;
	text-align: center;
	line-height: 1.1;
}
#program .list_program ul li .wrap_txt .date p,
#program02 .list_program ul li .wrap_txt .date p {
	margin: 0;
}
#program .list_program ul li .wrap_txt .date .top,
#program02 .list_program ul li .wrap_txt .date .top {
	height: 48px;
	border-bottom: 1px solid #111;
}
#program .list_program ul li .wrap_txt .date .top .md,
#program02 .list_program ul li .wrap_txt .date .top .md {
	padding-top: 8px;
	font-size: 18px;
	font-weight: 700;
}
#program .list_program ul li .wrap_txt .date .top .dow,
#program02 .list_program ul li .wrap_txt .date .top .dow {
	font-size: 12px;
	font-weight: 300;
}
#program .list_program ul li .wrap_txt .date .bottom .start,
#program02 .list_program ul li .wrap_txt .date .bottom .start {
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
}
#program .list_program ul li .wrap_txt .category,
#program02 .list_program ul li .wrap_txt .category {
	float: left;
	border-right: 1px solid #111;
}
#program .list_program ul li .wrap_txt .category img,
#program02 .list_program ul li .wrap_txt .category img {
	width: 45px; height: auto;
}
#program .list_program ul li .wrap_txt .txt,
#program02 .list_program ul li .wrap_txt .txt {
	position: relative;
	margin-left: 110px;
	height: 111px;
	line-height: 1.3;
}
#program .list_program ul li .wrap_txt .txt p,
#program02 .list_program ul li .wrap_txt .txt p {
	margin: 0;
}
#program .list_program ul li .wrap_txt .txt .name,
#program02 .list_program ul li .wrap_txt .txt .name {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}
#program .list_program ul li .wrap_txt .txt .name .small,
#program02 .list_program ul li .wrap_txt .txt .name .small {
	font-size: 10px;
	font-weight: 700;
}
#program .list_program ul li .wrap_txt .txt .name .normal,
#program02 .list_program ul li .wrap_txt .txt .name .normal {
	font-size: 13px;
}
#program .list_program ul li .wrap_txt .txt .sub,
#program02 .list_program ul li .wrap_txt .txt .sub {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 300;
}
#program .list_program ul li .wrap_txt .txt .time,
#program02 .list_program ul li .wrap_txt .txt .time {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}
#program .list_program ul li .btn_share,
#program02 .list_program ul li .btn_share {
	display: block;
	position: absolute;
	right: 10px; bottom: 10px;
	z-index: 100;
}
#program .list_program ul li .btn_share img,
#program02 .list_program ul li .btn_share img {
	width: 30px; height: 30px;
	cursor: pointer;
}
#program .btn_download,
#program02 .btn_download {
	display: block;
	margin: 0 15px 15px;
	background: #afb42b url(../img/common/ico_download01.png) 15px center no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

/*---------- sec_access ----------*/
#access,
#access02 {
	padding-top: 40px;
	background: #fff;
	overflow: hidden;
}
#access .ttl,
#access02 .ttl {
	line-height: 1.4;
}
#access .ttl h2,
#access02 .ttl h2 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.15em;
}
#access .ttl .jp,
#access02 .ttl .jp {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #afb42b;
	text-align: center;
	letter-spacing: 0.1em;
}
#access .contents,
#access02 .contents {
	margin: 0 15px;
}
#access .wrap_map,
#access02 .wrap_map {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#access .wrap_map iframe,
#access02 .wrap_map iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100% !important;
	height: 100% !important;
}
#access .sec01,
#access02 .sec01 {
	margin-bottom: 30px;
}
#access .sec01 h3,
#access02 .sec01 h3 {
	font-weight: 700;
}
#access .sec01 p,
#access02 .sec01 p {
	margin: 0;
}
#access .sec01 dl dt,
#access02 .sec01 dl dt {
	float: left;
}
#access .sec01 dl dd,
#access02 .sec01 dl dd {
	margin-left: 70px;
}
#access .sec01 a,
#access02 .sec01 a {
	text-decoration: underline;
}
#access .sec02,
#access02 .sec02 {
	margin-bottom: 30px;
	padding: 0 15px 20px;
	border: 1px solid #111;
}
#access .sec02 h3,
#access02 .sec02 h3 {
	margin: 0 -15px 20px;
	padding: 0 15px;
	border-bottom: 1px solid #111;
	font-weight: 700;
	line-height: 45px;
}
#access .sec02 h4,
#access02 .sec02 h4 {
	margin-bottom: 15px;
}
#access .sec02 p,
#access02 .sec02 p {
	margin: 0;
}
#access .sec02 dl dt,
#access02 .sec02 dl dt {
	float: left;
}
#access .sec02 dl dd,
#access02 .sec02 dl dd {
	margin-left: 40px;
}
#access .sec02 a,
#access02 .sec02 a {
	text-decoration: underline;
}

/*---------- sec_ticket ----------*/
#ticket {
	padding-top: 40px;
	background: #333;
	color: #fff;
	overflow: hidden;
}
#ticket .ttl {
	line-height: 1.4;
}
#ticket .ttl h2 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.15em;
}
#ticket .ttl .jp {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #afb42b;
	text-align: center;
	letter-spacing: 0.1em;
}
#ticket .contents {
	margin: 0 15px;
}
#ticket .sec01 {
	margin-bottom: 30px;
}
#ticket .sec01 h3 {
	font-weight: 700;
}
#ticket .sec01 a {
	text-decoration: underline;
}
#ticket .sec01 .small {
	font-size: 10px;
}
#ticket .sec02 {
	margin-bottom: 30px;
	padding: 20px 15px;
	border: 1px solid #666;
}
#ticket .sec02 h3 {
	margin: -20px -15px 20px;
	padding: 0 15px;
	border-bottom: 1px solid #666;
	font-weight: 700;
	line-height: 45px;
}
#ticket .sec02 a {
	color: #fff;
	text-decoration: underline;
}
#ticket .sec02 .small {
	font-size: 10px;
}
#ticket .contents .sec02 h4,
#ticket02 .contents .sec02 h4 {
	margin-top: 1.5em;
	padding: 1em 0;
	border-top: 1px solid #666;
	font-weight: bold;
}
#ticket .contents .sec02 a,
#ticket02 .contents .sec02 a {
	color: #afb42b;
}
#ticket .contents .sec02 dl dt,
#ticket02 .contents .sec02 dl dt {
	font-weight: bold;
}
#ticket .contents .sec02 dl dd,
#ticket02 .contents .sec02 dl dd {
	margin-bottom: 1em;
}

/*---------- sec_detail ----------*/
#sec_detail {
	padding-top: 40px;
}
#sec_detail .wrap_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#sec_detail .wrap_youtube iframe {
	position: absolute;
	top: 0; right: 0;
	width: 100% !important;
	height: 100% !important;
}
#sec_detail .wrap_video video {
	width: 100%;
	height: 100%;
}
#sec_detail .wrap_kv {
	position: relative;
	width: 100%;
}
#sec_detail .wrap_kv .ico_free01 {
	position: absolute;
	top: 10px; left: 10px;
	width: 70px; height: 70px;
	z-index: 10;
}
#sec_detail .wrap_kv .thumb_bg,
#sec_detail .wrap_youtube .thumb_bg {
	display: none;
}
#sec_detail .wrap_txt {
	position: relative;
	margin-bottom: 0;
	padding: 20px 15px;
	overflow: hidden;
}
#sec_detail .wrap_txt .date {
	float: left;
	width: 48px;
	border: 1px solid #111;
	text-align: center;
	line-height: 1.1;
}
#sec_detail .wrap_txt .date p {
	margin: 0;
}
#sec_detail .wrap_txt .date .top {
	height: 48px;
	border-bottom: 1px solid #111;
}
#sec_detail .wrap_txt .date .top .md {
	padding-top: 8px;
	font-size: 18px;
	font-weight: 700;
}
#sec_detail .wrap_txt .date .top .dow {
	font-size: 12px;
	font-weight: 300;
}
#sec_detail .wrap_txt .date .bottom .start {
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
}
#sec_detail .wrap_txt .category {
	float: left;
	border-right: none;
}
#sec_detail .wrap_txt .category img {
	margin-bottom: 0;
	width: 45px; height: auto;
}
#sec_detail .wrap_txt .txt {
	position: relative;
	margin-left: 95px;
	padding-left: 15px;
	padding-bottom: 35px;
	height: auto;
	min-height: 76px;
	border-left: 1px solid #111;
	line-height: 1.4;
}
#sec_detail .wrap_txt .txt p {
	margin: 0;
}
#sec_detail .wrap_txt .txt .name {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 500;
}
#sec_detail .wrap_txt .txt .sub {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 300;
}
#sec_detail .wrap_txt .txt .sub strong {
	font-size: 12px;
}
#sec_detail .wrap_txt .txt .name .small {
	font-size: 10px;
	font-weight: 700;
}
#sec_detail .wrap_txt .txt .name .normal {
	font-size: 18px;
}
#sec_detail .wrap_txt .txt .time {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}
#sec_detail .wrap_txt .btn_share {
	display: block;
	position: absolute;
	right: 10px; bottom: 15px;
	z-index: 100;
}
#sec_detail .wrap_txt .btn_share img {
	width: 30px; height: 30px;
}
#sec_detail .wrap_detail {
	margin: 0 15px 25px;
	padding: 0;
}
#sec_detail .wrap_detail_image {
	margin: 0 15px 30px;
}
#sec_detail .wrap_detail_image img {
	margin-bottom: 15px;
}
#sec_detail .wrap_detail_sub {
	margin: 0 15px 20px;
	padding: 20px 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	font-size: 13px;
}
#sec_detail .wrap_detail_sub p {
	margin: 0;
}
#sec_detail .wrap_detail_sub dl {
	margin: 1em 0;
	border-top: 1px solid #111;
	overflow: hidden;
}
#sec_detail .wrap_detail_sub dl dt,
#sec_detail .wrap_detail_sub dl dd {
	padding: 5px 0;
	border-bottom: 1px solid #111;
}
#sec_detail .wrap_detail_sub dl dt {
	float: left;
	width: 75px;
	font-weight: bold;
}
#sec_detail .wrap_detail_sub dl dd {
}
#sec_detail .wrap_detail_sub .small {
	margin-bottom: 14px;
	font-size: 10px;
}

/*---------- sec_detail_about ----------*/
#sec_detail_about {
	padding-top: 40px;
}
#sec_detail_about .wrap_kv_about {
	width: 100%;
}
#sec_detail_about .wrap_ttl_about {
	line-height: 1.4;
}
#sec_detail_about .wrap_ttl_about h2 {
	padding-top: 35px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
#sec_detail_about .wrap_ttl_about .en {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #afb42b;
	text-align: center;
	letter-spacing: 0.1em;
}
#sec_detail_about .wrap_detail_about {
	margin: 0 15px;
	padding: 0 0 20px;
}
#sec_detail_about .wrap_detail_about h3 {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #111;
	font-weight: bold;
	text-align: center;
}
#sec_detail_about .wrap_detail_about nav {
	padding-top: 15px;
}
#sec_detail_about .wrap_detail_about nav ul {
	overflow: hidden;
}
#sec_detail_about .wrap_detail_about nav ul li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
#sec_detail_about .wrap_detail_about nav ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
}
#sec_detail_about .wrap_detail_about nav ul li a .thumb {
	float: left;
	margin-right: 5px;
	width: 60px; height: auto;
}
#sec_detail_about .wrap_detail_about dl {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #111;
	font-size: 12px;
	overflow: hidden;
}
#sec_detail_about .wrap_detail_about dl dt,
#sec_detail_about .wrap_detail_about dl dd {
	margin-bottom: 1em;
}
#sec_detail_about .wrap_detail_about dl dt {
	float: left;
	font-weight: bold;
}
#sec_detail_about .wrap_detail_about dl dd {
	margin-left: 80px;
}
#program02.sec_program_about {
	padding-top: 15px;
}
#access02.sec_access_about {
	padding-top: 0;
}
.sec_detail_about_bottom {
	padding-top: 30px;
}
.list_talkguest {
	margin: 15px 0 10px;
	overflow: hidden;
}
.list_talkguest li {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}
.list_talkguest li a {
	text-decoration: underline;
}













