@charset "utf-8";

/*
Theme Name: onba_theme
*/

/*--------------------------------------
  リセット
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

textarea {
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.2em;
}

input {
	max-width: 100%;
	font-size: 0.9em;
	padding: 0.2em;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}

span.futoaka {
	font-weight: bold;
	color: #ff0000;
}

span.futomido {
	font-weight: bold;
	color: #149b14;
}

.text-right {
	text-align: right;
}

.link-pink a {
	color:#f70097;
	text-decoration: underline;
	background-image:url(images/arrow_pink.gif);
	background-position:0 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.kome {
	color: #FF0004 ;
}

#entry_body .contact-h4 {
	font-size: 1.28em;
	border-top: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 14px 0;
	padding-top: 36px;
}

#entry_body .contact_q {
	padding-left: 28px;
	background-image: url(images/icon_q.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
	font-weight: bold;
}

#entry_body .contact_a {
	padding-left: 28px;
	background-image: url(images/icon_a.png);
	background-repeat: no-repeat;
}

/*--------------------------------------
  ボックス
--------------------------------------*/

.gray_box {
	width: 85%;
	margin: 1em auto 1em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

.gray_box p {
	margin: 0;
}

#entry_body .gray_box ul:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: url(images/bq24.png) left top no-repeat;
	margin: 1em auto 1em auto;
	padding: 30px 5% 1% 3%;
	border-left: 3px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/

img {
	max-width: 100%!important;
	height: auto;
}

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------
  リンク
--------------------------------------*/

a {
	color: #282828;
}

a:hover {
	color: #c03;
}

/*--------------------------------------
  全体定義
--------------------------------------*/

html {
	font-family : verdana, sans-serif;
	font-size: 14px;
	line-height : 1.5;
	background: #fdfdff;
	color: #282828;
	margin: 0;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	background-color:#f5f5f5;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック";
}

/*--------------------------------------
  見出しベース
--------------------------------------

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1;
}

h2 {
	font-size: 36px;
	line-height: 1.3333;
}

h3 {
	font-size: 24px;
	line-height: 1;
}

*/
h5 {
	font-size: 1.15em;
	margin-bottom: 0.5em;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/

#header {
	background-color: #fff;
	padding: 0 40px;
	margin: 0 auto;
}

#header .top_title a {
	 background-image:url(images/logo.png);
	 text-indent: -9999px;
	width: 359px;
	height: 100px;
	float: left;
	margin-top: 55px;
}
/*
#header .caption {
	color: #222;
}

#header h2 {
	font-size: 16px;
}

#header .hgroup {
	margin-top: 12px;
}
 */
 #header .nav_artist a {
	 background-image:url(images/nav_artist.png);
	 width:110px;
	 height: 100px;
	 text-indent: -9999px;
	 display: block;
 }
 
 #header .nav_about a {
	 background-image:url(images/nav_about.png);
	 width:110px;
	 height: 100px;
	 text-indent: -9999px;
	 display: block;
 }
 
  #header .nav_concert a {
	 background-image:url(images/nav_concert.png);
	 width:110px;
	 height: 100px;
	 text-indent: -9999px;
	 display: block;
 }
 
 #header .nav_contribute a {
	 background-image:url(images/nav_contribute.png);
	 width:111px;
	 height: 100px;
	 text-indent: -9999px;
	 display: block;
 }
 
  #header .nav_join a {
	 background-image:url(images/nav_join.png);
	 width:110px;
	 height: 100px;
	 text-indent: -9999px;
	 display: block;
 }
 
  #header .nav_youtube a {
	 background-image:url(images/nav_youtube.png);
	 width:58px;
	 height: 24px;
	 text-indent: -9999px;
	 display: block;
 }
 
  #header .nav_fb a {
	 background-image:url(images/nav_fb.png);
	 width:25px;
	 height: 25px;
	 text-indent: -9999px;
	 display: block;
 }



/*--------------------------------------
  ナビゲーション
--------------------------------------*/

nav#menu {
	/*margin-bottom: 24px;
	background-color: #444;
	width: 552px;
	float: right;*/
}

.togmenu {
	display:none;
}

.menubtn {
	padding: 8px;
	background: #444;
	color: #fff;
	text-align: left;
}

nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fcfcfc;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 0;
}
/*
nav#menu ul li a:hover {
	color: #444;
	background-color: #ccc;
}

*/

.menu .children {
	display: none;
}
/*--------------------------------------
  コンテンツエリア
--------------------------------------*/

#contents {
	width: 90%;
	margin: 24px auto 0 auto;
	text-align: left;
	line-height: 1.6;
}

#main ul {
	margin-bottom: 1em;
}

#contents p {
	margin-bottom: 1em;
}

#contents #main {
	background-color: #fff;
/*	padding: 20px 10px;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #ddd;*/
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}

#contents #main .date-time {
	font-size: 80%;
	text-align: center;
}

.img-box {
	width: 550px;
	margin: 0 auto 56px;
}

/*--------------------------------------
  記事内指定
--------------------------------------

#entry_body ul {
	list-style: url(images/checkmark.png) inside;
	margin-bottom: 24px;
}
*/
#entry_body a {
	text-decoration: underline;
}

/*--------------------------------------
  メイン画像
--------------------------------------*/

#contents #main img {
	margin-bottom: 24px;
	border: 3px solid #eee;
}

#contents #main #entry_body img {
	margin-bottom: 24px;
	border: 0;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/

#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/

#contents #main #single_title {
	font-size: 1.5em;
	line-height: 5.5;
	margin-bottom: 30px;
	background-image:url(images/single_title.png);
	width: 615px;
	height: 112px;
	padding: 0 0 0 25px;
}

/*
#entry_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 2px solid #444;
	margin: 0 0 24px -10px;
	padding: 3px 0 3px 10px;
}*/

#entry_body h3{
	font-size: 18px;
	text-align: left;
	margin: 24px 0;
	padding: 0;
}

/*--------------------------------------
 コンサート情報
--------------------------------------*/
.event-box {
	border: 1px solid #cccccc;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/

.meta_box {
	font-size: 0.85em;
	margin: 0 0 24px 0;
	padding: 1% 0;
	background-color: #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}
*/
/*--------------------------------------
  カテゴリー・タグ
--------------------------------------

#cat_tag {
	margin-bottom: 24px;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	word-break: keep-all;
	line-height: 2em;
}*/

#cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#cat_tag a:hover {
	color: #ffd700;
}

/*--------------------------------------
  記事下広告
--------------------------------------*/

#entry_footer_ad {
	margin: 10px auto;
}

/*スマホ非表示*/
#entry_footer_ad .efa_right {
	display: none;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/

#entry_snsbox {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	margin: 0 0 24px 0;
}

#entry_snsbox ul {
	margin: 10px 0;
	list-style: none;
}

#entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/

#relations {
	margin: 0 0 24px 0;
}

#relations ul {
	list-style: none;
}

#relations li {
	margin-bottom: 24px;
}

/*--------------------------------------
  パンくず
--------------------------------------*/

.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

.comment-reply-link{
	border: 1px solid #ccc;
	padding: 2% 4%;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/

#page_pn {
	margin: 0 0 20px 0;
}

#page_pn dl {
	text-align: left;
	width: 100%;
	margin-top: 12px;
}

/*--------------------------------------
  ページャー
--------------------------------------*/

.pager{
	text-align: center;
}
a.page-numbers,
.pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}

/*--------------------------------------
  サイド
--------------------------------------*/

#sub {
	font-size: 100%;
	margin-bottom: 24px;
	/*overflow: hidden;*/
}

#sub h4 {
	border-bottom: 1px dotted #aaa;
}
/*
#sub .side_ad {
	margin-bottom: 24px;
}
*/
#sub .side_contents dl {
	text-align: left;
	margin-bottom: 24px;
}

#sub .side_contents ul {
	text-align: left;
/*	margin-bottom: 24px;*/
}

#sub .children {
	margin-bottom:40px;
}
/*
#sub .side_contents ul li {
	margin-bottom: 0.3em;
}

#sub .side_contents ul.children {
	margin: 12px 0 12px 0;
}

#sub .side_contents {
	margin-bottom: 24px;
}
*/
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
}

#sub .side_new a {
	display: block;
}

#searchform {
	margin-bottom: 24px;
}

#sub a:hover {
	text-decoration: underline;
}

.textwidget {
	margin-bottom: 24px;
}

#sub .side_contents .g-search {
	text-align: left;
	margin: 24px 0;	
}

/*--------------------------------------
   サイドナビ
--------------------------------------*/
#sub h3 {
	font-size: 1.19em;
	font-weight: bold;
	border-left: 2px solid #7f7f7f;
	text-align: left;
	padding-left: 8px;
	margin-bottom: 18px;
}

#sub .children li , #sub  aside ul li, #sub .sidenav-menu-item {
	border-bottom: 1px dotted #cfcfcf;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left: 16px;
	line-height: 2;
	margin: 0;
}

#sub .children li a, #sub  aside ul li a, .sidenav-menu-item a  {
	color: #282828;
}

/*-----------------------------------
  カレンダー
------------------------------------*/

#calendar_wrap{
	margin-bottom: 24px;
}
#wp-calendar {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 80%;
	margin-left: 35px;
}
#wp-calendar tr, th, td {
	border: 1px solid #999;
}
#wp-calendar td {
	text-align: center;
	padding: 3%;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #000c69;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/

#footer {
	padding: 24px 0;
	color: #fff;
	text-align: center;
	background-color : #444;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd700;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: none;

}

#footer-in ul li.menu-item {
	font-size: 0.8em;
	display: inline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

.gush_link a{
	color: #fbfaf8;
}

/*--------------------------------------
  TOPへ戻る
--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #22ac38;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #90d59b;
	color: #444;
}
/*--------------------------------------
  ヘッダタグライン
--------------------------------------*/
.tagline {
	border-bottom: 1px solid #cccccc;
	font-size: 0.85em;
	padding: 1em 0;
}

h1.caption {
	float: left;
	font-weight: normal;
	font-size: 0.85em;
}

.tagline ul {
	 float: right;
}

.tagline ul li {
	 display: inline-block;
}

.tagline ul li a {
	color: #282828;
}

.tagline .nav_link {
	background-image:url(images/nav_link.png);
	padding-left: 16px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.tagline .nav_schedule {
	background-image:url(images/nav_schedule.png);
	padding-left: 16px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.tagline .nav_contact {
	background-image:url(images/nav_contact.png);
	padding-left: 16px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

/*--------------------------------------
   サイドバナー
--------------------------------------*/
#sub .banner_schedule a {
	background-image:url(images/banner_schedule.png);
	width: 300px;
	height: 84px;
	text-indent: -9999px;
	display: block;
}

#sub .banner_child a {
	background-image:url(images/banner_child.png);
	width: 300px;
	height: 84px;
	text-indent: -9999px;
	display: block;
}

#sub .banner_chorus a {
	background-image:url(images/banner_chorus.png);
	width: 300px;
	height: 84px;
	text-indent: -9999px;
	display: block;
}

#sub .banner_artist a {
	background-image:url(images/banner_artist.png);
	width: 300px;
	height: 84px;
	text-indent: -9999px;
	display: block;
}

#sub .menu-item {
	margin-bottom: 10px;
}

/*--------------------------------------
  テーブル
--------------------------------------*/
table, .tablepress {
	border-collapse: collapse;
	border: 2px solid #666 !important;
	border-style: ridge;
}

.tablepress tbody {
	font-size: 0.92em;
}

.tablepress th {
	background-color: #f5f5f5 !important;
	font-weight: bold;
}

td, th {
	padding: 4px 6px !important;
	border: 1px solid #666 !important;
	border-style: ridge;
}

.tablepress td, .tablepress th {
	border: 2x #666 solid !important;
	padding: 4px !important;
}


.tablepress thead th {
	color: #333333 !important;
	font-weight: bold;
}

.table-custom2 {
	border-collapse: collapse;
}

.table-custom2 tbody {
	font-size: 0.92em;
}

.table-custom2 th {
	background-color: #f5f5f5 !important;
	font-weight: bold;
}

.table-custom2 td, .table-custom2 th {
	border: 1px #ddd solid !important;
	padding: 8px 12px !important;
}


.table-custom2 thead th {
	background-color: #333333 !important;
	color: #fff !important;
	font-weight: bold;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #DCFD79 !important;
    font-weight: 700;
    vertical-align: middle;
}

tablepress td, .tablepress th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: none !important;
    padding: 8px;
    text-align: left;
}


/*--------------------------------------
 index
--------------------------------------*/
#sub .title-news {
	width: 300px;
	height: 57px;
	background-image:url(images/title_news.png);
	text-indent: -9999px;
	padding:0 ;
	border: none;
	margin-bottom: 17px;
}

#main .title-event {
	width: 300px;
	height: 57px;
	background-image:url(images/title-event.png);
	text-indent: -9999px;
	padding:0 ;
	border: none;
	margin-bottom: 17px;
}

#main .title-join {
	width: 300px;
	height: 57px;
	background-image:url(images/title-join.png);
	text-indent: -9999px;
	padding:0 ;
	border: none;
	margin-bottom: 17px;
}

#main .title-past {
	width: 300px;
	height: 57px;
	background-image:url(images/title-past.png);
	text-indent: -9999px;
	padding:0 ;
	border: none;
	margin-bottom: 17px;
}

.more-box {
	border-top: 1px dotted #cccccc;
	padding-top: 15px;
}

#sub .news {
	margin-bottom: 40px;
}

#local-list {
	margin-bottom: 40px;
}

#local-list .cat-item, #contents .link_movie {
	background-image: url("images/arrow.gif");
    background-position: 0 8px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #cfcfcf;
    line-height: 2;
    margin: 0;
    padding-left: 16px;
}

.news li {
	border-top: 1px dotted #cccccc;
	padding: 12px 0; 
}

.news li .news-date {
	color: #999;
	font-size: 0.85em;
	font-weight: bold;
	display: block;
}

.more {
	background-image:url(images/more.png);
	display: block;
	width: 61px;
	height:10px;
	text-indent: -9999px;
	float: right;
}

.box-event ul li {
	border-bottom:1px solid #ccc;
	padding-bottom: 14px;
	margin-bottom: 14px;
	/*background-image: url(images/more.png);*/
	background-repeat: no-repeat;
	background-position:98% 90%;
	display:block;
	font-weight: bold;
	 position:relative;
}

#contents #main #entry_body .box-event ul li img {
	float: left;
	margin-right: 14px;
	margin-bottom:0;
}

.index-box-date {
	color: #ec0000;
	font-weight: bold;
	font-size: 0.84em;
	display: block;
	margin-bottom: 0.3em;
}

.box-link {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent: -9999px;
	font-weight: normal;
	color: #282828;
}

.box-join ul li {
	border-bottom:1px solid #ccc;
	padding-bottom: 24px;
	margin-bottom: 14px;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position:98% 88%;
	display:block;
	font-weight: bold;
	 position:relative;
	 width: 300px;
	 margin: 0 40px 40px 0;
	 float:left;
	 min-height: 80px;
}

.box-join ul {
	margin-right: -40px;
}

.half {
	width: 300px;
	float:left;
	margin-right: 14px;
}

.pager-home {
	display: none;
}


.flex-direction-nav a {
    transition: none !important;
}


/*--------------------------------------
  コンサート情報
--------------------------------------*/
.post-concert {
	border: 1px solid #ccc;
	padding: 19px 40px;
	margin-bottom: 18px;
}

#entry_body .post-concert h3 {
	border-left: 5px solid #ff7d00;
	margin-left: -21px;
	margin-bottom: 14px;
	padding-left: 19px;
	font-weight: normal;
	font-size:14px;
	margin-top: 0;
}

#entry_body .post-concert h3 a {
	color: #282828;
}

 dl {
  width:560px;
  border-top: 1px dotted #ccc;
  padding-top: 14px;
  margin-bottom: 14px;
}
 dt {
  float:left;
  clear:left;
  width:60px;
  font-weight: bold;
}
dd {
  float:left;
  width:500px;
}

 .post-concertImg img  {
	height: 180px;
	width: auto;
	margin: 0;
}

.w3eden .link-btn {
    border: none !important;
}

.link-buy a {
	background-image:url(images/btn_buy.png);
	width: 201px;
	height: 36px;
	background-repeat:no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}

.link-join a {
	background-image:url(images/btn_join.png);
	width: 201px;
	height: 36px;
	background-repeat:no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}

#contents .link-buy, #contents .link-join {
	border-top: 1px dotted #cfcfcf;
	padding-top: 16px;
	clear: both;
	margin-bottom: 12px;
}

#contents .link-kihu {
	font-size: 0.85em;
	margin-bottom: 0;
	text-align: right;
}



/*--------------------------------------
  お問い合わせ
--------------------------------------*/

iv#qabox {
	background-color: #dcdcdc;
	padding: 10px;
}
div#qabox h4 {
	margin: 0px;
	padding-left: 0.5em;
	background-color: #fff;
}
div#qabox ul { padding-left: 1em; }
div#qabox ul li { list-style-type: none; }
div#qabox ul li.que { cursor: pointer; }
div#qabox ul li.ans {
	display: none;
	padding-left: 1em;
}

#contents .qamenu {
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 1em 0;
	margin: 0 ;
}

.qamenu2 {
	border-bottom: 1px solid #ccc;
}

#contents .qamenu a {
	color: #282828;
	text-decoration: none;
}

.qamenu {
	background-image:url(images/arrow-yoko.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}
/*--------------------------------------
  個別記事
--------------------------------------*/
.post-date {
	    padding: 1%;
    background-color: #ddd;
    border-radius: 5px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
#entry_body .link-box h4 {
	font-size: 1.14em;
	border: none;
	margin: 6px 0 ;
	padding: 0
}

.link-box .link-box-inner {
	width: 393px;
	float: left;
	margin-left: 21px;
}

#entry_body .link-box .link-box-inner p {
	margin: 0;
}

.link-box img {
	float: left;
}

#entry_body .link-box .link-box-inner .url {
	border-top: 1px solid #4b4847;
	padding: 6px 0 0;
	margin: 8px 0 0;
}

.link-box .url a {
	background-image: url("images/arrow.gif");
    background-position: 0 4px;
    background-repeat: no-repeat;
	padding-left: 16px;
}

.link-box2 .link-box-inner {
	width: 100%;
	margin-left: 0;
}


.link-box2 {
	margin-bottom: 24px;
}

.section {
	margin-bottom: 40px;
}

#entry_body .maru {
	font-size: 1.28em;
	background-image:url(images/maru.png);
	background-repeat: no-repeat;
	border: none;
	padding: 0 0 0 20px;
	background-position: 0 12px;
	margin-bottom: 12px;
}


nav#menu ul {
	/*width: 100%;
	border-left: 1px dotted #ccc;*/
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
	width: 109px;
	height: 100px;
	/*border-right: 1px dotted #cccccc;*/
}

nav#menu ul .nav_youtube {
	width: 75px;
	margin-left: 17px;
	margin-top: 17px;
}


nav#menu ul .nav_fb {
	width: 40px;
	margin-top: 17px;
}

nav#menu ul li a {
	display: block;
	color : #282828;
	padding : 0;
}

#box-contact {
	margin-top: 40px;
}

@media screen and (min-width : 768px) {
#header {
	width: 980px;
}
.tagline ul {
	display: block;
}

.tag-sp {
	display: none;
}
}
/*--------------------------------------
  切替 768px
--------------------------------------*/

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

/*--------------------------------------
  768px ナビ
--------------------------------------*/
body {
	 background-color: #fff;
}

nav#menu ul li {
    float: none;
    height: 24px;
    text-align: left;
    width: auto;
	 border-top: 1px dotted #cccccc;
    padding: 12px;
}

#header .nav_about a, #header .nav_join a,  #header .nav_concert a, #header .nav_contribute a {
    background-image: none;
    display: block;
    height: 24px;
    text-indent: 0;
    width: auto;
}

#header .top_title a {
    background-image: url("images/logo.png");
    float: left;
    height: 70px;
    margin-top: 0;
    text-indent: -9999px;
    width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
}

.menubtn {
	margin-top: 72px;
}

.nav_youtube, .nav_fb {
	display: none;
}

.tagline {
	border: none;
}

.tagline ul {
	display: none;
}

.tag-sp {
	display: block;
}

.box-join ul li {
    background-image: none;
}

#footer {
	float: left;
	width: 100%;
}

#header {
	padding: 0;
}

#footer p {
	display: block;
	width: 100%;
}
	
/*--------------------------------------
  768px コンテンツ
--------------------------------------*/

#contents {
	text-align: left;
}

#contents #main {
	/*padding: 20px 35px;
	margin-bottom: 24px;
	border-radius: 8px;*/
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 80%;
	text-align: left;
}

.box-join ul li {
	width: 100%;
}

.box-join ul {
    margin-right: 0;
}

#contents #main #single_title {
    background-image: url("images/single_title.png");
    font-size: 1.5em;
    height: auto;
    line-height: 1.2;
   /* margin-bottom: 30px;*/
    padding:  6% 2%;
    width: 96%;
	background-size:cover;
}

.img-box {
    margin: 0 auto 56px;
    width:100%;
}

dl {
	width: auto;
}
/*--------------------------------------
  768px 記事見出し
--------------------------------------

#entry_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 0 0 24px -35px;
	padding: 8px 0 8px 10px;
}

#entry_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 0 0 24px 0;
	padding: 0 0 5px 0;;
}*/

/*--------------------------------------
  768px メタボックス
--------------------------------------*/

#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}

/*--------------------------------------
  768px カテゴリー・タグ
--------------------------------------*/

#cat_tag {
	margin: 36px 0 24px 0;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	display: none;
}

#cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*--------------------------------------
  768px 記事下広告
--------------------------------------*/

#entry_footer_ad {
	margin: 10px auto;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/

#relations {
	margin: 0 0 24px 0;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

#relations ul {
	list-style: none;
	margin: 0 auto;
	font-size: 95%;
}

#relations li {
	float: left;
	width: 140px;
	height: 280px;
	margin: 0;
	vertical-align: top;
	padding: 24px 5px 0 5px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/

#page_pn dl dt {
	float: left;
	width: 60px;
}


#relations, #comment_box  {
	display: none;
}


/*--------------------------------------
  768px サイド
--------------------------------------*/

.side_thumb{
	float: left;
	margin: 0 5px 15px 0;
	width: 100px;
	height: 100px;
}
.side_title {
	font-size: 90%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}

.box-join ul li {
	min-height:24px;
}

}/*768end*/


/*--------------------------------------
  切替 1024px
--------------------------------------*/

@media screen and (min-width : 768px) {

html {
	font-family: "メイリオ", verdana, sans-serif;
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/

header {
	text-align: left;	
}

#header .hgroup {
	margin: 0 auto;
	max-width: 980px;
	padding: 0;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/

nav#menu ul {
/*	width: 100%;*/
	margin: 55px auto 0;
	padding-bottom: 36px;
/*	max-width: 1040px;*/
}

.menubtn {
	display:none;
}

.togmenu {
	display:block;
}

#comment_box {
	display: none;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/

#contents {
	overflow: hidden;
	width: 980px;
	padding: 0 40px 224px;
	margin: 0 auto;
	background-color:#fff;
}

#contents #main {
	float: left;
	margin: 0 40px 0 0;
	width: 640px;
	padding: 0;
}

#entry_body {
	/*width: 604px;*/
	margin: 0 auto;
	padding: 0;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------


#entry_body h3{
	font-size: 24px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 0 0 24px -39px;
	padding: 10px 0 10px 10px;
}
*/
#entry_body h4{
	font-size: 20px;
	text-align: left;
	/*border-bottom: 2px solid #ccc;
	margin: 0 0 24px 0;*/
	padding: 0;
	line-height: 2.4em;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
  1024px 記事下広告
--------------------------------------*/

#entry_footer_ad {
	margin: 10px 0;
	display: none;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: right;
}

/*--------------------------------------
  1024px 個別記事SNS
--------------------------------------*/

#entry_snsbox, #relations {
	display: none;
	
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/

#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
/*	font-size: 90%;*/
	text-align: left;
}

#contents #sub h4 {
	text-align: left;
	border-bottom: 1px dotted #aaa;
}
/*
#sub .side_contents ul {
	margin: 0 0 24px 5px;
	text-align: left;
	font-size: 95%;
}

#sub .side_contents ul li {
	margin-bottom: 0.6em;
	line-height: 1.5;
}

#sub .side_contents ul.children {
	margin: 12px 0 12px 10px;
}
*/
/*--------------------------------------
  1024px フッター
--------------------------------------*/

#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#footer-in {
	width: 1040px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}


}/*1024end*/