@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 a {
	width: 180px;
	height: 36px;
	margin: 45px 0 0;
	float: right;
	text-indent: -9999px;
	background: url(../img/common/header_request.gif) no-repeat left top;
}
#header_rt a: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_movie.gif) no-repeat left top;
}
#menu_movie a {
	width: 156px;
	/* background: url(../img/common/menu_movie_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 0;
	overflow: hidden;
}
#main_lcol {
	width: 240px;
	height: 271px;
	border-top: solid 4px #000;
	border-bottom: solid 1px #cdcdcd;
	float: left;
}
#main_lcol h2 {
	width: 185px;
	height: 36px;
	background: url(../img/top_topics_title.gif) no-repeat left top;
	margin: 20px 0 0;
	display: block;
	text-indent: -9999px;
}
#main_morebtn a {
	width: 96px;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 75px;
	border-right: solid 1px #cdcdcd;
	text-indent: -9999px;
	background: url(../img/top_more.gif) no-repeat left top;
}
#main_morebtn a:hover {
	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: 67px;
	border-bottom: solid 1px #cdcdcd;
}
#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: 67px;
	float: left;
	font-size: 13px;
	color: #333;
	overflow: hidden;
}
#main_rcol dd div {
	height: 67px;
	display:table-cell;
	vertical-align:middle;
	word-break: break-all;
	text-decoration: underline;
}
#main_rcol a:hover {
	color: #3297C9;
}

/*----------------------------------------------------
	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 #tl_list1 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 ul {
	list-style: none;
}
#side_tl li {
	width: 63px;
	height: 92px;
	float: left;
	margin: 22px 10px 0 0;
	padding: 0 0 10px;
	border-bottom: solid 4px #fff;
	text-align: center;
	overflow: hidden;
}
#side_tl li:nth-child(3n) {
	margin: 22px 0 0 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: 25px 0 0;
}
#side_tl #tl_list2 .hr_line  {
	margin: 12px 0 0;
}
#tl_pjinriki {
	margin: 4px 0 0;
	overflow: hidden;
}
#tl_pjinrikirel {
	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 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_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
----------------------------------------------------*/

#eventbakabakuContent {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
#eventbakabakuContent a {
	color: #333;
}
#eventbakabakuContent a:hover {
	color: #3297c9;
}
#eventbakabakuContent #mainCol {
	border: 0;
}
#eventbakabakuContent #mainCol h1 {
	width: 692px;
	height: 323px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_hdbanner.jpg) no-repeat left center;
}
#eventbakabakuContent .event_desc {
	margin: 22px;
}
#eventbakabakuContent .event_desc img {
	margin: 10px 0;
}
#eventbakabakuContent .event_desc p {
	margin: 8px 20px;
}
#eventbakabakuContent .title {
	font-weight: bold;
}
#eventbakabakuContent .bakabaku_sec {
	margin: 22px 0 0;
	padding: 0 0 10px 0;
	background: #fcfbd5;
	display: block;
}
#eventbakabakuContent #ticket h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_ticket.png) no-repeat left center #ffef6a;
}
#eventbakabakuContent #passmarket {
	text-align: center;
}
#eventbakabakuContent #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用 */  
}
#eventbakabakuContent #passmarket #qr_code {
	margin: 30px 0 0;
}
#eventbakabakuContent #passmarket p {
	font-size: 120%;
}
#eventbakabakuContent #ticket_infotop {
	margin: 40px 20px;
}
#eventbakabakuContent #ticket_infotop p {
	font-size: 100%;
}
#eventbakabakuContent #ticket_infodate {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0;
}
#eventbakabakuContent #ticket_info {
	width: 86%;
	margin: 20px auto 0;
	background: #FFF;
	border: solid 2px #01aaf1;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    line-height: 1.4;
}
#eventbakabakuContent #ticket_info ul {
	margin: 12px 40px 22px;
	overflow: hidden;
}
#eventbakabakuContent #ticket_info li {
	margin: 20px 0 0 28px;
	list-style-type: none;
	text-indent: -1.4em;
}
#eventbakabakuContent #ticket_info li:before {
	display: inline;
	content: "※ ";
}
#eventbakabakuContent #performance {
	font-size: 110%;
	line-height: 1.4;
	overflow: hidden;
}
#eventbakabakuContent #performance h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_info.png) no-repeat left center #ffef6a;
}
#eventbakabakuContent #performance .desc_inner {
	margin: 0 0 0 36px;
}
#eventbakabakuContent #performance #address {
	width: 46%;
	margin: 0 0 0 20px;
	float: left;
}
#eventbakabakuContent #performance #map img {
	margin: 0;
}
#eventbakabakuContent #performance #contact {
	margin: 20px 0 0 20px;
}
#eventbakabakuContent #schedule {
	margin: 60px 0 0;
}
#eventbakabakuContent #schedule h2 {
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/event/bakabaku_h2_schedule.png) no-repeat left center #ffef6a;
}
#eventbakabakuContent #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用 */  
}
#eventbakabakuContent #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;
}
#eventbakabakuContent #schedule div.event_sec:nth-child(odd) {
	background: #f6d44c;
}
#eventbakabakuContent #schedule div.event_sec:nth-child(even) {
	background: #f892ce;
}
#eventbakabakuContent #schedule .date {
	width: 48%;
	padding: 5px 0 5px 5px;
	font-size: 260%;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#eventbakabakuContent #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;
}
#eventbakabakuContent #schedule div.event_sec:nth-child(odd) .time {
	background: #edb53d;
}
#eventbakabakuContent #schedule div.event_sec:nth-child(even) .time {
	background: #f44cae;
}
#eventbakabakuContent #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用 */  
}
#eventbakabakuContent #schedule .event_lineup img {
	width: 114px;
	border: solid 1px #c9c9c9;
	margin: 10px 4px;
}
#eventbakabakuContent #schedule .lineup a.tal_link {
	text-decoration: none !important;
	color: #3297c9 !important;
	border-bottom: 1px #3297c9 dotted !important;
}
#eventbakabakuContent #schedule .event_lineup .pink{
	color: #f44cae;
	font-weight: bold;
}
#eventbakabakuContent #schedule .event_lineup .red{
	color: #ed1d62;
	font-weight: bold;
}
/*----------------------------------------------------
	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 #mainoneCol {
	border-top: solid 4px #cdcdcd;
}
#talentContent #mainoneCol 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 */
}
#talentContent #mainoneCol h1#talent_rel {
	text-indent: -9999px;
	border: none;
	background: url(../img/talent/talent_title_rel.gif) no-repeat left center;
}
.talent_listcol {
	padding: 35px 0 10px;
	overflow: hidden;
}
.talent_listcol.nopad {
	padding: 0;
}
.talent_listcol section {
	width: 144px;
	height: 210px;
	margin: 0 15px 30px 0;
	float: left;
	text-align: center;
}
.talent_listcol section:nth-child(6n) {
	margin: 0;
}
.talent_listcol section a {
	text-decoration: none;
}
.talent_box {
	padding: 0 0 10px;
	border-bottom: solid 4px #ffffff;
}
.talent_img {
	padding: 5px 5px 0;
	border: solid 1px #aaa;
}
.talent_img img {
	width: 130px;
	height: 130px;
}
.talent_name {
	margin: 14px 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #3a3a3a;
}
.talent_ename {
	margin: 8px 0 0;
	font-size: 10px;
	color: #9a9a9a;
}

/*----------------------------------------------------
	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;
}
#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;
}
#talentspContentt #cat_menu ul {
	list-style: none;
}
#talentspContent #cat_menu li {
	height: 14px;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	text-indent: -9999px;
}
#talentspContent #cat_menu li:last-child {
	margin: 0;
}
#talentspContent #catmenu_news a {
	width: 84px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_news.gif) no-repeat left top;
}
#talentspContent #catmenu_news.btn_off {
	width: 84px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_news_off.gif) no-repeat left top;
}
#talentspContent #catmenu_regularinfo a {
	width: 165px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_regularinfo.gif) no-repeat left top;
}
#talentspContent #catmenu_regularinfo.btn_off {
	width: 165px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_regularinfo_off.gif) no-repeat left top;
}
#talentspContent #catmenu_schedule a {
	width: 135px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_schedule.gif) no-repeat left top;
}
#talentspContent #catmenu_schedule.btn_off {
	width: 135px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_schedule_off.gif) no-repeat left top;
}
#talentspContent #catmenu_release a {
	width: 119px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_release.gif) no-repeat left top;
}
#talentspContent #catmenu_release.btn_off {
	width: 119px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_cat_release_off.gif) no-repeat left top;
}
#talentspContent #catmenu_works a {
	width: 109px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_title_works.gif) no-repeat left top;
}
#talentspContent #catmenu_works.btn_off {
	width: 109px;
	height: 14px;
	display: block;
	background: url(../img/talent/talent_title_works_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 80px;
	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 #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;
}
/*----------------------------------------------------
	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 .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: 480px;
height: 22px;
float: right;
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: 86px;
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 .gplus_box {
width: 50px;
margin: 0 10px 0 0;
display: block;
*display: none;
}
#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;
}