/*
Theme Name: crie ver1.2
Description: HTML5 基本テンプレート レスポンシブ
Version: 0.1
Author: ファンタロック
Author URI: http://http://funtalok.com/
*/

/* clearfix定義 */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

img.aligncenter {
	margin-bottom:20px;
}
img.alignright {
	margin-bottom:20px;
	float:right;
	margin-left:20px;
}
.pa10 {
	padding:10px;
	box-sizing:border-box;
}

#wrapper_sm{
　　display:none;
}
@media only screen and (max-width:480px){
#smart_wrapper{
　　display:none;
}
}

/* マージンスタイル */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pt100 {padding-top:100px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb70 {padding-bottom:70px;}
.pb80 {padding-bottom:80px;}
.pb90 {padding-bottom:90px;}
.pb100 {padding-bottom:100px;}


.sp-mask {
	height:470px;
}
p.page-top {display:none;}
img {
	max-width:100%;
	height:auto;
}
.nav > li > a{
padding:10px 7px;
}

/********************************
見出し
********************************/
.title_h2{
	color:#003E7A;
	font-size:16px;

}
.page_box h2 {
	color:#003E7A;
	font-size:30px;
	font-weight:bold;
	margin-top:0;
	padding-bottom:10px;
	border-bottom: 1px solid #b5b5b6;
}
.page_box h3 {
	font-size:16px;
	padding-left:15px;
	font-weight:bold;
}




.page_box .title_cat{
	border-left:7px solid #003E7A;
	
}

.page_box .title_catp{
	font-size:18px;
}



/********************************
背景
********************************/

.header_page_img {
	height:300px;
	background-image:url("images/background/bg_all.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}
.company_head {
	background-image:url("images/background/bg_publication_music.jpg");
}

.sitemap_head {background-image:url("images/background/bg_sitemap.jpg");}
.concerts_head {background-image:url("images/background/bg_concerts.jpg");}
.organization_head {background-image:url("images/background/bg_organization.jpg");}
.blog_head{background-image:url("images/background/bg_blog.jpg");}
.publishing_head{background-image:url("images/background/bg_publication_cd-dvd.jpg");}
.cd-dvd_head {background-image:url("images/background/bg_publication_cd-dvd.jpg");}
.music_head{background-image:url("images/background/bg_publication_music.jpg");}
.book_head{background-image:url("images/background/bg_publication_book.jpg");}
.news_head{background-image:url("images/background/bg_information.jpg");}
.instelrental_head{background-image:url("images/background/bg_rental.jpg");} 
.studio_head{background-image:url("images/background/bg_studio.jpg");}
.artists_head{background-image:url("images/background/bg_artists.jpg");}
.company_head{background-image:url("images/background/bg_cam.jpg");}
.inquiry_head {background-image:url("images/background/bg_inquiry.jpg");}
.instal_rental_head{background-image:url("images/background/bg_pas.jpg");}
.privacypolicy_head{background-image:url("images/background/bg_pp.jpg");}
.app_head{background-image:url("images/background/bg_app.jpg");}
.mailmagazine_head{background-image:url("images/background/bg_supp.jpg");}
.recommend_head{background-image:url("images/background/bg_recommend.jpg");}
.category_head{background-image:url("images/background/bg_sitemap.jpg");}
.goods_head{background-image:url("images/background/bg_pas.jpg");}
.support_head{background-image:url("images/background/bg_supp.jpg");}

/********************************
メニュー
********************************/
#head_nav > li {
	/*margin-right:20px;*/
}
#head_nav li span{
	display:inline-block;
	margin-top:10px;
}
.nav_box {
	z-index:9999;
}
.nav_box .shop-menu {
	display:none;
}
header{
	padding-top:45px;
}
.head{
	position:fixed;
	top:0;
	background-color:#fff;
	width:100%;
	z-index:9999;
}
@media(min-width:768px){

.fixed .shop-menu{
	display:inline-block;
}
.fixed .header-bottom {
	display:none;
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	background-color:#fff;
	transition:ease 0.5s;
	box-shadow:0px 3px 3px rgba(100,100,100,0.5);
}
.fixed .logo  {
	float:left;
	width:251px;
}
.fixed #head_nav li{
	margin-right:10px;
	text-align:center;
}
.fixed #head_nav li ul {
	top:80px;
}
.fixed #head_nav li ul li{
	width:100%;
}
.fixed #head_nav li ul li a{
	background-color:transparent;
	margin:0;
}
.fixed #head_nav li span{
	font-size:12px;
}

}
@media(max-width:768px){
.navbar-header {
	position:absolute;
	top:-62px;
	right:10px;
	z-index:9999;
	}
.mainmenu #head_nav {
	position:fixed;
	top:100px;
	width:100%;
}
.mainmenu #head_nav li {
	margin:0;
	padding:0;
	background:#fafafa;
}
.mainmenu #head_nav li a{
	padding:10px 0;

}
.mainmenu #head_nav li span{
	display:none;
}
}
	

/********************************
スライダー
********************************/
#slider {
	text-align:center;
}
/********************************
コンテンツ
********************************/
.cat_ul{
	
	margin:0;
	padding:0;
	list-style:none;
}
.page_box p{
	padding-left:15px;
	padding-bottom:3px;
	padding-top:3px;
}
.bt1 {
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius:5px;
}

/********************************
TOP
*********************************/
.cat_color {
	text-align:center;
	line-height:28px;
	margin:5px 0 8px;
}

.cat_gsj{
	color:#036EB8;
}

.cat_anime{
	color:#6C0D58;
}
.cat_wind{
	color:#C4702A;
}
.cat_music{
	color:#606C17;
}
	

.cat0_nomal{
	color:#000;
	border-left: solid 10px #000;
}






.productinfo h2 {
	margin-top:10px;
}
a{
	color:#000 !important;
	
}
a:hover{
	color:#5d6d99 !important;
	text-decoration: underline;
	
}
.tab-content .row{
	letter-spacing:-.4em;
	padding-right:0.4em;
}
.tab-content .row > div{
	letter-spacing:normal;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.sinlge-post-meta li a{
	color:#F7B600;
}

/********************************
category
*********************************/
.sitemap_ul ul{
	padding:0;
	letter-spacing:-.4em;
	padding-right:0.4em;
}
.sitemap_ul ul li{
	letter-spacing:normal;
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-bottom:25px;
	box-sizing:border-box;
}
.sitemap_ul ul li a{
	padding-top:15px;
	display:block;
}






.c_time{
	font-size:16px;
}
.u_date{
	color:#999;
	font-size:10px;
}
.cat_color2{
	margin-top:0;
	text-align:left;
	padding-left:1em;
}
.page_concerts h2{
	font-size:18px;
	margin:10px 0 15px;
	line-height:1.4em;
}
.page_concerts h2 a{
	color:#F7B600;
	font-weight:bold;
}
/********************************
出版物
********************************/
.music_page{
	padding:0 15px;
}
.music_page h1 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: 1px dashed #F39800;
}
.music_page h1 span{
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-left:1em;
}
.music_dl dt{
	float:left;
	width:120px;
	padding-top:10px;
	
}
.music_dl dd{
	padding-left:130px;
}
.title_music {
	margin:0;
	margin-bottom:-1px ;
	padding:10px 15px ;
	font-size:16px;
	background-color:#F7F8F8;
	box-sizing:border-box;
	border-radius:5px;
	border-bottom:1px solid #ccc;
}
.music_content {
	padding:15px;
}
.music_content h3 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#F39800;
	padding-bottom:10px;
	border-bottom:1px dashed #F39800;
	
}

/********************************
カテゴリー
********************************/
.archive_img {
	float:left;
	margin-right:20px;
}
.archive_list_tilte {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
	margin:0;
}
.archive_text{
	line-height:1.5em;
	margin:10px 0;
}
.archive_list_tilte a{
	color:#333;
}
.archive_list_tilte a:hover{
	text-decoration:none;
	color:#333;
}
a,a:hover{
	color:#003E7A;
}
.cat_area {
	float:left;
}

/********************************
ブログ
********************************/

.archive_li {
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.archive_li .archive_list_tilte {
	margin:0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	color:#F39800;
}
.archive_li .archive_list_tilte a{
	color:#003E7A;
}
.archive_li .time{
	text-align:right;
	margin-bottom:10px;
}
.archive_li .col-sm-4 {
	text-align:right;
}
.archive_li .archive_text {
	margin-top:0;
}

/********************************
会社概要
********************************/
.company_page dl{
	letter-spacing:-.4em;
}
.company_page dt{
	letter-spacing:normal;
	display:inline-block;
	width:30%;
	text-align:right;
	vertical-align:top;
	padding-right:1em;
	margin-bottom:20px;
	color:#E4A738;
}
.company_page dd strong{
	font-size:120%;
}
.company_page dd{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:70%;
	margin-bottom:20px;

}
.company_page dd p{
	margin:0;
	padding:0;
}
/********************************
レンタル
********************************/
.instelrental_page h3{
	padding:0;
	padding-bottom:10px;
	margin:0 15px;
	margin-bottom:15px;
	font-weight:bold;
	color:#F39800;
	border-bottom:1px dashed #F39800;
	
}
.instelrental_page table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:96.5%;
	margin:auto;
	margin-bottom:30px;
	
}
.instelrental_page table td{
	padding:10px;
	min-width:30%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/********************************
サイドメニュー
********************************/
.blog_lists {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:30px;
}
.blog_lists li{
	margin-bottom:15px;
}
.blog_lists .thumb{
	float:left;
	width:100px;
	margin-right:10px;
	display:inline;
}

.blog_lists h3{
	/*font-weight:bold;*/
	line-height:1em;
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-size:14px;
}
.datetime_blog {
	display:inline-block;
	margin-bottom:5px;
	font-size:14px;
}


.blog_lists h3 a{
/*	color:#F7B600;*/
font-size:14px;
color:#000;
}


.top_blo img{
	display:none;
}


.read_more_all a{
	color:#000;
	font-size:14px;
}


.side_content ul{
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:-.4em;
	margin-bottom:40px;
}

.side_content ul li{
	letter-spacing:normal;
	margin-bottom:15px;
}
.side_content ul.col2_ul li {
	width:50%;
	display:inline-block;
	text-align:center;
}
.side_content ul.col2_ul li img{
	width:90%;
}

.archive_list {
	margin:0;
	padding:0 0 0 1em;
	margin-bottom:40px;
}
.archive_list li:before{
	content:"▶";
	display:inline;
	margin-right:0.5em;
}
/********************************
フォーム
********************************/

div#trust-form.contact-form table {
	width:100%;
	margin-bottom:0 !important;
}
div#trust-form.contact-form table th ,div#trust-form.contact-form table td{
	border-bottom:none;
}
div#trust-form.contact-form table tr:hover {
	background-color: transparent !important;
}
div#trust-form.contact-form table th{
	border-bottom:none !important;
	width:150px;
	padding-bottom:10px;
}
div#trust-form.contact-form table tr th{
	color:#595757;
	font-weight:normal;
	margin:0;
}
div#trust-form.contact-form table tr td div{
	margin:0;
	padding:0;
}
div#trust-form.contact-form table td{
	border-bottom:none !important;

	padding-bottom:10px;}
div#trust-form.contact-form table tr th .subject{
	padding-left:0;
}
div#trust-form.contact-form table tr input{
	border:none;
	border:1px solid #DBDCDC;
	border-radius:2px;
}
div#trust-form.contact-form table tr textarea{
	width:100%;
	border:1px solid #DBDCDC;
	border-radius:2px;
	min-height:150px;
	
}
div#trust-form.contact-form table tr textarea.adress2{
	min-height:auto;
	width:50%;
}
div#trust-form #confirm-button {
	text-align:right !important;
}
div#trust-form #confirm-button input{
	border:none;
	background-color:#333;
	color:#fff;
	padding:5px;
	margin-right:0px;
}
.user_info input,  textarea{
	background-color:#fff;
}
p#confirm-button {
	margin-top:20px;
}

@media(max-width:768px){


div#trust-form.contact-form table {
	width:100%;
	margin-bottom:0 !important;
}
div#trust-form.contact-form table th ,div#trust-form.contact-form table td{
	border-bottom:none;
	display:block;
	width:100%;
}
div#trust-form.contact-form table tr:hover {
	background-color: transparent !important;
}
div#trust-form.contact-form table th{
	border-bottom:none !important;
	width:100%;
	padding-bottom:10px;
	display:block;
}

div#trust-form.contact-form table tr textarea.adress2{
	min-height:auto;
	width:100%;
}
div#trust-form #confirm-button {
	text-align:center !important;
}

}
.pankuzu {
	max-width:1200px;
	width:100%;
	margin:auto;
	font-size:12px;
}

#breadcrumb,#breadcrumb > div{
	display:inline-block;
	margin-right:5px;
	padding:10px 0;
}


.mar_bot1208{
	margin-bottom:25px;
}

.mar_top1208{
	margin-top:25px;
}

.mailm li {
list-style-type:none;
}

.mailm h3 {
	font-size:16px;
	font-weight:600;
}





.ins_re table   { width: 100%; }
.ins_re th, .ins_re td  { padding: 10px; border: 1px solid #ddd; }
.ins_re th  { background: #f4f4f4; }
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 60%; text-align: left; }



.inq table   { width: 100%; }
.inq th, .inq td  { padding: 10px; }
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo02 th  { width: 20%; text-align: left; }








@media screen and (min-width:628px) and ( max-width:1200px) {

.header_page_img {
	background-image:url("images/background/bg_concerts.jpg");
	background-repeat:no-repeat;
	background-position:top left;

}



.company_head {background-image:url("images/background/bg_publication_music.jpg");}
.sitemap_head {background-image:url("images/background/bg_sitemap.jpg");}
.concerts_head {background-image:url("images/background/bg_concerts.jpg");}
.gsj_head {background-image:url("images/background/bg_concerts.jpg");}
.classic-symphony_head {background-image:url("images/background/bg_concerts.jpg");}
.anime_head {background-image:url("images/background/bg_concerts.jpg");}
.wind_head {background-image:url("images/background/bg_concerts.jpg");}
.classic-symphony_head {background-image:url("images/background/bg_concerts.jpg");}
.organization_head {background-image:url("images/background/bg_organization.jpg");}
.blog_head{background-image:url("images/background/bg_blog.jpg");}
.publishing_head{background-image:url("images/background/bg_publication_cd-dvd.jpg");}
.cd-dvd_head {background-image:url("images/background/bg_publication_cd-dvd.jpg");}
.music_head{background-image:url("images/background/bg_publication_music.jpg");}
.book_head{background-image:url("images/background/bg_publication_book.jpg");}
.news_head{background-image:url("images/background/bg_information.jpg");}
.instelrental_head{background-image:url("images/background/bg_rental.jpg");} 
.studio_head{background-image:url("images/background/bg_studio.jpg");}
.artists_head{background-image:url("images/background/bg_artists.jpg");}
.company_head{background-image:url("images/background/bg_cam.jpg");}
.inquiry_head {background-image:url("images/background/bg_inquiry.jpg");}
.instal_rental_head{background-image:url("images/background/bg_pas.jpg");}
.privacypolicy_head{background-image:url("images/background/bg_pp.jpg");}
.app_head{background-image:url("images/background/bg_app.jpg");}
.mailmagazine_head{background-image:url("images/background/bg_mailm.jpg");}
.recommend_head{background-image:url("images/background/bg_recommend.jpg");}


}

@media screen and (max-width: 627px) {

.header_page_img {
	height:250px;
	background-image:url("images/background_mb/bg_concerts.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
}



.company_head {
	background-image:url("images/background_mb/bg_publication_music.jpg");
}

.sitemap_head {background-image:url("images/background_mb/bg_sitemap.jpg");}
.concerts_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.gsj_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.classic-symphony_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.anime_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.wind_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.classic-symphony_head {background-image:url("images/background_mb/bg_concerts.jpg");}
.organization_head {background-image:url("images/background_mb/bg_organization.jpg");}
.blog_head{background-image:url("images/background_mb/bg_blog.jpg");}
.publishing_head{background-image:url("images/background_mb/bg_publication_cd-dvd.jpg");}
.cd-dvd_head {background-image:url("images/background_mb/bg_publication_cd-dvd.jpg");}
.music_head{background-image:url("images/background_mb/bg_publication_music.jpg");}
.book_head{background-image:url("images/background_mb/bg_publication_book.jpg");}
.news_head{background-image:url("images/background_mb/bg_information.jpg");}
.instelrental_head{background-image:url("images/background_mb/bg_rental.jpg");} 
.studio_head{background-image:url("images/background_mb/bg_studio.jpg");}
.artists_head{background-image:url("images/background_mb/bg_artists.jpg");}
.company_head{background-image:url("images/background_mb/bg_cam.jpg");}
.inquiry_head {background-image:url("images/background_mb/bg_inquiry.jpg");}
.instal_rental_head{background-image:url("images/background_mb/bg_pas.jpg");}
.privacypolicy_head{background-image:url("images/background_mb/bg_pp.jpg");}
.app_head{background-image:url("images/background_mb/bg_app.jpg");}
.mailmagazine_head{background-image:url("images/background_mb/bg_mailm.jpg");}
.recommend_head{background-image:url("images/background_mb/bg_recommend.jpg");}


}


.logo{
margin:0;
padding:0;
}

@media screen and (min-width:513px) and ( max-width:783px) {
.logo{
	text-align: left;
	width: 50%;
}
}


@media screen and (min-width:497px) and ( max-width:512px) {
.logo{
	text-align: left;
	width: 30%;
}
}

.nav-tabs li.active a{
	color:#e60f20 !important;
}

.active a{
	color:#e60f20;
	}



.company1214 table   { width: 100%; }
.company1214 th, .company1214 td  { padding: 10px;  }
.company1214 th  { color: #e4a738; 
 			font-weight:600;}
 
/*----------------------------------------------------
    ..company1214
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: right; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }

    	.demo01 th  { text-align: left; }
    	
}


.mb10_mb{
margin-bottom:10px;
}

@media screen and (max-width: 480px){
/*.header_top .container { display: none;}*/
.hed_texx { font-size:11px;}
header{
	padding-top:75px;
	
	}

.header-middle .container .row {
	/* [disabled]border-bottom: 1px solid #f5f5f5; */
	margin-left: 0;
	margin-right: 0;
	/* [disabled]padding-bottom: 20px; */
	padding: 10px 0 0px;
}
}	
	
@media only screen and (max-width:480px){
.datetime_blog {
	display:inline-block;
	font-size:14px;
	line-height:1;
	}
.top_blo{
margin-bottom:20px;
}
	
.mb10_mb{
margin-bottom:0px;
}

	
}
h2.title{
color:#333;
}




/* ------------20160125--------------------- */

@media screen and (min-width: 1211px){
#head_nav01 {
	position:relative;
	border-bottom:none;
	margin:0;
	padding:0;
	z-index:1000;
	height:50px;
}
ul#head_nav01 > li{
	height:52px;
/*	background-image:url("images/menu/menu.png");*/
	background-repeat:no-repeat;
	border:none;
	margin:0;
	/*margin-right:18px;*/
	padding:0;
	float:left;
	overflow:hidden;
}
ul#head_nav01 > li:hover{
/*	background-image:url("images/menu/menu_hover.png");*/
}
ul#head_nav01 > li > a{
	display:block;
	padding:0;
	margin:0;
	padding-top:70px;
}



/*
ul#head_nav01 li.menu01{background-position:0px 0;width:54px;}
ul#head_nav01 li.menu02{background-position:-54px 0;width:110px;}
ul#head_nav01 li.menu03{background-position:-164px 0;width:232px;}
ul#head_nav01 li.menu04{background-position:-396px 0;width:65px;}
ul#head_nav01 li.menu05{background-position:-461px 0;width:65px;}
ul#head_nav01 li.menu06{background-position:-526px 0;width:42px;}
ul#head_nav01 li.menu07{background-position:-568px 0;width:40px;}
*/



#head_nav{
font-size:30px;}





}





.bt20{
margin:0 0 20px;
}





/********************************
カテゴリー
********************************/
.concert_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:40px;
}
.concert_menu ul li{
	display:inline-block;
	margin-right:10px;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.concert_menu ul li a{
	color:#fff;
	padding:10px 15px;
	display:inline-block;
}


/********************************
カテゴリー
********************************/
.concert_menu_c{
	padding-bottom:30px;
	overflow:hidden;
	}
	
.concert_menu_c ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.concert_menu_c ul li{
/*	display:inline-block;*/
	margin-right:10px;
	border-radius:5px;
	margin-bottom:2px;
}
.concert_menu_c ul li a{
	color:#fff;
	padding:5px 3px 5px;
	display:inline-block;
}



/* bottom */

	
.hott{
	background-color:#fff;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width: 100%;
	padding: 8px 0 8px 10px;
	text-align:left;
	}
	
button.active a{
	color:#e60f20 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	padding: 8px 0 8px 10px;
	}


.sm_small{
font-size:11px;}

.nav-tabs_pub>li{
float:left;
margin-bottom:-1px;
margin:5px 5px 5px 5px;
width:287px;
padding-left:8px;border-radius:5px;
border:solid 1pt #7f7f7f;}

@media screen and (max-width: 480px){
.nav-tabs_pub>li{
float:left;margin-bottom:-1px;
margin:5px 5px 5px 5px;
width:100%;
padding-left:8px;
border-radius:5px;}}

.nav-tabs_pub>li>a{
margin-right:2px;
line-height:1.428571429;
border:1px solid transparent;
border-radius:5px;}

.nav-tabs_pub>li>a:hover{
border-radius:5px;}

.nav-tabs_pub>li.active>a,.nav-tabs_pub>li.active>a:hover,.nav-tabs_pub>li.active>a:focus{
color:#555;
cursor:default;
background-color:#fff;
border-bottom-color:transparent;
border-radius:5px;}


.concert_menu_cm {float:left;margin-bottom:-1px; border:solid 1pt #7f7f7f; margin:10px 0; width:287px; padding:5px 0 5px 8px;}

.concert_menu_c li.active_com a{
	color:#e60f20 !important;
}

a.active_com{
	color:#e60f20;
}


.info_h{
margin-top:8px;
margin-bottom:20px;
}


.tab li{margin-bottom:-1px; border:solid 1pt #7f7f7f; margin:5px 0px; padding-left:8px;border-radius:5px;}

.nav-tabs_top>li{
margin-bottom:-1px;
border:solid 1pt #7f7f7f;
margin:5px 0px;
padding-left:8px;
border-radius:5px;}

@media screen and (max-width: 480px){
.nav-tabs_top>li{
margin-bottom:-1px;
border:solid 1pt #7f7f7f;
margin:5px 0px;
 padding-left:8px;
 border-radius:5px;}
 }
 
.nav-tabs_top>li>a{
line-height:1.428571429;
border:1px solid transparent;
border-radius:5px;}

.nav-tabs_top>li>a:hover{
border-color:#eee #eee #ddd;
border-radius:5px;}

.nav-tabs_top>li.active>a,.nav-tabs_top>li.active>a:hover,.nav-tabs_top>li.active>a:focus{
color:#555;
cursor:default;
background-color:#fff;
border-bottom-color:transparent;
border-radius:5px;}

.nav-tabs_top.nav-justified{
width:100%;border-bottom:0}

.nav-tabs_top.nav-justified>li{
float:none}

.nav-tabs_top.nav-justified>li>a{
margin-bottom:5px;
text-align:center}

.nav-tabs_top.nav-justified>.dropdown .dropdown-menu{
top:auto;
left:auto;}

@media(min-width:768px){
.nav-tabs_top.nav-justified>li{
display:table-cell;width:1%}

.nav-tabs_top.nav-justified>li>a{
margin-bottom:0;}
}

.nav-tabs_top.nav-justified>li>a{
margin-right:0;
border-radius:4px;}

.nav-tabs_top.nav-justified>.active>a,.nav-tabs_top.nav-justified>.active>a:hover,.nav-tabs_top.nav-justified>.active>a:focus{
border:1px solid #ddd;}

@media(min-width:768px){
.nav-tabs_top.nav-justified>li>a{
border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0}

.nav-tabs_top.nav-justified>.active>a,.nav-tabs_top.nav-justified>.active>a:hover,.nav-tabs_top.nav-justified>.active>a:focus{
border-bottom-color:#fff}}

.form-width { max-width: 100%;}

textarea {
    font-family: monospace;
    border-color: rgb(169, 169, 169);
}