@charset "UTF-8";

body {
	color:#000;
	background: #FFF; 
	border-top: solid 3px #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}
::selection {
	color:#000;
	background: #ccc; /* Safari */
}
::-moz-selection {
	color:#000;
	background: #ccc; /* Firefox */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*----------------------------------------------------
	WRAPPER
----------------------------------------------------*/

#wrapper {
	width: 100%;
	font-weight: normal;
	font-style: normal;
}
#container {
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/

header {
	height: 262px;
	position: relative;
	z-index: 10;
}
#headerTop {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#headerTop h1 a {
	width: 295px;
	height: 51px;
	margin: 30px 0 0;
	float: left;
	text-indent: -9999px;
	background: url(../img/common/header_logo.gif) no-repeat left top;
}
#header_slider {
	width: 100%;
	height: 425px;
	position: absolute;
	left: 0px;
	top: 260px;
	background: grey;
}
#header_slider {
	width: 100%;
	height: 425px;
	padding: 12px 0;
	position: absolute;
	left: 0px;
	top: 35px;
	background: black !important;
	display: none;
	overflow: hidden;
}
#header_slider ul {
	list-style: none;
}
#header_slider .leftNav,
#header_slider .rightNav {
	margin: 12px 0 0;
	background: url(../img/common/bg.png) repeat;
	outline: none;
}
#header_slider .leftNav:before,
#header_slider .rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
}
#header_slider .left_btn {
	position: absolute;
	top: 156px;
	left: 0px;
	width: 41px;
	height: 82px;
	display: block;
	background: url(../img/common/left_btn.png) no-repeat;
	z-index: 50;
}
#header_slider .left_btn:hover {
	background: url(../img/common/left_btn_on.png) no-repeat;
}
#header_slider .right_btn {
	position: absolute;
	right: 0px;
	width: 41px;
	height: 82px;
	margin: -222px 0 0;
	display: block;
	background: url(../img/common/right_btn.png) no-repeat;
	z-index: 50;
}
#header_slider .right_btn:hover {
	background: url(../img/common/right_btn_on.png) no-repeat;
}
#slider_nav_box {
	position: relative;
	width: 940px;
	height: 50px;
	margin: 18px auto;
	overflow: hidden;
}
#slider_nav_box #slider_nav {
	float: right;
	padding: 0 65px 0 0;
}
#slider_nav_box .slide-navs li {
   float: left;
	background: url(../img/common/slide_bg.gif) no-repeat;
	height:7px;
	width:7px;
	margin-right:6px;
	cursor:pointer;
}
#slider_nav_box .slide-navs li.current-slide {
  background: url(../img/common/slide_bg_on.gif) no-repeat;
}
#header_rt {
	margin: 45px 0 0;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.header_search-btn {
	position: relative;
	/* width: 90px; */
	height: 36px;
	padding: 0 12px 0 38px;
	margin-right: 10px;
	display: block;
	background: #DFDFDF;
	border-radius: 3px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}
.header_search-btn:hover {
	opacity: 0.6;
	color: #111;
	text-decoration: none;
}
.search-icon {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 24px;
	height: 24px;
	display: block;
}
.search-icon--black {
	background: url(../img/common/search_btn-black.png) no-repeat left top;
	background-size: contain;
}
#search_wrap-box {
	display: none;
}
.search_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search_input-txt {
	margin-bottom: 14px;
}
.search_label {
	margin-bottom: 4px;
	text-align: center;
	font-weight: bold;
}
.search_h4 {
	font-size: 10px;
}
.search_input {
	margin-top: 4px;
	margin-bottom: 8px;
}
.search_submit-btn {
	width: 80%;
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: bold;
	background: #111;
	border: none;
	color: #FFF;
}
.header_booking-btn {
	width: 180px;
	height: 36px;
	text-indent: -9999px;
	background: url(../img/common/header_request.gif) no-repeat left top;
	display: block;
}
.header_booking-btn:hover {
	background: url(../img/common/header_request_on.gif) no-repeat left top;
}
/*----------------------------------------------------
	GLOBAL MENU
----------------------------------------------------*/

header nav {
	height: 108px;
	margin: 35px 0 0;
	float: left;
}

header nav ul {
	list-style: none;
}

header nav li {
	position: relative;
	display: block;
	float: left;
}

header nav li a {
	height: 108px;
	display: block;
	opacity: 0;
	text-indent: -9999px;
}

#menu_news {
	width: 157px;
	background: url(../img/common/menu_news.gif) no-repeat left top;
}
#menu_news a {
	width: 157px;
	background: url(../img/common/menu_news_on.gif) no-repeat left top;
}
#menu_talent {
	width: 156px;
	background: url(../img/common/menu_talent.gif) no-repeat left top;
}
#menu_talent a {
	width: 156px;
	background: url(../img/common/menu_talent_on.gif) no-repeat left top;
}
#menu_event {
	width: 157px;
	background: url(../img/common/menu_event.gif) no-repeat left top;
}
#menu_event a {
	width: 157px;
	background: url(../img/common/menu_event_on.gif) no-repeat left top;
}
#menu_movie {
	width: 156px;
	background: url(../img/common/menu_video.gif) no-repeat left top;
}
#menu_movie a {
	width: 156px;
	background: url(../img/common/menu_video_on.gif) no-repeat left top;
	/*  background: url(../img/common/menu_movie_cs.gif) no-repeat left top; */
}
#menu_release {
	width: 157px;
	background: url(../img/common/menu_release.gif) no-repeat left top;
}
#menu_release a {
	width: 157px;
	background: url(../img/common/menu_release_on.gif) no-repeat left top;
}
#menu_jca {
	width: 157px;
	background: url(../img/common/menu_jca.gif) no-repeat left top;
}
#menu_jca a {
	width: 157px;
	background: url(../img/common/menu_jca_on.gif) no-repeat left top;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/

footer {
	width: 100%;
	min-width: 940px;
	color: #dfdfdf;
	font-weight: bold;
	background: #414141;
}
footer a {
	color: #dfdfdf;
	text-decoration: none;
}
footer a:hover {
	color: #ffae00;
}
footer li {
	float: left;
}
footer ul {
	color:　#dfdfdf;
	list-style: none;
}
#footerInner {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
#footerTop {
	width: 100%;
	float: left;
	margin: 43px 0 0 0;
}
#footerTop h1 {
	height: 24px;
	display: block;
	text-indent: -9999px;
	border-bottom: solid 1px #7a7a7a;
}
#footerTop ul {
	margin: 14px 0 0 3px;
}
#footerTop li {
	height: 12px;
	padding: 0 15px 0 12px;
	line-height: 12px;
	font-size: 11px;
	background: url(../img/common/footer_arrow.gif) no-repeat left top;
}
#footer_lmenu {
	float: left;
}
#footer_lmenu h1 {
	width: 450px;
	background: url(../img/common/footer_contens_title.gif) no-repeat left top;
}
#footer_rmenu {
	float: right;
}
#footer_rmenu h1{
	width: 450px;
	background: url(../img/common/footer_company_title.gif) no-repeat left top;
}
#footer_banner {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	overflow: hidden;
}
#footer_banner li {
	margin: 0 10px;
}
#footer_cr {
	height: 45px;
	font-size: 10px;
	color: #a1a1a1;
	text-align: center;
	background: #000;
	line-height: 45px;
}

/*----------------------------------------------------
	TOP mainContent
----------------------------------------------------*/

#mainContent {
	width: 940px;
	/* height: 350px; */
	position: relative;
	margin: 423px auto 70px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#main_lcol {
	width: 240px;
	/* height: 271px; */
	border-top: solid 4px #000;
	border-bottom: solid 1px #cdcdcd;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#main_lcol h2 {
	width: 185px;
	height: 36px;
	background: url(../img/top_topics_title.gif) no-repeat left top;
	margin: 6px 0 0;
	display: block;
	text-indent: -9999px;
}
#main_morebtn {
	margin-bottom: 12px;
}
#main_morebtn a {
	width: 96px;
	height: 24px;
	padding-left: 20px;
	/*
	position: absolute;
	left: 0;
	bottom: 75px;
	*/
	border-right: solid 1px #cdcdcd;
	text-indent: -9999px;
	background: url(../img/top_more.gif) no-repeat left top;
	display: block;
}
#main_morebtn a:hover {
	text-indent: -9999px;
	background: url(../img/top_more_on.gif) no-repeat left top;
}
#main_rcol {
	width: 700px;
	/* height: 271px; */
	border-top: solid 4px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	float: right;
}
#main_rcol a {
	color: #333;
}
#main_rcol dl {
	width: 700px;
	height: 50px;
	border-bottom: solid 1px #cdcdcd;
	display: flex;
	align-items: center;
}
#main_rcol dl.end {
	border-bottom: none;
}
#main_rcol dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#main_rcol dt {
	width: 195px;
	float: left;
	/* margin: 25px 0 0 0; */
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#main_rcol dt img {
	margin: 0 10px 0 5px;
	vertical-align: -4px;
}
#main_rcol dd {
	width: 505px;
	height: 50px;
	float: left;
	font-size: 13px;
	color: #333;
	display: flex;
	align-items: center;
}
#main_rcol dd div {
	display:table-cell;
	vertical-align:middle;
	word-break: break-all;
	/* text-decoration: underline; */
}
#main_rcol a:hover {
	color: #3297C9;
}
#main_rcol .new {
	margin-right: 6px;
	padding: 2px 4px;
	border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	background: #E72844;
	display: none;
}
/*----------------------------------------------------
	Side Talent List
----------------------------------------------------*/
#side_tl {
	color: #636363;
	font-size: 10px;
}
#side_tl a {
	color: #636363;
	text-decoration: none;
}
#side_tl #tl_list1 {
	overflow: hidden;
}
#side_tl h2 {
	width: 168px;
	height: 38px;
	display: block;
	margin: 18px 0 15px;
	text-indent: -9999px;
	background: url(../img/common/talent_list_lineup_title.gif) no-repeat left top;
}
#side_tl #tl_list2 {
	border-top: solid 4px #3a3a3a;
	margin: 42px 0 8px;
	overflow: hidden;
}
#side_tl #tl_list2 h2 {
	margin: 12px 0;
	color: #3a3a3a;
	font-size: 12px;
}
#side_tl #tl_list3 {
	overflow: hidden;
}
#side_tl #tl_list3 h2 {
	width: 210px;
	height: 45px;
	display: block;
	margin: 18px 0 20px;
	text-indent: -9999px;
	background: url(../img/common/next_talent_hd.png) no-repeat left top;
	background-size: contain;
}
#side_tl ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#side_tl li {
	width: 63px;
	min-height: 70px;
	/* float: left; */
	margin: 0 10px 8px 0;
	padding: 0 0 5px;
	border-bottom: solid 4px #fff;
	text-align: center;
	overflow: hidden;
}
#side_tl li:nth-child(3n) {
	margin: 0;
	color: white;
}
#side_tl li img {
	width: 61px;
	height: 56px;
	margin: 0 0 5px;
	display: block;
	border: solid 1px #cdcdcd;
	overflow: hidden;
}
#side_tl .hr_line {
	margin: 10px 0 20px;
}
#side_tl #tl_list2 .hr_line  {
	margin: 12px 0 0;
}
#tl_pjinriki {
	margin: 4px 0 0;
	overflow: hidden;
}
#tl_pjinrikirel {
	margin-top: 20px;
	overflow: hidden;
}
#jcalink_btn a {
	width: 209px;
	height: 44px;
	margin: 25px 0 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/common/jca_promo_btn.gif) no-repeat left top;
}
#jcalink_btn a:hover {
	background: url(../img/common/jca_promo_btn_ov.gif) no-repeat left top;
}
/*----------------------------------------------------
	Common contents
----------------------------------------------------*/
#breadcrumb {
	height: 17px;
	font-size: 12px;;
	font-weight: bold;
	color: #3a3a3a;
}
#breadcrumb a {
	color: #3297c9;
	text-decoration: none;
}
#breadcrumb img {
	margin: 0 10px 0 0;
	vertical-align: -4px;
}
#colWrapper {
	height: 100%;
	margin: 22px 0 80px;
	overflow: hidden;
}
#mainoneCol {
	width: 940px;
	min-height: 400px;
	float: left;
}
#mainCol {
	width: 692px;
	min-height: 400px;
	float: left;
	border-top: solid 4px #cdcdcd;
}
#rightCol {
	width: 210px;
	min-height: 400px;
	float: right;
	border-top: solid 4px #3a3a3a;
}
#entry_list {
	margin: 25px 0 0;
	overflow: hidden;
}
#entry_list .entry_cat {
	width: 200px;
	height: 180px;
	margin: 0 0 20px;
	float: left;
}
#entry_list .entry_cat img {
	margin: 22px 0 0;
}
#entry_list .list_entry {
	width: 492px;
	height: 180px;
	padding: 0 0 20px;
	float: right;
	border-top: solid 4px #cdcdcd;
	overflow: hidden;
}
#entry_list .list_entry_1col {
	width: 492px;
	min-height: 180px;
	padding: 0 0 10px;
	float: right;
	border: 0;
}
#entry_list .hr_line {
	width: 492px;
	float: right;
}
#entry_list .entry_title {
	margin: 22px 8px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
#entry_list .entry_title a {
	color: #333;
}
#entry_list .entry_title a:hover {
	color: #3297C9;
}
#entry_list .entry_date {
	margin: 15px 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #b7b7b7;
}
#entry_list .entry_desc {
	height: 58px;
	margin: 15px 8px 0;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: #333;
	word-break: break-all;
	overflow: hidden;
}
#entry_desc {
	margin: 20px 0 40px;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
}
#entry_desc p {
	margin: 15px 8px !important;
}
#entry_desc img {
	max-width: 650px;
	height: auto;
	margin: 10px auto !important;
	text-align: center;
}
#entry_desc .event_sec {
	border: solid 1px #ccc;
	padding: 20px;
	margin: 20px;
}
#entry_desc .date, #entry_desc .time {
	font-size: 150%;
	font-weight: bold;
}
#entry_desc .event_lineup {
	margin: 0 0 20px;
}
#entry_desc .event_lineup img {
	margin: 0 10px 0 0 !important;
}
#entry_desc a {
	color: #333;
}
#entry_desc a:hover {
	color: #3297c9;
}
#entry_desc a.tal_link {
	text-decoration: none !important;
	color: #3297c9 !important;
	border-bottom: 1px #3297c9 dotted !important;
}
#entry_desc table {
	width: 686px;
	margin: 12px 0 0;
	font-size: 12px !important;
	line-height: 1.8;
	empty-cells: show;
	border-collapse: separate;
	background-color: #888;
	border-spacing: 1px;
}
#entry_desc table p {
	margin: 8px !important;
}
#entry_desc table img {
	max-width: 450px !important;
	height: auto;
	margin: 20px auto !important;
	text-align: center;
}
#entry_desc table td {
	padding: 18px;
	background: #fff;
	border: 3px solid #fff;
}
#entry_desc table.lineup td:nth-child(2n+1) {
	vertical-align: middle;
	width: 120px;
	font-weight: bold;
	background: #e5e5e5;
}
#entry_desc table.lineup tr:nth-child(even) td:nth-child(even) {
	background: #f6f6f6;
}
#entry_desc .lineup_title {
	background: url(../img/event/h2_arrow.gif) no-repeat left center;
}
#entry_desc .lineup_title h3 {
	margin: 0 24px 0;
	color: #d50000;
}
#entry_desc h2#ticket {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/event/h2_title_bakabakuticket.gif) no-repeat left center;
	margin: -4px 0 0; /* offset 4px for borders */
}
#entry_desc h2#schedule {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/event/h2_title_bakabakuschedule.gif) no-repeat left center;
	margin: -4px 0 0; /* offset 4px for borders */
}
.spark_list {
	width:100px; 
	height:150px; 
	margin:0 9px 14px;
	font-size: 10px;
	font-weight: bold;
	float:left;
}
#entry_desc table .spark_list img {
	width: 100px;
	height: 100px;
	margin: 2px auto !important;
	text-align: center;
}
#list_footer {
	width: 692px;
	height: 26px;
	margin: 0 0 50px;
	float: left;
	border-top: solid 1px #cdcdcd;
}
#list_prevbtn {
	width: 91px;
	height: 25px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../img/common/prev_btn_none.gif) no-repeat left top;
}
#list_nextbtn {
	width: 91px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(../img/common/next_btn_none.gif) no-repeat left top;
}
#list_prevbtn a {
	width: 91px;
	height: 25px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../img/common/prev_btn.gif) no-repeat left top;
}
#list_nextbtn a {
	width: 91px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(../img/common/next_btn.gif) no-repeat left top;
}
#list_returnbtn a {
	width: 121px;
	height: 27px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../img/common/return_btn.gif) no-repeat left top;
}
#list_prevbtn a:hover {
	background: url(../img/common/prev_btn_ov.gif) no-repeat left top;
}
#list_nextbtn a:hover {
	background: url(../img/common/next_btn_ov.gif) no-repeat left top;
}
#list_returnbtn a:hover {
	background: url(../img/common/return_btn_ov.gif) no-repeat left top;
}
/*----------------------------------------------------
	newsContent
----------------------------------------------------*/

#newsContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#newsContent #mainCol h1 {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/news/news_header_title.gif) no-repeat left center;
	border-top: solid 4px #3a3a3a;
	margin: -4px 0 0; /* offset 4px for borders */
}
#newsContent #cat_menu {
	margin: 30px 0 0;
	overflow: hidden;
}
#newsContent #cat_menu ul {
	list-style: none;
}
#newsContent #cat_menu li {
	height: 45px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	text-indent: -9999px;
}
#newsContent #cat_menu li:last-child {
	margin: 0;
}
#catmenu_all a {
	width: 106px;
	height: 45px;
	display: block;
	background: url(../img/news/news_cat_all_off.gif) no-repeat left top;
}
#catmenu_all a.cur, #catmenu_all a:hover {
	background: url(../img/news/news_cat_all.gif) no-repeat left top;
}
#catmenu_info a {
	width: 176px;
	height: 45px;
	display: block;
	background: url(../img/news/news_cat_info_off.gif) no-repeat left top;
}
#catmenu_info a.cur, #catmenu_info a:hover {
	background: url(../img/news/news_cat_info.gif) no-repeat left top;
}
#catmenu_media a {
	width: 125px;
	height: 45px;
	display: block;
	background: url(../img/news/news_cat_media_off.gif) no-repeat left top;
}
#catmenu_media a.cur, #catmenu_media a:hover {
	background: url(../img/news/news_cat_media.gif) no-repeat left top;
}
#catmenu_release a {
	width: 143px;
	height: 45px;
	display: block;
	background: url(../img/news/news_cat_release_off.gif) no-repeat left top;
}
#catmenu_release a.cur, #catmenu_release a:hover {
	background: url(../img/news/news_cat_release.gif) no-repeat left top;
}
#catmenu_event a {
	width: 125px;
	height: 45px;
	display: block;
	background: url(../img/news/news_cat_event_off.gif) no-repeat left top;
}
#catmenu_event a.cur, #catmenu_event a:hover {
	background: url(../img/news/news_cat_event.gif) no-repeat left top;
}
.cat_info {
	border-top: solid 4px #e7b307;
}
.cat_media {
	border-top: solid 4px #384a97;
}
.cat_event {
	border-top: solid 4px #256669;
}
.cat_release {
	border-top: solid 4px #6c5649;
}
#entry_header {
	margin: 16px 3px 0;
	overflow: hidden;
}
#entry_body {
	min-height: 400px;
	margin: 0 3px;
}
#entry_cat {
	height: 24px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#entry_cat.info {
	width: 124px;
	background: url(../img/news/info_label.gif) no-repeat left top;
}
#entry_cat.media {
	width: 79px;
	background: url(../img/news/media_label.gif) no-repeat left top;
}
#entry_cat.event {
	width: 83px;
	background: url(../img/news/event_label.gif) no-repeat left top;
}
#entry_cat.release {
	width: 93px;
	background: url(../img/news/release_label.gif) no-repeat left top;
}
#news_entry h2 {
	margin: 24px 0 0;
	font-size: 22px !important;
	color: #333;
}
#news_entry #entry_date {
	margin: 10px 0 0;
	font-size: 12px !important;
	color: #b7b7b7;
}

/*----------------------------------------------------
	eventContent
----------------------------------------------------*/

#eventContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#eventContent #mainCol h1 {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/event/event_header_title.gif) no-repeat left center;
	border-top: solid 4px #3a3a3a;
	margin: -4px 0 0; /* offset 4px for borders */
}
#event_banner {
	margin: 30px 0;
}
#event_banner img {
	padding: 3px;
	border: solid 1px #aaaaaa;
}
#event_banner .l_banner {
	margin: 0 7px 0 0;
	float: left;
}
#event_cat {
	height: 24px;
	display: block;
	text-indent: -9999px;
	float: left;
}
.event_regular {
	border-top: solid 4px #e7b307;
}
.event_event {
	border-top: solid 4px #384a97;
}
.event_information {
	border-top: solid 4px #0066CC;
}
#event_entry h2 {
	margin: 24px 0 0;
	font-size: 22px !important;
	color: #333;
}
.event_date {
    border-radius: 1px; 
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
	margin: 15px 0 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #3297c9;
	background: #ddd;
}
.event_date.regular{
	color: #fff;
	background: #e7b307;
}
.event_date.event{
	color: #fff;
	background: #384a97;
}
#event_cat.event {
	width: 83px;
	background: url(../img/event/event_label.gif) no-repeat left top;
}
#event_cat.regular {
	width: 136px;
	background: url(../img/event/regular_label.gif) no-repeat left top;
}
.event_title {
	margin: 15px 8px 0;
	font-size: 15px;
	color: #333;
	text-decoration: underline;
}
.event_title a {
	color: #333;
}
.event_title a:hover {
	color: #3297C9;
}

/*----------------------------------------------------
	event3Content
----------------------------------------------------*/

#eventwebpageContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#eventwebpageContent a {
	color: #333;
}
#eventwebpageContent a:hover {
	color: #3297c9;
}
#eventwebpageContent #mainCol {
	border: 0;
}
#eventwebpageContent #mainCol #bakabaku h1 {
	width: 692px;
	height: 323px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_hdbanner.jpg) no-repeat left center;
}
#eventwebpageContent .event_desc {
	margin: 22px;
}
#eventwebpageContent .event_desc img {
	margin: 10px 0;
}
#eventwebpageContent .event_desc p {
	margin: 8px 20px;
}
#eventwebpageContent .title {
	font-weight: bold;
}
#eventwebpageContent .bakabaku_sec {
	margin: 22px 0 0;
	padding: 0 0 10px 0;
	background: #fcfbd5;
	display: block;
}
#eventwebpageContent #bakabaku #ticket h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_ticket.png) no-repeat left center #ffef6a;
}
#eventwebpageContent #passmarket {
	text-align: center;
}
#eventwebpageContent #bakabaku #passmarket h3 {
	width: 480px;
	margin: 30px auto 0;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 140%;
	background: #1cbbb4;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#eventwebpageContent #passmarket #qr_code {
	margin: 30px 0 0;
}
#eventwebpageContent #passmarket p {
	font-size: 120%;
}
#eventwebpageContent #ticket_infotop {
	margin: 40px 20px;
}
#eventwebpageContent .info__desc {
	padding: 40px;
}
#eventwebpageContent #ticket_infotop p {
	font-size: 100%;
}
#eventwebpageContent #ticket_infodate {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0;
}
#eventwebpageContent #ticket_info {
	width: 86%;
	margin: 20px auto 0;
	background: #fefefe;
	border: solid 2px #01aaf1;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    line-height: 1.4;
}
#eventwebpageContent #ticket_info ul {
	margin: 12px 40px 22px;
	overflow: hidden;
}
#eventwebpageContent #ticket_info li {
	margin: 20px 0 0 28px;
	list-style-type: none;
	text-indent: -1.4em;
}
#eventwebpageContent #ticket_info li:before {
	display: inline;
	content: "※ ";
}
#eventwebpageContent #performance {
	font-size: 110%;
	line-height: 1.4;
	overflow: hidden;
}
#eventwebpageContent #bakabaku #performance h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_info.png) no-repeat left center #ffef6a;
}
#eventwebpageContent #performance .desc_inner {
	margin: 0 0 0 36px;
}
#eventwebpageContent #performance #address {
	width: 46%;
	margin: 0 0 0 20px;
	float: left;
}
#eventwebpageContent #performance #map img {
	margin: 0;
}
#eventwebpageContent #performance #contact {
	margin: 20px 0 0 20px;
}
#eventwebpageContent #bakabaku #schedule {
	margin: 60px 0 0;
}
#eventwebpageContent #bakabaku #schedule h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_schedule.png) no-repeat left center #ffef6a;
}
#eventwebpageContent #schedule h3 {
	text-align: center;
	width: 480px;
	margin: 30px auto;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 140%;
	background: #1cbbb4;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#eventwebpageContent #schedule div.event_sec {
	margin: 24px 30px 0px;
	padding: 20px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
	border: solid 4px #000000;
	overflow: hidden;
}
#eventwebpageContent #bakabaku #schedule div.event_sec:nth-child(odd) {
	background: #f6d44c;
}
#eventwebpageContent #bakabaku #schedule div.event_sec:nth-child(even) {
	background: #f892ce;
}
#eventwebpageContent #schedule .date {
	width: 48%;
	padding: 5px 0 5px 5px;
	font-size: 210%;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#eventwebpageContent #bakabaku #schedule div.event_sec:nth-child(odd) .date  {
	color: #000;
}
#eventwebpageContent #schedule .time {
	width: 46%;
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
		border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
	float: right;
}
#eventwebpageContent #schedule div.event_sec:nth-child(odd) .time {
	background: #edb53d;
	color: #000;
}
#eventwebpageContent #schedule div.event_sec:nth-child(even) .time {
	background: #f44cae;
}
#eventwebpageContent #schedule .event_lineup {
	background: #FFF;
	margin: 20px 0 0;
	padding: 16px 16px 22px;
	float: left;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}
#eventwebpageContent #schedule .event_lineup img {
	width: 114px;
	border: solid 1px #c9c9c9;
	margin: 10px 4px;
}
#eventwebpageContent .lineup {
	line-height: 1.6;
}
#eventwebpageContent #bakabaku #schedule .lineup a.tal_link {
	text-decoration: none !important;
	color: #3297c9 !important;
	border-bottom: 1px #3297c9 dotted !important;
}
#eventwebpageContent #schedule .event_lineup .pink{
	color: #f44cae;
	font-weight: bold;
}
#eventwebpageContent #schedule .event_lineup .red{
	color: #ed1d62;
	font-weight: bold;
}
#eventwebpageContent .dokkin__article {
	margin: 0 0 60px;
}
#eventwebpageContent #mainCol #dokkin h1 {
	width: 640px;
	height: 300px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../img/event/dokkin_hdbanner2019.jpg) no-repeat center center;
}
#eventwebpageContent .dokkin_sec {
	margin: 22px 0 0;
	padding: 0 0 10px 0;
	background: #ffc2e4;
	display: block;
	color: #002341;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#eventwebpageContent .dokkin_sec#schedulea, #eventwebpageContent .dokkin_sec#scheduleb {
	margin: 0 0 50px;
}
#eventwebpageContent #dokkin .sec_title {
	width: 100%;
	height: 74px;
	background: url(../img/event/line_bg_yellow.gif) repeat #ffef6a;
	-webkit-border-radius: 30px 30px 0 0 / 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0 / 30px 30px 0 0;
	border-radius: 30px 30px 0 0 / 30px 30px 0 0;
}
#eventwebpageContent #dokkin #schedulea h2, #eventwebpageContent #dokkin #scheduleb h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
}
#eventwebpageContent #dokkin h2.sch1 {
	background: url(../img/event/dokkin_h_schedule1.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch2 {
	background: url(../img/event/dokkin_h_schedule2.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch3 {
	background: url(../img/event/dokkin_h_schedule3.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch4 {
	background: url(../img/event/dokkin_h_schedule4.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch5 {
	background: url(../img/event/dokkin_h_schedule5.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch6 {
	background: url(../img/event/dokkin_h_schedule6.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch7 {
	background: url(../img/event/dokkin_h_schedule7.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch8 {
	background: url(../img/event/dokkin_h_schedule8.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch9 {
	background: url(../img/event/dokkin_h_schedule9.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch10 {
	background: url(../img/event/dokkin_h_schedule10.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch11 {
	background: url(../img/event/dokkin_h_schedule11.png) no-repeat center center;
}
#eventwebpageContent #dokkin h2.sch12 {
	background: url(../img/event/dokkin_h_schedule12.png) no-repeat center center;
}
#eventwebpageContent #dokkin .dokkin_icon {
	float: left;
	margin: -20px 0 0 -8px;
	width: 130px;
	height: 90px;
	text-indent: -9999px;
	background: url(../img/event/dokkin_small_rev.png) no-repeat center center;
}
#eventwebpageContent #dokkin .lineup a.tal_link {
	text-decoration: none !important;
	color: #0076de !important;
	border-bottom: 1px #0076de dotted !important;
}
#eventwebpageContent #dokkin #ticket h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/dokkin_h_ticket.png) no-repeat center center;
}
#eventwebpageContent #dokkin #performance h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/dokkin_h_kaijyo.png) no-repeat center center;
}
#eventwebpageContent #dokkin #contact h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/dokkin_h_contact.png) no-repeat center center;
}
#eventwebpageContent #dokkin #passmarket h3 {
	width: 480px;
	margin: 30px auto 0;
	padding: 8px 4px 4px;
	color: #0076de;
	font-weight: bold;
	font-size: 160%;
	background: url(../img/event/line_bg_blue.gif) repeat #d0e9ff;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}
#eventwebpageContent #dokkin #ticket_info {
	border: solid 2px #002341;
}
#eventwebpageContent #dokkin #schedule {
	margin: 20px 0 0;
}
#eventwebpageContent #dokkin table#dokkin_schedule {
	width: 92%;
	margin: 22px auto;
	background: url(../img/event/line_bg_blue.gif) repeat #fff;
	padding: 0;
	border: solid 4px #002341;
}
#eventwebpageContent #dokkin table#dokkin_schedule td {
	text-align: center;
	border: solid 2px #002341;
}
#eventwebpageContent #dokkin table#dokkin_schedule .sch_center {
	width: 10%;
	background: url(../img/event/line_bg_blue.gif) repeat #bbd6ff;
	font-size: 200%;
	font-weight: bold;
	color: #0076de;
	vertical-align: middle;
}
#eventwebpageContent #dokkin table#dokkin_schedule .sch_side {
	width: 45%;
	background: url(../img/event/line_bg_blue.gif) repeat #bbd6ff;
	text-align: left;
}
#eventwebpageContent #dokkin table#dokkin_schedule .dokkin_friday {
	width: 110px;
	height: 110px;
	display: block;
}
#eventwebpageContent #dokkin table#dokkin_schedule .dokkin_saturday {
	width: 110px;
	height: 110px;
	display: block;
}
#eventwebpageContent #dokkin table#dokkin_schedule .dokkin_date {
	font-size: 50px;
	font-weight: bold;
	color: #3aabfa;
	filter:dropshadow(color=#000000,offX= 0,offY=-2)
	dropshadow(color=#000000,offX= 2,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 2)
	dropshadow(color=#000000,offX=-2,offY= 0);
 
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 2px;
 
	text-shadow: black 2px 2px 0px, black -2px 2px 0px,
             black 2px -2px 0px, black -2px -2px 0px;
	margin: 40px 10px 0 24px;
	float: left;
}
#eventwebpageContent #dokkin table#dokkin_schedule .inner_schedule {
	/* height: 574px; */
}
#eventwebpageContent #dokkin table#dokkin_schedule .inner_schedule td {
	border: none;
	vertical-align: middle;
	text-indent: -9999px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .inner_schedule tr {
	height: 25px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .dokkin_hour {
	height: 50px;
	max-height: 50px;
	line-height: 52px;
	background: url(../img/event/line_bg_blue.gif) repeat #bbd6ff;
	font-size: 200%;
	font-weight: bold;
	color: #ff2d41;
	vertical-align: middle;
	border: none;
	border-bottom: solid 1px #000;
	display: block;
	overflow: hidden;
}
#eventwebpageContent #dokkin table#dokkin_schedule .schedule_box {
	/* height: 572px; */
	vertical-align: top;
}
#eventwebpageContent #dokkin table#dokkin_schedule .schedule_box img {
	margin: 0;
	padding: 0;
	display: block;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box {
	text-align: left;
	background: #dff7ff;
	border: 2px solid #0076de;
	margin: 0 2px;
	padding: 2px 6px;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
	text-indent: 0;
	overflow: hidden; 
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x1 {
	height: 18px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x2 {
	height: 43px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x3 {
	height: 68px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x4 {
	height: 95px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x5 {
	height: 120px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_box.x6 {
	height: 145px;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_time {
	color: #ff2d41;
	font-size: 80%;
	line-height: 1.2;
	font-weight: bold;
}
#eventwebpageContent #dokkin table#dokkin_schedule .program_title {
	margin: 4px 0 0;
	font-size: 90%;
	line-height: 1.2;
	font-weight: bold;
}
#eventwebpageContent #dokkin table.dokkin_kouban {
	width: 92%;
	margin: 22px auto;
	background: #fefefe;
	padding: 0;
}
#eventwebpageContent #dokkin table.dokkin_kouban td {
	color: #002341;
	padding: 10px;
	border: solid 2px #002341;
}
#eventwebpageContent #dokkin table.dokkin_kouban h4 {
	margin: 0 0 10px;
	color: #0076de;
	font-size: 120%;
	font-weight: bold;
}
#eventwebpageContent #dokkin .special__box {
	width: 100%;
	min-height: 100px;
	padding: 10px 0;
	background: url(../img/event/line_bg_yellow.gif) repeat #ffef6a;
}
#eventwebpageContent #dokkin .special__h3 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/pc_special_h3.png) no-repeat center center;
}
#eventwebpageContent #dokkin .special__h4 {
	width: 480px;
	margin: 4px auto 0;
	color: #333;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#eventwebpageContent #dokkin .special-ticket__box {
	width: 80%;
  margin: 20px auto;
	padding: 20px;
  background: #fefefe;
  border: solid 2px #01aaf1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.4;
}
#eventwebpageContent #dokkin .special-ticket__h4 {
	width: 480px;
  margin: 0 auto 20px;
  padding: 8px 4px 4px;
  color: #0076de;
  font-weight: bold;
  font-size: 160%;
	text-align: center;
  background: url(../img/event/line_bg_blue.gif) repeat #d0e9ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
#eventwebpageContent #dokkin .special-ticket__btm {
	text-align: center;
}
#eventwebpageContent #dokkin .special-ticket__btm a {
  color: #0076de;
  font-weight: bold;
  font-size: 160%;
}
#eventwebpageContent #dokkin .dokkin_time {
	width: 22%;
}
#eventwebpageContent #dokkin .desc_inner {
	font-size: 140%;
}
#eventwebpageContent #dokkin .desc_inner {
	text-align: center;
}
#eventwebpageContent #dokkin #performance #address {
	width: 100%;
	margin: 20px 0;
	float: left;
}
#eventwebpageContent #dokkin #map {
	width: 600px;
	margin: 0 auto;
}
#eventwebpageContent #dokkin #map iframe {
	margin: 10px 0 0;
	border: solid 2px #002341 !important;
}
#eventwebpageContent #performance #map img {
	margin: 0;
}
.fc-content {
	max-height: 48px;
	white-space: normal !important;
}
.fc-sun { color: #f5223b; background: #ffe9f0; }  /* 日曜日 */
.fc-sat { color: #1e4585; background: #e9f4ff; } /* 土曜日 */
.fc-day-header { padding: 4px 0 !important; }
.fc-day-number { margin: 2px 6px 0 0; font-weight: bold; }
.fc-toolbar h2 {
	font-size: 120%;
	color: #1e4585;
	padding: 4px 30px 2px;
	background: #efefef;
	border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */
}
.fc-event.cal_regevent {
	padding: 4px 4px 2px;
	margin: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	background: #e7b307 !important;
	border: 1px solid #333;
}
.fc-event.cal_event {
	padding: 4px 4px 2px;
	margin: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
  background: #737198 !important;
	border: 1px solid #333;
}
.fc-unthemed td,th {
	border-color: #aaa !important;
}
/*----------------------------------------------------
	videoContent
----------------------------------------------------*/

#videoContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#video_banner {
	width: 800px;
	margin: 0 auto;
}
#video_banner img {
	width: 800px;
	height: 150px;
}
.video_cat {
    margin: 22px 0 0;
    border-top: solid 4px #cdcdcd;
}
.video_cat .cat_channel {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_videochannel.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_recommend {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_recomend.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_latest {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_latest.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_neta {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_neta.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_project {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_project.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_tv {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_tv.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_cm {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_cm.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_talk {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_talk.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_tokugi {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_tokugi.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_cat .cat_event {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/video/h2_title_event.gif) no-repeat left center;
	border-top: solid 4px #ff0000;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.video_list {
	padding: 20px 0 0;
  background: url(../img/common/hr_pattern.gif) repeat-x left top;
  overflow: hidden;
}
.video_box {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}
.video_box a {
	color: #333;
	text-decoration: underline;
}
.video_box a:hover {
	color: #3297c9;
}
.video_header {
	margin: 0 0 8px;
	padding: 4px;
	background: #F0F0F0;
	border: solid 1px #CCC;
}
.video_channel-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.video_channel-link {
	text-decoration: none;
}
.video_channel-icon {
	margin: 0 8px 0 0;
	padding: 6px 6px 2px;
	border: solid 2px #333;
	background: #FFF;
	border-radius: 50%;
}
.video_channel-title {
	flex: 1;
}
.video_channel-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: pink;
}
.video_list .video_box:nth-child(3n) {
	margin: 0;
}
.video_title {
	margin: 10px 10px 4px;
  height: 30px;
	font-size: 12px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}
.video_embed {
	width: 300px;
	height: 169px;
	background: #efefef;
}
.video_embed img {
	margin: 0;
	cursor: pointer;
}
.video_embed .playbtn {
	position: relative;
	top: -175px;
	left: 0px;
	z-index: 10;
	width: 300px;
	height: 169px;
	background: url(../img/video/play_btn.png) no-repeat;
	margin: 0;
	cursor: pointer;
	pointer-events: none;
}
.video_desc {
	margin: 10px 0;
	height: 68px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
}
/*----------------------------------------------------
	releaseContent
----------------------------------------------------*/

#releaseContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#releaseContent #cat_menu {
	margin: 0;
	overflow: hidden;
}
#releaseContent #cat_menu ul {
	list-style: none;
}
#releaseContent #cat_menu li {
	height: 45px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	text-indent: -9999px;
}
#releaseContent #cat_menu li:last-child {
	margin: 0;
}
#catmenu_dvdbluray a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/release/release_cat_dvdbluray_off.gif) no-repeat left top;
}
#catmenu_dvdbluray a.cur, #catmenu_dvdbluray a:hover {
	background: url(../img/release/release_cat_dvdbluray.gif) no-repeat left top;
}
#catmenu_cd a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/release/release_cat_cd_off.gif) no-repeat left top;
}
#catmenu_cd a.cur, #catmenu_cd a:hover {
	background: url(../img/release/release_cat_cd.gif) no-repeat left top;
}
#catmenu_book a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/release/release_cat_book_off.gif) no-repeat left top;
}
#catmenu_book a.cur, #catmenu_book a:hover {
	background: url(../img/release/release_cat_book.gif) no-repeat left top;
}
#catmenu_other a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/release/release_cat_other_off.gif) no-repeat left top;
}
#catmenu_other a.cur, #catmenu_other a:hover {
	background: url(../img/release/release_cat_other.gif) no-repeat left top;
}
.release_cat {
	margin: 27px 0 0;
	border-top: solid 4px #cdcdcd;
}
.release_cat .cat_dvdbluray {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/release/h2_title_dvdbluray.gif) no-repeat left center;
	border-top: solid 4px #384a97;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 2px 0 0;
}
.release_cat .cat_cd {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/release/h2_title_cd.gif) no-repeat left center;
	border-top: solid 4px #256669;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 3px 0 0;
}
.release_cat .cat_book {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/release/h2_title_book.gif) no-repeat left center;
	border-top: solid 4px #6c5649;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 3px 0 0;
}
.release_cat .cat_other {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/release/h2_title_other.gif) no-repeat left center;
	border-top: solid 4px #5c253e;
	margin: -4px 0 0; /* offset 4px for borders */
	padding: 3px 0 0;
}
.release_listcol {
	padding: 38px 0 50px;
	background: url(../img/common/hr_pattern.gif) repeat-x left top;
	overflow: hidden;
}
.release_list section {
	width: 156px;
	float: left;
}
.release_list section a {
	text-decoration: none;
	color: #333;
}
.release_list .release_box {
	min-height: 250px;
	padding: 0 0 10px;
	border-bottom: solid 4px #fff;
}
.release_cover {
	width: 156px;
	height: 142px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.release_cover img {
	width: auto;
	height: 142px;

}
.release_title {
	height: 50px;
	margin: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.release_talent {
	margin: 15px 12px 0;
	font-size: 10px;
	color: #333;
}
/*----------------------------------------------------
	talentContent
----------------------------------------------------*/

#talentContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#talentContent #cat_menu {
	margin: 0;
	overflow: hidden;
}
#talentContent #cat_menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#talentContent #cat_menu li {
	height: 45px;
	display: block;
	text-indent: -9999px;
}
#catmenu_talent a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/talent/talent_sub1_off.png) no-repeat left top;
}
#catmenu_talent a.cur, #catmenu_talent a:hover {
	background: url(../img/talent/talent_sub1_on.png) no-repeat left top;
}
#catmenu_place a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/talent/talent_sub2_off.png) no-repeat left top;
}
#catmenu_place a.cur, #catmenu_place a:hover {
	background: url(../img/talent/talent_sub2_on.png) no-repeat left top;
}
#catmenu_hobby a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/talent/talent_sub3_off.png) no-repeat left top;
}
#catmenu_hobby a.cur, #catmenu_hobby a:hover {
	background: url(../img/talent/talent_sub3_on.png) no-repeat left top;
}
#catmenu_skill a {
	width: 229px;
	height: 45px;
	display: block;
	background: url(../img/talent/talent_sub4_off.png) no-repeat left top;
}
#catmenu_skill a.cur, #catmenu_skill a:hover {
	background: url(../img/talent/talent_sub4_on.png) no-repeat left top;
}
#talentContent #mainoneCol .talent_section {
	margin: 27px 0 0;
	border-top: solid 4px #cdcdcd;
}
#talentContent #mainoneCol h1 {
	width: 240px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/talent/talent_header_title.gif) no-repeat left center;
	border-top: solid 4px #4E8CEC;
	margin: -4px 0 0; /* offset 4px for borders */
}
#talentContent #mainoneCol h1.talent-place__h1 {
	width: 240px;
	height: 50px;
	background: url(../img/talent/talent_header_place.gif) no-repeat left center;
	border-top: solid 4px #4CBE49;
}
#talentContent #mainoneCol h1.talent-hobby__h1 {
	width: 240px;
	height: 50px;
	background: url(../img/talent/talent_header_hobby.gif) no-repeat left center;
	border-top: solid 4px #ECB52D;
}
#talentContent #mainoneCol h1.talent-skill__h1 {
	width: 240px;
	height: 50px;
	background: url(../img/talent/talent_header_skill.gif) no-repeat left center;
	border-top: solid 4px #7F5CAC;
}
#talentContent #mainoneCol h1.talent-search__h1 {
	width: 274px;
	height: 50px;
	background: url(../img/talent/talent-search_header_title.gif) no-repeat left center;
}
#talentContent #mainoneCol h1#talent_rel {
	text-indent: -9999px;
	border: none;
	background: url(../img/talent/talent_title_rel.gif) no-repeat left center;
}
.talent__h3 {
	position: relative;
	margin: 12px 0;
	padding: 8px 0;
	padding-left: 30px;
	color: #333;
	background: #F2F2F2;
	cursor: pointer;
}
.talent__h3::before {
	position: absolute;
	top: 8px;
	left: 10px;
	content: '■';
	color: #333;
}
.talent__h3:after {
  content: "";
  //* position: absolute;
  right: 25px;
  top: 38%; */
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 10px;
  height: 10px;
	margin-left: 20px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.talent__h3.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.talent__h3-cat {
	position: relative;
	margin: 12px 0;
	padding: 8px 0;
	padding-left: 20px;
	color: #333;
}
.talent__h3-cat::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '■';
	color: #333;
}
.talent__h3-cat a {
	text-decoration: none !important;
  color: #3297c9 !important;
  border-bottom: 1px #3297c9 dotted !important;
}
.talent__h3 a {
	text-decoration: none !important;
  color: #3297c9 !important;
  border-bottom: 1px #3297c9 dotted !important;
}
.talent__content {
	display: none;
}
.talent__title_h3 {
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 0.875em;
	line-height: 1.0;
	border-bottom: solid 4px #EEE;
}
.talent_listcol {
	padding: 35px 0 10px;
	/* padding: 10px 0; */
	overflow: hidden;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: flex-start;
}
.talent_listcol.nopad {
	padding: 0;
}
.talent_listcol section {
	width: 144px;
	/* height: 210px; */
	/* margin: 0 15px 30px 0; */
	margin: 0 15px 10px 0;
	/* float: left; */
	text-align: center;
}
.talent_listcol section:nth-child(6n) {
	margin: 0 0 10px;
}
.talent_listhr {
	margin: 1em 0 1em;
}
.next_talent_list .talent_listcol {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: flex-start;
}
.next_talent_list .talent_listcol section {
	width: 107px;
	margin: 0 12px 0 0;
	display: block;
	/* float: none; */
	text-align: center;
}
.next_talent_list .talent_listcol section:nth-child(8n) {
	margin: 0;
}
.talent_listcol section a {
	text-decoration: none;
}
.talent__cat-list {
	margin-bottom: 12px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.talent__cat-list li {
	margin: 6px 4px;
}
.talent__cat-link {
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #111;
	background: #EEE;
	border: solid 1px #AAA;
	border-radius: 3px;
	text-decoration: none;
}
.talent__cat-link:hover {
	padding: 6px 10px;
  color: #23527c;
	border: solid 1px #888;
  text-decoration: none;
}
.talent_box {
	min-height: 160px;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: solid 4px #ffffff;
}
.next_talent_box h2 {
	width: 130px;
	height: 130px;
	padding: 5px;
	display: block;
	border: solid 1px #aaa;
	text-indent: -9999px;
	background: url(../img/common/next_talent_btn.png) no-repeat center center;
}
.talent_img {
	padding: 5px 5px 0;
	border: solid 1px #aaa;
}
.talent_img img {
	width: 130px;
	height: 130px;
}
.next_talent_list .talent_img img {
	width: 94px;
	height: 94px;
}
.talent_name {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
	line-height: 1.0;
}
.talent_ename {
	margin: 4px 0 0;
	font-size: 10px;
	color: #9a9a9a;
}
.fs-loading {
	margin: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.3;
}
.fs-result-msg {
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
	background: #F2F2F2;
}
.fs-count {
	margin: 0 5px;
	font-weight: bold;
}
.fs_listcol {
	padding: 35px 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.fs_listcol.nopad {
	padding: 0;
}
.fs_listcol section {
	width: 144px;
	height: 210px;
	margin: 0 15px 30px 0;
	float: none;
	text-align: center;
}
.fs_listcol section:nth-child(6n) {
	margin: 0;
}
.fs_listcol section a {
	text-decoration: none;
}
.fs_link:hover > .talent_box {
	border-bottom: solid 4px #CCC;
	transition: all .4s;
}
.fs_link:hover .talent_name {
	color: #3297c9;
	transition: all .4s;
}
/*----------------------------------------------------
	talentspContent
----------------------------------------------------*/
#talentspContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#talentspContent #mainCol h1 {
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/talent/talent_header_title.gif) no-repeat left center;
	border-top: solid 4px #3a3a3a;
	margin: -4px 0 0; /* offset 4px for borders */
}
#talent_prof {
	margin: 20px 0 28px;
	overflow: hidden;
}
#talent_prof .ytvideo {
	margin: 20px 0 0;
}
#prof_lt {
	width: 340px;
	float: left;
}
#prof_rt {
	width: 322px;
	float: right;
}
#prof_rt h2 {
	margin: 4px 4px 18px;
	font-size: 20px;
	font-weight: bold;
}
#prof_desc {
	font-size: 12px !important;
}
#prof_desc p {
	margin: 26px 0;
}
#talentspContent #cat_menu {
	margin: 50px 0 0;
	overflow: hidden;
}
#talentspContent #cat_menu ul {
	list-style: none;
}
#talentspContent #cat_menu li {
	height: 14px;
	display: block;
	float: left;
	margin: 0;
	text-indent: -9999px;
}
#talentspContent #catmenu_news a {
	width: 74px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_news.gif) no-repeat left top;
}
#talentspContent #catmenu_news.btn_off {
	width: 74px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_news_off.gif) no-repeat left top;
}
#talentspContent #catmenu_regularinfo a {
	width: 148px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_regularinfo.gif) no-repeat left top;
}
#talentspContent #catmenu_regularinfo.btn_off {
	width: 148px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_regularinfo_off.gif) no-repeat left top;
}
#talentspContent #catmenu_schedule a {
	width: 115px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_schedule.gif) no-repeat left top;
}
#talentspContent #catmenu_schedule.btn_off {
	width: 115px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_schedule_off.gif) no-repeat left top;
}
#talentspContent #catmenu_release a {
	width: 100px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_release.gif) no-repeat left top;
}
#talentspContent #catmenu_release.btn_off {
	width: 100px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_release_off.gif) no-repeat left top;
}
#talentspContent #catmenu_works a {
	width: 90px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_works.gif) no-repeat left top;
}
#talentspContent #catmenu_works.btn_off {
	width: 90px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_works_off.gif) no-repeat left top;
}
#talentspContent #catmenu_videos a {
	width: 92px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_videos.gif) no-repeat left top;
}
#talentspContent #catmenu_videos.btn_off {
	width: 92px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_videos_off.gif) no-repeat left top;
}
#talentspContent #catmenu_links a {
	width: 70px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_links.gif) no-repeat left top;
}
#talentspContent #catmenu_links.btn_off {
	width: 70px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_links_off.gif) no-repeat left top;
}
#talentspContent .prof_box {
	margin: 30px 0 60px;
	border-top: solid 4px #cdcdcd;
}
#talentspContent .cat_line {
	position: relative;
	width: 220px;
	height: 4px;
	margin: -4px 0 0;
	border-top: solid 4px #3a3a3a;
}
#talentspContent #news h2 {
	width: 160px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_news.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent .prof_entry {
	margin: 20px 0;
}
#talentspContent .prof_entry h3 {
	color: #333;
}
#talentspContent .prof_entry h3 a {
	color: #333;
}
#talentspContent .prof_entry h3 a:hover {
	color: #3297c9;
}
#talentspContent .prof_desc {
	margin: 20px 0;
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	word-break: break-all;
}
#talentspContent .prof_desc a {
	color: #333;
}
#talentspContent .prof_desc a.tal_link {
	text-decoration: none !important;
	color: #3297c9 !important;
	border-bottom: 1px #3297c9 dotted !important;
}
#talentspContent .prof_desc a:hover {
	color: #3297c9;
}
#talentspContent #regularinfo h2 {
	width: 360px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_regularinfo.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent .prof_entrytitle {
	margin: 23px 0;
}
#talentspContent #schedule h2 {
	width: 220px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_schedule.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent #release h2 {
	width: 180px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_release.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent #release section {
	width: 148px;
	margin: 36px 12px 0;
	float: left;
	padding: 0 0 10px;
	border-bottom: solid 4px #fff;
}
#talentspContent #release section a {
	text-decoration: none;
}
#talentspContent #release #release_list {
	overflow: hidden;
}
#talentspContent #release .release_talent {
	font-size: 12px;
}
#talentspContent #release .hr_btm {
	margin: 38px 0 0;
	float: left;
}
#talentspContent #works h2 {
	width: 180px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_works.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent #video h2 {
	width: 190px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_videos.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent #links h2 {
	width: 160px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/talent/h2_title_links.gif) no-repeat left center;
	margin: 14px 0;
}
#talentspContent #sch_menu {
	margin: 14px 0 0;
	overflow: hidden;
}
#talentspContent #sch_menu ul {
	list-style: none;
}
#talentspContent #sch_menu li {
	margin: 0 0 0 5px;
	float: left;
}
#talentspContent #sch_menu li:first-child {
	margin: 0;
}
#talentspContent #sch_menu li a {
	 border-radius: 1px; 
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
	padding: 7px 10px;
	line-height: 2.6;
	background: #aaa;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
#talentspContent #sch_menu li a:hover {
	background: #bbb;
}
#talentspContent #sch_menu li a.current {
	background: #ddd;
	font-weight: bold;
	color: #3297c9;
}
#talentspContent .video_box {
	width: 300px;
	margin: 0 20px 40px;
	float: left;
}
/*----------------------------------------------------
	corpContent
----------------------------------------------------*/

#corpContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#corpContent #mainoneCol {
	border-top: solid 4px #cdcdcd;
}
#corpContent #mainoneCol h1 {
	width: 340px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/corporate/corporate_header_title.gif) no-repeat left center;
	border-top: solid 4px #3a3a3a;
	margin: -4px 0 0; /* offset 4px for borders */
}
#corpContent #info h2 {
	width: 130px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/corporate/h2_title_company.gif) no-repeat left center;
	margin: 14px 0;
}
#corpContent #map h2 {
	width: 130px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/corporate/h2_title_map.gif) no-repeat left center;
	margin: 14px 0;
}
#corpContent #recruit h2 {
	width: 130px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/corporate/h2_title_recruit.gif) no-repeat left center;
	margin: 14px 0;
}
#corpContent #contact h2 {
	width: 130px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/corporate/h2_title_contact.gif) no-repeat left center;
	margin: 14px 0;
}
#corpContent #related h2 {
	width: 130px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/corporate/h2_title_related.gif) no-repeat left center;
	margin: 14px 0;
}
#corpContent .corp_desc {
	margin: 18px 0 24px;
	font-size: 12px;
	line-height: 1.8;
	color: #333;
}
#corpContent .corp_desc a {
	font-weight: bold;
	color: #3297c9;
	text-decoration: none;
}
#corpContent .corp_desc p {
	margin: 15px 0;
}
#corpContent .corp_desc h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #333;
}

/*----------------------------------------------------
	jcaContent
----------------------------------------------------*/

#jcaContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#jcaContent #mainoneCol h1 {
	width: 940px;
	height: 55px;
	text-indent: -9999px;
	background: url(../img/jca/jca_header_title.gif) no-repeat left center;
	margin: -4px 0 0; /* offset 4px for borders */
}
#jca_header {
	margin: 38px 0 0;
	overflow: hidden;		
}
#header_desc {
	width: 600px;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 2;
	color: #333;
	float: left;
}
#header_img {
	width: 320px;
	height: 240px;
	float: left;
	background: #cdcdcd;
}
#jcaContent .jca_box {
	margin: 80px 0;
	border-top: solid 4px #cdcdcd;
}
#jcaContent h3 {
	font-size: 18px;
	color: #084fab;
	margin: 22px 0 30px 2px;
}
#jcaContent #stepup h2 {
	width: 206px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_stepup.gif) no-repeat left center;
	margin: 14px 0;
}
#jcaContent #stepup_entry section {
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
	overflow: hidden;
}
#jcaContent .stepup_img {
	width: 280px;
	height: 190px;
	margin: 0 20px 0 0;
	background: #cdcdcd;
	float: left;
}
#jcaContent .stepup_box {
	width: 600px;
	margin: 15px 0 0;
	float: left;
}
#jcaContent #stepup1 h4  {
	width: 216px;
	height: 28px;
	text-indent: -9999px;
	background: url(../img/jca/h4_title_step1.gif) no-repeat left center;
}
#jcaContent #stepup2 h4  {
	width: 268px;
	height: 28px;
	text-indent: -9999px;
	background: url(../img/jca/h4_title_step2.gif) no-repeat left center;
}
#jcaContent #stepup3 h4  {
	width: 282px;
	height: 28px;
	text-indent: -9999px;
	background: url(../img/jca/h4_title_step3.gif) no-repeat left center;
}
#jcaContent .stepup_desc {
	margin: 16px 2px;
	font-size: 16px;
	line-height: 1.5;
}
#jcaContent #stepup .blhr_line { 
	width: 100%;
	height: 3px;
	margin: 10px 0 0;
	display: block;
	font-size: 0;
	background: url(../img/common/blhr_pattern.gif) repeat-x left top;
}
#jcaContent #stepup .stepup_arr { 
	width: 100%;
	height: 52px;
	display: block;
	font-size: 0;
	background: url(../img/jca/stepup_arrow.gif) no-repeat center center;
}
#jcaContent #curriculum h2 {
	width: 220px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_curriculum.gif) no-repeat left center;
}
#jcaContent #curriculum_entry {
	overflow: hidden;
}
#jcaContent #curriculum_entry section {
	width: 260px;
	height: 400px;
	margin: 40px 50px 0 0;
	padding: 9px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
	float: left;
}
#jcaContent #curriculum_entry section:last-child {
	margin: 40px 0 0;
}
#jcaContent #curriculum h4 {
	height: 30px;
	font-size: 16px;
	color: #fff;
	background: #095ecc;
	text-align: center;
	line-height: 30px;
}
#jcaContent .curriculum_img {
	width: 260px;
	height: 160px;
	margin: 20px 0 0;
	background: #cdcdcd;
}
#jcaContent .curriculum_desc {
	margin: 24px 2px 15px;
}

#jcaContent #schoolevent h2 {
	width: 473px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_schoolevent.gif) no-repeat left center;
}
#jcaContent #schoolevent_entry {
	overflow: hidden;
}
#jcaContent #schoolevent_entry section {
	width: 260px;
	margin: 40px 50px 0 0;
	padding: 9px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
	float: left;
}
#jcaContent #schoolevent_entry section:last-child {
	margin: 40px 0 0;
}
#jcaContent #schoolevent h3 {
	margin: 22px 0 0 2px;
}
#jcaContent #schoolevent h4 {
	height: 30px;
	font-size: 16px;
	color: #fff;
	background: #095ecc;
	text-align: center;
	line-height: 30px;
}
#jcaContent .schoolevent_img {
	width: 260px;
	height: 174px;
	margin: 20px 0 0;
	background: #cdcdcd;
}
#jcaContent .schoolevent_img img{
	width: 260px;
	height: 174px;
}
#jcaContent .schoolevent_desc {
	margin: 24px 2px 15px;
}
#jcaContent #schoolevent p {
	margin: 20px 0 0;
	text-align: center;
}

#jcaContent #stage h2 {
	width: 473px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_stage.gif) no-repeat left center;
	margin: 14px 0;
}
#jcaContent #stage h3 {
	margin: 22px 0 22px 2px;
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
}
#jcaContent #stage section {
	margin: 0 0 40px;
}
#jcaContent #stage ul {
	margin: 0 20px;
	padding: 0 20px;
}
#jcaContent #advice h2 {
	width: 176px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_advice.gif) no-repeat left center;
}
#jcaContent #advice {
	font-size: 14px;
	line-height: 1.8;
}
#jcaContent #advice dl {
	margin: 30px 0 0;
}
#jcaContent #advice dt {
	font-weight: bold;
}
#jcaContent #advice dd {
	margin: 0 0 5px 10px;
}
#jcaContent #recruitinfo h2 {
	/* width: 176px; */
	width: 473px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_recruitinfo.gif) no-repeat left center;
	/* background: url(../img/jca/h2_title_recruitinfo_26now.gif) no-repeat left center;  */
}
#jcaContent #recruitinfo h3 {
	margin: 22px 0 22px 2px;
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
}
#jcaContent #campusinfo h3 {
	margin: 22px 0 0px 2px;
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #cdcdcd;
}
#jcaContent #recruitinfo h4 {
	 font-size: 18px;
    color: #084fab;
    margin: 0 0 0 20px;
}
#jcaContent #recruitinfo_entry {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
#jcaContent #recruitinfo_entry p {
	margin: 0 20px 30px;
}
#jcaContent #recruitinfo_entry a {
	color: #3297c9;
}
#jcaContent .city {
  width: 70%;
  margin: 20px 20px 40px;
}
#jcaContent .city .ui-accordion-content {
  padding: 30px;
  background: #f7f7f7;

}
#jcaContent .city .ui-accordion-header {
  margin: 0;
  font-size: 18px;
  color: #084fab;
  background-color: #eee;
  border: solid 1px #cdcdcd;
  cursor: pointer;
  padding: 10px;
}
#jcaContent .city .ui-accordion-header a {
  color: #777;
}
#jcaContent .city .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#jcaContent .city .ui-icon-circle-arrow-e {
	width: 20px;
	height: 20px;
	background-image:url(../img/jca/next_arr.gif) !important;
}
#jcaContent .city .ui-icon-circle-arrow-s {
	width: 20px;
	height: 20px;
	background-image:url(../img/jca/down_arr.gif) !important;
}
#jcaContent #campusinfo h2 {
	width: 275px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_opencampus.gif) no-repeat left center;
}
#jcaContent #campus_entry {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
#jcaContent #campus_entry p {
	margin: 0 0 30px;
}
#jcaContent #campus_entry a {
	color: #3297c9;
}
#jcaContent #setsumeikai h2 {
	width: 176px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_setsumeikai.gif) no-repeat left center;
}
#jcaContent #jcalist h2 {
	width: 270px;
	height: 20px;
	margin: 14px 0;
	text-indent: -9999px;
	background: url(../img/jca/h2_title_jcalist.gif) no-repeat left center;
}
#jcaContent #jcalist {
	color: #636363;
	font-size: 10px;
}
#jcaContent #jcalist a {
	color: #636363;
	text-decoration: none;
}
#jcaContent #jcalist_entry {
	overflow: hidden;
	margin: 8px 0 28px;
}
#jcaContent #jcalist_entry ul {
	list-style: none;
}
#jcaContent #jcalist_entry li {
	width: 63px;
	height: 92px;
	float: left;
	margin: 22px 16px 0 0;
	padding: 0 0 10px;
	border-bottom: solid 4px #fff;
	text-align: center;
	overflow: hidden;
}
#jcaContent #jcalist_entry li:nth-child(12n) {
	margin: 22px 0 0 0;
}
#jcaContent #jcalist_entry li img {
	width: 61px;
	height: 56px;
	margin: 0 0 5px;
	display: block;
	border: solid 1px #cdcdcd;
	overflow: hidden;
}
/*----------------------------------------------------
	bookingContent
----------------------------------------------------*/

#bookingContent {
width: 940px;
height: 100%;
margin: 0 auto;
}
#bookingContent #mainoneCol {
border-top: solid 4px #cdcdcd;
}
#bookingContent #mainoneCol h1 {
width: 340px;
height: 50px;
text-indent: -9999px;
background: url(../img/form/booking_header_title.gif) no-repeat left center;
border-top: solid 4px #3a3a3a;
margin: -4px 0 0; /* offset 4px for borders */
}
/*----------------------------------------------------
	contactContent
----------------------------------------------------*/

#contactContent {
width: 940px;
height: 100%;
margin: 0 auto;
}
#contactContent #mainoneCol {
border-top: solid 4px #cdcdcd;
}
#contactContent #mainoneCol h1 {
width: 340px;
height: 50px;
text-indent: -9999px;
background: url(../img/form/contact_header_title.gif) no-repeat left center;
border-top: solid 4px #3a3a3a;
margin: -4px 0 0; /* offset 4px for borders */
}
/*----------------------------------------------------
	form elements
----------------------------------------------------*/

table#formtbl {
width: 860px;
margin:0 0 20px 40px;
border-collapse:collapse;
border:1px solid #808080;	
}
table#formtbl tr {
border:1px solid #808080;	
}
table#formtbl tr td {
padding:12px;
background:#f7f7f7;
border-top:1px solid #808080;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
vertical-align:top;
}
table#formtbl tr td:first-child {
width: 250px;
color:#fff;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
background:#737373;
}
table#formtbl tr:first-child td:first-child {border-top:none;}
table#formtbl tr:last-child td:first-child {border-bottom:none;}
#formtbl_header {
width: 860px;
margin: 20px auto;
}
#formtbl_alert {
width: 860px;
margin: 0 auto;
font-size: 14px;
}
#formtbl_alert a {
text-decoration: none;
color: #3297c9;
}
#form_thx {
background: #eee;
padding: 20px;
border: 1px solid #ccc;
}
#form_thx p {
margin: 20px 0 0;
}
#form_thx a {
text-decoration: none;
color: #3297c9;
}
#form_btn {
text-align: center;
margin: 30px 0 50px;
}
#form_btn input {
margin: 0 10px;
}
#form_err {
width: 700px;
margin: 20px auto;
padding: 14px;
background: #ffefed;
border: 1px solid #ccc;
}
#form_err p {
font-size: 18px;
font-weight: bold;
margin: 0 0 4px;
}
#form_err ul {
list-style: none;
}
#form_err li {
font-size: 14px;
}
/*----------------------------------------------------
	privacyContent
----------------------------------------------------*/

#privacyContent {
width: 940px;
height: 100%;
margin: 0 auto;
}
#privacyContent #mainoneCol {
border-top: solid 4px #cdcdcd;
}
#privacyContent #mainoneCol h1 {
width: 340px;
height: 50px;
text-indent: -9999px;
background: url(../img/form/privacy_header_title.gif) no-repeat left center;
border-top: solid 4px #3a3a3a;
margin: -4px 0 0; /* offset 4px for borders */
}
#privacy_desc {
width: 820px;
margin: 20px auto;
padding: 20px 20px 10px;
border: solid 1px #cdcdcd;
}
#privacy_desc p {
margin: 0 0 10px;
font-size: 14px;
}
#privacy_desc a {
text-decoration: none;
color: #3297c9;
}
#privacy_desc section {
padding: 5px 0;
}
#privacy_desc section p {
padding: 0 22px;
}
#privacyContent #priv_kanri h2 {
width: 270px;
height: 18px;
text-indent: -9999px;
background: url(../img/privacy/h2_title_kanri.gif) no-repeat left center;
margin: 14px 0;
}
#privacyContent #priv_riyou h2 {
width: 270px;
height: 18px;
text-indent: -9999px;
background: url(../img/privacy/h2_title_riyou.gif) no-repeat left center;
margin: 14px 0;
}
#privacyContent #priv_hogo h2 {
width: 270px;
height: 18px;
text-indent: -9999px;
background: url(../img/privacy/h2_title_hogo.gif) no-repeat left center;
margin: 14px 0;
}
#privacyContent #priv_edit h2 {
width: 310px;
height: 18px;
text-indent: -9999px;
background: url(../img/privacy/h2_title_edit.gif) no-repeat left center;
margin: 14px 0;
}
#privacyContent #priv_contact h2 {
width: 287px;
height: 18px;
text-indent: -9999px;
background: url(../img/privacy/h2_title_contact.gif) no-repeat left center;
margin: 14px 0;
}
/*----------------------------------------------------
	OTHER
----------------------------------------------------*/
.center {text-align:center;}
.bold {font-weight:bold;}
.red {color:#f05757;}
.blue {color:#2c96c7;}
.xsmall {font-size:10px;}
.small {font-size:12px;}
.middle {font-size:14px;}
.large {font-size:16px;}
.xlarge {font-size:18px;}
.hr_line { 
	width: 100%;
	height: 1px;
	display: block;
	font-size: 0;
	background: url(../img/common/hr_pattern.gif) repeat-x left top;
}
#toTop {
	position: fixed;
	left: 47%;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/common/pagetop.png) repeat-x left top;
}
#toTop:hover {
	background: url(../img/common/pagetop_on.png) repeat-x left top;
}
/*----------------------------------------------------
	SOCIAL BOOKMARK
----------------------------------------------------*/
#soc_box {
width: 460px;
height: 24px;
float: right;
display: flex;
justify-content: space-between;
margin: 2px 0 0;
}
#news #soc_box {
height: 34px;
padding: 9px 0 0;
margin: 0px 10px;
overflow: hidden;
}
#soc_box div {
/* float: left; */
overflow: hidden;
}
#soc_box .fb-like {
width: 96px;
margin: 0 10px 0 0;
}
#soc_box .twitter_box {
width: 80px;
width: 80px\9; /* IE 8 and below???*/
margin: 2px 10px 0 0;
}
/* IE 10 Only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #soc_box .twitter_box {
		width: 80px;
	}
}
/* IE 9 Only */
:root #soc_box .twitter_box {
	width: 80px \0/IE9;
}
#soc_box .mixi_box {
width: 70px;
margin: 0 10px 0 0;
}
#soc_box .line_box {
width: 88px;
margin: 0 10px 0 0;
}
#soc_box .gree_box {
width: 70px;
margin: 0 10px 0 0;
}
/*----------------------------------------------------
	CLEARFIX
----------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{
content: "";
display: block;
clear: both;
}