@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/

/* ---- コンテンツ インナー margin左右80px ---- */
.contentMainInner {
	margin:0 80px;
}
 
/* ---- アイコン リンク ---- */
.iconLink a::before {
	content:"";
	display:inline-block;
	width:11px;
	height:11px;
	padding-right:5px;
	background:url(/concert/20th/goods/common/img/icon-arrow.png) no-repeat;
}


/*  ヘッダー 設定
---------------------------------------------*/

/* ---- グローバルナビ ---- */

#header #gnav .boxNavContent .btnMovie > a:before,
#header #gnav .boxNavContent .btnMovie > p > a:before {
  right: 0;
  left: 0;
}


/*  コンテンツ 設定
---------------------------------------------*/

/* -------- カテゴリータイトル -------- */

.ttlCategory {
  margin-bottom: 48px;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
  font-size: 2.02em;
  font-weight: bold;
}

section.boxSectionItem article.boxArticle {
	padding-bottom:60px;
	border-bottom:1px dotted #888;
	margin-bottom:60px;
}

section.boxSectionItem article.boxArticle h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:20px;
	text-align:center;
}

section.boxSectionItem article.boxArticle .youtubeWrap {
    width:960px; margin:0 auto;
}


/*  フッター 設定
---------------------------------------------*/
